Files
git/Documentation
Carl Worth aa064743fa git-push: Update documentation to describe the no-refspec behavior.
It turns out that the git-push documentation didn't describe what it
would do when not given a refspec, (not on the command line, nor in a
remotes file). This is fairly important for the user who is trying to
understand operations such as:

	git clone git://something/some/where
	# hack, hack, hack
	git push origin

I tracked the mystery behavior down to git-send-pack and lifted the
relevant portion of its documentation up to git-push, (namely that all
refs existing both locally and remotely are updated).

Signed-off-by: Carl Worth <cworth@cworth.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-02-21 22:11:50 -08:00
..
2006-02-12 05:02:42 -08:00
2005-11-08 08:58:52 -08:00
2006-01-28 02:26:30 -08:00
2006-01-29 15:00:46 -08:00
2005-12-27 17:57:28 -08:00
2006-01-28 02:26:30 -08:00
2005-12-29 01:32:56 -08:00
2005-12-29 01:32:56 -08:00
2005-10-12 18:32:02 -07:00
2005-12-16 18:23:33 -08:00
2005-10-26 16:31:58 -07:00
2005-12-29 01:32:56 -08:00
2005-10-25 22:51:13 -07:00
2006-02-07 13:19:42 -08:00
2005-10-04 17:04:03 -07:00
2006-02-06 21:53:11 -08:00