aboutsummaryrefslogtreecommitdiff
path: root/t/t5505-remote.sh
Commit message (Expand)AuthorAge
* Merge branch 'rl/remote-allow-missing-branch-name-merge'Junio C Hamano2017-02-27
|\
| * remote: ignore failure to remove missing branch.<name>.mergeRoss Lagerwall2017-02-21
* | Merge branch 'mh/ref-remove-empty-directory'Junio C Hamano2017-02-27
|\ \
| * | t5505: use "for-each-ref" to test for the non-existence of referencesMichael Haggerty2017-01-07
| |/
* | remote rename: more carefully determine whether a remote is configuredJohannes Schindelin2017-01-19
* | remote rename: demonstrate a bogus "remote exists" bugJohannes Schindelin2017-01-19
|/
* tests: use test_i18n* functions to suppress false positivesVasco Almeida2016-06-17
* Merge branch 'ps/config-error'Junio C Hamano2016-02-26
|\
| * remote: die on config error when setting URLPatrick Steinhardt2016-02-22
* | Merge branch 'tg/git-remote'Junio C Hamano2016-02-26
|\ \
| * | remote: use remote_is_configured() for add and renameThomas Gummerer2016-02-16
| * | remote: actually check if remote exitsThomas Gummerer2016-02-16
* | | Merge branch 'js/git-remote-add-url-insteadof-test'Junio C Hamano2016-02-22
|\ \ \ | |/ / |/| |
| * | t5505: 'remote add x y' should work when url.y.insteadOf = xJohannes Schindelin2016-02-17
* | | t/t5505-remote.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-28
| |/ |/|
* | remote: add get-url subcommandBen Boeckel2015-09-17
* | t: fix some trivial cases of ignored exit codes in loopsJeff King2015-03-25
* | Add a regression test for 'git remote add <existing> <same-url>'Johannes Schindelin2014-12-23
|/
* connect: annotate refs with their symref information in get_remote_head()Junio C Hamano2013-09-17
* t5505: fix "set-head --auto with ambiguous HEAD" testJunio C Hamano2013-09-17
* Merge branch 'ms/remote-tracking-branches-in-doc'Junio C Hamano2013-07-12
|\
| * Change "remote tracking" to "remote-tracking"Michael Schubert2013-07-03
* | t/t5505-remote: test multiple push/pull in remotes-fileRamkumar Ramachandra2013-06-23
* | t/t5505-remote: test url-with-# in branches-fileRamkumar Ramachandra2013-06-23
* | t/t5505-remote: use test_path_is_missingRamkumar Ramachandra2013-06-23
* | t/t5505-remote: test push-refspec in branches-fileRamkumar Ramachandra2013-06-23
* | t/t5505-remote: modernize styleRamkumar Ramachandra2013-06-23
|/
* Merge branch 'tr/remote-tighten-commandline-parsing'Junio C Hamano2013-05-01
|\
| * remote: 'show' and 'prune' can take more than one remoteThomas Rast2013-04-24
| * remote: check for superfluous arguments in 'git remote add'Thomas Rast2013-04-24
| * remote: add a test for extra arguments, according to docsThomas Rast2013-04-24
* | t5505: do not assume the "matching" push is the defaultJunio C Hamano2013-01-04
|/
* Merge branch 'nd/maint-remote-remove'Junio C Hamano2012-09-12
|\
| * remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy2012-09-06
* | Fix tests under GETTEXT_POISON on git-remoteJiang Xin2012-08-27
|/
* remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk2011-09-11
* remote: "rename o foo" should not rename ref "origin/bar"Martin von Zweigbergk2011-09-11
* remote: write correct fetch spec when renaming remote 'remote'Martin von Zweigbergk2011-09-11
* remote: allow "-t" with fetch mirrorsJeff King2011-05-26
* remote: separate the concept of push and fetch mirrorsJeff King2011-03-30
* Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy2010-11-03
* Merge branch 'xx/trivial' into maintJunio C Hamano2010-09-06
|\
| * t5505: add missing &&Jens Lehmann2010-09-05
| * Merge branch 'bg/maint-remote-update-default' into maintJunio C Hamano2010-01-20
| |\
* | \ Merge branch 'jn/remote-set-branches'Junio C Hamano2010-06-18
|\ \ \
| * | | Add git remote set-branchesJonathan Nieder2010-05-19
* | | | remote add: add a --[no-]tags optionSamuel Tardieu2010-04-19
|/ / /
* | | Merge branch 'bc/t5505-fix'Junio C Hamano2010-04-03
|\ \ \
| * | | t/t5505-remote.sh: escape * to prevent interpretation by shell as globBrandon Casey2010-03-20
| * | | t5505: add missing &&Brandon Casey2010-03-20