| Commit message (Expand) | Author | Age |
* | tests: use test_i18n* functions to suppress false positives | Vasco Almeida | 2016-06-17 |
* | Merge branch 'ps/config-error' | Junio C Hamano | 2016-02-26 |
|\ |
|
| * | remote: die on config error when setting URL | Patrick Steinhardt | 2016-02-22 |
* | | Merge branch 'tg/git-remote' | Junio C Hamano | 2016-02-26 |
|\ \ |
|
| * | | remote: use remote_is_configured() for add and rename | Thomas Gummerer | 2016-02-16 |
| * | | remote: actually check if remote exits | Thomas Gummerer | 2016-02-16 |
* | | | Merge branch 'js/git-remote-add-url-insteadof-test' | Junio C Hamano | 2016-02-22 |
|\ \ \
| |/ /
|/| | |
|
| * | | t5505: 'remote add x y' should work when url.y.insteadOf = x | Johannes Schindelin | 2016-02-17 |
* | | | t/t5505-remote.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2015-12-28 |
| |/
|/| |
|
* | | remote: add get-url subcommand | Ben Boeckel | 2015-09-17 |
* | | t: fix some trivial cases of ignored exit codes in loops | Jeff King | 2015-03-25 |
* | | Add a regression test for 'git remote add <existing> <same-url>' | Johannes Schindelin | 2014-12-23 |
|/ |
|
* | connect: annotate refs with their symref information in get_remote_head() | Junio C Hamano | 2013-09-17 |
* | t5505: fix "set-head --auto with ambiguous HEAD" test | Junio C Hamano | 2013-09-17 |
* | Merge branch 'ms/remote-tracking-branches-in-doc' | Junio C Hamano | 2013-07-12 |
|\ |
|
| * | Change "remote tracking" to "remote-tracking" | Michael Schubert | 2013-07-03 |
* | | t/t5505-remote: test multiple push/pull in remotes-file | Ramkumar Ramachandra | 2013-06-23 |
* | | t/t5505-remote: test url-with-# in branches-file | Ramkumar Ramachandra | 2013-06-23 |
* | | t/t5505-remote: use test_path_is_missing | Ramkumar Ramachandra | 2013-06-23 |
* | | t/t5505-remote: test push-refspec in branches-file | Ramkumar Ramachandra | 2013-06-23 |
* | | t/t5505-remote: modernize style | Ramkumar Ramachandra | 2013-06-23 |
|/ |
|
* | Merge branch 'tr/remote-tighten-commandline-parsing' | Junio C Hamano | 2013-05-01 |
|\ |
|
| * | remote: 'show' and 'prune' can take more than one remote | Thomas Rast | 2013-04-24 |
| * | remote: check for superfluous arguments in 'git remote add' | Thomas Rast | 2013-04-24 |
| * | remote: add a test for extra arguments, according to docs | Thomas Rast | 2013-04-24 |
* | | t5505: do not assume the "matching" push is the default | Junio C Hamano | 2013-01-04 |
|/ |
|
* | Merge branch 'nd/maint-remote-remove' | Junio C Hamano | 2012-09-12 |
|\ |
|
| * | remote: prefer subcommand name 'remove' to 'rm' | Nguyễn Thái Ngọc Duy | 2012-09-06 |
* | | Fix tests under GETTEXT_POISON on git-remote | Jiang Xin | 2012-08-27 |
|/ |
|
* | remote: only update remote-tracking branch if updating refspec | Martin von Zweigbergk | 2011-09-11 |
* | remote: "rename o foo" should not rename ref "origin/bar" | Martin von Zweigbergk | 2011-09-11 |
* | remote: write correct fetch spec when renaming remote 'remote' | Martin von Zweigbergk | 2011-09-11 |
* | remote: allow "-t" with fetch mirrors | Jeff King | 2011-05-26 |
* | remote: separate the concept of push and fetch mirrors | Jeff King | 2011-03-30 |
* | Change incorrect "remote branch" to "remote tracking branch" in C code | Matthieu Moy | 2010-11-03 |
* | Merge branch 'xx/trivial' into maint | Junio C Hamano | 2010-09-06 |
|\ |
|
| * | t5505: add missing && | Jens Lehmann | 2010-09-05 |
| * | Merge branch 'bg/maint-remote-update-default' into maint | Junio C Hamano | 2010-01-20 |
| |\ |
|
* | \ | Merge branch 'jn/remote-set-branches' | Junio C Hamano | 2010-06-18 |
|\ \ \ |
|
| * | | | Add git remote set-branches | Jonathan Nieder | 2010-05-19 |
* | | | | remote add: add a --[no-]tags option | Samuel Tardieu | 2010-04-19 |
|/ / / |
|
* | | | Merge branch 'bc/t5505-fix' | Junio C Hamano | 2010-04-03 |
|\ \ \ |
|
| * | | | t/t5505-remote.sh: escape * to prevent interpretation by shell as glob | Brandon Casey | 2010-03-20 |
| * | | | t5505: add missing && | Brandon Casey | 2010-03-20 |
| * | | | t5505: remove unnecessary subshell invocations | Brandon Casey | 2010-03-20 |
* | | | | Merge branch 'jc/maint-refs-dangling' | Junio C Hamano | 2010-03-24 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | refs: ref entry with NULL sha1 is can be a dangling symref | Junio C Hamano | 2010-03-15 |
* | | | | Add git remote set-url | Ilari Liusvaara | 2010-01-18 |
* | | | | Merge branch 'bg/maint-remote-update-default' | Junio C Hamano | 2010-01-10 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | Fix "git remote update" with remotes.defalt set | Björn Gustavsson | 2009-12-31 |