Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-09-09 | Merge branch 'jc/apply-ws-prefix' | Junio C Hamano | 1 | -63/+68 |
2014-08-13 | builtin/apply.c: replace `git_config()` with `git_config_get_string_const()` | Tanay Abhra | 1 | -7/+5 |
2014-08-07 | apply: omit ws check for excluded paths | Junio C Hamano | 1 | -3/+6 |
2014-08-07 | apply: hoist use_patch() helper for path exclusion up | Junio C Hamano | 1 | -38/+43 |
2014-08-07 | apply: use the right attribute for paths in non-Git patches | Junio C Hamano | 1 | -22/+19 |
2014-07-28 | Merge branch 'jk/misc-fixes-maint' | Junio C Hamano | 1 | -1/+1 |
2014-07-24 | apply: avoid possible bogus pointer | Jeff King | 1 | -1/+1 |
2014-07-21 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+1 |
2014-07-21 | use xmemdupz() to allocate copies of strings given by start and length | René Scharfe | 1 | -3/+1 |
2014-07-16 | Merge branch 'nd/split-index' | Junio C Hamano | 1 | -8/+9 |
2014-07-09 | Merge branch 'jk/xstrfmt' | Junio C Hamano | 1 | -3/+1 |
2014-06-25 | Merge branch 'jc/apply-ignore-whitespace' into maint | Junio C Hamano | 1 | -5/+7 |
2014-06-20 | apply: use skip_prefix instead of raw addition | Jeff King | 1 | -2/+3 |
2014-06-19 | use xstrfmt to replace xmalloc + strcpy/strcat | Jeff King | 1 | -3/+1 |
2014-06-13 | entry.c: update cache_changed if refresh_cache is set in checkout_entry() | Nguyễn Thái Ngọc Duy | 1 | -3/+5 |
2014-06-13 | read-cache: new API write_locked_index instead of write_index/write_cache | Nguyễn Thái Ngọc Duy | 1 | -5/+4 |