Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | cherry-pick/revert: add support for -X/--strategy-option | Jonathan Nieder | 2010-12-28 | 2 | -9/+26 | |
* | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add the 'fetch.recurseSubmodules' config setting | Jens Lehmann | 2010-11-12 | 1 | -5/+16 | |
| * | | | | | | | | | fetch/pull: Add the --recurse-submodules option | Jens Lehmann | 2010-11-12 | 1 | -14/+39 | |
* | | | | | | | | | | Merge branch 'aa/status-hilite-branch' | Junio C Hamano | 2010-12-16 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | status: show branchname with a configurable color | Aleksi Aalto | 2010-11-29 | 1 | -0/+2 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'ak/describe-exact' | Junio C Hamano | 2010-12-16 | 1 | -25/+60 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | describe: Delay looking up commits until searching for an inexact match | Anders Kaseorg | 2010-12-09 | 1 | -15/+22 | |
| * | | | | | | | | | | describe: Store commit_names in a hash table by commit SHA1 | Anders Kaseorg | 2010-12-09 | 1 | -5/+33 | |
| * | | | | | | | | | | describe: Do not use a flex array in struct commit_name | Anders Kaseorg | 2010-12-09 | 1 | -6/+6 | |
| * | | | | | | | | | | describe: Use for_each_rawref | Anders Kaseorg | 2010-12-09 | 1 | -1/+1 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'cb/maint-orphan-merge-noclobber' into maint | Junio C Hamano | 2010-12-02 | 1 | -1/+19 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'tr/maint-merge-file-subdir' into maint | Junio C Hamano | 2010-12-02 | 1 | -1/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'ks/no-textconv-symlink' into maint | Junio C Hamano | 2010-12-02 | 2 | -12/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jn/parse-options-extra' | Junio C Hamano | 2010-12-12 | 3 | -154/+248 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | update-index: migrate to parse-options API | Jonathan Nieder | 2010-12-07 | 1 | -149/+243 | |
| * | | | | | | | | | | | | | parse-options: Don't call parse_options_check() so much | Stephen Boyd | 2010-12-06 | 2 | -4/+4 | |
* | | | | | | | | | | | | | | Merge branch 'tc/format-patch-p' | Junio C Hamano | 2010-12-12 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | format-patch: page output with --stdout | Tay Ray Chuan | 2010-11-23 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | Merge branch 'jn/git-cmd-h-bypass-setup' | Junio C Hamano | 2010-12-12 | 7 | -0/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | update-index -h: show usage even with corrupt index | Nguyễn Thái Ngọc Duy | 2010-10-22 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | merge -h: show usage even with corrupt index | Nguyễn Thái Ngọc Duy | 2010-10-22 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | ls-files -h: show usage even with corrupt index | Nguyễn Thái Ngọc Duy | 2010-10-22 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | gc -h: show usage even with broken configuration | Nguyễn Thái Ngọc Duy | 2010-10-22 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | commit/status -h: show usage even with broken configuration | Nguyễn Thái Ngọc Duy | 2010-10-22 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | checkout-index -h: show usage even in an invalid repository | Nguyễn Thái Ngọc Duy | 2010-10-22 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | branch -h: show usage even in an invalid repository | Nguyễn Thái Ngọc Duy | 2010-10-22 | 1 | -0/+3 | |
* | | | | | | | | | | | | | | | | thread-utils.h: simplify the inclusion | Junio C Hamano | 2010-12-10 | 2 | -8/+0 | |
* | | | | | | | | | | | | | | | | Merge branch 'nd/maint-fix-add-typo-detection' (early part) | Junio C Hamano | 2010-12-08 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | add: do not rely on dtype being NULL behavior | Nguyễn Thái Ngọc Duy | 2010-11-12 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | Merge branch 'il/remote-fd-ext' | Junio C Hamano | 2010-12-08 | 2 | -0/+325 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | remote-fd/ext: finishing touches after code review | Ilari Liusvaara | 2010-11-19 | 2 | -8/+6 |