Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'rs/c-auto-resets-attributes' | Junio C Hamano | 2016-10-06 |
|\ | |||
| * | pretty: avoid adding reset for %C(auto) if output is empty | René Scharfe | 2016-09-29 |
* | | Merge branch 'vn/revision-shorthand-for-side-branch-log' | Junio C Hamano | 2016-10-06 |
|\ \ | |||
| * | | revision: new rev^-n shorthand for rev^n..rev | Vegard Nossum | 2016-09-27 |
* | | | Merge branch 'jk/ambiguous-short-object-names' | Junio C Hamano | 2016-10-06 |
|\ \ \ | |||
| * | | | get_short_sha1: make default disambiguation configurable | Jeff King | 2016-09-27 |
| * | | | get_short_sha1: list ambiguous objects on error | Jeff King | 2016-09-26 |
| * | | | for_each_abbrev: drop duplicate objects | Jeff King | 2016-09-26 |
| * | | | sha1_array: let callbacks interrupt iteration | Jeff King | 2016-09-26 |
| * | | | get_short_sha1: parse tags when looking for treeish | Jeff King | 2016-09-26 |
| * | | | get_sha1: propagate flags to child functions | Jeff King | 2016-09-26 |
| * | | | get_sha1: avoid repeating ourselves via ONLY_TO_DIE | Jeff King | 2016-09-26 |
* | | | | 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 'js/t9903-chaining' into maint | Junio C Hamano | 2016-09-19 |
| |\ \ \ | |||
| * \ \ \ | Merge branch 'ep/use-git-trace-curl-in-tests' into maint | Junio C Hamano | 2016-09-19 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge branch 'js/t6026-clean-up' into maint | Junio C Hamano | 2016-09-19 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge branch 'jc/forbid-symbolic-ref-d-HEAD' into maint | Junio C Hamano | 2016-09-19 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge branch 'jc/submodule-anchor-git-dir' into maint | Junio C Hamano | 2016-09-19 |
| |\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ | Merge branch 'jk/test-lib-drop-pid-from-results' into maint | Junio C Hamano | 2016-09-19 |
| |\ \ \ \ \ \ \ \ | |||
* | \ \ \ \ \ \ \ \ | Merge branch 'nd/init-core-worktree-in-multi-worktree-world' | Junio C Hamano | 2016-10-03 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | init: do not set unnecessary core.worktree | 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 |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |||
* | | | | | | | | | | | Merge branch 'jt/mailinfo-fold-in-body-headers' | Junio C Hamano | 2016-09-29 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | mailinfo: handle in-body header continuations | Jonathan Tan | 2016-09-21 |
* | | | | | | | | | | | | Merge branch 'rt/rebase-i-broken-insn-advise' | Junio C Hamano | 2016-09-26 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | rebase -i: improve advice on bad instruction lines | Ralf Thielow | 2016-09-07 |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | |||
* | | | | | | | | | | | | Merge branch 'tg/add-chmod+x-fix' | Junio C Hamano | 2016-09-26 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | t3700-add: do not check working tree file mode without POSIXPERM | Johannes Sixt | 2016-09-21 |
| * | | | | | | | | | | | | t3700-add: create subdirectory gently | Johannes Sixt | 2016-09-21 |
| * | | | | | | | | | | | | add: modify already added files when --chmod is given | Thomas Gummerer | 2016-09-15 |
| * | | | | | | | | | | | | update-index: add test for chmod flags | Thomas Gummerer | 2016-09-14 |
* | | | | | | | | | | | | | Merge branch 'js/regexec-buf' | Junio C Hamano | 2016-09-26 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | regex: use regexec_buf() | Johannes Schindelin | 2016-09-21 |
| * | | | | | | | | | | | | | regex: -G<pattern> feeds a non NUL-terminated string to regexec() and fails | Johannes Schindelin | 2016-09-21 |
* | | | | | | | | | | | | | | Merge branch 'nd/checkout-disambiguation' | Junio C Hamano | 2016-09-26 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | checkout: fix ambiguity check in subdir | Nguyễn Thái Ngọc Duy | 2016-09-21 |
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | Merge branch 'va/i18n-more' | Junio C Hamano | 2016-09-26 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | i18n: notes-merge: mark die messages for translation | Vasco Almeida | 2016-09-21 |
| * | | | | | | | | | | | | | | i18n: connect: mark die messages for translation | Vasco Almeida | 2016-09-19 |
| * | | | | | | | | | | | | | | i18n: commit: mark message for translation | Vasco Almeida | 2016-09-19 |
* | | | | | | | | | | | | | | | Merge branch 'jt/format-patch-rfc' | Junio C Hamano | 2016-09-26 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | format-patch: add "--rfc" for the common case of [RFC PATCH] | Josh Triplett | 2016-09-21 |
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | Merge branch 'mh/diff-indent-heuristic' | Junio C Hamano | 2016-09-26 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |