summaryrefslogtreecommitdiff
path: root/builtin-reset.c
Commit message (Expand)AuthorAgeFilesLines
* do not segfault if make_cache_entry failedDmitry Potapov2008-10-061-0/+3
* git-reset: Let -q hush "locally modified" messagesStephan Beyer2008-07-251-6/+9
* "needs update" considered harmfulJunio C Hamano2008-07-201-1/+1
* Make usage strings dash-lessStephan Beyer2008-07-131-2/+2
* Allow "git-reset path" when unambiguousJunio C Hamano2008-06-251-5/+34
* git-reset: honor -q and do not show progress messageJamis Buck2008-05-311-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-011-6/+2
* Move code to clean up after a branch change to branch.cDaniel Barkalow2008-02-091-4/+2
* Library function to check for unmerged index entriesDaniel Barkalow2008-02-091-13/+1
* Improve use of lockfile APIBrandon Casey2008-01-161-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-111-44/+37
|\
| * builtin-reset: avoid forking "update-index --refresh"Johannes Schindelin2007-11-051-24/+29
| * builtin-reset: do not call "ls-files --unmerged"Johannes Schindelin2007-11-051-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-031-6/+18
* Improved const correctness for stringsShawn O. Pearce2007-10-211-1/+1
* Make "git reset" a builtin.Carlos Rica2007-09-121-0/+279