aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
...
| * | | | | | builtin/apply: convert static functions to struct object_idbrian m. carlson2016-09-07
| * | | | | | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-07
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'mh/ref-store'Junio C Hamano2016-09-19
|\ \ \ \ \ \
| * | | | | | refs: add methods to init refs dbDavid Turner2016-09-09
* | | | | | | Merge branch 'cc/apply-am'Junio C Hamano2016-09-19
|\ \ \ \ \ \ \
| * | | | | | | builtin/am: use apply API in run_apply()Christian Couder2016-09-07
| * | | | | | | apply: refactor `git apply` option parsingChristian Couder2016-09-07
| * | | | | | | apply: make it possible to silently applyChristian Couder2016-09-07
| * | | | | | | apply: move libified code from builtin/apply.c to apply.{c,h}Christian Couder2016-09-07
| * | | | | | | apply: rename and move opt constants to apply.hChristian Couder2016-09-07
| * | | | | | | builtin/apply: rename option parsing functionsChristian Couder2016-09-07
| * | | | | | | builtin/apply: make create_one_file() return -1 on errorChristian Couder2016-09-07
| * | | | | | | builtin/apply: make try_create_file() return -1 on errorChristian Couder2016-09-07
| * | | | | | | builtin/apply: make write_out_results() return -1 on errorChristian Couder2016-08-11
| * | | | | | | builtin/apply: make write_out_one_result() return -1 on errorChristian Couder2016-08-11
| * | | | | | | builtin/apply: make create_file() return -1 on errorChristian Couder2016-08-11
| * | | | | | | builtin/apply: make add_index_file() return -1 on errorChristian Couder2016-08-11
| * | | | | | | builtin/apply: make add_conflicted_stages_file() return -1 on errorChristian Couder2016-08-11
| * | | | | | | builtin/apply: make remove_file() return -1 on errorChristian Couder2016-08-11
| * | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \