1. 2122f8b rev-parse: Add support for the ^! and ^@ syntax by Björn Steinbrink · 17 years ago
  2. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  3. 9bd81e4 Merge branch 'js/config-cb' by Junio C Hamano · 17 years ago v1.5.6-rc0
  4. e13067a Merge branch 'maint' by Junio C Hamano · 17 years ago
  5. 77599cc Merge branch 'maint-1.5.4' into maint by Junio C Hamano · 17 years ago v1.5.5.2
  6. e00f379 rev-parse --symbolic-full-name: don't print '^' if SHA1 is not a ref by Johannes Sixt · 17 years ago
  7. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  8. dfd1b74 rev-parse --verify: do not output anything on error by Christian Couder · 17 years ago
  9. 28bfa14 rev-parse: fix using "--default" with "--verify" by Christian Couder · 17 years ago
  10. 75ecfce rev-parse: fix --verify to error out when passed junk after a good rev by Christian Couder · 17 years ago
  11. b1b3596 rev-parse: teach "--verify" to be quiet when using "-q" or "--quiet" by Christian Couder · 17 years ago
  12. ff962a3 parse-opt: bring PARSE_OPT_HIDDEN and NONEG to git-rev-parse --parseopt by Pierre Habouzit · 17 years ago
  13. e103343 rev-parse: fix potential bus error with --parseopt option spec handling by Jay Soffian · 17 years ago
  14. a6d97d4 git-rev-parse --symbolic-full-name by Junio C Hamano · 17 years ago
  15. b319ce4 Trace and quote with argv: get rid of unneeded count argument. by Christian Couder · 17 years ago
  16. 5410a02 git-rev-parse --parseopt by Junio C Hamano · 17 years ago
  17. 21d4783 Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts. by Pierre Habouzit · 17 years ago
  18. e90fdc3 Clean up work-tree handling by Johannes Schindelin · 18 years ago
  19. 892c41b introduce GIT_WORK_TREE to specify the work tree by Matthias Lederhofer · 18 years ago
  20. 493c774 rev-parse: introduce --is-bare-repository by Matthias Lederhofer · 18 years ago
  21. 1968d77 prefixcmp(): fix-up leftover strncmp(). by Junio C Hamano · 18 years ago
  22. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  23. 6d9ba67 Commands requiring a work tree must not run in GIT_DIR by Johannes Schindelin · 18 years ago
  24. 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
  25. cb5d709 Add callback data to for_each_ref() family. by Junio C Hamano · 18 years ago
  26. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  27. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
  28. b7d936b builtin-rev-parse.c: constness tightening by Junio C Hamano · 19 years ago
  29. 3dd4e73 Teach rev-parse the ... syntax. by Santi Béjar · 19 years ago
  30. 554fe20 Make some strings const by Timo Hirvonen · 19 years ago
  31. 16cee38 rev-parse: tighten constness properly. by Junio C Hamano · 19 years ago v1.4.0-rc1
  32. 895f10c Builtin git-rev-parse. by Christian Couder · 19 years ago[Renamed (98%) from rev-parse.c]
  33. a62be77 Add "--branches", "--tags" and "--remotes" options to git-rev-parse. by Sean · 19 years ago
  34. e23d0b4 Fix filename verification when in a subdirectory by Linus Torvalds · 19 years ago
  35. 3e1a70d rev-parse: better error message for ambiguous arguments by Paul Mackerras · 19 years ago
  36. ce4a706 revision arguments: ..B means HEAD..B, just like A.. means A..HEAD by Junio C Hamano · 19 years ago
  37. fb18a2e Fix error handling for nonexistent names by Linus Torvalds · 19 years ago
  38. 84a9b58 sha1_name: warning ambiguous refs. by Junio C Hamano · 19 years ago
  39. 765ac8e Rip out merge-order and make "git log <paths>..." work again. by Linus Torvalds · 19 years ago
  40. c649657 rev-list --objects-edge by Junio C Hamano · 19 years ago
  41. 709a9e5 Merge fixes up to GIT 1.2.2 by Junio C Hamano · 19 years ago
  42. 44de0da git-rev-parse: Fix --short= option parsing by Jonas Fonseca · 19 years ago
  43. 4c8725f topo-order: make --date-order optional. by Junio C Hamano · 19 years ago
  44. 9ad0a93 rev-parse lstat() workaround cleanup. by Linus Torvalds · 19 years ago
  45. 9523a4c Fix git-rev-parse over-eager errors by Linus Torvalds · 19 years ago
  46. 8233340 rev-list: allow -<n> as shorthand for --max-count=<n> by Eric Wong · 19 years ago
  47. 3af0698 rev-list: allow -n<n> as shorthand for --max-count=<n> by Eric Wong · 19 years ago
  48. addafaf Merge lt/revlist,jc/diff,jc/revparse,jc/abbrev by Junio C Hamano · 19 years ago
  49. b33aba5 rev-parse: make "whatchanged -- git-fetch-script" work again. by Junio C Hamano · 19 years ago
  50. 62a604b Rename rev-parse --abbrev to --short. by Junio C Hamano · 19 years ago
  51. 1dc4fb8 rev-parse --abbrev: do not try abbrev shorter than minimum. by Junio C Hamano · 19 years ago
  52. d501250 rev-parse: --abbrev option. by Junio C Hamano · 19 years ago
  53. d8f6b34 Make git-rev-list and git-rev-parse argument parsing stricter by Linus Torvalds · 19 years ago
  54. 5f94c73 rev-parse: --show-cdup by Junio C Hamano · 19 years ago
  55. 3c07b1d git's rev-parse.c function show_datestring presumes gnu date by Linus Torvalds · 19 years ago
  56. 5a83f3b Update git-rev-list options list in rev-parse. by Junio C Hamano · 19 years ago
  57. af13cdf Be more careful about reference parsing by Linus Torvalds · 19 years ago
  58. 7b34c2f git-rev-list: make --dense the default (and introduce "--sparse") by Linus Torvalds · 19 years ago
  59. a08b650 git-rev-parse: pass on "--" flag when required by Linus Torvalds · 19 years ago
  60. 7a3dd47 Avoid ambiguity between refname and filename in rev-parse by Linus Torvalds · 19 years ago
  61. e091eb9 upload-pack: Do not choke on too many heads request. by Junio C Hamano · 19 years ago
  62. c1babb1 [PATCH] Teach "git-rev-parse" about date-based cut-offs by Linus Torvalds · 19 years ago
  63. a8783ee [PATCH] Add "--git-dir" flag to git-rev-parse by Linus Torvalds · 19 years ago
  64. 4866ccf Rationalize output selection in rev-parse. by Junio C Hamano · 20 years ago
  65. 0360e99 [PATCH] Fix git-rev-parse --default and --flags handling by Linus Torvalds · 20 years ago
  66. 30b96fc Add --symbolic flag to git-rev-parse. by Junio C Hamano · 20 years ago
  67. d288a70 [PATCH] Make "git diff" work inside relative subdirectories by Linus Torvalds · 20 years ago
  68. 5ccfb75 Update rev-parse flags list. by Junio C Hamano · 20 years ago
  69. 9938af6 Update get_sha1() to grok extended format. by Junio C Hamano · 20 years ago
  70. 5bb2c65 [PATCH] Help scripts that use git-rev-parse to grok args with SP/TAB/LF by Junio C Hamano · 20 years ago
  71. 79162bb git-rev-parse: Allow a "zeroth" parent of a commit - the commit itself. by Linus Torvalds · 20 years ago
  72. f79b65a Add "--flags" and "--no-flags" arguments to git-rev-parse by Linus Torvalds · 20 years ago
  73. 671fe4b git-rev-parse: support show sha1 names for pack entries by Linus Torvalds · 20 years ago
  74. 5736bef Make git-rev-parse support cogito-style "short hex names" by Linus Torvalds · 20 years ago
  75. 960bba0 Add "--all" flag to rev-parse that shows all refs by Linus Torvalds · 20 years ago
  76. 042a4ed git-rev-parse: add "--not" flag to mark subsequent heads negative by Linus Torvalds · 20 years ago
  77. 023d66e git-rev-parse: re-organize and be more careful by Linus Torvalds · 20 years ago
  78. 218e441 Change parent syntax to "xyz^" instead of "xyz.p" by Linus Torvalds · 20 years ago
  79. a8be83f Make rev-parse understand "extended sha1" syntax by Linus Torvalds · 20 years ago
  80. 9d73fad git-rev-parse: flush "default" head when encountering something unexpected by Linus Torvalds · 20 years ago
  81. 800644c git-rev-parse: parse ".." before simple SHA1's by Linus Torvalds · 20 years ago
  82. 921d865 Teach git-rev-parse about revision-specifying arguments by Linus Torvalds · 20 years ago
  83. 8ebb018 git-rev-parse: split "revs" and "non-revs" by Linus Torvalds · 20 years ago
  84. 178cb24 Add 'git-rev-parse' helper script by Linus Torvalds · 20 years ago