Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jn/maint-commit-missing-template' into maint | Junio C Hamano | 2011-03-16 | 1 | -1/+1 |
|\ | |||||
| * | commit: error out for missing commit message template | Jonathan Nieder | 2011-02-25 | 1 | -1/+1 |
| * | Merge branch 'ak/describe-exact' into maint | Junio C Hamano | 2011-01-19 | 1 | -25/+60 |
| |\ | |||||
* | \ | Merge branch 'lt/rename-no-extra-copy-detection' into maint | Junio C Hamano | 2011-03-16 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | for_each_hash: allow passing a 'void *data' pointer to callback | Linus Torvalds | 2011-02-18 | 1 | -2/+2 |
* | | | | Merge branch 'jk/fail-null-clone' into maint | Junio C Hamano | 2011-03-16 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | clone: die when trying to clone missing local path | Jeff King | 2011-02-18 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'jh/push-default-upstream-configname' into maint | Junio C Hamano | 2011-03-16 | 1 | -5/+5 |
|\ \ \ \ | |||||
| * | | | | push.default: Rename 'tracking' to 'upstream' | Johan Herland | 2011-02-16 | 1 | -5/+5 |
| |/ / / | |||||
* | | | | Merge branch 'mg/placeholders-are-lowercase' into maint | Junio C Hamano | 2011-03-16 | 8 | -25/+25 |
|\ \ \ \ | |||||
| * | | | | Make <identifier> lowercase as per CodingGuidelines | Michael J Gruber | 2011-02-15 | 8 | -25/+25 |
* | | | | | Merge branch 'mg/patch-id' into maint | Junio C Hamano | 2011-03-16 | 1 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | git-patch-id: do not trip over "no newline" markers | Michael J Gruber | 2011-02-17 | 1 | -0/+2 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'js/maint-merge-use-prepare-commit-msg-hook' into maint | Junio C Hamano | 2011-03-16 | 1 | -8/+29 |
|\ \ \ \ \ | |||||
| * | | | | | merge: honor prepare-commit-msg hook | Jay Soffian | 2011-02-15 | 1 | -8/+29 |
| |/ / / / | |||||
* | | | | | cherry: split off function to print output lines | Jonathan Nieder | 2011-03-16 | 1 | -16/+18 |
* | | | | | branch: split off function that writes tracking info and commit subject | Jonathan Nieder | 2011-03-16 | 1 | -21/+27 |
* | | | | | standardize brace placement in struct definitions | Jonathan Nieder | 2011-03-16 | 4 | -10/+5 |
* | | | | | init: remove unnecessary check | Nguyễn Thái Ngọc Duy | 2011-03-03 | 1 | -7/+5 |
* | | | | | branch_merged: fix grammar in warning | Eric Hanchrow | 2011-02-27 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | commit,status: describe -u likewise | Michael J Gruber | 2011-02-15 | 1 | -1/+1 |
* | | | | add: describe --patch like checkout, reset | Michael J Gruber | 2011-02-15 | 1 | -1/+1 |
* | | | | commit,merge,tag: describe -m likewise | Michael J Gruber | 2011-02-15 | 3 | -5/+5 |
* | | | | clone,init: describe --template using the same wording | Michael J Gruber | 2011-02-15 | 2 | -3/+3 |
* | | | | commit,status: describe --porcelain just like push | Michael J Gruber | 2011-02-15 | 1 | -2/+2 |
* | | | | commit,tag: use same wording for -F | Michael J Gruber | 2011-02-15 | 2 | -2/+2 |
* | | | | correct type of EMPTY_TREE_SHA1_BIN | Jonathan Nieder | 2011-02-14 | 1 | -1/+1 |
* | | | | Merge branch 'jc/fsck-fixes' into maint | Junio C Hamano | 2011-02-11 | 1 | -9/+22 |
|\ \ \ \ | |||||
| * | | | | fsck: do not give up too early in fsck_dir() | Junio C Hamano | 2011-01-27 | 1 | -6/+12 |
| * | | | | fsck: drop unused parameter from traverse_one_object() | Junio C Hamano | 2011-01-27 | 1 | -3/+10 |
| |/ / / | |||||
* | | | | clone: fixup recurse_submodules option | Chris Packham | 2011-02-11 | 1 | -1/+1 |
* | | | | diff: support --cached on unborn branches | Nguyễn Thái Ngọc Duy | 2011-02-07 | 1 | -2/+5 |
|/ / / | |||||
* | | | remote-ext: do not segfault for blank lines | Jonathan Nieder | 2011-01-18 | 1 | -4/+4 |
* | | | Merge branch 'maint' | Junio C Hamano | 2011-01-12 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | commit: suggest --amend --reset-author to fix commiter identity | Matthieu Moy | 2011-01-12 | 1 | -2/+2 |
* | | | Merge branch 'nd/setup' | Junio C Hamano | 2010-12-28 | 1 | -2/+11 |
|\ \ \ | |||||
| * | | | Remove all logic from get_git_work_tree() | Nguyễn Thái Ngọc Duy | 2010-12-22 | 1 | -3/+11 |
| * | | | setup: limit get_git_work_tree()'s to explicit setup case only | Nguyễn Thái Ngọc Duy | 2010-12-22 | 1 | -0/+1 |
* | | | | Merge branch 'jk/commit-die-on-bogus-ident' | Junio C Hamano | 2010-12-22 | 1 | -22/+32 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | commit: die before asking to edit the log message | Junio C Hamano | 2010-12-20 | 1 | -22/+32 |
| * | | | Merge branch 'mg/maint-tag-rfc1991' into maint | Junio C Hamano | 2010-12-10 | 2 | -20/+6 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jn/cherry-pick-refresh-index' into maint | Junio C Hamano | 2010-12-09 | 1 | -2/+16 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'fc/apply-p2-get-header-name' into maint | Junio C Hamano | 2010-12-09 | 1 | -14/+14 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'np/pack-broken-boundary' into maint | Junio C Hamano | 2010-12-09 | 1 | -1/+15 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'ak/apply-non-git-epoch' into maint | Junio C Hamano | 2010-12-09 | 1 | -6/+29 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'tf/commit-list-prefix' | Junio C Hamano | 2010-12-22 | 3 | -8/+8 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | commit: Add commit_list prefix in two function names. | Thiago Farina | 2010-11-29 | 3 | -8/+8 |
* | | | | | | | | | | builtin/rm.c: Use ALLOC_GROW instead of alloc_nr and xrealloc. | Thiago Farina | 2010-12-19 | 1 | -10/+2 |
* | | | | | | | | | | builtin/branch.c: Use ALLOC_GROW instead of alloc_nr and xrealloc. | Thiago Farina | 2010-12-19 | 1 | -6/+1 |
* | | | | | | | | | | Merge branch 'jl/fetch-submodule-recursive' | Junio C Hamano | 2010-12-16 | 1 | -14/+50 |
|\ \ \ \ \ \ \ \ \ \ |