summaryrefslogtreecommitdiff
path: root/t/t5505-remote.sh
AgeCommit message (Expand)Author
2018-11-14push: test that <src> doesn't DWYM if <dst> is unqualifiedÆvar Arnfjörð Bjarmason
2018-11-14push: add an advice on unqualified <dst> pushÆvar Arnfjörð Bjarmason
2018-09-14builtin/remote: quote remote name on error to display empty nameShulhan
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano
2018-08-15Merge branch 'nd/i18n'Junio C Hamano
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2018-07-23refs.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-16t5000-t5999: fix broken &&-chainsEric Sunshine
2018-07-03t5505: modernize and simplify hard-to-digest testEric Sunshine
2017-02-27Merge branch 'rl/remote-allow-missing-branch-name-merge'Junio C Hamano
2017-02-27Merge branch 'mh/ref-remove-empty-directory'Junio C Hamano
2017-02-21remote: ignore failure to remove missing branch.<name>.mergeRoss Lagerwall
2017-01-19remote rename: more carefully determine whether a remote is configuredJohannes Schindelin
2017-01-19remote rename: demonstrate a bogus "remote exists" bugJohannes Schindelin
2017-01-08t5505: use "for-each-ref" to test for the non-existence of referencesMichael Haggerty
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida
2016-02-26Merge branch 'ps/config-error'Junio C Hamano
2016-02-26Merge branch 'tg/git-remote'Junio C Hamano
2016-02-22Merge branch 'js/git-remote-add-url-insteadof-test'Junio C Hamano
2016-02-22remote: die on config error when setting URLPatrick Steinhardt
2016-02-17t5505: 'remote add x y' should work when url.y.insteadOf = xJohannes Schindelin
2016-02-16remote: use remote_is_configured() for add and renameThomas Gummerer
2016-02-16remote: actually check if remote exitsThomas Gummerer
2015-12-28t/t5505-remote.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-09-17remote: add get-url subcommandBen Boeckel
2015-03-25t: fix some trivial cases of ignored exit codes in loopsJeff King
2014-12-23Add a regression test for 'git remote add <existing> <same-url>'Johannes Schindelin
2013-09-18connect: annotate refs with their symref information in get_remote_head()Junio C Hamano
2013-09-18t5505: fix "set-head --auto with ambiguous HEAD" testJunio C Hamano
2013-07-12Merge branch 'ms/remote-tracking-branches-in-doc'Junio C Hamano
2013-07-03Change "remote tracking" to "remote-tracking"Michael Schubert
2013-06-23t/t5505-remote: test multiple push/pull in remotes-fileRamkumar Ramachandra
2013-06-23t/t5505-remote: test url-with-# in branches-fileRamkumar Ramachandra
2013-06-23t/t5505-remote: use test_path_is_missingRamkumar Ramachandra
2013-06-23t/t5505-remote: test push-refspec in branches-fileRamkumar Ramachandra
2013-06-23t/t5505-remote: modernize styleRamkumar Ramachandra
2013-05-01Merge branch 'tr/remote-tighten-commandline-parsing'Junio C Hamano
2013-04-24remote: 'show' and 'prune' can take more than one remoteThomas Rast
2013-04-24remote: check for superfluous arguments in 'git remote add'Thomas Rast
2013-04-24remote: add a test for extra arguments, according to docsThomas Rast
2013-01-05t5505: do not assume the "matching" push is the defaultJunio C Hamano
2012-09-12Merge branch 'nd/maint-remote-remove'Junio C Hamano
2012-09-06remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy
2012-08-27Fix tests under GETTEXT_POISON on git-remoteJiang Xin
2011-09-12remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk
2011-09-12remote: "rename o foo" should not rename ref "origin/bar"Martin von Zweigbergk
2011-09-12remote: write correct fetch spec when renaming remote 'remote'Martin von Zweigbergk
2011-05-26remote: allow "-t" with fetch mirrorsJeff King
2011-03-30remote: separate the concept of push and fetch mirrorsJeff King
2010-11-03Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy