index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
apply.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-01
builtin/apply: move 'ws_error_action' into 'struct apply_state'
Christian Couder
1
-28
/
+33
2016-06-01
builtin/apply: move 'applied_after_fixing_ws' into 'struct apply_state'
Christian Couder
1
-5
/
+5
2016-06-01
builtin/apply: move 'squelch_whitespace_errors' into 'struct apply_state'
Christian Couder
1
-11
/
+11
2016-06-01
builtin/apply: remove whitespace_option arg from set_default_whitespace_mode()
Christian Couder
1
-5
/
+4
2016-06-01
builtin/apply: move 'whitespace_option' into 'struct apply_state'
Christian Couder
1
-7
/
+6
2016-06-01
builtin/apply: move 'whitespace_error' global into 'struct apply_state'
Christian Couder
1
-13
/
+15
2016-06-01
builtin/apply: move 'root' global into 'struct apply_state'
Christian Couder
1
-33
/
+49
2016-06-01
builtin/apply: move 'p_value_known' global into 'struct apply_state'
Christian Couder
1
-5
/
+4
2016-06-01
builtin/apply: move 'p_value' global into 'struct apply_state'
Christian Couder
1
-52
/
+99
2016-06-01
builtin/apply: move 'has_include' global into 'struct apply_state'
Christian Couder
1
-3
/
+3
2016-06-01
builtin/apply: move 'limit_by_name' global into 'struct apply_state'
Christian Couder
1
-10
/
+16
2016-06-01
builtin/apply: move 'patch_input_file' global into 'struct apply_state'
Christian Couder
1
-10
/
+17
2016-06-01
builtin/apply: move 'apply' global into 'struct apply_state'
Christian Couder
1
-14
/
+17
2016-06-01
builtin/apply: move 'p_context' global into 'struct apply_state'
Christian Couder
1
-3
/
+4
2016-06-01
builtin/apply: move 'fake_ancestor' global into 'struct apply_state'
Christian Couder
1
-8
/
+5
2016-06-01
builtin/apply: move 'line_termination' global into 'struct apply_state'
Christian Couder
1
-5
/
+9
2016-06-01
builtin/apply: move 'unsafe_paths' global into 'struct apply_state'
Christian Couder
1
-4
/
+4
2016-06-01
builtin/apply: move 'no_add' global into 'struct apply_state'
Christian Couder
1
-3
/
+3
2016-06-01
builtin/apply: move 'threeway' global into 'struct apply_state'
Christian Couder
1
-7
/
+7
2016-06-01
builtin/apply: move 'summary' global into 'struct apply_state'
Christian Couder
1
-4
/
+4
2016-06-01
builtin/apply: move 'numstat' global into 'struct apply_state'
Christian Couder
1
-5
/
+4
2016-06-01
builtin/apply: move 'diffstat' global into 'struct apply_state'
Christian Couder
1
-5
/
+6
2016-06-01
builtin/apply: move 'cached' global into 'struct apply_state'
Christian Couder
1
-16
/
+19
2016-06-01
builtin/apply: move 'allow_overlap' global into 'struct apply_state'
Christian Couder
1
-5
/
+6
2016-06-01
builtin/apply: move 'update_index' global into 'struct apply_state'
Christian Couder
1
-19
/
+26
2016-06-01
builtin/apply: move 'apply_verbosely' global into 'struct apply_state'
Christian Couder
1
-13
/
+13
2016-06-01
builtin/apply: move 'apply_with_reject' global into 'struct apply_state'
Christian Couder
1
-7
/
+7
2016-06-01
builtin/apply: move 'apply_in_reverse' global into 'struct apply_state'
Christian Couder
1
-19
/
+31
2016-06-01
builtin/apply: move 'check_index' global into 'struct apply_state'
Christian Couder
1
-29
/
+37
2016-06-01
builtin/apply: move 'check' global into 'struct apply_state'
Christian Couder
1
-7
/
+7
2016-06-01
builtin/apply: move 'unidiff_zero' global into 'struct apply_state'
Christian Couder
1
-18
/
+25
2016-06-01
builtin/apply: move 'state' init into init_apply_state()
Christian Couder
1
-10
/
+22
2016-05-29
apply: remove unused parameters from name_terminate()
René Scharfe
1
-2
/
+2
2016-05-12
builtin/apply: introduce 'struct apply_state' to start libifying
Christian Couder
1
-38
/
+56
2016-05-12
builtin/apply: move 'read_stdin' global into cmd_apply()
Christian Couder
1
-1
/
+1
2016-05-12
builtin/apply: move 'options' variable into cmd_apply()
Christian Couder
1
-1
/
+1
2016-05-12
builtin/apply: extract line_by_line_fuzzy_match() from match_fragment()
Christian Couder
1
-55
/
+71
2016-05-12
builtin/apply: avoid local variable shadowing 'len' parameter
Christian Couder
1
-10
/
+10
2016-05-12
builtin/apply: avoid parameter shadowing 'linenr' global
Christian Couder
1
-24
/
+24
2016-05-12
builtin/apply: avoid parameter shadowing 'p_value' global
Christian Couder
1
-17
/
+17
2016-05-12
builtin/apply: make gitdiff_verify_name() return void
Christian Couder
1
-13
/
+13
2016-04-13
Merge branch 'cc/apply'
Junio C Hamano
1
-15
/
+15
2016-04-01
builtin/apply: free patch when parse_chunk() fails
Christian Couder
1
-1
/
+3
2016-04-01
builtin/apply: handle parse_binary() failure
Christian Couder
1
-0
/
+7
2016-03-24
apply: report patch skipping in verbose mode
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2016-03-22
apply: remove unused call to free() in gitdiff_{old,new}name()
Junio C Hamano
1
-6
/
+0
2016-03-22
builtin/apply: get rid of useless 'name' variable
Christian Couder
1
-8
/
+5
2016-02-26
Merge branch 'jk/tighten-alloc'
Junio C Hamano
1
-1
/
+1
2016-02-22
use st_add and st_mult for allocation size computation
Jeff King
1
-1
/
+1
2016-02-01
apply, ls-files: simplify "-z" parsing
Jeff King
1
-13
/
+3
[prev]
[next]