summaryrefslogtreecommitdiff
path: root/t/t5516-fetch-push.sh
AgeCommit message (Expand)Author
2015-03-28Merge branch 'jk/fetch-pack' into maintJunio C Hamano
2015-03-19filter_ref: make a copy of extra "sought" entriesJeff King
2015-03-14Merge branch 'ak/t5516-typofix' into maintJunio C Hamano
2015-03-03t5516: correct misspelled pushInsteadOfAnders Kaseorg
2014-12-01t5516: more tests for receive.denyCurrentBranch=updateInsteadJunio C Hamano
2014-12-01receive-pack: add another option for receive.denyCurrentBranchJohannes Schindelin
2014-11-06Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano
2014-11-04fetch: load all default config at startupJeff King
2014-10-19t5516: test pushing a tag of an otherwise unreferenced blobJeff King
2014-03-14Merge branch 'jk/remote-pushremote-config-reading'Junio C Hamano
2014-02-24remote: handle pushremote config in any orderJeff King
2013-12-04push: also use "upstream" mapping when pushing a single refJunio C Hamano
2013-12-04push: use remote.$name.push as a refmapJunio C Hamano
2013-08-13push: respect --no-thinNguyễn Thái Ngọc Duy
2013-04-18Merge branch 'jc/push-2.0-default-to-simple' (early part)Junio C Hamano
2013-04-07Merge branch 'rr/triangle'Junio C Hamano
2013-04-03Merge branch 'jc/t5516-pushInsteadOf-vs-pushURL'Junio C Hamano
2013-04-02remote.c: introduce branch.<name>.pushremoteRamkumar Ramachandra
2013-04-02remote.c: introduce remote.pushdefaultRamkumar Ramachandra
2013-04-02t5516 (fetch-push): drop implicit arguments from helper functionsJeff King
2013-04-02t5516 (fetch-push): update test descriptionRamkumar Ramachandra
2013-04-01Merge branch 'jn/push-tests'Junio C Hamano
2013-03-28t5516: test interaction between pushURL and pushInsteadOf correctlyJunio C Hamano
2013-03-25Merge branch 'jc/push-follow-tag'Junio C Hamano
2013-03-21Merge branch 'jc/fetch-raw-sha1'Junio C Hamano
2013-03-19push test: rely on &&-chaining instead of 'if bad; then echo Oops; fi'Jonathan Nieder
2013-03-19push test: simplify check of push resultJonathan Nieder
2013-03-19push test: use test_config when appropriateJonathan Nieder
2013-03-05push: --follow-tagsJunio C Hamano
2013-02-17Merge branch 'jc/hidden-refs'Junio C Hamano
2013-02-07fetch: fetch objects by their exact SHA-1 object namesJunio C Hamano
2013-02-07upload/receive-pack: allow hiding ref hierarchiesJunio C Hamano
2013-01-16push: fix "refs/tags/ hierarchy cannot be updated without --force"Junio C Hamano
2013-01-05t5516: do not assume the "matching" push is the defaultJunio C Hamano
2012-12-02push: require force for annotated tagsChris Rorvick
2012-12-02push: require force for refs under refs/tags/Chris Rorvick
2012-02-23push: add '--prune' optionFelipe Contreras
2011-09-30receive-pack: don't pass non-existent refs to post-{receive,update} hooksPang Yan Han
2011-06-16Fix typo: existant->existentDmitry Ivankov
2010-11-09tests: add missing &&Jonathan Nieder
2010-05-21Merge branch 'js/maint-receive-pack-symref-alias'Junio C Hamano
2010-05-20start_command: close cmd->err descriptor when fork/spawn failsbert Dvornik
2010-04-20t5516-fetch-push.sh: style cleanupJay Soffian
2010-04-20receive-pack: detect aliased updates which can occur with symrefsJay Soffian
2010-03-12t5516: Use test_cmp when appropriateJunio C Hamano
2010-02-28git-push: add tests for git push --porcelainLarry D'Anna
2010-01-10Merge branch 'jk/push-to-delete'Junio C Hamano
2009-12-30builtin-push: add --delete as syntactic sugar for :fooJan Krüger
2009-12-26Merge branch 'jc/1.7.0-push-safety'Junio C Hamano
2009-09-08Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett