Age | Commit message (Expand) | Author | Files | Lines |
2020-04-06 | doc: document --recurse-submodules for reset and restore | Damien Robert | 1 | -0/+6 |
2019-11-20 | reset: support the `--pathspec-from-file` option | Alexandr Miloslavskiy | 1 | -3/+18 |
2019-11-20 | doc: reset: synchronize <pathspec> description | Alexandr Miloslavskiy | 1 | -11/+18 |
2019-07-09 | Merge branch 'nd/switch-and-restore' | Junio C Hamano | 1 | -16/+17 |
2019-05-07 | doc: promote "git restore" | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2019-05-07 | checkout: split part of it to new command 'restore' | Nguyễn Thái Ngọc Duy | 1 | -3/+4 |
2019-04-10 | Merge branch 'dl/reset-doc-no-wrt-abbrev' | Junio C Hamano | 1 | -2/+2 |
2019-04-02 | doc: promote "git switch" | Nguyễn Thái Ngọc Duy | 1 | -10/+10 |
2019-03-06 | git-reset.txt: clarify documentation | Denton Liu | 1 | -2/+2 |
2019-01-23 | doc: tidy asciidoc style | Jean-Noël Avila | 1 | -35/+35 |
2018-12-01 | Merge branch 'ma/reset-doc-rendering-fix' | Junio C Hamano | 1 | -130/+147 |
2018-11-29 | git-reset.txt: render literal examples as monospace | Martin Ågren | 1 | -65/+66 |
2018-11-29 | git-reset.txt: render tables correctly under Asciidoctor | Martin Ågren | 1 | -62/+78 |
2018-10-24 | reset: add new reset.quiet config setting | Ben Peart | 1 | -1/+4 |
2017-06-27 | Spelling fixes | Ville Skyttä | 1 | -1/+1 |
2017-06-15 | doc: git-reset: fix a trivial typo | Štěpán Němec | 1 | -1/+1 |
2017-02-16 | reset: add an example of how to split a commit into two | Jacob Keller | 1 | -0/+48 |
2017-02-16 | Revert "reset: add an example of how to split a commit into two" | Junio C Hamano | 1 | -38/+0 |
2017-02-03 | reset: add an example of how to split a commit into two | Jacob Keller | 1 | -0/+38 |
2014-04-08 | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 1 | -3/+3 |
2014-03-31 | Documentation: fix misuses of "nor" | Justin Lebar | 1 | -3/+3 |
2014-02-05 | reset: support "--mixed --intent-to-add" mode | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
2013-07-19 | Documentation: "git reset <tree-ish> <pathspec>" takes a tree-ish, not tree-sh | Stefan Beller | 1 | -1/+1 |
2013-01-16 | reset: update documentation to require only tree-ish with paths | Martin von Zweigbergk | 1 | -9/+9 |
2012-10-29 | doc: git-reset: make "<mode>" optional | Krzysztof Mazur | 1 | -4/+4 |
2012-04-26 | docs: stop using asciidoc no-inline-literal | Jeff King | 1 | -1/+1 |
2011-11-23 | builtin-reset: Documentation update | Vincent van Ravesteijn | 1 | -4/+4 |
2011-05-05 | git-reset.txt: better docs for '--patch' | Valentin Haenel | 1 | -3/+4 |
2011-03-11 | doc: drop author/documentation sections from most pages | Jeff King | 1 | -9/+0 |
2011-01-21 | Documentation: do not treat reset --keep as a special case | Jonathan Nieder | 1 | -7/+2 |
2010-09-18 | git-reset.txt: make modes description more consistent | Michael J Gruber | 1 | -17/+26 |
2010-09-18 | git-reset.txt: point to git-checkout | Michael J Gruber | 1 | -0/+7 |
2010-09-18 | git-reset.txt: use "working tree" consistently | Michael J Gruber | 1 | -7/+7 |
2010-09-18 | git-reset.txt: reset --soft is not a no-op | Michael J Gruber | 1 | -4/+4 |
2010-09-18 | git-reset.txt: reset does not change files in target | Michael J Gruber | 1 | -2/+4 |
2010-09-18 | git-reset.txt: clarify branch vs. branch head | Michael J Gruber | 1 | -2/+2 |
2010-08-20 | Merge branch 'vs/doc-spell' into maint | Junio C Hamano | 1 | -1/+1 |
2010-07-20 | Documentation: spelling fixes | Ville Skyttä | 1 | -1/+1 |
2010-07-19 | Documentation/reset: move "undo permanently" example behind "make topic" | Thomas Rast | 1 | -13/+13 |
2010-07-19 | Documentation/reset: reorder examples to match description | Thomas Rast | 1 | -23/+23 |
2010-07-19 | Documentation/reset: promote 'examples' one section up | Thomas Rast | 1 | -107/+109 |
2010-07-19 | Documentation/reset: separate options by mode | Thomas Rast | 1 | -26/+33 |
2010-07-19 | Documentation/git-reset: reorder modes for soft-mixed-hard progression | Thomas Rast | 1 | -6/+6 |
2010-03-08 | Documentation: improve description of "git reset --keep" | Junio C Hamano | 1 | -3/+6 |
2010-03-06 | reset: disallow using --keep when there are unmerged entries | Christian Couder | 1 | -2/+3 |
2010-03-06 | Documentation: reset: describe new "--keep" option | Christian Couder | 1 | -1/+48 |
2010-01-20 | Merge remote branch 'remotes/trast-doc/for-next' | Junio C Hamano | 1 | -1/+1 |
2010-01-13 | Merge branch 'cc/reset-more' | Junio C Hamano | 1 | -0/+89 |
2010-01-10 | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 1 | -1/+1 |
2010-01-04 | Documentation: reset: add some missing tables | Christian Couder | 1 | -6/+29 |