Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-07apply: make it possible to silently applyChristian Couder
2016-09-07apply: move libified code from builtin/apply.c to apply.{c,h}Christian Couder
2016-09-07apply: rename and move opt constants to apply.hChristian Couder
2016-09-07builtin/apply: rename option parsing functionsChristian Couder
2016-09-07builtin/apply: make create_one_file() return -1 on errorChristian Couder
2016-09-07builtin/apply: make try_create_file() return -1 on errorChristian Couder
2016-08-11builtin/apply: make write_out_results() return -1 on errorChristian Couder
2016-08-11builtin/apply: make write_out_one_result() return -1 on errorChristian Couder
2016-08-11builtin/apply: make create_file() return -1 on errorChristian Couder
2016-08-11builtin/apply: make add_index_file() return -1 on errorChristian Couder
2016-08-11builtin/apply: make add_conflicted_stages_file() return -1 on errorChristian Couder
2016-08-11builtin/apply: make remove_file() return -1 on errorChristian Couder
2016-08-11builtin/apply: make build_fake_ancestor() return -1 on errorChristian Couder
2016-08-11builtin/apply: change die_on_unsafe_path() to check_unsafe_path()Christian Couder
2016-08-11builtin/apply: make gitdiff_*() return -1 on errorChristian Couder
2016-08-11builtin/apply: make gitdiff_*() return 1 at end of headerChristian Couder
2016-08-11builtin/apply: make parse_traditional_patch() return -1 on errorChristian Couder
2016-08-11builtin/apply: make apply_all_patches() return 128 or 1 on errorChristian Couder
2016-08-11builtin/apply: move check_apply_state() to apply.cChristian Couder
2016-08-11builtin/apply: make check_apply_state() return -1 instead of die()ingChristian Couder
2016-08-11apply: make init_apply_state() return -1 instead of exit()ingChristian Couder
2016-08-11builtin/apply: move init_apply_state() to apply.cChristian Couder
2016-08-11builtin/apply: make parse_ignorewhitespace_option() return -1 instead of die(...Christian Couder
2016-08-11builtin/apply: make parse_whitespace_option() return -1 instead of die()ingChristian Couder
2016-08-11builtin/apply: make parse_single_patch() return -1 on errorChristian Couder
2016-08-11builtin/apply: make parse_chunk() return a negative integer on errorChristian Couder
2016-08-11builtin/apply: make find_header() return -128 instead of die()ingChristian Couder
2016-08-11builtin/apply: read_patch_file() return -1 instead of die()ingChristian Couder
2016-08-11builtin/apply: make apply_patch() return -1 or -128 instead of die()ingChristian Couder
2016-08-11apply: move 'struct apply_state' to apply.hChristian Couder
2016-08-11apply: make some names more specificChristian Couder
2016-07-28Merge branch 'nd/pack-ofs-4gb-limit'Junio C Hamano
2016-07-28Merge branch 'nd/worktree-lock'Junio C Hamano
2016-07-26Merge branch 'mh/blame-worktree'Junio C Hamano
2016-07-26Merge branch 'js/fsck-name-object'Junio C Hamano
2016-07-26Merge branch 'rs/rm-strbuf-optim'Junio C Hamano
2016-07-26Merge branch 'mh/ref-iterators'Junio C Hamano
2016-07-26Merge branch 'mh/split-under-lock'Junio C Hamano
2016-07-19Merge branch 'js/am-call-theirs-theirs-in-fallback-3way'Junio C Hamano
2016-07-19Merge branch 'jk/write-file'Junio C Hamano
2016-07-19Merge branch 'jk/printf-format'Junio C Hamano
2016-07-19Merge branch 'nd/fetch-ref-summary'Junio C Hamano
2016-07-19Merge branch 'bc/cocci'Junio C Hamano
2016-07-19Merge branch 'js/log-to-diffopt-file'Junio C Hamano
2016-07-19Merge branch 'dk/blame-move-no-reason-for-1-line-context'Junio C Hamano
2016-07-19fsck: optionally show more helpful info for broken linksJohannes Schindelin
2016-07-19blame: allow to blame paths freshly added to the indexMike Hommey
2016-07-18fsck: give the error function a chance to see the fsck_optionsJohannes Schindelin
2016-07-18fsck: refactor how to describe objectsJohannes Schindelin
2016-07-13Merge branch 'nd/ita-cleanup'Junio C Hamano