Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | Merge branch 'jk/pack-tag-of-tag' into maint | Junio C Hamano | 2016-10-03 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Seventh batch for 2.11 | Junio C Hamano | 2016-10-03 | |
* | | | | | | | | | | | | | Merge branch 'pb/rev-list-reverse-with-count' | Junio C Hamano | 2016-10-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | rev-list-options: clarify the usage of --reverse | Pranit Bauva | 2016-09-27 | |
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'dt/tree-fsck' | Junio C Hamano | 2016-10-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | fsck: handle bad trees like other errors | David Turner | 2016-09-27 | |
| * | | | | | | | | | | | | | tree-walk: be more specific about corrupt tree errors | Jeff King | 2016-09-27 | |
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'kd/mailinfo-quoted-string' | Junio C Hamano | 2016-10-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | mailinfo: unescape quoted-pair in header fields | Kevin Daudt | 2016-09-28 | |
| * | | | | | | | | | | | | | t5100-mailinfo: replace common path prefix with variable | Kevin Daudt | 2016-09-28 | |
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'mh/diff-indent-heuristic' | Junio C Hamano | 2016-10-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | xdiff: rename "struct group" to "struct xdlgroup" | Jeff King | 2016-09-27 | |
* | | | | | | | | | | | | | | Merge branch 'dt/mailinfo' | Junio C Hamano | 2016-10-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | add David Turner's Two Sigma address | David Turner | 2016-09-26 | |
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Merge branch 'va/git-gui-i18n' | Junio C Hamano | 2016-10-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'va/i18n' of ../git-gui into va/git-gui-i18n | Junio C Hamano | 2016-09-26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | git-gui: l10n: add Portuguese translation | Vasco Almeida | 2016-09-26 | |
| | * | | | | | | | | | | | | | git-gui i18n: mark strings for translation | Vasco Almeida | 2016-09-26 | |
* | | | | | | | | | | | | | | | Merge branch 'rs/git-gui-use-modern-git-merge-syntax' | Junio C Hamano | 2016-10-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'rs/use-modern-git-merge-syntax' of git-gui into rs/git-gui-use-... | Junio C Hamano | 2016-09-26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | git-gui: stop using deprecated merge syntax | René Scharfe | 2016-09-26 | |
| | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | Merge branch 'jc/verify-loose-object-header' | Junio C Hamano | 2016-10-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | unpack_sha1_header(): detect malformed object header | Junio C Hamano | 2016-09-26 | |
| * | | | | | | | | | | | | | | | streaming: make sure to notice corrupt object | Junio C Hamano | 2016-09-26 | |
* | | | | | | | | | | | | | | | | Merge branch 'nd/init-core-worktree-in-multi-worktree-world' | Junio C Hamano | 2016-10-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | init: kill git_link variable | Nguyễn Thái Ngọc Duy | 2016-09-25 | |
| * | | | | | | | | | | | | | | | | init: do not set unnecessary core.worktree | Nguyễn Thái Ngọc Duy | 2016-09-25 | |
| * | | | | | | | | | | | | | | | | init: kill set_git_dir_init() | Nguyễn Thái Ngọc Duy | 2016-09-25 | |
| * | | | | | | | | | | | | | | | | init: call set_git_dir_init() from within init_db() | Nguyễn Thái Ngọc Duy | 2016-09-25 | |
| * | | | | | | | | | | | | | | | | init: correct re-initialization from a linked worktree | Nguyễn Thái Ngọc Duy | 2016-09-25 | |
* | | | | | | | | | | | | | | | | | Merge branch 'ik/gitweb-force-highlight' | Junio C Hamano | 2016-10-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | gitweb: use highlight's shebang detection | Ian Kelling | 2016-09-25 | |
| * | | | | | | | | | | | | | | | | | gitweb: remove unused guess_file_syntax() parameter | Ian Kelling | 2016-09-25 | |
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | Merge branch 'rs/copy-array' | Junio C Hamano | 2016-10-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | use COPY_ARRAY | René Scharfe | 2016-09-25 | |
| * | | | | | | | | | | | | | | | | | add COPY_ARRAY | René Scharfe | 2016-09-25 | |
* | | | | | | | | | | | | | | | | | | Sync with maint | Junio C Hamano | 2016-09-29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | Prepare for 2.10.1 | Junio C Hamano | 2016-09-29 | |
| * | | | | | | | | | | | | | | | | | Merge branch 'tg/add-chmod+x-fix' into maint | Junio C Hamano | 2016-09-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'et/add-chmod-x' into maint | Junio C Hamano | 2016-09-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'rt/rebase-i-broken-insn-advise' into maint | Junio C Hamano | 2016-09-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ls/travis-homebrew-path-fix' into maint | Junio C Hamano | 2016-09-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'js/regexec-buf' into maint | Junio C Hamano | 2016-09-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'nd/checkout-disambiguation' into maint | Junio C Hamano | 2016-09-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ep/doc-check-ref-format-example' into maint | Junio C Hamano | 2016-09-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'mm/config-color-ui-default-to-auto' into maint | Junio C Hamano | 2016-09-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/reduce-gc-aggressive-depth' into maint | Junio C Hamano | 2016-09-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/rebase-i-drop-ident-check' into maint | Junio C Hamano | 2016-09-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jt/format-patch-base-info-above-sig' into maint | Junio C Hamano | 2016-09-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ks/perf-build-with-autoconf' into maint | Junio C Hamano | 2016-09-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |