summaryrefslogtreecommitdiff
path: root/Documentation/git-reset.txt
AgeCommit message (Expand)Author
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
2010-01-03reset: use "unpack_trees()" directly instead of "git read-tree"Stephan Beyer
2009-12-30Documentation: reset: add some tables to describe the different optionsChristian Couder
2009-12-03General --quiet improvementsFelipe Contreras
2009-10-25Use 'fast-forward' all over the placeFelipe Contreras
2009-08-15Implement 'git reset --patch'Thomas Rast
2008-12-29Merge branch 'lt/reset-merge'Junio C Hamano
2008-12-19Documentation: sync example output with git outputMarkus Heidelberg
2008-12-17doc/git-reset: add reference to git-stashMarkus Heidelberg
2008-12-10Document "git-reset --merge"Junio C Hamano
2008-09-16Documentation: Refer to git-rebase(1) to warn against rewritingThomas Rast
2008-07-21Update my e-mail addressJunio C Hamano
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder
2008-07-02Documentation formatting and cleanupJonathan Nieder
2008-06-06documentation: move git(7) to git(1)Christian Couder
2008-02-16Documentation/git-reset: Add an example of resetting selected pathsPieter de Bie
2008-02-16Documentation/git-reset: don't mention --mixed for selected-paths resetPieter de Bie
2008-02-16Documentation/git-reset:Junio C Hamano
2008-01-07Documentation: rename gitlink macro to linkgitDan McGee