summaryrefslogtreecommitdiff
path: root/builtin-reset.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-07Merge branch 'tr/reset-checkout-patch'Libravatar Junio C Hamano1-0/+19
2009-08-21reset: make the reminder output consistent with "checkout"Libravatar Matthieu Moy1-1/+2
2009-08-21Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.Libravatar Matthieu Moy1-2/+2
2009-08-15Implement 'git reset --patch'Libravatar Thomas Rast1-0/+19
2009-05-25parse-opts: prepare for OPT_FILENAMELibravatar Stephen Boyd1-1/+1
2009-04-22Fix typos / spelling in commentsLibravatar Mike Ralphson1-1/+1
2008-12-02Add 'merge' mode to 'git reset'Libravatar Linus Torvalds1-8/+18
2008-10-26Fix git branch -m for symrefs.Libravatar Miklos Vajna1-1/+1
2008-10-06do not segfault if make_cache_entry failedLibravatar Dmitry Potapov1-0/+3
2008-07-25git-reset: Let -q hush "locally modified" messagesLibravatar Stephan Beyer1-6/+9
2008-07-20"needs update" considered harmfulLibravatar Junio C Hamano1-1/+1
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-2/+2
2008-06-25Allow "git-reset path" when unambiguousLibravatar Junio C Hamano1-5/+34
2008-05-31git-reset: honor -q and do not show progress messageLibravatar Jamis Buck1-4/+5
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-1/+1
2008-03-05Make builtin-reset.c use parse_options.Libravatar Carlos Rica1-27/+20
2008-03-01Clean up find_unique_abbrev() callersLibravatar Junio C Hamano1-6/+2
2008-02-09Move code to clean up after a branch change to branch.cLibravatar Daniel Barkalow1-4/+2
2008-02-09Library function to check for unmerged index entriesLibravatar Daniel Barkalow1-13/+1
2008-01-16Improve use of lockfile APILibravatar Brandon Casey1-1/+0
2008-01-02git-reset: refuse to do hard reset in a bare repositoryLibravatar Jeff King1-0/+3
2007-12-12Fix small memory leaks induced by diff_tree_setup_pathsLibravatar Mike Hommey1-0/+1
2007-11-11Merge branch 'js/reset'Libravatar Junio C Hamano1-44/+37
2007-11-06git-reset: add -q option to operate quietlyLibravatar Gerrit Pape1-4/+10
2007-11-05builtin-reset: avoid forking "update-index --refresh"Libravatar Johannes Schindelin1-24/+29
2007-11-05builtin-reset: do not call "ls-files --unmerged"Libravatar Johannes Schindelin1-20/+8
2007-11-03git-reset: do not be confused if there is nothing to resetLibravatar Johannes Schindelin1-6/+18
2007-10-21Improved const correctness for stringsLibravatar Shawn O. Pearce1-1/+1
2007-09-12Make "git reset" a builtin.Libravatar Carlos Rica1-0/+279