summaryrefslogtreecommitdiff
path: root/Documentation/git-reset.txt
AgeCommit message (Expand)Author
2019-11-20reset: support the `--pathspec-from-file` optionAlexandr Miloslavskiy
2019-11-20doc: reset: synchronize <pathspec> descriptionAlexandr Miloslavskiy
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-05-07doc: promote "git restore"Nguyễn Thái Ngọc Duy
2019-05-07checkout: split part of it to new command 'restore'Nguyễn Thái Ngọc Duy
2019-04-09Merge branch 'dl/reset-doc-no-wrt-abbrev'Junio C Hamano
2019-04-02doc: promote "git switch"Nguyễn Thái Ngọc Duy
2019-03-05git-reset.txt: clarify documentationDenton Liu
2019-01-23doc: tidy asciidoc styleJean-Noël Avila
2018-12-01Merge branch 'ma/reset-doc-rendering-fix'Junio C Hamano
2018-11-29git-reset.txt: render literal examples as monospaceMartin Ågren
2018-11-29git-reset.txt: render tables correctly under AsciidoctorMartin Ågren
2018-10-24reset: add new reset.quiet config settingBen Peart
2017-06-27Spelling fixesVille Skyttä
2017-06-15doc: git-reset: fix a trivial typoŠtěpán Němec
2017-02-16reset: add an example of how to split a commit into twoJacob Keller
2017-02-16Revert "reset: add an example of how to split a commit into two"Junio C Hamano
2017-02-04reset: add an example of how to split a commit into twoJacob Keller
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano
2014-03-31Documentation: fix misuses of "nor"Justin Lebar
2014-02-06reset: support "--mixed --intent-to-add" modeNguyễn Thái Ngọc Duy
2013-07-19Documentation: "git reset <tree-ish> <pathspec>" takes a tree-ish, not tree-shStefan Beller
2013-01-16reset: update documentation to require only tree-ish with pathsMartin von Zweigbergk
2012-10-29doc: git-reset: make "<mode>" optionalKrzysztof Mazur
2012-04-26docs: stop using asciidoc no-inline-literalJeff King
2011-11-23builtin-reset: Documentation updateVincent van Ravesteijn
2011-05-05git-reset.txt: better docs for '--patch'Valentin Haenel
2011-03-11doc: drop author/documentation sections from most pagesJeff King
2011-01-21Documentation: do not treat reset --keep as a special caseJonathan Nieder
2010-09-18git-reset.txt: make modes description more consistentMichael J Gruber
2010-09-18git-reset.txt: point to git-checkoutMichael J Gruber
2010-09-18git-reset.txt: use "working tree" consistentlyMichael J Gruber
2010-09-18git-reset.txt: reset --soft is not a no-opMichael J Gruber
2010-09-18git-reset.txt: reset does not change files in targetMichael J Gruber
2010-09-18git-reset.txt: clarify branch vs. branch headMichael J Gruber
2010-08-20Merge branch 'vs/doc-spell' into maintJunio C Hamano
2010-07-20Documentation: spelling fixesVille Skyttä
2010-07-19Documentation/reset: move "undo permanently" example behind "make topic"Thomas Rast
2010-07-19Documentation/reset: reorder examples to match descriptionThomas Rast
2010-07-19Documentation/reset: promote 'examples' one section upThomas Rast
2010-07-19Documentation/reset: separate options by modeThomas Rast
2010-07-19Documentation/git-reset: reorder modes for soft-mixed-hard progressionThomas Rast
2010-03-09Documentation: improve description of "git reset --keep"Junio C Hamano
2010-03-07reset: disallow using --keep when there are unmerged entriesChristian Couder
2010-03-07Documentation: reset: describe new "--keep" optionChristian Couder
2010-01-21Merge remote branch 'remotes/trast-doc/for-next'Junio C Hamano
2010-01-13Merge branch 'cc/reset-more'Junio C Hamano
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast
2010-01-05Documentation: reset: add some missing tablesChristian Couder
2010-01-04"reset --merge": fix unmerged caseJunio C Hamano