Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | builtin/apply: make build_fake_ancestor() return -1 on error | Christian Couder | 2016-08-11 | |
| * | | | | | | builtin/apply: change die_on_unsafe_path() to check_unsafe_path() | Christian Couder | 2016-08-11 | |
| * | | | | | | builtin/apply: make gitdiff_*() return -1 on error | Christian Couder | 2016-08-11 | |
| * | | | | | | builtin/apply: make gitdiff_*() return 1 at end of header | Christian Couder | 2016-08-11 | |
| * | | | | | | builtin/apply: make parse_traditional_patch() return -1 on error | Christian Couder | 2016-08-11 | |
| * | | | | | | builtin/apply: make apply_all_patches() return 128 or 1 on error | Christian Couder | 2016-08-11 | |
| * | | | | | | builtin/apply: move check_apply_state() to apply.c | Christian Couder | 2016-08-11 | |
| * | | | | | | builtin/apply: make check_apply_state() return -1 instead of die()ing | Christian Couder | 2016-08-11 | |
| * | | | | | | apply: make init_apply_state() return -1 instead of exit()ing | Christian Couder | 2016-08-11 | |
| * | | | | | | builtin/apply: move init_apply_state() to apply.c | Christian Couder | 2016-08-11 | |
| * | | | | | | builtin/apply: make parse_ignorewhitespace_option() return -1 instead of die(... | Christian Couder | 2016-08-11 | |
| * | | | | | | builtin/apply: make parse_whitespace_option() return -1 instead of die()ing | Christian Couder | 2016-08-11 | |
| * | | | | | | builtin/apply: make parse_single_patch() return -1 on error | Christian Couder | 2016-08-11 | |
| * | | | | | | builtin/apply: make parse_chunk() return a negative integer on error | Christian Couder | 2016-08-11 | |
| * | | | | | | builtin/apply: make find_header() return -128 instead of die()ing | Christian Couder | 2016-08-11 | |
| * | | | | | | builtin/apply: read_patch_file() return -1 instead of die()ing | Christian Couder | 2016-08-11 | |
| * | | | | | | builtin/apply: make apply_patch() return -1 or -128 instead of die()ing | Christian Couder | 2016-08-11 | |
| * | | | | | | apply: move 'struct apply_state' to apply.h | Christian Couder | 2016-08-11 | |
| * | | | | | | apply: make some names more specific | Christian Couder | 2016-08-11 | |
* | | | | | | | Merge branch 'ah/misc-message-fixes' | Junio C Hamano | 2016-09-15 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | cat-file: put spaces around pipes in usage string | Alex Henrie | 2016-09-08 | |
| * | | | | | | | am: put spaces around pipe in usage string | Alex Henrie | 2016-09-08 | |
| | |_|/ / / / | |/| | | | | | ||||
* | | | | | | | Merge branch 'jk/pack-tag-of-tag' | Junio C Hamano | 2016-09-15 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | pack-objects: walk tag chains for --include-tag | Jeff King | 2016-09-07 | |
* | | | | | | | | Merge branch 'jc/forbid-symbolic-ref-d-HEAD' | Junio C Hamano | 2016-09-12 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | symbolic-ref -d: do not allow removal of HEAD | Junio C Hamano | 2016-09-02 | |
| |/ / / / / / / | ||||
* | | | | | | | | Merge branch 'jc/am-read-author-file' | Junio C Hamano | 2016-09-12 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | am: refactor read_author_script() | Junio C Hamano | 2016-08-30 | |
* | | | | | | | | | Merge branch 'jk/diff-submodule-diff-inline' | Junio C Hamano | 2016-09-12 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | graph: add support for --line-prefix on all graph-aware output | Jacob Keller | 2016-08-31 | |
* | | | | | | | | | | Merge branch 'sb/submodule-clone-rr' | Junio C Hamano | 2016-09-08 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | clone: recursive and reference option triggers submodule alternates | Stefan Beller | 2016-08-17 | |
| * | | | | | | | | | | clone: implement optional references | Stefan Beller | 2016-08-15 | |
| * | | | | | | | | | | clone: clarify option_reference as required | Stefan Beller | 2016-08-15 | |
| * | | | | | | | | | | clone: factor out checking for an alternate path | Stefan Beller | 2016-08-15 | |
| * | | | | | | | | | | submodule--helper update-clone: allow multiple references | Stefan Beller | 2016-08-12 | |
| * | | | | | | | | | | submodule--helper module-clone: allow multiple references | Stefan Beller | 2016-08-12 | |
* | | | | | | | | | | | Merge branch 'jh/status-v2-porcelain' | Junio C Hamano | 2016-09-08 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | status: print branch info with --porcelain=v2 --branch | Jeff Hostetler | 2016-08-11 | |
| * | | | | | | | | | | | status: collect per-file data for --porcelain=v2 | Jeff Hostetler | 2016-08-11 | |
| * | | | | | | | | | | | status: support --porcelain[=<version>] | Jeff Hostetler | 2016-08-05 | |
| * | | | | | | | | | | | status: cleanup API to wt_status_print | Jeff Hostetler | 2016-08-05 | |
| * | | | | | | | | | | | status: rename long-format print routines | Jeff Hostetler | 2016-08-05 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge branch 'rt/help-unknown' | Junio C Hamano | 2016-09-08 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | help: introduce option --exclude-guides | Ralf Thielow | 2016-08-30 | |
| * | | | | | | | | | | | Merge branch 'js/no-html-bypass-on-windows' into rt/help-unknown | Junio C Hamano | 2016-08-26 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge branch 'cc/receive-pack-limit' | Junio C Hamano | 2016-09-08 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | receive-pack: allow a maximum input size to be specified | Jeff King | 2016-08-24 | |
| * | | | | | | | | | | | | unpack-objects: add --max-input-size=<size> option | Christian Couder | 2016-08-24 | |
| * | | | | | | | | | | | | index-pack: add --max-input-size=<size> option | Jeff King | 2016-08-24 | |
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |