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-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
2015-10-05
apply: convert root string to strbuf
Jeff King
1
-16
/
+10
2015-09-25
replace trivial malloc + sprintf / strcpy calls with xstrfmt
Jeff King
1
-4
/
+1
2015-09-14
Merge branch 'gb/apply-comment-typofix'
Junio C Hamano
1
-1
/
+1
2015-06-24
Merge branch 'jc/apply-reject-noop-hunk'
Junio C Hamano
1
-0
/
+3
2015-06-01
apply: reject a hunk that does not do anything
Junio C Hamano
1
-0
/
+3
2015-05-05
Merge branch 'bc/object-id'
Junio C Hamano
1
-7
/
+7
2015-03-23
builtin/apply.c: fix a memleak
Stefan Beller
1
-1
/
+3
2015-03-13
apply: convert threeway_stage to object_id
brian m. carlson
1
-7
/
+7
2015-03-03
Merge branch 'jc/apply-ws-fix-expands-report'
Junio C Hamano
1
-0
/
+3
2015-03-03
Merge branch 'jc/apply-beyond-symlink'
Junio C Hamano
1
-1
/
+141
2015-02-24
Merge branch 'jc/apply-ws-fix-expands' into maint
Junio C Hamano
1
-3
/
+28
2015-02-24
Merge branch 'jk/blame-commit-label' into maint
Junio C Hamano
1
-10
/
+5
2015-02-17
Merge branch 'jc/apply-ws-fix-expands'
Junio C Hamano
1
-3
/
+28
2015-02-11
Merge branch 'ah/usage-strings'
Junio C Hamano
1
-1
/
+1
2015-02-11
Merge branch 'jk/blame-commit-label'
Junio C Hamano
1
-10
/
+5
2015-02-10
apply: do not touch a file beyond a symbolic link
Junio C Hamano
1
-0
/
+112
2015-02-10
apply: do not read from beyond a symbolic link
Junio C Hamano
1
-0
/
+2
2015-02-10
apply: do not read from the filesystem under --index
Junio C Hamano
1
-1
/
+1
2015-02-10
apply: reject input that touches outside the working area
Junio C Hamano
1
-0
/
+26
2015-01-22
apply: detect and mark whitespace errors in context lines when fixing
Junio C Hamano
1
-0
/
+3
2015-01-22
apply: count the size of postimage correctly
Junio C Hamano
1
-2
/
+21
2015-01-22
apply: make update_pre_post_images() sanity check the given postlen
Junio C Hamano
1
-0
/
+6
2015-01-22
apply.c: typofix
Junio C Hamano
1
-1
/
+1
2015-01-14
standardize usage info string format
Alex Henrie
1
-1
/
+1
2015-01-13
builtin/apply.c: use xstrdup_or_null instead of null_strdup
Jeff King
1
-10
/
+5
2014-12-22
Merge branch 'mh/simplify-repack-without-refs'
Junio C Hamano
1
-1
/
+1
2014-12-12
Merge branch 'sv/typofix-apply-error-message'
Junio C Hamano
1
-1
/
+1
2014-11-25
sort_string_list(): rename to string_list_sort()
Michael Haggerty
1
-1
/
+1
2014-11-17
apply: fix typo in an error message
Slavomir Vlcek
1
-1
/
+1
2014-10-14
Merge branch 'rs/more-uses-of-skip-prefix'
Junio C Hamano
1
-1
/
+1
2014-10-07
use skip_prefix() to avoid more magic numbers
René Scharfe
1
-1
/
+1
2014-10-01
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
1
-0
/
+1
2014-09-18
use REALLOC_ARRAY for changing the allocation size of arrays
René Scharfe
1
-1
/
+1
2014-09-11
Merge branch 'ta/config-set-2'
Junio C Hamano
1
-7
/
+5
[prev]
[next]