aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-reset.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-356/+0
2010-01-13Merge branch 'cc/reset-more'Junio C Hamano1-11/+34
2010-01-10Merge branch 'jk/maint-1.6.5-reset-hard'Junio C Hamano1-4/+2
2010-01-10Merge branch 'fc/opt-quiet-gc-reset'Junio C Hamano1-2/+1
2010-01-03reset: use "unpack_trees()" directly instead of "git read-tree"Stephan Beyer1-11/+30
2009-12-30reset: improve mixed reset error message when in a bare repoChristian Couder1-0/+4
2009-12-30reset: unbreak hard resets with GIT_WORK_TREEJeff King1-4/+2
2009-12-05reset: improve worktree safety valvesJeff King1-2/+4
2009-12-03General --quiet improvementsFelipe Contreras1-2/+1
2009-09-07Merge branch 'tr/reset-checkout-patch'Junio C Hamano1-0/+19
2009-08-21reset: make the reminder output consistent with "checkout"Matthieu Moy1-1/+2
2009-08-21Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.Matthieu Moy1-2/+2
2009-08-15Implement 'git reset --patch'Thomas Rast1-0/+19
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+1
2009-04-22Fix typos / spelling in commentsMike Ralphson1-1/+1
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