1. 691f1a2 replace direct calls to unlink(2) with unlink_or_warn by Alex Riesen · 16 years ago
  2. 7c0282b builtin-remote: fix typo in option description by Mike Ralphson · 16 years ago
  3. b344e16 git remote update: Fallback to remote if group does not exist by Finn Arne Gangstad · 16 years ago
  4. bed5d42 git remote update: Report error for non-existing groups by Finn Arne Gangstad · 16 years ago
  5. efa5480 git remote update: New option --prune by Finn Arne Gangstad · 16 years ago
  6. b92c5f2 builtin-remote.c: Split out prune_remote as a separate function. by Finn Arne Gangstad · 16 years ago
  7. 48bcfbd Merge branch 'js/remote-improvements' by Junio C Hamano · 16 years ago
  8. 48ef563 remote: improve sorting of "configure for git push" list by Jeff King · 16 years ago
  9. 8e50ada Merge branch 'xx/db-refspec-vs-js-remote' by Junio C Hamano · 16 years ago
  10. ca8a36e Merge branch 'js/remote-improvements' by Junio C Hamano · 16 years ago
  11. 5ad6b02 Adjust js/remote-improvements and db/refspec-wildcard-in-the-middle by Junio C Hamano · 16 years ago
  12. 8321c56 builtin-remote.c: no "commented out" code, please by Junio C Hamano · 16 years ago
  13. eb3a9dd Remove unused function scope local variables by Benjamin Kramer · 16 years ago
  14. e5dcbfd builtin-remote: new show output style for push refspecs by Jay Soffian · 16 years ago
  15. 7ecbbf8 builtin-remote: new show output style by Jay Soffian · 16 years ago
  16. bc14fac builtin-remote: add set-head subcommand by Jay Soffian · 16 years ago
  17. e61e0cc builtin-remote: teach show to display remote HEAD by Jay Soffian · 16 years ago
  18. 3bd9256 builtin-remote: fix two inconsistencies in the output of "show <remote>" by Jay Soffian · 16 years ago
  19. cca7c97 builtin-remote: make get_remote_ref_states() always populate states.tracked by Jay Soffian · 16 years ago
  20. e0cc81e builtin-remote: rename variables and eliminate redundant function call by Jay Soffian · 16 years ago
  21. 7b9a5e2 builtin-remote: remove unused code in get_ref_states by Jay Soffian · 16 years ago
  22. 8873323 builtin-remote: refactor duplicated cleanup code by Jay Soffian · 16 years ago
  23. f8948e2 remote prune: warn dangling symrefs by Junio C Hamano · 16 years ago
  24. ba743d1 Merge branch 'js/maint-remote-remove-mirror' by Junio C Hamano · 16 years ago
  25. 441adf0 builtin-remote: make rm operation safer in mirrored repository by Jay Soffian · 16 years ago
  26. e02f176 builtin-remote: make rm() use properly named variable to hold return value by Jay Soffian · 16 years ago
  27. dbbd56f git-remote: add verbose mode to git remote update by Cheng Renquan · 16 years ago
  28. 83b7673 builtin-remote.c: plug a small memory leak in get_one_remote_for_updates() by Junio C Hamano · 16 years ago
  29. 357af14 git-remote: match usage string with the manual pages by Cheng Renquan · 16 years ago
  30. a5b2d4a Merge branch 'mv/remote-rename' by Junio C Hamano · 16 years ago
  31. 1dd1239 git-remote rename: migrate from remotes/ and branches/ by Miklos Vajna · 16 years ago
  32. 8bb4646 Merge branch 'maint' by Junio C Hamano · 16 years ago
  33. 9db56f7 Fix non-literal format in printf-style calls by Daniel Lowe · 16 years ago
  34. bf98421 Implement git remote rename by Miklos Vajna · 16 years ago
  35. efcce2e Merge branch 'mv/maint-branch-m-symref' by Junio C Hamano · 16 years ago
  36. eca35a2 Fix git branch -m for symrefs. by Miklos Vajna · 16 years ago
  37. 20244ea git-remote: list branches in vertical lists by Johannes Sixt · 16 years ago
  38. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  39. e9a06f1 Merge branch 'mg/maint-remote-fix' into maint by Shawn O. Pearce · 16 years ago
  40. 79bbc7f git-remote: do not use user input in a printf format string by Johannes Sixt · 16 years ago
  41. 7d20e21 make "git remote" report multiple URLs by Michael J Gruber · 16 years ago
  42. bc699af clone: Add an option to set up a mirror by Johannes Schindelin · 17 years ago
  43. c455c87 Rename path_list to string_list by Johannes Schindelin · 17 years ago
  44. 72972eb builtin-remote.c: fix earlier "skip_prefix()" conversion by Junio C Hamano · 17 years ago
  45. fbca583 Move parse-options's skip_prefix() to git-compat-util.h by Miklos Vajna · 17 years ago
  46. 8b7d4e7 "remote prune": be quiet when there is nothing to prune by Junio C Hamano · 17 years ago
  47. e7d5a97 remote show: list tracked remote branches with -n by Olivier Marin · 17 years ago
  48. 8d76792 remote prune: print the list of pruned branches by Olivier Marin · 17 years ago
  49. 67a7e2d builtin-remote: split show_or_prune() in two separate functions by Olivier Marin · 17 years ago
  50. 0ecfcb3 remote show: fix the -n option by Olivier Marin · 17 years ago
  51. 7ad2458 Make "git-remote rm" delete refs acccording to fetch specs by Shawn O. Pearce · 17 years ago
  52. c175a7a Make "git-remote prune" delete refs according to fetch specs by Shawn O. Pearce · 17 years ago
  53. 6a15bc0 Remove unused remote_prefix member in builtin-remote by Shawn O. Pearce · 17 years ago
  54. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  55. dc484f2 Merge branch 'pb/remote-mirror-config' by Junio C Hamano · 17 years ago
  56. 049a226 Merge branch 'maint' by Junio C Hamano · 17 years ago
  57. 1ce89cc remote: create fetch config lines with '+' by Jeff King · 17 years ago
  58. 84bb2df Add a remote.*.mirror configuration option by Paolo Bonzini · 17 years ago
  59. 141ca95 Merge branch 'jk/remote-default-show' by Junio C Hamano · 17 years ago
  60. 24b6177 git-remote: reject adding remotes with invalid names by Jonas Fonseca · 17 years ago
  61. c4112bb git-remote: show all remotes with "git remote show" by Jeff King · 17 years ago
  62. ec31b0c builtin-remote: Fix missing newline at end of listing of pushed branches by Johannes Sixt · 17 years ago
  63. 740fdd2 remote show: do not show symbolic refs by Johannes Schindelin · 17 years ago
  64. 3000658 "remote update": print remote name being fetched from by Samuel Tardieu · 17 years ago
  65. 3b9dcff builtin remote rm: remove symbolic refs, too by Johannes Schindelin · 17 years ago
  66. 84521ed remote: fix "update [group...]" by Johannes Schindelin · 17 years ago
  67. 6217367 remote show: Clean up connection correctly if object fetch wasn't done by Johannes Schindelin · 17 years ago
  68. 4ebc914 builtin-remote: prune remotes correctly that were added with --mirror by Johannes Schindelin · 17 years ago
  69. 211c896 Make git-remote a builtin by Johannes Schindelin · 17 years ago