1. 045fac5 i18n: git-parse-remote.sh: mark strings for translation by Vasco Almeida · 9 years ago
  2. 11d6214 remove #!interpreter line from shell libraries by Jonathan Nieder · 11 years ago
  3. a3a4391 push/pull: adjust missing upstream help text to changed interface by Michael J Gruber · 12 years ago
  4. 3c02396 Make git-{pull,rebase} message without tracking information friendlier by Carlos Martín Nieto · 13 years ago
  5. 78c6e0f Merge branch 'mz/rebase' by Junio C Hamano · 14 years ago
  6. bcef9b6 Merge branch 'maint' by Junio C Hamano · 14 years ago
  7. 2352570 parse-remote: typofix by Junio C Hamano · 14 years ago
  8. 17a0299 Merge branch 'maint' by Junio C Hamano · 14 years ago
  9. 9ecd3ad parse-remote: replace unnecessary sed invocation by Stephen Boyd · 14 years ago
  10. 1a92777 git-request-pull: open-code the only invocation of get_remote_url by Uwe Kleine-König · 14 years ago
  11. 45781ad get_remote_url(): use the same data source as ls-remote to get remote urls by Uwe Kleine-König · 14 years ago
  12. 15a147e rebase: use @{upstream} if no upstream specified by Martin von Zweigbergk · 14 years ago
  13. 73fd7f3 Merge branch 'mz/pull-rebase-rebased' by Junio C Hamano · 14 years ago
  14. f864f26 parse-remote: handle detached HEAD by Santi Béjar · 14 years ago
  15. fe249b4 Use reflog in 'pull --rebase . foo' by Martin von Zweigbergk · 14 years ago
  16. 46bac90 Do not install shell libraries executable by Jonathan Nieder · 15 years ago
  17. 62d955f parse-remote: remove unused functions by Santi Béjar · 16 years ago
  18. e9460a6 parse-remote: support default reflist in get_remote_merge_branch by Santi Béjar · 16 years ago
  19. 97af7ff parse-remote: function to get the tracking branch to be merge by Santi Béjar · 16 years ago
  20. 7bd93c1 Convert to use quiet option when available by Dan Loewenherz · 16 years ago
  21. 5be6007 Rewrite "git-frotz" to "git frotz" by Junio C Hamano · 18 years ago
  22. 96f12b5 Allow fetching references from any namespace by Alex Riesen · 18 years ago
  23. 9debc32 git-fetch, git-branch: Support local --track via a special remote '.' by Paolo Bonzini · 18 years ago
  24. 9533991 Use stdin reflist passing in parse-remote by Julian Phillips · 18 years ago
  25. 8655158 git-fetch: rewrite expand_ref_wildcard in C by Junio C Hamano · 18 years ago
  26. 756373d Revert "Allow branch.*.merge to talk about remote tracking branches." by Junio C Hamano · 18 years ago
  27. 153e98d git-fetch: Allow fetching the remote HEAD by Santi Béjar · 18 years ago
  28. e0d10e1 [PATCH] Rename git-repo-config to git-config. by Tom Prince · 18 years ago
  29. ae9c6ff parse-remote: do not barf on a remote shorthand without any refs to fetch. by Junio C Hamano · 18 years ago
  30. 5dee29a make --upload-pack option to git-fetch configurable by Uwe Kleine-König · 18 years ago
  31. a0f4280 Fix git-fetch while on detached HEAD not to give needlessly alarming errors by Junio C Hamano · 18 years ago
  32. fbc9012 Do not merge random set of refs out of wildcarded refs by Junio C Hamano · 18 years ago
  33. 80c7977 Allow branch.*.merge to talk about remote tracking branches. by Junio C Hamano · 18 years ago
  34. ea560e6 Do not support "partial URL shorthand" anymore. by Junio C Hamano · 18 years ago
  35. fb8696d default pull: forget about "newbie protection" for now. by Junio C Hamano · 18 years ago
  36. d41cb27 parse-remote: mark all refs not for merge only when fetching more than one by Junio C Hamano · 18 years ago
  37. 9e11554 Revert "git-pull: refuse default merge without branch.*.merge" by Junio C Hamano · 18 years ago
  38. 4363dfb Move "no merge candidate" warning into git-pull by Josef Weidendorfer · 18 years ago
  39. 5fed466 Merge branch 'jc/test-clone' into jc/clone by Junio C Hamano · 18 years ago
  40. 0c7a97f parse-remote::expand_refs_wildcard() by Junio C Hamano · 18 years ago
  41. a71fb0a git-pull: refuse default merge without branch.*.merge by Junio C Hamano · 18 years ago
  42. 62b339a Add branch.*.merge warning and documentation update by Josef Weidendorfer · 18 years ago
  43. 4cd7535 git-fetch: ignore dereferenced tags in expand_refs_wildcard by Michael Loeffler · 18 years ago
  44. d945d4b git-fetch: allow forcing glob pattern in refspec by Junio C Hamano · 18 years ago
  45. 5677882 git-fetch: allow glob pattern in refspec by Junio C Hamano · 18 years ago
  46. 5372806 fetch: get the remote branches to merge from the branch properties by Santi Béjar · 18 years ago
  47. 648ad18 Fetch: default remote repository from branch properties by Santi Béjar · 18 years ago
  48. 73136b2 fetch, pull: ask config for remote information by Johannes Schindelin · 19 years ago
  49. dfdcb55 Fix-up previous expr changes. by Junio C Hamano · 19 years ago
  50. f327dbc Shell utilities: Guard against expr' magic tokens. by Mark Wooding · 19 years ago
  51. 687b8be fetch,parse-remote,fmt-merge-msg: refs/remotes/* support by Eric Wong · 19 years ago
  52. e8cc80d parse-remote and ls-remote clean-up. by Junio C Hamano · 19 years ago
  53. d8a1dee Refuse to create funny refs in clone-pack, git-fetch and receive-pack. by Junio C Hamano · 19 years ago
  54. 12aac5d Do not require ls-remote to be run inside a git repository. by Alex Riesen · 19 years ago
  55. 05dd8e2 Fix default pull not to do an unintended Octopus. by Junio C Hamano · 19 years ago
  56. 4447bad Teach rsync transport about alternates. by Junio C Hamano · 19 years ago
  57. 215a7ad Big tool rename. by Junio C Hamano · 20 years ago[Renamed (97%) from git-parse-remote-script]
  58. 61f01a5 parse-remote: trivial fix to allow refs/{heads,tags}/ spelled easier. by Junio C Hamano · 20 years ago
  59. efe9bf0 [PATCH] Allow "+remote:local" refspec to cause --force when fetching. by Junio C Hamano · 20 years ago
  60. ac4b0cf [PATCH] Start adding the $GIT_DIR/remotes/ support. by Junio C Hamano · 20 years ago