aboutsummaryrefslogtreecommitdiff
path: root/git-parse-remote-script
Commit message (Collapse)AuthorAge
* [PATCH] Allow "+remote:local" refspec to cause --force when fetching.Junio C Hamano2005-08-24
| | | | | | | | | | | | With this we could say: Pull: master:ko-master +pu:ko-pu to mean "fast forward ko-master with master, overwrite ko-pu with pu", and the latter one does not require the remote "pu" to be descendant of local "ko-pu". Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] Start adding the $GIT_DIR/remotes/ support.Junio C Hamano2005-08-24
All the necessary parsing code is in git-parse-remote-script; update git-push-script to use it. Signed-off-by: Junio C Hamano <junkio@cox.net>