Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | | | | | | | t/perf: export variable used in other blocks | Jonathan Tan | 2017-03-03 | |
| |/ / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'rs/strbuf-add-real-path' into maint | Junio C Hamano | 2017-03-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | strbuf: add strbuf_add_real_path() | René Scharfe | 2017-02-27 | |
| * | | | | | | | | | | | | | | | | | | | cocci: use ALLOC_ARRAY | René Scharfe | 2017-02-27 | |
| | |_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/parse-config-key-cleanup' into maint | Junio C Hamano | 2017-03-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | parse_hide_refs_config: tell parse_config_key we don't want a subsection | Jeff King | 2017-02-24 | |
| * | | | | | | | | | | | | | | | | | | | parse_config_key: allow matching single-level config | Jeff King | 2017-02-24 | |
| * | | | | | | | | | | | | | | | | | | | parse_config_key: use skip_prefix instead of starts_with | Jeff King | 2017-02-24 | |
| * | | | | | | | | | | | | | | | | | | | refs: parse_hide_refs_config to use parse_config_key | Stefan Beller | 2017-02-24 | |
| |/ / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | Git 2.12.2v2.12.2 | Junio C Hamano | 2017-03-24 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'ab/doc-no-option-notation-fix' into maint | Junio C Hamano | 2017-03-24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | doc: change erroneous --[no]-whatever into --[no-]whatever | Ævar Arnfjörð Bjarmason | 2017-03-20 | |
| | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'ab/push-default-doc-fix' into maint | Junio C Hamano | 2017-03-24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | push: mention "push.default=tracking" in the documentation | Ævar Arnfjörð Bjarmason | 2017-03-20 | |
| |/ / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'nd/commit-hook-doc-fix' into maint | Junio C Hamano | 2017-03-24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | git-commit.txt: list post-rewrite in HOOKS section | Nguyễn Thái Ngọc Duy | 2017-03-20 | |
| |/ / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'jc/config-case-cmdline-take-2' into maint | Junio C Hamano | 2017-03-24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | config: use git_config_parse_key() in git_config_parse_parameter() | Junio C Hamano | 2017-02-23 | |
| * | | | | | | | | | | | | | | | | | | | config: move a few helper functions up | Junio C Hamano | 2017-02-23 | |
| | |_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/grep-no-index-fix' into maint | Junio C Hamano | 2017-03-24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | grep: treat revs the same for --untracked as for --no-index | Jeff King | 2017-02-14 | |
| * | | | | | | | | | | | | | | | | | | | grep: do not diagnose misspelt revs with --no-index | Jeff King | 2017-02-14 | |
| * | | | | | | | | | | | | | | | | | | | grep: avoid resolving revision names in --no-index case | Jeff King | 2017-02-14 | |
| * | | | | | | | | | | | | | | | | | | | grep: fix "--" rev/pathspec disambiguation | Jeff King | 2017-02-14 | |
| * | | | | | | | | | | | | | | | | | | | grep: re-order rev-parsing loop | Jeff King | 2017-02-14 | |
| * | | | | | | | | | | | | | | | | | | | grep: do not unnecessarily query repo for "--" | Jonathan Tan | 2017-02-14 | |
| * | | | | | | | | | | | | | | | | | | | grep: move thread initialization a little lower | Jeff King | 2017-02-14 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jn/remote-helpers-with-git-dir' into maint | Junio C Hamano | 2017-03-24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | remote helpers: avoid blind fall-back to ".git" when setting GIT_DIR | Jonathan Nieder | 2017-02-14 | |
| * | | | | | | | | | | | | | | | | | | | | remote: avoid reading $GIT_DIR config in non-repo | Jeff King | 2017-02-14 | |
| | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/submodule-config-parse-ignore-fix' into maint | Junio C Hamano | 2017-03-24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | submodule-config: correct error reporting for invalid ignore value | Stefan Beller | 2017-03-15 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/push-deadlock-regression-fix' into maint | Junio C Hamano | 2017-03-24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | send-pack: report signal death of pack-objects | Jeff King | 2017-03-07 | |
| * | | | | | | | | | | | | | | | | | | | | | send-pack: read "unpack" status even on pack-objects failure | Jeff King | 2017-03-07 | |
| * | | | | | | | | | | | | | | | | | | | | | send-pack: improve unpack-status error messages | Jeff King | 2017-03-07 | |
| * | | | | | | | | | | | | | | | | | | | | | send-pack: use skip_prefix for parsing unpack status | Jeff King | 2017-03-07 | |
| * | | | | | | | | | | | | | | | | | | | | | send-pack: extract parsing of "unpack" response | Jeff King | 2017-03-07 | |
| * | | | | | | | | | | | | | | | | | | | | | receive-pack: fix deadlock when we cannot create tmpdir | Jeff King | 2017-03-07 | |
* | | | | | | | | | | | | | | | | | | | | | | mailmap: use Michael J Gruber's new address | Michael J Gruber | 2017-03-24 | |
* | | | | | | | | | | | | | | | | | | | | | | Prepare for 2.12.2 | Junio C Hamano | 2017-03-21 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jh/send-email-one-cc' into maint | Junio C Hamano | 2017-03-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | send-email: only allow one address per body tag | Johan Hovold | 2017-02-27 | |
| | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/t6300-cleanup' into maint | Junio C Hamano | 2017-03-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | t6300: avoid creating refs/heads/HEAD | Jeff King | 2017-02-27 | |
| |/ / / / / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rs/commit-parsing-optim' into maint | Junio C Hamano | 2017-03-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | commit: don't check for space twice when looking for header | René Scharfe | 2017-02-27 | |
| * | | | | | | | | | | | | | | | | | | | | | | commit: be more precise when searching for headers | René Scharfe | 2017-02-27 | |
| | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/show-branch-lift-name-len-limit' into maint | Junio C Hamano | 2017-03-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | show-branch: use skip_prefix to drop magic numbers | Jeff King | 2017-02-15 |