aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-reset.txt
AgeCommit message (Expand)AuthorFilesLines
2023-01-13git-reset.txt: mention 'ORIG_HEAD' in the DescriptionPhilippe Blain1-1/+2
2022-03-23reset: remove 'reset.refresh' config optionVictoria Dye1-3/+1
2022-03-23reset: remove 'reset.quiet' config optionVictoria Dye1-4/+1
2022-03-23reset: do not make '--quiet' disable index refreshVictoria Dye1-4/+1
2022-03-14reset: introduce --[no-]refresh option to --mixedVictoria Dye1-0/+9
2021-09-27Documentation: call out commands that nuke untracked files/directoriesElijah Newren1-1/+2
2020-04-06doc: document --recurse-submodules for reset and restoreDamien Robert1-0/+6
2019-11-20reset: support the `--pathspec-from-file` optionAlexandr Miloslavskiy1-3/+18
2019-11-20doc: reset: synchronize <pathspec> descriptionAlexandr Miloslavskiy1-11/+18
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano1-16/+17
2019-05-07doc: promote "git restore"Nguyễn Thái Ngọc Duy1-3/+3
2019-05-07checkout: split part of it to new command 'restore'Nguyễn Thái Ngọc Duy1-3/+4
2019-04-10Merge branch 'dl/reset-doc-no-wrt-abbrev'Junio C Hamano1-2/+2
2019-04-02doc: promote "git switch"Nguyễn Thái Ngọc Duy1-10/+10
2019-03-06git-reset.txt: clarify documentationDenton Liu1-2/+2
2019-01-23doc: tidy asciidoc styleJean-Noël Avila1-35/+35
2018-12-01Merge branch 'ma/reset-doc-rendering-fix'Junio C Hamano1-130/+147
2018-11-29git-reset.txt: render literal examples as monospaceMartin Ågren1-65/+66
2018-11-29git-reset.txt: render tables correctly under AsciidoctorMartin Ågren1-62/+78
2018-10-24reset: add new reset.quiet config settingBen Peart1-1/+4
2017-06-27Spelling fixesVille Skyttä1-1/+1
2017-06-15doc: git-reset: fix a trivial typoŠtěpán Němec1-1/+1
2017-02-16reset: add an example of how to split a commit into twoJacob Keller1-0/+48
2017-02-16Revert "reset: add an example of how to split a commit into two"Junio C Hamano1-38/+0
2017-02-03reset: add an example of how to split a commit into twoJacob Keller1-0/+38
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano1-3/+3
2014-03-31Documentation: fix misuses of "nor"Justin Lebar1-3/+3
2014-02-05reset: support "--mixed --intent-to-add" modeNguyễn Thái Ngọc Duy1-1/+4
2013-07-19Documentation: "git reset <tree-ish> <pathspec>" takes a tree-ish, not tree-shStefan Beller1-1/+1
2013-01-16reset: update documentation to require only tree-ish with pathsMartin von Zweigbergk1-9/+9
2012-10-29doc: git-reset: make "<mode>" optionalKrzysztof Mazur1-4/+4
2012-04-26docs: stop using asciidoc no-inline-literalJeff King1-1/+1
2011-11-23builtin-reset: Documentation updateVincent van Ravesteijn1-4/+4
2011-05-05git-reset.txt: better docs for '--patch'Valentin Haenel1-3/+4
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-9/+0
2011-01-21Documentation: do not treat reset --keep as a special caseJonathan Nieder1-7/+2
2010-09-18git-reset.txt: make modes description more consistentMichael J Gruber1-17/+26
2010-09-18git-reset.txt: point to git-checkoutMichael J Gruber1-0/+7
2010-09-18git-reset.txt: use "working tree" consistentlyMichael J Gruber1-7/+7
2010-09-18git-reset.txt: reset --soft is not a no-opMichael J Gruber1-4/+4
2010-09-18git-reset.txt: reset does not change files in targetMichael J Gruber1-2/+4
2010-09-18git-reset.txt: clarify branch vs. branch headMichael J Gruber1-2/+2
2010-08-20Merge branch 'vs/doc-spell' into maintJunio C Hamano1-1/+1
2010-07-20Documentation: spelling fixesVille Skyttä1-1/+1
2010-07-19Documentation/reset: move "undo permanently" example behind "make topic"Thomas Rast1-13/+13
2010-07-19Documentation/reset: reorder examples to match descriptionThomas Rast1-23/+23
2010-07-19Documentation/reset: promote 'examples' one section upThomas Rast1-107/+109
2010-07-19Documentation/reset: separate options by modeThomas Rast1-26/+33
2010-07-19Documentation/git-reset: reorder modes for soft-mixed-hard progressionThomas Rast1-6/+6
2010-03-08Documentation: improve description of "git reset --keep"Junio C Hamano1-3/+6
2010-03-06reset: disallow using --keep when there are unmerged entriesChristian Couder1-2/+3
2010-03-06Documentation: reset: describe new "--keep" optionChristian Couder1-1/+48
2010-01-20Merge remote branch 'remotes/trast-doc/for-next'Junio C Hamano1-1/+1
2010-01-13Merge branch 'cc/reset-more'Junio C Hamano1-0/+89
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-1/+1
2010-01-04Documentation: reset: add some missing tablesChristian Couder1-6/+29
2010-01-03"reset --merge": fix unmerged caseJunio C Hamano1-2/+2
2010-01-03reset: use "unpack_trees()" directly instead of "git read-tree"Stephan Beyer1-1/+1
2009-12-30Documentation: reset: add some tables to describe the different optionsChristian Couder1-0/+66
2009-12-03General --quiet improvementsFelipe Contreras1-0/+1
2009-10-24Use 'fast-forward' all over the placeFelipe Contreras1-2/+2
2009-08-15Implement 'git reset --patch'Thomas Rast1-2/+13
2008-12-29Merge branch 'lt/reset-merge'Junio C Hamano1-1/+28
2008-12-19Documentation: sync example output with git outputMarkus Heidelberg1-1/+1
2008-12-17doc/git-reset: add reference to git-stashMarkus Heidelberg1-0/+2
2008-12-09Document "git-reset --merge"Junio C Hamano1-1/+28
2008-09-15Documentation: Refer to git-rebase(1) to warn against rewritingThomas Rast1-1/+3
2008-07-21Update my e-mail addressJunio C Hamano1-1/+1
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-1/+1
2008-07-01Documentation formatting and cleanupJonathan Nieder1-1/+1
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-02-16Documentation/git-reset: Add an example of resetting selected pathsPieter de Bie1-0/+17
2008-02-16Documentation/git-reset: don't mention --mixed for selected-paths resetPieter de Bie1-2/+2
2008-02-16Documentation/git-reset:Junio C Hamano1-1/+1
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-4/+4
2008-01-04Document git-reset defaults to HEAD if no commit is givenMarco Costalba1-2/+2
2007-11-06git-reset: add -q option to operate quietlyGerrit Pape1-2/+5
2007-11-02Documentation: quote commit messages consistently.Sergei Organov1-1/+1
2007-08-01Try to be consistent with capitalization in the documentationSteve Hoelzer1-8/+8
2007-04-23Documentation/git-reset.txt: suggest git commit --amend in example.Gerrit Pape1-0/+2
2007-02-17Convert update-index references in docs to add.Shawn O. Pearce1-2/+2
2007-01-14Documentation: merge-output is not too verbose now.Junio C Hamano1-4/+0
2006-12-26Document git-reset <commit> -- <paths>...Junio C Hamano1-3/+9
2006-12-15Align section headers of 'git status' to new 'git add'.Shawn O. Pearce1-1/+1
2006-06-03Documentation: Spelling fixesHorst H. von Brand1-1/+1
2006-05-05Several trivial documentation touch ups.sean1-1/+1
2006-04-28Fix up remaining man pages that use asciidoc "callouts".Sean Estabrooks1-37/+35
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen1-1/+1
2006-01-21Minor git-reset and git-commit documentation fixesJ. Bruce Fields1-4/+4
2006-01-13Documentation: git-reset - interrupted workflow.Junio C Hamano1-1/+26
2005-12-16Examples of resetting.Junio C Hamano1-0/+33
2005-12-12Documentation: more examples.Junio C Hamano1-0/+70
2005-11-20git-reset.txt: Small fix + clarifications.Andreas Ericsson1-4/+15
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov1-1/+1
2005-09-07Big tool rename.Junio C Hamano1-0/+45