summaryrefslogtreecommitdiffstats
path: root/t/t5505-remote.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/git-remote-exit-code'Junio C Hamano2020-11-091-8/+8
|\
| * remote: add meaningful exit code on missing/existingÆvar Arnfjörð Bjarmason2020-10-271-8/+8
* | Merge branch 'js/default-branch-name-part-4-minus-1'Junio C Hamano2020-11-021-15/+15
|\ \
| * | tests: prepare aligned mentions of the default branch nameJohannes Schindelin2020-10-231-15/+15
| |/
* / remote: add tests for add and rename with invalid namesSean Barag2020-10-011-0/+13
|/
* tests: reference `seen` wherever `pu` was referencedJohannes Schindelin2020-06-251-4/+4
* remote rename/remove: gently handle remote.pushDefault configBert Wesarg2020-02-101-2/+74
* remote rename/remove: handle branch.<name>.pushRemote config valuesBert Wesarg2020-02-101-1/+15
* push: test that <src> doesn't DWYM if <dst> is unqualifiedÆvar Arnfjörð Bjarmason2018-11-141-0/+27
* push: add an advice on unqualified <dst> pushÆvar Arnfjörð Bjarmason2018-11-141-0/+28
* 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-161-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>.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-081-1/+1
| |/
* | remote rename: more carefully determine whether a remote is configuredJohannes 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-181-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 renameThomas 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 = xJohannes Schindelin2016-02-171-0/+5
* | | t/t5505-remote.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-281-1/+1
| |/ |/|
* | remote: add get-url subcommandBen 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>'Johannes Schindelin2014-12-231-0/+5
|/
* connect: annotate refs with their symref information in get_remote_head()Junio C Hamano2013-09-181-11/+4
* t5505: fix "set-head --auto with ambiguous HEAD" testJunio C Hamano2013-09-181-0/+1
* Merge branch 'ms/remote-tracking-branches-in-doc'Junio C Hamano2013-07-121-1/+1
|\
| * Change "remote tracking" to "remote-tracking"Michael 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-021-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-051-1/+1
|/
* Merge branch 'nd/maint-remote-remove'Junio C Hamano2012-09-121-2/+2
|\