Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | Merge branch 'np/pack-broken-boundary' into maint | Junio C Hamano | 2010-12-09 | |
| |\ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ | Merge branch 'ak/apply-non-git-epoch' into maint | Junio C Hamano | 2010-12-09 | |
| |\ \ \ \ \ \ \ | ||||
* | \ \ \ \ \ \ \ | Merge branch 'tf/commit-list-prefix' | Junio C Hamano | 2010-12-22 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | commit: Add commit_list prefix in two function names. | Thiago Farina | 2010-11-29 | |
* | | | | | | | | | | builtin/rm.c: Use ALLOC_GROW instead of alloc_nr and xrealloc. | Thiago Farina | 2010-12-19 | |
* | | | | | | | | | | builtin/branch.c: Use ALLOC_GROW instead of alloc_nr and xrealloc. | Thiago Farina | 2010-12-19 | |
* | | | | | | | | | | Merge branch 'jl/fetch-submodule-recursive' | Junio C Hamano | 2010-12-16 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Add the 'fetch.recurseSubmodules' config setting | Jens Lehmann | 2010-11-12 | |
| * | | | | | | | | | | fetch/pull: Add the --recurse-submodules option | Jens Lehmann | 2010-11-12 | |
* | | | | | | | | | | | Merge branch 'aa/status-hilite-branch' | Junio C Hamano | 2010-12-16 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | status: show branchname with a configurable color | Aleksi Aalto | 2010-11-29 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge branch 'ak/describe-exact' | Junio C Hamano | 2010-12-16 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||
| * | | | | | | | | | | describe: Delay looking up commits until searching for an inexact match | Anders Kaseorg | 2010-12-09 | |
| * | | | | | | | | | | describe: Store commit_names in a hash table by commit SHA1 | Anders Kaseorg | 2010-12-09 | |
| * | | | | | | | | | | describe: Do not use a flex array in struct commit_name | Anders Kaseorg | 2010-12-09 | |
| * | | | | | | | | | | describe: Use for_each_rawref | Anders Kaseorg | 2010-12-09 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||
| * | | | | | | | | | Merge branch 'cb/maint-orphan-merge-noclobber' into maint | Junio C Hamano | 2010-12-02 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'tr/maint-merge-file-subdir' into maint | Junio C Hamano | 2010-12-02 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'ks/no-textconv-symlink' into maint | Junio C Hamano | 2010-12-02 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
* | \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jn/parse-options-extra' | Junio C Hamano | 2010-12-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | update-index: migrate to parse-options API | Jonathan Nieder | 2010-12-07 | |
| * | | | | | | | | | | | | | parse-options: Don't call parse_options_check() so much | Stephen Boyd | 2010-12-06 | |
* | | | | | | | | | | | | | | Merge branch 'tc/format-patch-p' | Junio C Hamano | 2010-12-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | format-patch: page output with --stdout | Tay Ray Chuan | 2010-11-23 | |
* | | | | | | | | | | | | | | | Merge branch 'jn/git-cmd-h-bypass-setup' | Junio C Hamano | 2010-12-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | update-index -h: show usage even with corrupt index | Nguyễn Thái Ngọc Duy | 2010-10-22 | |
| * | | | | | | | | | | | | | | | merge -h: show usage even with corrupt index | Nguyễn Thái Ngọc Duy | 2010-10-22 | |
| * | | | | | | | | | | | | | | | ls-files -h: show usage even with corrupt index | Nguyễn Thái Ngọc Duy | 2010-10-22 | |
| * | | | | | | | | | | | | | | | gc -h: show usage even with broken configuration | Nguyễn Thái Ngọc Duy | 2010-10-22 | |
| * | | | | | | | | | | | | | | | commit/status -h: show usage even with broken configuration | Nguyễn Thái Ngọc Duy | 2010-10-22 | |
| * | | | | | | | | | | | | | | | checkout-index -h: show usage even in an invalid repository | Nguyễn Thái Ngọc Duy | 2010-10-22 | |
| * | | | | | | | | | | | | | | | branch -h: show usage even in an invalid repository | Nguyễn Thái Ngọc Duy | 2010-10-22 | |
* | | | | | | | | | | | | | | | | thread-utils.h: simplify the inclusion | Junio C Hamano | 2010-12-10 | |
* | | | | | | | | | | | | | | | | Merge branch 'nd/maint-fix-add-typo-detection' (early part) | Junio C Hamano | 2010-12-08 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | add: do not rely on dtype being NULL behavior | Nguyễn Thái Ngọc Duy | 2010-11-12 | |
* | | | | | | | | | | | | | | | | | Merge branch 'il/remote-fd-ext' | Junio C Hamano | 2010-12-08 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | remote-fd/ext: finishing touches after code review | Ilari Liusvaara | 2010-11-19 | |
| * | | | | | | | | | | | | | | | | | git-remote-ext | Ilari Liusvaara | 2010-10-13 | |
| * | | | | | | | | | | | | | | | | | git-remote-fd | Ilari Liusvaara | 2010-10-13 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'mg/maint-tag-rfc1991' | Junio C Hamano | 2010-12-08 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | tag: factor out sig detection for tag display | Michael J Gruber | 2010-11-10 | |
| * | | | | | | | | | | | | | | | | | tag: factor out sig detection for body edits | Michael J Gruber | 2010-11-10 | |
| * | | | | | | | | | | | | | | | | | verify-tag: factor out signature detection | Michael J Gruber | 2010-11-10 | |
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | Merge branch 'jh/notes-merge' | Junio C Hamano | 2010-12-08 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | Provide 'git merge --abort' as a synonym to 'git reset --merge' | Johan Herland | 2010-11-17 | |
| * | | | | | | | | | | | | | | | | | cmd_merge(): Parse options before checking MERGE_HEAD | Johan Herland | 2010-11-17 | |
| * | | | | | | | | | | | | | | | | | Provide 'git notes get-ref' to easily retrieve current notes ref | Johan Herland | 2010-11-17 | |
| * | | | | | | | | | | | | | | | | | git notes merge: Add another auto-resolving strategy: "cat_sort_uniq" | Johan Herland | 2010-11-17 | |
| * | | | | | | | | | | | | | | | | | git notes merge: --commit should fail if underlying notes ref has moved | Johan Herland | 2010-11-17 | |
| * | | | | | | | | | | | | | | | | | git notes merge: List conflicting notes in notes merge commit message | Johan Herland | 2010-11-17 |