1. 8c0db6f Documentation: do not treat reset --keep as a special case by Jonathan Nieder · 14 years ago
  2. d537c74 git-reset.txt: make modes description more consistent by Michael J Gruber · 15 years ago
  3. 9980d7d git-reset.txt: point to git-checkout by Michael J Gruber · 15 years ago
  4. 06cdac5 git-reset.txt: use "working tree" consistently by Michael J Gruber · 15 years ago
  5. cca5d0b git-reset.txt: reset --soft is not a no-op by Michael J Gruber · 15 years ago
  6. aad8441 git-reset.txt: reset does not change files in target by Michael J Gruber · 15 years ago
  7. ae8285e git-reset.txt: clarify branch vs. branch head by Michael J Gruber · 15 years ago
  8. 7d61b31 Merge branch 'vs/doc-spell' into maint by Junio C Hamano · 15 years ago
  9. 6b677a2 Documentation: spelling fixes by Ville Skyttä · 15 years ago
  10. 6e90f7b Documentation/reset: move "undo permanently" example behind "make topic" by Thomas Rast · 15 years ago
  11. 8bb95bb Documentation/reset: reorder examples to match description by Thomas Rast · 15 years ago
  12. 28bb4b2 Documentation/reset: promote 'examples' one section up by Thomas Rast · 15 years ago
  13. 7b8cd49 Documentation/reset: separate options by mode by Thomas Rast · 15 years ago
  14. bb59b7f Documentation/git-reset: reorder modes for soft-mixed-hard progression by Thomas Rast · 15 years ago
  15. eaf436c Documentation: improve description of "git reset --keep" by Junio C Hamano · 15 years ago
  16. 812d2a3 reset: disallow using --keep when there are unmerged entries by Christian Couder · 15 years ago
  17. 7349df1 Documentation: reset: describe new "--keep" option by Christian Couder · 15 years ago
  18. add0951 Merge remote branch 'remotes/trast-doc/for-next' by Junio C Hamano · 15 years ago
  19. dc96c5e Merge branch 'cc/reset-more' by Junio C Hamano · 15 years ago
  20. 0b444cd Documentation: spell 'git cmd' without dash throughout by Thomas Rast · 15 years ago
  21. 397d596 Documentation: reset: add some missing tables by Christian Couder · 15 years ago
  22. e11d7b5 "reset --merge": fix unmerged case by Junio C Hamano · 15 years ago
  23. d0f379c reset: use "unpack_trees()" directly instead of "git read-tree" by Stephan Beyer · 15 years ago
  24. 4086010 Documentation: reset: add some tables to describe the different options by Christian Couder · 15 years ago
  25. 5d2dcc4 General --quiet improvements by Felipe Contreras · 15 years ago
  26. a75d7b5 Use 'fast-forward' all over the place by Felipe Contreras · 15 years ago
  27. d002ef4 Implement 'git reset --patch' by Thomas Rast · 16 years ago
  28. c32f76f Merge branch 'lt/reset-merge' by Junio C Hamano · 16 years ago
  29. ec9f0ea Documentation: sync example output with git output by Markus Heidelberg · 16 years ago
  30. 53682f0 doc/git-reset: add reference to git-stash by Markus Heidelberg · 16 years ago
  31. 1b5b465 Document "git-reset --merge" by Junio C Hamano · 16 years ago
  32. 97c33c6 Documentation: Refer to git-rebase(1) to warn against rewriting by Thomas Rast · 17 years ago
  33. 59eb68a Update my e-mail address by Junio C Hamano · 17 years ago
  34. ba020ef manpages: italicize git command names (which were in teletype font) by Jonathan Nieder · 17 years ago
  35. 483bc4f Documentation formatting and cleanup by Jonathan Nieder · 17 years ago
  36. 9e1f0a8 documentation: move git(7) to git(1) by Christian Couder · 17 years ago
  37. 965053b Documentation/git-reset: Add an example of resetting selected paths by Pieter de Bie · 17 years ago
  38. ceb4cac Documentation/git-reset: don't mention --mixed for selected-paths reset by Pieter de Bie · 17 years ago
  39. 3983caa Documentation/git-reset: by Junio C Hamano · 17 years ago
  40. 5162e69 Documentation: rename gitlink macro to linkgit by Dan McGee · 17 years ago
  41. cf9d58e Document git-reset defaults to HEAD if no commit is given by Marco Costalba · 17 years ago
  42. 521b53e git-reset: add -q option to operate quietly by Gerrit Pape · 17 years ago
  43. d336fc0 Documentation: quote commit messages consistently. by Sergei Organov · 17 years ago
  44. 434e6ef Try to be consistent with capitalization in the documentation by Steve Hoelzer · 18 years ago
  45. 41728d6 Documentation/git-reset.txt: suggest git commit --amend in example. by Gerrit Pape · 18 years ago
  46. d7f078b Convert update-index references in docs to add. by Shawn O. Pearce · 18 years ago
  47. 5fe3acc Documentation: merge-output is not too verbose now. by Junio C Hamano · 18 years ago
  48. 6934dec Document git-reset <commit> -- <paths>... by Junio C Hamano · 18 years ago
  49. 82dca84 Align section headers of 'git status' to new 'git add'. by Shawn O. Pearce · 18 years ago
  50. abda1ef Documentation: Spelling fixes by Horst H. von Brand · 19 years ago
  51. 2b5f3ed Several trivial documentation touch ups. by sean · 19 years ago
  52. 48aeecd Fix up remaining man pages that use asciidoc "callouts". by Sean Estabrooks · 19 years ago
  53. 7bd7f28 Remove trailing dot after short description by Fredrik Kuivinen · 19 years ago
  54. 8278ac2 Minor git-reset and git-commit documentation fixes by J. Bruce Fields · 19 years ago
  55. a0dfb48 Documentation: git-reset - interrupted workflow. by Junio C Hamano · 19 years ago
  56. 3ae854c Examples of resetting. by Junio C Hamano · 19 years ago
  57. 1e2ccd3 Documentation: more examples. by Junio C Hamano · 19 years ago
  58. 936a234 git-reset.txt: Small fix + clarifications. by Andreas Ericsson · 19 years ago
  59. a7154e9 [PATCH] Documentation: Update all files to use the new gitlink: macro by Sergey Vlasov · 19 years ago
  60. 215a7ad Big tool rename. by Junio C Hamano · 20 years ago[Renamed (81%) from Documentation/git-reset-script.txt]
  61. f67545e [PATCH] Docs for git-reset-script. by A Large Angry SCM · 20 years ago
  62. 7fc9d69 Add placeholders for missing documents. by Junio C Hamano · 20 years ago