summaryrefslogtreecommitdiff
path: root/builtin/apply.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-12builtin/apply: make gitdiff_verify_name() return voidChristian Couder1-13/+13
2016-04-13Merge branch 'cc/apply'Junio C Hamano1-15/+15
2016-04-01builtin/apply: free patch when parse_chunk() failsChristian Couder1-1/+3
2016-04-01builtin/apply: handle parse_binary() failureChristian Couder1-0/+7
2016-03-24apply: report patch skipping in verbose modeNguyễn Thái Ngọc Duy1-0/+2
2016-03-22apply: remove unused call to free() in gitdiff_{old,new}name()Junio C Hamano1-6/+0
2016-03-22builtin/apply: get rid of useless 'name' variableChristian Couder1-8/+5
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano1-1/+1
2016-02-22use st_add and st_mult for allocation size computationJeff King1-1/+1
2016-02-01apply, ls-files: simplify "-z" parsingJeff King1-13/+3
2015-10-05apply: convert root string to strbufJeff King1-16/+10
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King1-4/+1
2015-09-14Merge branch 'gb/apply-comment-typofix'Junio C Hamano1-1/+1
2015-06-24Merge branch 'jc/apply-reject-noop-hunk'Junio C Hamano1-0/+3
2015-06-01apply: reject a hunk that does not do anythingJunio C Hamano1-0/+3
2015-05-05Merge branch 'bc/object-id'Junio C Hamano1-7/+7
2015-03-23builtin/apply.c: fix a memleakStefan Beller1-1/+3
2015-03-13apply: convert threeway_stage to object_idbrian m. carlson1-7/+7
2015-03-03Merge branch 'jc/apply-ws-fix-expands-report'Junio C Hamano1-0/+3
2015-03-03Merge branch 'jc/apply-beyond-symlink'Junio C Hamano1-1/+141
2015-02-24Merge branch 'jc/apply-ws-fix-expands' into maintJunio C Hamano1-3/+28
2015-02-24Merge branch 'jk/blame-commit-label' into maintJunio C Hamano1-10/+5
2015-02-17Merge branch 'jc/apply-ws-fix-expands'Junio C Hamano1-3/+28
2015-02-11Merge branch 'ah/usage-strings'Junio C Hamano1-1/+1
2015-02-11Merge branch 'jk/blame-commit-label'Junio C Hamano1-10/+5
2015-02-10apply: do not touch a file beyond a symbolic linkJunio C Hamano1-0/+112
2015-02-10apply: do not read from beyond a symbolic linkJunio C Hamano1-0/+2
2015-02-10apply: do not read from the filesystem under --indexJunio C Hamano1-1/+1
2015-02-10apply: reject input that touches outside the working areaJunio C Hamano1-0/+26
2015-01-22apply: detect and mark whitespace errors in context lines when fixingJunio C Hamano1-0/+3
2015-01-22apply: count the size of postimage correctlyJunio C Hamano1-2/+21
2015-01-22apply: make update_pre_post_images() sanity check the given postlenJunio C Hamano1-0/+6
2015-01-22apply.c: typofixJunio C Hamano1-1/+1
2015-01-14standardize usage info string formatAlex Henrie1-1/+1
2015-01-13builtin/apply.c: use xstrdup_or_null instead of null_strdupJeff King1-10/+5
2014-12-22Merge branch 'mh/simplify-repack-without-refs'Junio C Hamano1-1/+1
2014-12-12Merge branch 'sv/typofix-apply-error-message'Junio C Hamano1-1/+1
2014-11-25sort_string_list(): rename to string_list_sort()Michael Haggerty1-1/+1
2014-11-17apply: fix typo in an error messageSlavomir Vlcek1-1/+1
2014-10-14Merge branch 'rs/more-uses-of-skip-prefix'Junio C Hamano1-1/+1
2014-10-07use skip_prefix() to avoid more magic numbersRené Scharfe1-1/+1
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty1-0/+1
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe1-1/+1
2014-09-11Merge branch 'ta/config-set-2'Junio C Hamano1-7/+5
2014-09-09Merge branch 'jc/apply-ws-prefix'Junio C Hamano1-63/+68
2014-08-13builtin/apply.c: replace `git_config()` with `git_config_get_string_const()`Tanay Abhra1-7/+5
2014-08-07apply: omit ws check for excluded pathsJunio C Hamano1-3/+6
2014-08-07apply: hoist use_patch() helper for path exclusion upJunio C Hamano1-38/+43
2014-08-07apply: use the right attribute for paths in non-Git patchesJunio C Hamano1-22/+19
2014-07-28Merge branch 'jk/misc-fixes-maint'Junio C Hamano1-1/+1