summaryrefslogtreecommitdiff
path: root/t/t5516-fetch-push.sh
Commit message (Expand)AuthorAgeFilesLines
...
* | git-push: add tests for git push --porcelainLarry D'Anna2010-02-281-0/+50
|/
* Merge branch 'jk/push-to-delete'Junio C Hamano2010-01-101-0/+26
|\
| * builtin-push: add --delete as syntactic sugar for :fooJan Krüger2009-12-301-0/+26
* | Merge branch 'jc/1.7.0-push-safety'Junio C Hamano2009-12-261-0/+1
|\ \ | |/ |/|
| * Refuse updating the current branch in a non-bare repository via pushJunio C Hamano2009-07-291-0/+1
* | Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett2009-09-081-0/+47
|/
* t5516: Check pushurl config settingMichael J Gruber2009-06-091-0/+13
* receive-pack: explain what to do when push updates the current branchJunio C Hamano2009-02-031-3/+3
* Merge branch 'mk/maint-cg-push'Junio C Hamano2008-11-121-0/+50
|\
| * git push: Interpret $GIT_DIR/branches in a Cogito compatible wayMartin Koegler2008-11-111-0/+50
* | receive-pack: detect push to current branch of non-bare repoJeff King2008-11-091-0/+37
* | t5516: refactor oddball testsJeff King2008-11-091-29/+21
|/
* push: fix local refs update if already up-to-dateClemens Buchacher2008-11-051-0/+31
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-4/+4
* Fix t5516 on cygwin: it does not like double slashes at the beginning of a pathAlex Riesen2008-06-031-1/+1
* Merge branch 'pb/push'Junio C Hamano2008-05-231-0/+41
|\
| * add special "matching refs" refspecPaolo Bonzini2008-05-041-0/+41
* | Fix tests breaking when checkout path contains shell metacharactersBryan Donlan2008-05-051-3/+3
|/
* push: allow unqualified dest refspecs to DWIMJeff King2008-04-241-0/+40
* Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-241-13/+1
|\
| * t5516: remove ambiguity test (1)Jeff King2008-04-231-13/+1
* | Fix config key miscount in url.*.insteadOfDaniel Barkalow2008-04-121-4/+4
* | Merge branch 'db/push-single-with-HEAD'Junio C Hamano2008-02-271-0/+43
|\ \
| * | Resolve value supplied for no-colon push refspecsDaniel Barkalow2008-02-201-0/+43
| |/
* | Add support for url aliases in config filesDaniel Barkalow2008-02-241-0/+31
|/
* Merge branch 'sp/refspec-match'Junio C Hamano2007-12-041-1/+28
|\
| * push: use same rules as git-rev-parse to resolve refspecsSteffen Prohaska2007-11-181-1/+11
| * push: support pushing HEAD to real branch nameSteffen Prohaska2007-11-181-0/+17
* | receive-pack: allow deletion of corrupt refsJohannes Schindelin2007-11-301-3/+42
* | Revert "t5516: test update of local refs on push"Jeff King2007-11-281-28/+0
|/
* t5516: test update of local refs on pushJeff King2007-10-181-0/+28
* Add a --dry-run option to git-push.Brian Ewins2007-10-151-0/+10
* Fix t5516 to create test repo without hooksAlex Riesen2007-07-041-1/+2
* Fix t5516-fetch for systems where `wc -l` outputs whitespace.Brian Gernhardt2007-07-011-2/+2
* remote.c: "git-push frotz" should update what matches at the source.Junio C Hamano2007-06-091-0/+52
* remote.c: fix "git push" weak match disambiguationJunio C Hamano2007-06-091-0/+112
* Test wildcard push/fetchJunio C Hamano2007-06-081-0/+82