aboutsummaryrefslogtreecommitdiff
path: root/t/t5516-fetch-push.sh
Commit message (Expand)AuthorAge
* Merge branch 'js/maint-receive-pack-symref-alias'Junio C Hamano2010-05-21
|\
| * t5516-fetch-push.sh: style cleanupJay Soffian2010-04-19
| * receive-pack: detect aliased updates which can occur with symrefsJay Soffian2010-04-19
* | start_command: close cmd->err descriptor when fork/spawn failsbert Dvornik2010-05-20
* | t5516: Use test_cmp when appropriateJunio C Hamano2010-03-11
* | git-push: add tests for git push --porcelainLarry D'Anna2010-02-28
|/
* Merge branch 'jk/push-to-delete'Junio C Hamano2010-01-10
|\
| * builtin-push: add --delete as syntactic sugar for :fooJan Krüger2009-12-30
* | Merge branch 'jc/1.7.0-push-safety'Junio C Hamano2009-12-26
|\ \ | |/ |/|
| * Refuse updating the current branch in a non-bare repository via pushJunio C Hamano2009-07-29
* | Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett2009-09-08
|/
* t5516: Check pushurl config settingMichael J Gruber2009-06-09
* receive-pack: explain what to do when push updates the current branchJunio C Hamano2009-02-03
* Merge branch 'mk/maint-cg-push'Junio C Hamano2008-11-12
|\
| * git push: Interpret $GIT_DIR/branches in a Cogito compatible wayMartin Koegler2008-11-11
* | receive-pack: detect push to current branch of non-bare repoJeff King2008-11-09
* | t5516: refactor oddball testsJeff King2008-11-09
|/
* push: fix local refs update if already up-to-dateClemens Buchacher2008-11-05
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-13
* Fix t5516 on cygwin: it does not like double slashes at the beginning of a pathAlex Riesen2008-06-03
* Merge branch 'pb/push'Junio C Hamano2008-05-23
|\
| * add special "matching refs" refspecPaolo Bonzini2008-05-04
* | Fix tests breaking when checkout path contains shell metacharactersBryan Donlan2008-05-05
|/
* push: allow unqualified dest refspecs to DWIMJeff King2008-04-24
* Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-24
|\
| * t5516: remove ambiguity test (1)Jeff King2008-04-23
* | Fix config key miscount in url.*.insteadOfDaniel Barkalow2008-04-12
* | Merge branch 'db/push-single-with-HEAD'Junio C Hamano2008-02-27
|\ \
| * | Resolve value supplied for no-colon push refspecsDaniel Barkalow2008-02-20
| |/
* | Add support for url aliases in config filesDaniel Barkalow2008-02-24
|/
* Merge branch 'sp/refspec-match'Junio C Hamano2007-12-04
|\
| * push: use same rules as git-rev-parse to resolve refspecsSteffen Prohaska2007-11-18
| * push: support pushing HEAD to real branch nameSteffen Prohaska2007-11-18
* | receive-pack: allow deletion of corrupt refsJohannes Schindelin2007-11-30
* | Revert "t5516: test update of local refs on push"Jeff King2007-11-28
|/
* t5516: test update of local refs on pushJeff King2007-10-18
* Add a --dry-run option to git-push.Brian Ewins2007-10-15
* Fix t5516 to create test repo without hooksAlex Riesen2007-07-04
* Fix t5516-fetch for systems where `wc -l` outputs whitespace.Brian Gernhardt2007-07-01
* remote.c: "git-push frotz" should update what matches at the source.Junio C Hamano2007-06-09
* remote.c: fix "git push" weak match disambiguationJunio C Hamano2007-06-09
* Test wildcard push/fetchJunio C Hamano2007-06-08