281 Commits (26597cb0cceb82b315c543f1cc02bbb72c537eaa)

Author SHA1 Message Date
Christian Couder 70e1d53df1 builtin/apply: move 'squelch_whitespace_errors' into 'struct apply_state' 9 years ago
Christian Couder 8bcba3d0d6 builtin/apply: remove whitespace_option arg from set_default_whitespace_mode() 9 years ago
Christian Couder 161fcbe988 builtin/apply: move 'whitespace_option' into 'struct apply_state' 9 years ago
Christian Couder 5460cd0b10 builtin/apply: move 'whitespace_error' global into 'struct apply_state' 9 years ago
Christian Couder 36371e4c7e builtin/apply: move 'root' global into 'struct apply_state' 9 years ago
Christian Couder b76184e410 builtin/apply: move 'p_value_known' global into 'struct apply_state' 9 years ago
Christian Couder dbd23433e7 builtin/apply: move 'p_value' global into 'struct apply_state' 9 years ago
Christian Couder 0c1138cbdb builtin/apply: move 'has_include' global into 'struct apply_state' 9 years ago
Christian Couder 82f0dfca54 builtin/apply: move 'limit_by_name' global into 'struct apply_state' 9 years ago
Christian Couder b802355863 builtin/apply: move 'patch_input_file' global into 'struct apply_state' 9 years ago
Christian Couder 574f5a59d8 builtin/apply: move 'apply' global into 'struct apply_state' 9 years ago
Christian Couder a48f9bb1b3 builtin/apply: move 'p_context' global into 'struct apply_state' 9 years ago
Christian Couder a0bfaf0796 builtin/apply: move 'fake_ancestor' global into 'struct apply_state' 9 years ago
Christian Couder f4c9eaa49c builtin/apply: move 'line_termination' global into 'struct apply_state' 9 years ago
Christian Couder 6c0c2bf56c builtin/apply: move 'unsafe_paths' global into 'struct apply_state' 9 years ago
Christian Couder 1ff36a107f builtin/apply: move 'no_add' global into 'struct apply_state' 9 years ago
Christian Couder b12e888f7a builtin/apply: move 'threeway' global into 'struct apply_state' 9 years ago
Christian Couder 79a3efda79 builtin/apply: move 'summary' global into 'struct apply_state' 9 years ago
Christian Couder 179070b91c builtin/apply: move 'numstat' global into 'struct apply_state' 9 years ago
Christian Couder c4f5c39862 builtin/apply: move 'diffstat' global into 'struct apply_state' 9 years ago
Christian Couder 885eefb12d builtin/apply: move 'cached' global into 'struct apply_state' 9 years ago
Christian Couder 6ca4c39093 builtin/apply: move 'allow_overlap' global into 'struct apply_state' 9 years ago
Christian Couder 901f9c6d42 builtin/apply: move 'update_index' global into 'struct apply_state' 9 years ago
Christian Couder 5cae882d27 builtin/apply: move 'apply_verbosely' global into 'struct apply_state' 9 years ago
Christian Couder 30b5ae4d41 builtin/apply: move 'apply_with_reject' global into 'struct apply_state' 9 years ago
Christian Couder 2595a8b146 builtin/apply: move 'apply_in_reverse' global into 'struct apply_state' 9 years ago
Christian Couder ee87a6e740 builtin/apply: move 'check_index' global into 'struct apply_state' 9 years ago
Christian Couder 22a7233584 builtin/apply: move 'check' global into 'struct apply_state' 9 years ago
Christian Couder 1da16e1ed8 builtin/apply: move 'unidiff_zero' global into 'struct apply_state' 9 years ago
Christian Couder 6f27b941f2 builtin/apply: move 'state' init into init_apply_state() 9 years ago
René Scharfe aa20cbc2e6 apply: remove unused parameters from name_terminate() 9 years ago
Christian Couder 2fc0f1849b builtin/apply: introduce 'struct apply_state' to start libifying 9 years ago
Christian Couder dcde8b3dcd builtin/apply: move 'read_stdin' global into cmd_apply() 9 years ago
Christian Couder d1b27ced9a builtin/apply: move 'options' variable into cmd_apply() 9 years ago
Christian Couder 7a3eb9e222 builtin/apply: extract line_by_line_fuzzy_match() from match_fragment() 9 years ago
Christian Couder bb0ba99743 builtin/apply: avoid local variable shadowing 'len' parameter 9 years ago
Christian Couder eb8fdbff3c builtin/apply: avoid parameter shadowing 'linenr' global 9 years ago
Christian Couder 560e35468f builtin/apply: avoid parameter shadowing 'p_value' global 9 years ago
Christian Couder 12913a78ce builtin/apply: make gitdiff_verify_name() return void 9 years ago
Christian Couder 7a6a44c2dc builtin/apply: free patch when parse_chunk() fails 9 years ago
Christian Couder 484e776158 builtin/apply: handle parse_binary() failure 9 years ago
Nguyễn Thái Ngọc Duy 3f5794493c apply: report patch skipping in verbose mode 9 years ago
Junio C Hamano db354b7f1b apply: remove unused call to free() in gitdiff_{old,new}name() 9 years ago
Christian Couder fda3e2cf01 builtin/apply: get rid of useless 'name' variable 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Jeff King 1f3c79a9d6 apply, ls-files: simplify "-z" parsing 9 years ago
Jeff King 6c31c22ceb apply: convert root string to strbuf 9 years ago
Jeff King 75faa45ae0 replace trivial malloc + sprintf / strcpy calls with xstrfmt 9 years ago
Junio C Hamano ad6e8ed37b apply: reject a hunk that does not do anything 10 years ago
Stefan Beller f0b1f1ece7 builtin/apply.c: fix a memleak 10 years ago