aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-reset.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-02Add 'merge' mode to 'git reset'Linus Torvalds1-8/+18
2008-10-26Fix git branch -m for symrefs.Miklos Vajna1-1/+1
2008-10-06do not segfault if make_cache_entry failedDmitry Potapov1-0/+3
2008-07-25git-reset: Let -q hush "locally modified" messagesStephan Beyer1-6/+9
2008-07-20"needs update" considered harmfulJunio C Hamano1-1/+1
2008-07-13Make usage strings dash-lessStephan Beyer1-2/+2
2008-06-25Allow "git-reset path" when unambiguousJunio C Hamano1-5/+34
2008-05-31git-reset: honor -q and do not show progress messageJamis Buck1-4/+5
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2008-03-05Make builtin-reset.c use parse_options.Carlos Rica1-27/+20
2008-03-01Clean up find_unique_abbrev() callersJunio C Hamano1-6/+2
2008-02-09Move code to clean up after a branch change to branch.cDaniel Barkalow1-4/+2
2008-02-09Library function to check for unmerged index entriesDaniel Barkalow1-13/+1
2008-01-16Improve use of lockfile APIBrandon Casey1-1/+0
2008-01-02git-reset: refuse to do hard reset in a bare repositoryJeff King1-0/+3
2007-12-12Fix small memory leaks induced by diff_tree_setup_pathsMike Hommey1-0/+1
2007-11-11Merge branch 'js/reset'Junio C Hamano1-44/+37
2007-11-06git-reset: add -q option to operate quietlyGerrit Pape1-4/+10
2007-11-05builtin-reset: avoid forking "update-index --refresh"Johannes Schindelin1-24/+29
2007-11-05builtin-reset: do not call "ls-files --unmerged"Johannes Schindelin1-20/+8
2007-11-03git-reset: do not be confused if there is nothing to resetJohannes Schindelin1-6/+18
2007-10-21Improved const correctness for stringsShawn O. Pearce1-1/+1
2007-09-12Make "git reset" a builtin.Carlos Rica1-0/+279