summaryrefslogtreecommitdiff
path: root/builtin-reset.c
AgeCommit message (Expand)Author
2010-01-13Merge branch 'cc/reset-more'Junio C Hamano
2010-01-10Merge branch 'jk/maint-1.6.5-reset-hard'Junio C Hamano
2010-01-10Merge branch 'fc/opt-quiet-gc-reset'Junio C Hamano
2010-01-03reset: use "unpack_trees()" directly instead of "git read-tree"Stephan Beyer
2009-12-30reset: improve mixed reset error message when in a bare repoChristian Couder
2009-12-30reset: unbreak hard resets with GIT_WORK_TREEJeff King
2009-12-05reset: improve worktree safety valvesJeff King
2009-12-03General --quiet improvementsFelipe Contreras
2009-09-07Merge branch 'tr/reset-checkout-patch'Junio C Hamano
2009-08-22reset: make the reminder output consistent with "checkout"Matthieu Moy
2009-08-22Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.Matthieu Moy
2009-08-15Implement 'git reset --patch'Thomas Rast
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-04-23Fix typos / spelling in commentsMike Ralphson
2008-12-02Add 'merge' mode to 'git reset'Linus Torvalds
2008-10-26Fix git branch -m for symrefs.Miklos Vajna
2008-10-06do not segfault if make_cache_entry failedDmitry Potapov
2008-07-26git-reset: Let -q hush "locally modified" messagesStephan Beyer
2008-07-21"needs update" considered harmfulJunio C Hamano
2008-07-13Make usage strings dash-lessStephan Beyer
2008-06-26Allow "git-reset path" when unambiguousJunio C Hamano
2008-06-01git-reset: honor -q and do not show progress messageJamis Buck
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-03-05Make builtin-reset.c use parse_options.Carlos Rica
2008-03-02Clean up find_unique_abbrev() callersJunio C Hamano
2008-02-10Move code to clean up after a branch change to branch.cDaniel Barkalow
2008-02-10Library function to check for unmerged index entriesDaniel Barkalow
2008-01-16Improve use of lockfile APIBrandon Casey
2008-01-02git-reset: refuse to do hard reset in a bare repositoryJeff King
2007-12-12Fix small memory leaks induced by diff_tree_setup_pathsMike Hommey
2007-11-11Merge branch 'js/reset'Junio C Hamano
2007-11-06git-reset: add -q option to operate quietlyGerrit Pape
2007-11-06builtin-reset: avoid forking "update-index --refresh"Johannes Schindelin
2007-11-06builtin-reset: do not call "ls-files --unmerged"Johannes Schindelin
2007-11-04git-reset: do not be confused if there is nothing to resetJohannes Schindelin
2007-10-21Improved const correctness for stringsShawn O. Pearce
2007-09-12Make "git reset" a builtin.Carlos Rica