| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'cc/reset-more' | Junio C Hamano | 2010-01-13 | 1 | -11/+34 |
|\ |
|
| * | reset: use "unpack_trees()" directly instead of "git read-tree" | Stephan Beyer | 2010-01-03 | 1 | -11/+30 |
| * | reset: improve mixed reset error message when in a bare repo | Christian Couder | 2009-12-30 | 1 | -0/+4 |
* | | Merge branch 'jk/maint-1.6.5-reset-hard' | Junio C Hamano | 2010-01-10 | 1 | -4/+2 |
|\ \ |
|
| * | | reset: unbreak hard resets with GIT_WORK_TREE | Jeff King | 2009-12-30 | 1 | -4/+2 |
| |/ |
|
* | | Merge branch 'fc/opt-quiet-gc-reset' | Junio C Hamano | 2010-01-10 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | General --quiet improvements | Felipe Contreras | 2009-12-03 | 1 | -2/+1 |
* | | reset: improve worktree safety valves | Jeff King | 2009-12-05 | 1 | -2/+4 |
|/ |
|
* | Merge branch 'tr/reset-checkout-patch' | Junio C Hamano | 2009-09-07 | 1 | -0/+19 |
|\ |
|
| * | Implement 'git reset --patch' | Thomas Rast | 2009-08-15 | 1 | -0/+19 |
* | | reset: make the reminder output consistent with "checkout" | Matthieu Moy | 2009-08-21 | 1 | -1/+2 |
* | | Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN. | Matthieu Moy | 2009-08-21 | 1 | -2/+2 |
|/ |
|
* | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 | 1 | -1/+1 |
* | Fix typos / spelling in comments | Mike Ralphson | 2009-04-22 | 1 | -1/+1 |
* | Add 'merge' mode to 'git reset' | Linus Torvalds | 2008-12-02 | 1 | -8/+18 |
* | Fix git branch -m for symrefs. | Miklos Vajna | 2008-10-26 | 1 | -1/+1 |
* | do not segfault if make_cache_entry failed | Dmitry Potapov | 2008-10-06 | 1 | -0/+3 |
* | git-reset: Let -q hush "locally modified" messages | Stephan Beyer | 2008-07-25 | 1 | -6/+9 |
* | "needs update" considered harmful | Junio C Hamano | 2008-07-20 | 1 | -1/+1 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -2/+2 |
* | Allow "git-reset path" when unambiguous | Junio C Hamano | 2008-06-25 | 1 | -5/+34 |
* | git-reset: honor -q and do not show progress message | Jamis Buck | 2008-05-31 | 1 | -4/+5 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -1/+1 |
* | Make builtin-reset.c use parse_options. | Carlos Rica | 2008-03-05 | 1 | -27/+20 |
* | Clean up find_unique_abbrev() callers | Junio C Hamano | 2008-03-01 | 1 | -6/+2 |
* | Move code to clean up after a branch change to branch.c | Daniel Barkalow | 2008-02-09 | 1 | -4/+2 |
* | Library function to check for unmerged index entries | Daniel Barkalow | 2008-02-09 | 1 | -13/+1 |
* | Improve use of lockfile API | Brandon Casey | 2008-01-16 | 1 | -1/+0 |
* | git-reset: refuse to do hard reset in a bare repository | Jeff King | 2008-01-02 | 1 | -0/+3 |
* | Fix small memory leaks induced by diff_tree_setup_paths | Mike Hommey | 2007-12-12 | 1 | -0/+1 |
* | Merge branch 'js/reset' | Junio C Hamano | 2007-11-11 | 1 | -44/+37 |
|\ |
|
| * | builtin-reset: avoid forking "update-index --refresh" | Johannes Schindelin | 2007-11-05 | 1 | -24/+29 |
| * | builtin-reset: do not call "ls-files --unmerged" | Johannes Schindelin | 2007-11-05 | 1 | -20/+8 |
* | | git-reset: add -q option to operate quietly | Gerrit Pape | 2007-11-06 | 1 | -4/+10 |
|/ |
|
* | git-reset: do not be confused if there is nothing to reset | Johannes Schindelin | 2007-11-03 | 1 | -6/+18 |
* | Improved const correctness for strings | Shawn O. Pearce | 2007-10-21 | 1 | -1/+1 |
* | Make "git reset" a builtin. | Carlos Rica | 2007-09-12 | 1 | -0/+279 |