1. 6bd396b Merge branch 'ot/pretty' by Junio C Hamano · 7 years ago
  2. cf39471 format: create pretty.h file by Olga Telezhnaya · 7 years ago
  3. 8cc6332 Merge branch 'bw/diff-opt-impl-to-bitfields' by Junio C Hamano · 7 years ago
  4. 0d1e0e7 diff: make struct diff_flags members lowercase by Brandon Williams · 7 years ago
  5. 23dcf77 diff: remove DIFF_OPT_SET macro by Brandon Williams · 7 years ago
  6. c9f348e add, reset: use DIFF_OPT_SET macro to set a diff flag by Brandon Williams · 7 years ago
  7. ae07777 refs: convert update_ref and refs_update_ref to use struct object_id by brian m. carlson · 7 years ago
  8. 2616a5e refs: convert delete_ref and refs_delete_ref to struct object_id by brian m. carlson · 7 years ago
  9. 09595ab Merge branch 'jk/leak-checkers' by Junio C Hamano · 7 years ago
  10. afbb883 reset: free allocated tree buffers by Jeff King · 8 years ago
  11. e9ce897 reset: make tree counting less confusing by Jeff King · 8 years ago
  12. bfffb48 stop leaking lock structs in some simple cases by Jeff King · 8 years ago
  13. 614ea03 Merge branch 'bw/submodule-config-cleanup' by Junio C Hamano · 8 years ago
  14. 5c377d3 tree-walk: convert fill_tree_descriptor() to object_id by René Scharfe · 8 years ago
  15. 557a599 submodule: remove gitmodules_config by Brandon Williams · 8 years ago
  16. 5556808 add, reset: ensure submodules can be added or reset by Brandon Williams · 8 years ago
  17. e82caf3 sha1_name: convert get_sha1* to get_oid* by brian m. carlson · 8 years ago
  18. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  19. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  20. 3c548de Merge branch 'sb/submodule-blanket-recursive' by Junio C Hamano · 8 years ago
  21. 046b482 Introduce 'submodule.recurse' option for worktree manipulators by Stefan Beller · 8 years ago
  22. d7a3803 reset/checkout/read-tree: unify config callback for submodule recursion by Stefan Beller · 8 years ago
  23. 58b75bd submodule recursing: do not write a config variable twice by Stefan Beller · 8 years ago
  24. 3c5a782 Merge branch 'bw/pathspec-sans-the-index' by Junio C Hamano · 8 years ago
  25. 6b526ce Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  26. 2249d4d pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP by Brandon Williams · 8 years ago
  27. a9dbc17 tree: convert parse_tree_indirect to struct object_id by brian m. carlson · 8 years ago
  28. 944cffb diff-lib: convert do_diff_cache to struct object_id by brian m. carlson · 8 years ago
  29. bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 8 years ago
  30. 35b96d1 builtin/reset: add --recurse-submodules switch by Stefan Beller · 8 years ago
  31. 755b49a delete_ref: accept a reflog message argument by Kyle Meyer · 8 years ago
  32. b3e83cc hold_locked_index(): align error handling with hold_lockfile_for_update() by Junio C Hamano · 8 years ago
  33. ad0e959 Merge branch 'js/reset-usage' by Junio C Hamano · 8 years ago
  34. 641c900 reset: fix usage by Johannes Schindelin · 8 years ago
  35. 3a5d7c5 builtin/reset: convert to use struct object_id by brian m. carlson · 9 years ago
  36. a63d31b Merge branch 'bc/cocci' by Junio C Hamano · 9 years ago
  37. 62e5e83 Merge branch 'js/find-commit-subject-ignore-leading-blanks' by Junio C Hamano · 9 years ago
  38. 054a5ae reset --hard: skip blank lines when reporting the commit subject by Johannes Schindelin · 9 years ago
  39. a0d12c4 diff: convert struct diff_filespec to struct object_id by brian m. carlson · 9 years ago
  40. ed6e803 pathspec: rename free_pathspec() to clear_pathspec() by Junio C Hamano · 9 years ago
  41. ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
  42. f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
  43. 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
  44. f932729 memoize common git-path "constant" files by Jeff King · 10 years ago
  45. 697cc8e lockfile.h: extract new header file for the functions in lockfile.c by Michael Haggerty · 10 years ago
  46. 788cef8 Merge branch 'nd/split-index' by Junio C Hamano · 11 years ago
  47. 8061ae8 Merge branch 'jk/commit-buffer-length' by Junio C Hamano · 11 years ago
  48. b66103c convert logmsg_reencode to get_commit_buffer by Jeff King · 11 years ago
  49. e6c286e cache-tree: mark istate->cache_changed on prime_cache_tree() by Nguyễn Thái Ngọc Duy · 11 years ago
  50. 03b8664 read-cache: new API write_locked_index instead of write_index/write_cache by Nguyễn Thái Ngọc Duy · 11 years ago
  51. b000c59 logmsg_reencode: return const buffer by Jeff King · 11 years ago
  52. f412411 refs.h: rename the action_on_err constants by Michael Haggerty · 11 years ago
  53. 6eb593a Merge branch 'nd/reset-setup-worktree' by Junio C Hamano · 11 years ago
  54. b7756d4 reset: optionally setup worktree and refresh index on --mixed by Nguyễn Thái Ngọc Duy · 11 years ago
  55. b4b313f reset: support "--mixed --intent-to-add" mode by Nguyễn Thái Ngọc Duy · 11 years ago
  56. b3e9ce1 reset: pass real rev name to add--interactive by Jeff King · 11 years ago
  57. be98d91 Merge branch 'jk/trailing-slash-in-pathspec' by Junio C Hamano · 11 years ago
  58. 9a86b89 Merge branch 'bk/refs-multi-update' by Junio C Hamano · 11 years ago
  59. c8ccfc9 Merge branch 'fc/trivial' by Junio C Hamano · 11 years ago
  60. 2c63d6e reset: handle submodule with trailing slash by John Keeping · 12 years ago
  61. b02f5ae Merge branch 'jl/submodule-mv' by Junio C Hamano · 12 years ago
  62. 4e83ab3 reset: trivial style cleanup by Felipe Contreras · 12 years ago
  63. f38798f reset: trivial refactoring by Felipe Contreras · 12 years ago
  64. 2be778a reset: rename update_refs to reset_refs by Brad King · 12 years ago
  65. d5d09d4 Replace deprecated OPT_BOOLEAN by OPT_BOOL by Stefan Beller · 12 years ago
  66. bd1928d remove diff_tree_{setup,release}_paths by Nguyễn Thái Ngọc Duy · 12 years ago
  67. 480ca64 convert run_add_interactive to use struct pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  68. f8144c9 reset: convert to use parse_pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  69. ecaee80 pretty: --format output should honor logOutputEncoding by Alexey Shumkin · 12 years ago
  70. bf44142 reset: update documentation to require only tree-ish with paths by Martin von Zweigbergk · 12 years ago
  71. 3fde386 reset [--mixed]: use diff-based reset whether or not pathspec was given by Martin von Zweigbergk · 12 years ago
  72. 166ec2e reset: allow reset on unborn branch by Martin von Zweigbergk · 12 years ago
  73. 2f328c3 reset $sha1 $pathspec: require $sha1 only to be treeish by Martin von Zweigbergk · 12 years ago
  74. 7637df1 reset.c: inline update_index_refresh() by Martin von Zweigbergk · 12 years ago
  75. 3bbf2f2 reset.c: finish entire cmd_reset() whether or not pathspec is given by Martin von Zweigbergk · 12 years ago
  76. bc41bf4 reset [--mixed]: only write index file once by Martin von Zweigbergk · 12 years ago
  77. 01a19df reset.c: move lock, write and commit out of update_index_refresh() by Martin von Zweigbergk · 12 years ago
  78. bf883f3 reset.c: move update_index_refresh() call out of read_from_tree() by Martin von Zweigbergk · 12 years ago
  79. b489097 reset.c: replace switch by if-else by Martin von Zweigbergk · 12 years ago
  80. 1ca38f8 reset: avoid redundant error message by Martin von Zweigbergk · 12 years ago
  81. b7099a0 reset --keep: only write index file once by Martin von Zweigbergk · 12 years ago
  82. 352f58a reset.c: share call to die_if_unmerged_cache() by Martin von Zweigbergk · 12 years ago
  83. 7bca0e4 reset.c: extract function for updating {ORIG_,}HEAD by Martin von Zweigbergk · 12 years ago
  84. dca48cf reset.c: remove unnecessary variable 'i' by Martin von Zweigbergk · 12 years ago
  85. 39ea722 reset.c: extract function for parsing arguments by Martin von Zweigbergk · 12 years ago
  86. 4f4ad3d reset: don't allow "git reset -- $pathspec" in bare repo by Martin von Zweigbergk · 12 years ago
  87. 18648e8 reset.c: pass pathspec around instead of (prefix, argv) pair by Martin von Zweigbergk · 12 years ago
  88. d94c5e2 reset $pathspec: exit with code 0 if successful by Martin von Zweigbergk · 12 years ago
  89. 10746a3 reset $pathspec: no need to discard index by Martin von Zweigbergk · 12 years ago
  90. c1e9c2a i18n: reset: mark parseopt strings for translation by Nguyễn Thái Ngọc Duy · 13 years ago
  91. 0958a24 Merge branch 'jc/sha1-name-more' by Junio C Hamano · 13 years ago
  92. 13243c2 reset: the command takes committish by Junio C Hamano · 13 years ago
  93. 023e37c verify_filename(): ask the caller to chose the kind of diagnosis by Matthieu Moy · 13 years ago
  94. 6c52ec8 reset: update cache-tree data when appropriate by Thomas Rast · 13 years ago
  95. 75745bc Merge branch 'jk/reset-reflog-message-fix' by Junio C Hamano · 14 years ago
  96. d04520e reset: give better reflog messages by Jeff King · 14 years ago
  97. ff00b68 reset [<commit>] paths...: do not mishandle unmerged paths by Junio C Hamano · 14 years ago
  98. 6c80cd2 Merge branch 'ab/i18n-st' by Junio C Hamano · 14 years ago
  99. c2e86ad Fix sparse warnings by Stephen Boyd · 14 years ago
  100. 4d3cd97 i18n: git-reset "Unstaged changes after reset" message by Ævar Arnfjörð Bjarmason · 14 years ago