index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
apply.c
Commit message (
Expand
)
Author
Age
*
apply: refactor `git apply` option parsing
Christian Couder
2016-09-07
*
apply: make it possible to silently apply
Christian Couder
2016-09-07
*
apply: move libified code from builtin/apply.c to apply.{c,h}
Christian Couder
2016-09-07
*
apply: rename and move opt constants to apply.h
Christian Couder
2016-09-07
*
builtin/apply: rename option parsing functions
Christian Couder
2016-09-07
*
builtin/apply: make create_one_file() return -1 on error
Christian Couder
2016-09-07
*
builtin/apply: make try_create_file() return -1 on error
Christian Couder
2016-09-07
*
builtin/apply: make write_out_results() return -1 on error
Christian Couder
2016-08-11
*
builtin/apply: make write_out_one_result() return -1 on error
Christian Couder
2016-08-11
*
builtin/apply: make create_file() return -1 on error
Christian Couder
2016-08-11
*
builtin/apply: make add_index_file() return -1 on error
Christian Couder
2016-08-11
*
builtin/apply: make add_conflicted_stages_file() return -1 on error
Christian Couder
2016-08-11
*
builtin/apply: make remove_file() return -1 on error
Christian Couder
2016-08-11
*
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 'va/i18n-even-more'
Junio C Hamano
2016-07-13
|
\
|
*
i18n: standardise messages
Vasco Almeida
2016-06-17
*
|
Merge branch 'jk/string-list-static-init'
Junio C Hamano
2016-07-06
|
\
\
|
*
|
use string_list initializer consistently
Jeff King
2016-06-13
|
|
/
*
|
Merge branch 'cc/apply-introduce-state'
Junio C Hamano
2016-06-27
|
\
\
|
*
|
builtin/apply: remove misleading comment on lock_file field
Junio C Hamano
2016-06-06
|
*
|
builtin/apply: move 'newfd' global into 'struct apply_state'
Christian Couder
2016-06-03
|
*
|
builtin/apply: add 'lock_file' pointer into 'struct apply_state'
Christian Couder
2016-06-03
|
*
|
builtin/apply: move applying patches into apply_all_patches()
Christian Couder
2016-06-01
|
*
|
builtin/apply: move 'state' check into check_apply_state()
Christian Couder
2016-06-01
|
*
|
builtin/apply: move 'symlink_changes' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
builtin/apply: move 'fn_table' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
builtin/apply: move 'state_linenr' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
builtin/apply: move 'max_change' and 'max_len' into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
builtin/apply: move 'ws_ignore_action' into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
builtin/apply: move 'ws_error_action' into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
builtin/apply: move 'applied_after_fixing_ws' into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
builtin/apply: move 'squelch_whitespace_errors' into 'struct apply_state'
Christian Couder
2016-06-01
[next]