| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -1/+1 |
| 2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -14/+14 |
| 2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -1/+1 |
| 2015-08-10 | memoize common git-path "constant" files | Jeff King | 1 | -1/+1 |
| 2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -0/+1 |
| 2014-07-16 | Merge branch 'nd/split-index' | Junio C Hamano | 1 | -4/+3 |
| 2014-07-02 | Merge branch 'jk/commit-buffer-length' | Junio C Hamano | 1 | -2/+2 |
| 2014-06-13 | convert logmsg_reencode to get_commit_buffer | Jeff King | 1 | -1/+1 |
| 2014-06-13 | cache-tree: mark istate->cache_changed on prime_cache_tree() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2014-06-13 | read-cache: new API write_locked_index instead of write_index/write_cache | Nguyễn Thái Ngọc Duy | 1 | -3/+2 |
| 2014-06-12 | logmsg_reencode: return const buffer | Jeff King | 1 | -1/+1 |
| 2014-04-07 | refs.h: rename the action_on_err constants | Michael Haggerty | 1 | -2/+4 |
| 2014-03-14 | Merge branch 'nd/reset-setup-worktree' | Junio C Hamano | 1 | -3/+4 |
| 2014-02-18 | reset: optionally setup worktree and refresh index on --mixed | Nguyễn Thái Ngọc Duy | 1 | -3/+4 |
| 2014-02-05 | reset: support "--mixed --intent-to-add" mode | Nguyễn Thái Ngọc Duy | 1 | -12/+28 |
| 2013-10-25 | reset: pass real rev name to add--interactive | Jeff King | 1 | -1/+1 |
| 2013-10-17 | Merge branch 'jk/trailing-slash-in-pathspec' | Junio C Hamano | 1 | -2/+6 |
| 2013-09-20 | Merge branch 'bk/refs-multi-update' | Junio C Hamano | 1 | -2/+2 |
| 2013-09-17 | Merge branch 'fc/trivial' | Junio C Hamano | 1 | -7/+4 |
| 2013-09-13 | reset: handle submodule with trailing slash | John Keeping | 1 | -2/+6 |
| 2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -13/+20 |
| 2013-08-30 | reset: trivial style cleanup | Felipe Contreras | 1 | -1/+1 |
| 2013-08-30 | reset: trivial refactoring | Felipe Contreras | 1 | -6/+3 |
| 2013-08-30 | reset: rename update_refs to reset_refs | Brad King | 1 | -2/+2 |
| 2013-08-05 | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 1 | -1/+1 |
| 2013-07-15 | remove diff_tree_{setup,release}_paths | Nguyễn Thái Ngọc Duy | 1 | -4/+5 |
| 2013-07-15 | convert run_add_interactive to use struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
| 2013-07-15 | reset: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 1 | -10/+16 |
| 2013-06-26 | pretty: --format output should honor logOutputEncoding | Alexey Shumkin | 1 | -1/+4 |
| 2013-01-16 | reset: update documentation to require only tree-ish with paths | Martin von Zweigbergk | 1 | -2/+2 |
| 2013-01-15 | reset [--mixed]: use diff-based reset whether or not pathspec was given | Martin von Zweigbergk | 1 | -1/+1 |
| 2013-01-15 | reset: allow reset on unborn branch | Martin von Zweigbergk | 1 | -6/+10 |
| 2013-01-15 | reset $sha1 $pathspec: require $sha1 only to be treeish | Martin von Zweigbergk | 1 | -21/+27 |
| 2013-01-15 | reset.c: inline update_index_refresh() | Martin von Zweigbergk | 1 | -9/+5 |
| 2013-01-15 | reset.c: finish entire cmd_reset() whether or not pathspec is given | Martin von Zweigbergk | 1 | -24/+18 |
| 2013-01-15 | reset [--mixed]: only write index file once | Martin von Zweigbergk | 1 | -9/+5 |
| 2013-01-15 | reset.c: move lock, write and commit out of update_index_refresh() | Martin von Zweigbergk | 1 | -16/+18 |
| 2013-01-15 | reset.c: move update_index_refresh() call out of read_from_tree() | Martin von Zweigbergk | 1 | -9/+9 |
| 2013-01-15 | reset.c: replace switch by if-else | Martin von Zweigbergk | 1 | -10/+3 |
| 2013-01-15 | reset: avoid redundant error message | Martin von Zweigbergk | 1 | -5/+3 |
| 2013-01-15 | reset --keep: only write index file once | Martin von Zweigbergk | 1 | -11/+10 |
| 2013-01-15 | reset.c: share call to die_if_unmerged_cache() | Martin von Zweigbergk | 1 | -8/+6 |
| 2013-01-15 | reset.c: extract function for updating {ORIG_,}HEAD | Martin von Zweigbergk | 1 | -16/+23 |
| 2013-01-15 | reset.c: remove unnecessary variable 'i' | Martin von Zweigbergk | 1 | -17/+16 |
| 2013-01-15 | reset.c: extract function for parsing arguments | Martin von Zweigbergk | 1 | -32/+38 |
| 2013-01-15 | reset: don't allow "git reset -- $pathspec" in bare repo | Martin von Zweigbergk | 1 | -2/+4 |
| 2013-01-15 | reset.c: pass pathspec around instead of (prefix, argv) pair | Martin von Zweigbergk | 1 | -17/+10 |
| 2013-01-15 | reset $pathspec: exit with code 0 if successful | Martin von Zweigbergk | 1 | -5/+3 |
| 2013-01-15 | reset $pathspec: no need to discard index | Martin von Zweigbergk | 1 | -15/+1 |
| 2012-08-20 | i18n: reset: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -10/+10 |
| 2012-07-22 | Merge branch 'jc/sha1-name-more' | Junio C Hamano | 1 | -2/+8 |
| 2012-07-09 | reset: the command takes committish | Junio C Hamano | 1 | -2/+8 |
| 2012-06-18 | verify_filename(): ask the caller to chose the kind of diagnosis | Matthieu Moy | 1 | -1/+1 |
| 2011-12-06 | reset: update cache-tree data when appropriate | Thomas Rast | 1 | -0/+7 |
| 2011-08-08 | Merge branch 'jk/reset-reflog-message-fix' | Junio C Hamano | 1 | -33/+16 |
| 2011-07-22 | reset: give better reflog messages | Jeff King | 1 | -33/+16 |
| 2011-07-13 | reset [<commit>] paths...: do not mishandle unmerged paths | Junio C Hamano | 1 | -1/+1 |
| 2011-04-01 | Merge branch 'ab/i18n-st' | Junio C Hamano | 1 | -21/+21 |
| 2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -1/+1 |
| 2011-03-09 | i18n: git-reset "Unstaged changes after reset" message | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2011-03-09 | i18n: git-reset reset_type_names messages | Ævar Arnfjörð Bjarmason | 1 | -7/+7 |
| 2011-03-09 | i18n: git-reset basic messages | Ævar Arnfjörð Bjarmason | 1 | -13/+13 |
| 2010-11-15 | Describe various forms of "be quiet" using OPT__QUIET | Jonathan Nieder | 1 | -1/+1 |
| 2010-11-15 | add description parameter to OPT__QUIET | René Scharfe | 1 | -1/+1 |
| 2010-08-21 | reset: suggest what to do upon "git reset --mixed <paths>" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2010-03-31 | Sync with 1.7.0.4 | Junio C Hamano | 1 | -1/+2 |
| 2010-03-20 | Merge branch 'cc/reset-keep' | Junio C Hamano | 1 | -9/+38 |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -0/+356 |