aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
...
| * | | | | | builtin/apply: make build_fake_ancestor() return -1 on errorChristian Couder2016-08-11
| * | | | | | builtin/apply: change die_on_unsafe_path() to check_unsafe_path()Christian Couder2016-08-11
| * | | | | | builtin/apply: make gitdiff_*() return -1 on errorChristian Couder2016-08-11
| * | | | | | builtin/apply: make gitdiff_*() return 1 at end of headerChristian Couder2016-08-11
| * | | | | | builtin/apply: make parse_traditional_patch() return -1 on errorChristian Couder2016-08-11
| * | | | | | builtin/apply: make apply_all_patches() return 128 or 1 on errorChristian Couder2016-08-11
| * | | | | | builtin/apply: move check_apply_state() to apply.cChristian Couder2016-08-11
| * | | | | | builtin/apply: make check_apply_state() return -1 instead of die()ingChristian Couder2016-08-11
| * | | | | | apply: make init_apply_state() return -1 instead of exit()ingChristian Couder2016-08-11
| * | | | | | builtin/apply: move init_apply_state() to apply.cChristian Couder2016-08-11
| * | | | | | builtin/apply: make parse_ignorewhitespace_option() return -1 instead of die(...Christian Couder2016-08-11
| * | | | | | builtin/apply: make parse_whitespace_option() return -1 instead of die()ingChristian Couder2016-08-11
| * | | | | | builtin/apply: make parse_single_patch() return -1 on errorChristian Couder2016-08-11
| * | | | | | builtin/apply: make parse_chunk() return a negative integer on errorChristian Couder2016-08-11
| * | | | | | builtin/apply: make find_header() return -128 instead of die()ingChristian Couder2016-08-11
| * | | | | | builtin/apply: read_patch_file() return -1 instead of die()ingChristian Couder2016-08-11
| * | | | | | builtin/apply: make apply_patch() return -1 or -128 instead of die()ingChristian Couder2016-08-11
| * | | | | | apply: move 'struct apply_state' to apply.hChristian Couder2016-08-11
| * | | | | | apply: make some names more specificChristian Couder2016-08-11
* | | | | | | Merge branch 'ah/misc-message-fixes'Junio C Hamano2016-09-15
|\ \ \ \ \ \ \
| * | | | | | | cat-file: put spaces around pipes in usage stringAlex Henrie2016-09-08
| * | | | | | | am: put spaces around pipe in usage stringAlex Henrie2016-09-08
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'jk/pack-tag-of-tag'Junio C Hamano2016-09-15
|\ \ \ \ \ \ \
| * | | | | | | pack-objects: walk tag chains for --include-tagJeff King2016-09-07
* | | | | | | | Merge branch 'jc/forbid-symbolic-ref-d-HEAD'Junio C Hamano2016-09-12
|\ \ \ \ \ \ \ \
| * | | | | | | | symbolic-ref -d: do not allow removal of HEADJunio C Hamano2016-09-02
| |/ / / / / / /
* | | | | | | | Merge branch 'jc/am-read-author-file'Junio C Hamano2016-09-12
|\ \ \ \ \ \ \ \
| * | | | | | | | am: refactor read_author_script()Junio C Hamano2016-08-30
* | | | | | | | | Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano2016-09-12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | graph: add support for --line-prefix on all graph-aware outputJacob Keller2016-08-31
* | | | | | | | | | Merge branch 'sb/submodule-clone-rr'Junio C Hamano2016-09-08
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | clone: recursive and reference option triggers submodule alternatesStefan Beller2016-08-17
| * | | | | | | | | | clone: implement optional referencesStefan Beller2016-08-15
| * | | | | | | | | | clone: clarify option_reference as requiredStefan Beller2016-08-15
| * | | | | | | | | | clone: factor out checking for an alternate pathStefan Beller2016-08-15
| * | | | | | | | | | submodule--helper update-clone: allow multiple referencesStefan Beller2016-08-12
| * | | | | | | | | | submodule--helper module-clone: allow multiple referencesStefan Beller2016-08-12
* | | | | | | | | | | Merge branch 'jh/status-v2-porcelain'Junio C Hamano2016-09-08
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | status: print branch info with --porcelain=v2 --branchJeff Hostetler2016-08-11
| * | | | | | | | | | | status: collect per-file data for --porcelain=v2Jeff Hostetler2016-08-11
| * | | | | | | | | | | status: support --porcelain[=<version>]Jeff Hostetler2016-08-05
| * | | | | | | | | | | status: cleanup API to wt_status_printJeff Hostetler2016-08-05
| * | | | | | | | | | | status: rename long-format print routinesJeff Hostetler2016-08-05
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'rt/help-unknown'Junio C Hamano2016-09-08
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | help: introduce option --exclude-guidesRalf Thielow2016-08-30
| * | | | | | | | | | | Merge branch 'js/no-html-bypass-on-windows' into rt/help-unknownJunio C Hamano2016-08-26
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'cc/receive-pack-limit'Junio C Hamano2016-09-08
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | receive-pack: allow a maximum input size to be specifiedJeff King2016-08-24
| * | | | | | | | | | | | unpack-objects: add --max-input-size=<size> optionChristian Couder2016-08-24
| * | | | | | | | | | | | index-pack: add --max-input-size=<size> optionJeff King2016-08-24
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |