Age | Commit message (Expand) | Author | Files | Lines |
2011-03-08 | commit, status: use status_printf{,_ln,_more} helpers | Jonathan Nieder | 1 | -23/+24 |
2011-03-08 | commit: refer to commit template as s->fp | Jonathan Nieder | 1 | -14/+13 |
2011-02-22 | checkout: add missing const to describe_detached_head | Jonathan Nieder | 1 | -1/+1 |
2011-02-15 | Merge branch 'maint' | Junio C Hamano | 7 | -15/+15 |
2011-02-15 | commit,status: describe -u likewise | Michael J Gruber | 1 | -1/+1 |
2011-02-15 | add: describe --patch like checkout, reset | Michael J Gruber | 1 | -1/+1 |
2011-02-15 | commit,merge,tag: describe -m likewise | Michael J Gruber | 3 | -5/+5 |
2011-02-15 | clone,init: describe --template using the same wording | Michael J Gruber | 2 | -3/+3 |
2011-02-15 | commit,status: describe --porcelain just like push | Michael J Gruber | 1 | -2/+2 |
2011-02-15 | commit,tag: use same wording for -F | Michael J Gruber | 2 | -2/+2 |
2011-02-14 | correct type of EMPTY_TREE_SHA1_BIN | Jonathan Nieder | 1 | -1/+1 |
2011-02-13 | repo-config: add deprecation warning | René Scharfe | 1 | -0/+6 |
2011-02-11 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2011-02-11 | Merge branch 'jc/fsck-fixes' into maint | Junio C Hamano | 1 | -9/+22 |
2011-02-11 | clone: fixup recurse_submodules option | Chris Packham | 1 | -1/+1 |
2011-02-09 | Merge branch 'jc/fsck-fixes' | Junio C Hamano | 1 | -9/+22 |
2011-02-09 | Merge branch 'jn/cherry-pick-strategy-option' | Junio C Hamano | 2 | -9/+26 |
2011-02-07 | diff: support --cached on unborn branches | Nguyễn Thái Ngọc Duy | 1 | -2/+5 |
2011-01-27 | fsck: do not give up too early in fsck_dir() | Junio C Hamano | 1 | -6/+12 |
2011-01-27 | fsck: drop unused parameter from traverse_one_object() | Junio C Hamano | 1 | -3/+10 |
2011-01-18 | remote-ext: do not segfault for blank lines | Jonathan Nieder | 1 | -4/+4 |
2011-01-12 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+2 |
2011-01-12 | commit: suggest --amend --reset-author to fix commiter identity | Matthieu Moy | 1 | -2/+2 |
2010-12-28 | cherry-pick/revert: add support for -X/--strategy-option | Jonathan Nieder | 2 | -9/+26 |
2010-12-28 | Merge branch 'nd/setup' | Junio C Hamano | 1 | -2/+11 |
2010-12-22 | Merge branch 'jk/commit-die-on-bogus-ident' | Junio C Hamano | 1 | -22/+32 |
2010-12-22 | Merge branch 'tf/commit-list-prefix' | Junio C Hamano | 3 | -8/+8 |
2010-12-22 | Remove all logic from get_git_work_tree() | Nguyễn Thái Ngọc Duy | 1 | -3/+11 |
2010-12-22 | setup: limit get_git_work_tree()'s to explicit setup case only | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2010-12-20 | commit: die before asking to edit the log message | Junio C Hamano | 1 | -22/+32 |
2010-12-19 | builtin/rm.c: Use ALLOC_GROW instead of alloc_nr and xrealloc. | Thiago Farina | 1 | -10/+2 |
2010-12-19 | builtin/branch.c: Use ALLOC_GROW instead of alloc_nr and xrealloc. | Thiago Farina | 1 | -6/+1 |
2010-12-16 | Merge branch 'jl/fetch-submodule-recursive' | Junio C Hamano | 1 | -14/+50 |
2010-12-16 | Merge branch 'aa/status-hilite-branch' | Junio C Hamano | 1 | -0/+2 |
2010-12-16 | Merge branch 'ak/describe-exact' | Junio C Hamano | 1 | -25/+60 |
2010-12-12 | Merge branch 'jn/parse-options-extra' | Junio C Hamano | 3 | -154/+248 |
2010-12-12 | Merge branch 'tc/format-patch-p' | Junio C Hamano | 1 | -0/+2 |
2010-12-12 | Merge branch 'jn/git-cmd-h-bypass-setup' | Junio C Hamano | 7 | -0/+24 |
2010-12-10 | Merge branch 'mg/maint-tag-rfc1991' into maint | Junio C Hamano | 2 | -20/+6 |
2010-12-10 | thread-utils.h: simplify the inclusion | Junio C Hamano | 2 | -8/+0 |
2010-12-09 | describe: Delay looking up commits until searching for an inexact match | Anders Kaseorg | 1 | -15/+22 |
2010-12-09 | describe: Store commit_names in a hash table by commit SHA1 | Anders Kaseorg | 1 | -5/+33 |
2010-12-09 | describe: Do not use a flex array in struct commit_name | Anders Kaseorg | 1 | -6/+6 |
2010-12-09 | describe: Use for_each_rawref | Anders Kaseorg | 1 | -1/+1 |
2010-12-09 | Merge branch 'jn/cherry-pick-refresh-index' into maint | Junio C Hamano | 1 | -2/+16 |
2010-12-09 | Merge branch 'fc/apply-p2-get-header-name' into maint | Junio C Hamano | 1 | -14/+14 |
2010-12-09 | Merge branch 'np/pack-broken-boundary' into maint | Junio C Hamano | 1 | -1/+15 |
2010-12-09 | Merge branch 'ak/apply-non-git-epoch' into maint | Junio C Hamano | 1 | -6/+29 |
2010-12-08 | Merge branch 'nd/maint-fix-add-typo-detection' (early part) | Junio C Hamano | 1 | -1/+2 |
2010-12-08 | Merge branch 'il/remote-fd-ext' | Junio C Hamano | 2 | -0/+325 |