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