summaryrefslogtreecommitdiff
path: root/builtin-reset.c
AgeCommit message (Expand)Author
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