Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | builtin/apply: make try_create_file() return -1 on error | Christian Couder | 2016-09-07 | 1 | -11/+33 | |
| * | | | | | | | | | | | | | builtin/apply: make write_out_results() return -1 on error | Christian Couder | 2016-08-11 | 1 | -6/+21 | |
| * | | | | | | | | | | | | | builtin/apply: make write_out_one_result() return -1 on error | Christian Couder | 2016-08-11 | 1 | -22/+16 | |
| * | | | | | | | | | | | | | builtin/apply: make create_file() return -1 on error | Christian Couder | 2016-08-11 | 1 | -12/+13 | |
| * | | | | | | | | | | | | | builtin/apply: make add_index_file() return -1 on error | Christian Couder | 2016-08-11 | 1 | -17/+31 | |
| * | | | | | | | | | | | | | builtin/apply: make add_conflicted_stages_file() return -1 on error | Christian Couder | 2016-08-11 | 1 | -7/+13 | |
| * | | | | | | | | | | | | | builtin/apply: make remove_file() return -1 on error | Christian Couder | 2016-08-11 | 1 | -6/+11 | |
| * | | | | | | | | | | | | | builtin/apply: make build_fake_ancestor() return -1 on error | Christian Couder | 2016-08-11 | 1 | -15/+26 | |
| * | | | | | | | | | | | | | builtin/apply: change die_on_unsafe_path() to check_unsafe_path() | Christian Couder | 2016-08-11 | 1 | -11/+21 | |
| * | | | | | | | | | | | | | builtin/apply: make gitdiff_*() return -1 on error | Christian Couder | 2016-08-11 | 1 | -19/+21 | |
| * | | | | | | | | | | | | | builtin/apply: make gitdiff_*() return 1 at end of header | Christian Couder | 2016-08-11 | 1 | -3/+9 | |
| * | | | | | | | | | | | | | builtin/apply: make parse_traditional_patch() return -1 on error | Christian Couder | 2016-08-11 | 1 | -6/+9 | |
| * | | | | | | | | | | | | | builtin/apply: make apply_all_patches() return 128 or 1 on error | Christian Couder | 2016-08-11 | 1 | -11/+26 | |
| * | | | | | | | | | | | | | builtin/apply: move check_apply_state() to apply.c | Christian Couder | 2016-08-11 | 1 | -32/+0 | |
| * | | | | | | | | | | | | | builtin/apply: make check_apply_state() return -1 instead of die()ing | Christian Couder | 2016-08-11 | 1 | -8/+11 | |
| * | | | | | | | | | | | | | apply: make init_apply_state() return -1 instead of exit()ing | Christian Couder | 2016-08-11 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | builtin/apply: move init_apply_state() to apply.c | Christian Couder | 2016-08-11 | 1 | -91/+0 | |
| * | | | | | | | | | | | | | builtin/apply: make parse_ignorewhitespace_option() return -1 instead of die(... | Christian Couder | 2016-08-11 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | builtin/apply: make parse_whitespace_option() return -1 instead of die()ing | Christian Couder | 2016-08-11 | 1 | -11/+12 | |
| * | | | | | | | | | | | | | builtin/apply: make parse_single_patch() return -1 on error | Christian Couder | 2016-08-11 | 1 | -4/+13 | |
| * | | | | | | | | | | | | | builtin/apply: make parse_chunk() return a negative integer on error | Christian Couder | 2016-08-11 | 1 | -8/+14 | |
| * | | | | | | | | | | | | | builtin/apply: make find_header() return -128 instead of die()ing | Christian Couder | 2016-08-11 | 1 | -12/+28 | |
| * | | | | | | | | | | | | | builtin/apply: read_patch_file() return -1 instead of die()ing | Christian Couder | 2016-08-11 | 1 | -3/+5 | |
| * | | | | | | | | | | | | | builtin/apply: make apply_patch() return -1 or -128 instead of die()ing | Christian Couder | 2016-08-11 | 1 | -15/+45 | |
| * | | | | | | | | | | | | | apply: move 'struct apply_state' to apply.h | Christian Couder | 2016-08-11 | 1 | -97/+1 | |
| * | | | | | | | | | | | | | apply: make some names more specific | Christian Couder | 2016-08-11 | 1 | -10/+10 | |
* | | | | | | | | | | | | | | Merge branch 'ah/misc-message-fixes' | Junio C Hamano | 2016-09-15 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | cat-file: put spaces around pipes in usage string | Alex Henrie | 2016-09-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | am: put spaces around pipe in usage string | Alex Henrie | 2016-09-08 | 1 | -1/+1 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'jk/pack-tag-of-tag' | Junio C Hamano | 2016-09-15 | 1 | -1/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | pack-objects: walk tag chains for --include-tagjk/pack-tag-of-tag | Jeff King | 2016-09-07 | 1 | -1/+30 | |
* | | | | | | | | | | | | | | Merge branch 'jc/forbid-symbolic-ref-d-HEAD' | Junio C Hamano | 2016-09-12 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | symbolic-ref -d: do not allow removal of HEADjc/forbid-symbolic-ref-d-HEAD | Junio C Hamano | 2016-09-02 | 1 | -0/+2 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge branch 'jc/am-read-author-file' | Junio C Hamano | 2016-09-12 | 1 | -58/+45 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | am: refactor read_author_script()jc/am-read-author-file | Junio C Hamano | 2016-08-30 | 1 | -58/+45 | |
* | | | | | | | | | | | | | | Merge branch 'jk/diff-submodule-diff-inline' | Junio C Hamano | 2016-09-12 | 1 | -41/+33 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | graph: add support for --line-prefix on all graph-aware output | Jacob Keller | 2016-08-31 | 1 | -41/+33 | |
* | | | | | | | | | | | | | | Merge branch 'sb/submodule-clone-rr' | Junio C Hamano | 2016-09-08 | 2 | -50/+169 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | clone: recursive and reference option triggers submodule alternatessb/submodule-clone-rr | Stefan Beller | 2016-08-17 | 2 | -0/+121 | |
| * | | | | | | | | | | | | | | clone: implement optional references | Stefan Beller | 2016-08-15 | 1 | -10/+25 | |
| * | | | | | | | | | | | | | | clone: clarify option_reference as required | Stefan Beller | 2016-08-15 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | clone: factor out checking for an alternate path | Stefan Beller | 2016-08-15 | 1 | -34/+9 | |
| * | | | | | | | | | | | | | | submodule--helper update-clone: allow multiple references | Stefan Beller | 2016-08-12 | 1 | -5/+9 | |
| * | | | | | | | | | | | | | | submodule--helper module-clone: allow multiple references | Stefan Beller | 2016-08-12 | 1 | -8/+12 | |
* | | | | | | | | | | | | | | | Merge branch 'jh/status-v2-porcelain' | Junio C Hamano | 2016-09-08 | 1 | -44/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | status: print branch info with --porcelain=v2 --branch | Jeff Hostetler | 2016-08-11 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | | status: collect per-file data for --porcelain=v2 | Jeff Hostetler | 2016-08-11 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | status: support --porcelain[=<version>] | Jeff Hostetler | 2016-08-05 | 1 | -3/+18 | |
| * | | | | | | | | | | | | | | | status: cleanup API to wt_status_print | Jeff Hostetler | 2016-08-05 | 1 | -42/+9 | |
| * | | | | | | | | | | | | | | | status: rename long-format print routines | Jeff Hostetler | 2016-08-05 | 1 | -2/+2 | |
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | |