summaryrefslogtreecommitdiff
path: root/t/t5505-remote.sh
Commit message (Expand)AuthorAgeFilesLines
* builtin/remote: quote remote name on error to display empty nameShulhan2018-09-141-2/+2
* Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano2018-08-201-4/+2
|\
| * tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-4/+2
* | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-1/+1
|\ \
| * | refs.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-1/+1
| |/
* | t5000-t5999: fix broken &&-chainsEric Sunshine2018-07-161-1/+1
* | t5505: modernize and simplify hard-to-digest testEric Sunshine2018-07-031-6/+2
|/
* Merge branch 'rl/remote-allow-missing-branch-name-merge'Junio C Hamano2017-02-271-0/+19
|\
| * remote: ignore failure to remove missing branch.<name>.mergerl/remote-allow-missing-branch-name-mergeRoss Lagerwall2017-02-211-0/+19
* | Merge branch 'mh/ref-remove-empty-directory'Junio C Hamano2017-02-271-1/+1
|\ \
| * | t5505: use "for-each-ref" to test for the non-existence of referencesMichael Haggerty2017-01-071-1/+1
| |/
* | remote rename: more carefully determine whether a remote is configuredjs/remote-rename-with-half-configured-remoteJohannes Schindelin2017-01-191-1/+1
* | remote rename: demonstrate a bogus "remote exists" bugJohannes Schindelin2017-01-191-0/+7
|/
* tests: use test_i18n* functions to suppress false positivesVasco Almeida2016-06-171-1/+1
* Merge branch 'ps/config-error'Junio C Hamano2016-02-261-0/+9
|\
| * remote: die on config error when setting URLPatrick Steinhardt2016-02-221-0/+9
* | Merge branch 'tg/git-remote'Junio C Hamano2016-02-261-0/+33
|\ \
| * | remote: use remote_is_configured() for add and renametg/git-remoteThomas Gummerer2016-02-161-0/+15
| * | remote: actually check if remote exitsThomas Gummerer2016-02-161-0/+18
* | | Merge branch 'js/git-remote-add-url-insteadof-test'Junio C Hamano2016-02-221-0/+5
|\ \ \ | |/ / |/| |
| * | t5505: 'remote add x y' should work when url.y.insteadOf = xjs/git-remote-add-url-insteadof-testJohannes Schindelin2016-02-171-0/+5
* | | t/t5505-remote.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-281-1/+1
| |/ |/|
* | remote: add get-url subcommandbb/remote-get-urlBen Boeckel2015-09-171-0/+37
* | t: fix some trivial cases of ignored exit codes in loopsJeff King2015-03-251-4/+4
* | Add a regression test for 'git remote add <existing> <same-url>'js/remote-add-with-insteadofJohannes Schindelin2014-12-231-0/+5
|/
* connect: annotate refs with their symref information in get_remote_head()Junio C Hamano2013-09-171-11/+4
* t5505: fix "set-head --auto with ambiguous HEAD" testJunio C Hamano2013-09-171-0/+1
* Merge branch 'ms/remote-tracking-branches-in-doc'Junio C Hamano2013-07-121-1/+1
|\
| * Change "remote tracking" to "remote-tracking"ms/remote-tracking-branches-in-docMichael Schubert2013-07-031-1/+1
* | t/t5505-remote: test multiple push/pull in remotes-fileRamkumar Ramachandra2013-06-231-2/+14
* | t/t5505-remote: test url-with-# in branches-fileRamkumar Ramachandra2013-06-231-4/+18
* | t/t5505-remote: use test_path_is_missingRamkumar Ramachandra2013-06-231-2/+2
* | t/t5505-remote: test push-refspec in branches-fileRamkumar Ramachandra2013-06-231-1/+2
* | t/t5505-remote: modernize styleRamkumar Ramachandra2013-06-231-373/+440
|/
* Merge branch 'tr/remote-tighten-commandline-parsing'Junio C Hamano2013-05-011-0/+22
|\
| * remote: 'show' and 'prune' can take more than one remoteThomas Rast2013-04-241-8/+3
| * remote: check for superfluous arguments in 'git remote add'Thomas Rast2013-04-241-1/+1
| * remote: add a test for extra arguments, according to docsThomas Rast2013-04-241-0/+27
* | t5505: do not assume the "matching" push is the defaultJunio C Hamano2013-01-041-1/+1
|/
* Merge branch 'nd/maint-remote-remove'Junio C Hamano2012-09-121-2/+2
|\
| * remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy2012-09-061-2/+2
* | Fix tests under GETTEXT_POISON on git-remoteJiang Xin2012-08-271-11/+17
|/
* remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk2011-09-111-1/+2
* remote: "rename o foo" should not rename ref "origin/bar"Martin von Zweigbergk2011-09-111-0/+10
* remote: write correct fetch spec when renaming remote 'remote'Martin von Zweigbergk2011-09-111-0/+20
* remote: allow "-t" with fetch mirrorsJeff King2011-05-261-0/+22
* remote: separate the concept of push and fetch mirrorsJeff King2011-03-301-0/+78
* Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy2010-11-031-3/+5
* Merge branch 'xx/trivial' into maintJunio C Hamano2010-09-061-1/+1
|\
| * t5505: add missing &&Jens Lehmann2010-09-051-1/+1