aboutsummaryrefslogtreecommitdiff
path: root/builtin-reset.c
Commit message (Expand)AuthorAge
* Fix git branch -m for symrefs.Miklos Vajna2008-10-26
* do not segfault if make_cache_entry failedDmitry Potapov2008-10-06
* git-reset: Let -q hush "locally modified" messagesStephan Beyer2008-07-25
* "needs update" considered harmfulJunio C Hamano2008-07-20
* Make usage strings dash-lessStephan Beyer2008-07-13
* Allow "git-reset path" when unambiguousJunio C Hamano2008-06-25
* git-reset: honor -q and do not show progress messageJamis Buck2008-05-31
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* Make builtin-reset.c use parse_options.Carlos Rica2008-03-05
* Clean up find_unique_abbrev() callersJunio C Hamano2008-03-01
* Move code to clean up after a branch change to branch.cDaniel Barkalow2008-02-09
* Library function to check for unmerged index entriesDaniel Barkalow2008-02-09
* Improve use of lockfile APIBrandon Casey2008-01-16
* git-reset: refuse to do hard reset in a bare repositoryJeff King2008-01-02
* Fix small memory leaks induced by diff_tree_setup_pathsMike Hommey2007-12-12
* Merge branch 'js/reset'Junio C Hamano2007-11-11
|\
| * builtin-reset: avoid forking "update-index --refresh"Johannes Schindelin2007-11-05
| * builtin-reset: do not call "ls-files --unmerged"Johannes Schindelin2007-11-05
* | git-reset: add -q option to operate quietlyGerrit Pape2007-11-06
|/
* git-reset: do not be confused if there is nothing to resetJohannes Schindelin2007-11-03
* Improved const correctness for stringsShawn O. Pearce2007-10-21
* Make "git reset" a builtin.Carlos Rica2007-09-12