aboutsummaryrefslogtreecommitdiff
path: root/t/t5516-fetch-push.sh
Commit message (Expand)AuthorAge
* Merge branch 'jc/push-2.0-default-to-simple' (early part)Junio C Hamano2013-04-18
|\
| * t5516: do not assume the "matching" push is the defaultJunio C Hamano2013-01-04
* | Merge branch 'rr/triangle'Junio C Hamano2013-04-07
|\ \
| * | remote.c: introduce branch.<name>.pushremoteRamkumar Ramachandra2013-04-02
| * | remote.c: introduce remote.pushdefaultRamkumar Ramachandra2013-04-02
| * | t5516 (fetch-push): drop implicit arguments from helper functionsJeff King2013-04-02
| * | t5516 (fetch-push): update test descriptionRamkumar Ramachandra2013-04-02
* | | Merge branch 'jc/t5516-pushInsteadOf-vs-pushURL'Junio C Hamano2013-04-03
|\ \ \ | |/ / |/| |
| * | t5516: test interaction between pushURL and pushInsteadOf correctlyJunio C Hamano2013-03-28
* | | Merge branch 'jn/push-tests'Junio C Hamano2013-04-01
|\ \ \
| * | | push test: rely on &&-chaining instead of 'if bad; then echo Oops; fi'Jonathan Nieder2013-03-19
| * | | push test: simplify check of push resultJonathan Nieder2013-03-19
| * | | push test: use test_config when appropriateJonathan Nieder2013-03-19
| |/ /
* | | Merge branch 'jc/push-follow-tag'Junio C Hamano2013-03-25
|\ \ \
| * | | push: --follow-tagsJunio C Hamano2013-03-05
| | |/ | |/|
* | | Merge branch 'jc/fetch-raw-sha1'Junio C Hamano2013-03-21
|\ \ \ | |_|/ |/| |
| * | fetch: fetch objects by their exact SHA-1 object namesJunio C Hamano2013-02-07
* | | Merge branch 'jc/hidden-refs'Junio C Hamano2013-02-17
|\ \ \ | |/ /
| * | upload/receive-pack: allow hiding ref hierarchiesJunio C Hamano2013-02-07
* | | push: fix "refs/tags/ hierarchy cannot be updated without --force"Junio C Hamano2013-01-16
|/ /
* | push: require force for annotated tagsChris Rorvick2012-12-02
* | push: require force for refs under refs/tags/Chris Rorvick2012-12-02
|/
* push: add '--prune' optionFelipe Contreras2012-02-22
* receive-pack: don't pass non-existent refs to post-{receive,update} hooksPang Yan Han2011-09-30
* Fix typo: existant->existentDmitry Ivankov2011-06-16
* tests: add missing &&Jonathan Nieder2010-11-09
* 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