1. 225caa7 Merge branch 'ps/config-error' by Junio C Hamano · 9 years ago
  2. ae2f255 Merge branch 'tg/git-remote' by Junio C Hamano · 9 years ago
  3. 4091558 Merge branch 'js/git-remote-add-url-insteadof-test' by Junio C Hamano · 9 years ago
  4. 45ebdcc remote: die on config error when setting URL by Patrick Steinhardt · 9 years ago
  5. d8ff76c t5505: 'remote add x y' should work when url.y.insteadOf = x by Johannes Schindelin · 9 years ago
  6. a31eeae remote: use remote_is_configured() for add and rename by Thomas Gummerer · 9 years ago
  7. cc8e538 remote: actually check if remote exits by Thomas Gummerer · 9 years ago
  8. c009781 t/t5505-remote.sh: use the $( ... ) construct for command substitution by Elia Pinto · 9 years ago
  9. 96f78d3 remote: add get-url subcommand by Ben Boeckel · 9 years ago
  10. e6821d0 t: fix some trivial cases of ignored exit codes in loops by Jeff King · 10 years ago
  11. b90c95d Add a regression test for 'git remote add <existing> <same-url>' by Johannes Schindelin · 10 years ago
  12. a45b5f0 connect: annotate refs with their symref information in get_remote_head() by Junio C Hamano · 11 years ago
  13. a4dfee0 t5505: fix "set-head --auto with ambiguous HEAD" test by Junio C Hamano · 11 years ago
  14. 778e4b8 Merge branch 'ms/remote-tracking-branches-in-doc' by Junio C Hamano · 12 years ago
  15. d6ac1d2 Change "remote tracking" to "remote-tracking" by Michael Schubert · 12 years ago
  16. f0f249d t/t5505-remote: test multiple push/pull in remotes-file by Ramkumar Ramachandra · 12 years ago
  17. 1f9a5e9 t/t5505-remote: test url-with-# in branches-file by Ramkumar Ramachandra · 12 years ago
  18. fe3c195 t/t5505-remote: use test_path_is_missing by Ramkumar Ramachandra · 12 years ago
  19. 294547f t/t5505-remote: test push-refspec in branches-file by Ramkumar Ramachandra · 12 years ago
  20. 9b9439a t/t5505-remote: modernize style by Ramkumar Ramachandra · 12 years ago
  21. c259a1a Merge branch 'tr/remote-tighten-commandline-parsing' by Junio C Hamano · 12 years ago
  22. b17dd3f remote: 'show' and 'prune' can take more than one remote by Thomas Rast · 12 years ago
  23. 2d2e3d2 remote: check for superfluous arguments in 'git remote add' by Thomas Rast · 12 years ago
  24. abf5f87 remote: add a test for extra arguments, according to docs by Thomas Rast · 12 years ago
  25. f10b7fc t5505: do not assume the "matching" push is the default by Junio C Hamano · 12 years ago
  26. 9058560 Merge branch 'nd/maint-remote-remove' by Junio C Hamano · 13 years ago
  27. e17dba8 remote: prefer subcommand name 'remove' to 'rm' by Nguyễn Thái Ngọc Duy · 13 years ago
  28. f7dc6a9 Fix tests under GETTEXT_POISON on git-remote by Jiang Xin · 13 years ago
  29. b52d00a remote: only update remote-tracking branch if updating refspec by Martin von Zweigbergk · 14 years ago
  30. 60e5eee remote: "rename o foo" should not rename ref "origin/bar" by Martin von Zweigbergk · 14 years ago
  31. 28f555f remote: write correct fetch spec when renaming remote 'remote' by Martin von Zweigbergk · 14 years ago
  32. 3eafdc9 remote: allow "-t" with fetch mirrors by Jeff King · 14 years ago
  33. a9f5a35 remote: separate the concept of push and fetch mirrors by Jeff King · 14 years ago
  34. 1393123 Change incorrect "remote branch" to "remote tracking branch" in C code by Matthieu Moy · 14 years ago
  35. af24059 Merge branch 'xx/trivial' into maint by Junio C Hamano · 15 years ago
  36. 65b26eb t5505: add missing && by Jens Lehmann · 15 years ago
  37. 1c5d6b2 Merge branch 'jn/remote-set-branches' by Junio C Hamano · 15 years ago
  38. 3d8b694 Add git remote set-branches by Jonathan Nieder · 15 years ago
  39. 111fb85 remote add: add a --[no-]tags option by Samuel Tardieu · 15 years ago
  40. c2c6bcd Merge branch 'bc/t5505-fix' by Junio C Hamano · 15 years ago
  41. 954f7cf Merge branch 'jc/maint-refs-dangling' by Junio C Hamano · 15 years ago
  42. 49de47c t/t5505-remote.sh: escape * to prevent interpretation by shell as glob by Brandon Casey · 15 years ago
  43. f3b1fbf t5505: add missing && by Brandon Casey · 15 years ago
  44. 65f83dc t5505: remove unnecessary subshell invocations by Brandon Casey · 15 years ago
  45. e01de1c refs: ref entry with NULL sha1 is can be a dangling symref by Junio C Hamano · 15 years ago
  46. 66276d9 Merge branch 'bg/maint-remote-update-default' into maint by Junio C Hamano · 15 years ago
  47. 433f2be Add git remote set-url by Ilari Liusvaara · 15 years ago
  48. 7f695d2 Merge branch 'bg/maint-remote-update-default' by Junio C Hamano · 15 years ago
  49. 4f2e842 Fix "git remote update" with remotes.defalt set by Björn Gustavsson · 15 years ago
  50. 65c042d Merge branch 'bg/fetch-multi' by Junio C Hamano · 15 years ago
  51. e2d41c6 Add missing test for 'git remote update --prune' by Björn Gustavsson · 15 years ago
  52. a75d7b5 Use 'fast-forward' all over the place by Felipe Contreras · 15 years ago
  53. 857f8c3 builtin-remote: Show push urls as well by Michael J Gruber · 16 years ago
  54. 6a01554 fix segfault showing an empty remote by Clemens Buchacher · 16 years ago
  55. e5dcbfd builtin-remote: new show output style for push refspecs by Jay Soffian · 16 years ago
  56. 7ecbbf8 builtin-remote: new show output style by Jay Soffian · 16 years ago
  57. bc14fac builtin-remote: add set-head subcommand by Jay Soffian · 16 years ago
  58. e61e0cc builtin-remote: teach show to display remote HEAD by Jay Soffian · 16 years ago
  59. 3bd9256 builtin-remote: fix two inconsistencies in the output of "show <remote>" by Jay Soffian · 16 years ago
  60. 057e713 Warn use of "origin" when remotes/origin/HEAD is dangling by Junio C Hamano · 16 years ago
  61. f8948e2 remote prune: warn dangling symrefs by Junio C Hamano · 16 years ago
  62. ba743d1 Merge branch 'js/maint-remote-remove-mirror' by Junio C Hamano · 16 years ago
  63. 441adf0 builtin-remote: make rm operation safer in mirrored repository by Jay Soffian · 16 years ago
  64. 1dd1239 git-remote rename: migrate from remotes/ and branches/ by Miklos Vajna · 16 years ago
  65. bf98421 Implement git remote rename by Miklos Vajna · 16 years ago
  66. 20244ea git-remote: list branches in vertical lists by Johannes Sixt · 16 years ago
  67. 8ee5d73 Fix fetch/pull when run without --update-head-ok by Johannes Schindelin · 16 years ago
  68. 86521ac Bring local clone's origin URL in line with that of a remote clone by Johan Herland · 17 years ago
  69. d492b31 t/: Use "test_must_fail git" instead of "! git" by Stephan Beyer · 17 years ago
  70. e7d5a97 remote show: list tracked remote branches with -n by Olivier Marin · 17 years ago
  71. 8d76792 remote prune: print the list of pruned branches by Olivier Marin · 17 years ago
  72. 0ecfcb3 remote show: fix the -n option by Olivier Marin · 17 years ago
  73. c175a7a Make "git-remote prune" delete refs according to fetch specs by Shawn O. Pearce · 17 years ago
  74. 3af8286 tests: do not use implicit "git diff --no-index" by Junio C Hamano · 17 years ago
  75. 1ce89cc remote: create fetch config lines with '+' by Jeff King · 17 years ago
  76. 24b6177 git-remote: reject adding remotes with invalid names by Jonas Fonseca · 17 years ago
  77. ec31b0c builtin-remote: Fix missing newline at end of listing of pushed branches by Johannes Sixt · 17 years ago
  78. 740fdd2 remote show: do not show symbolic refs by Johannes Schindelin · 17 years ago
  79. 82ebb0b add test_cmp function for test scripts by Jeff King · 17 years ago
  80. 3b9dcff builtin remote rm: remove symbolic refs, too by Johannes Schindelin · 17 years ago
  81. 84521ed remote: fix "update [group...]" by Johannes Schindelin · 17 years ago
  82. 4ebc914 builtin-remote: prune remotes correctly that were added with --mirror by Johannes Schindelin · 17 years ago
  83. 211c896 Make git-remote a builtin by Johannes Schindelin · 17 years ago
  84. 4704640 Test "git remote show" and "git remote prune" by Johannes Schindelin · 17 years ago
  85. 2ac8af1 Don't use GIT_CONFIG in t5505-remote by Daniel Barkalow · 17 years ago
  86. 683b567 git-remote rm: add tests and minor fix-ups by Junio C Hamano · 17 years ago