summaryrefslogtreecommitdiffstats
path: root/builtin-reset.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
* Fix typos / spelling in commentsMike Ralphson2009-04-231-1/+1
* Add 'merge' mode to 'git reset'Linus Torvalds2008-12-031-8/+18
* Fix git branch -m for symrefs.Miklos Vajna2008-10-261-1/+1
* do not segfault if make_cache_entry failedDmitry Potapov2008-10-061-0/+3
* git-reset: Let -q hush "locally modified" messagesStephan Beyer2008-07-261-6/+9
* "needs update" considered harmfulJunio C Hamano2008-07-211-1/+1
* Make usage strings dash-lessStephan Beyer2008-07-131-2/+2
* Allow "git-reset path" when unambiguousJunio C Hamano2008-06-261-5/+34
* git-reset: honor -q and do not show progress messageJamis Buck2008-06-011-4/+5
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-1/+1
* Make builtin-reset.c use parse_options.Carlos Rica2008-03-051-27/+20
* Clean up find_unique_abbrev() callersJunio C Hamano2008-03-021-6/+2
* Move code to clean up after a branch change to branch.cDaniel Barkalow2008-02-101-4/+2
* Library function to check for unmerged index entriesDaniel Barkalow2008-02-101-13/+1
* Improve use of lockfile APIBrandon Casey2008-01-171-1/+0
* git-reset: refuse to do hard reset in a bare repositoryJeff King2008-01-021-0/+3
* Fix small memory leaks induced by diff_tree_setup_pathsMike Hommey2007-12-121-0/+1
* Merge branch 'js/reset'Junio C Hamano2007-11-121-44/+37
|\
| * builtin-reset: avoid forking "update-index --refresh"Johannes Schindelin2007-11-061-24/+29
| * builtin-reset: do not call "ls-files --unmerged"Johannes Schindelin2007-11-061-20/+8
* | git-reset: add -q option to operate quietlyGerrit Pape2007-11-061-4/+10
|/
* git-reset: do not be confused if there is nothing to resetJohannes Schindelin2007-11-041-6/+18
* Improved const correctness for stringsShawn O. Pearce2007-10-211-1/+1
* Make "git reset" a builtin.Carlos Rica2007-09-121-0/+279