aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/apply.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-19Merge branch 'jm/maint-apply-detects-corrupt-patch-header'Junio C Hamano1-0/+3
2011-10-13Merge branch 'jc/apply-blank-at-eof-fix'Junio C Hamano1-2/+9
2011-10-12fix "git apply --index ..." not to deref NULLJim Meyering1-0/+3
2011-09-28apply: use OPT_NOOP_NOARGRené Scharfe1-7/+2
2011-06-10zlib: zlib can only process 4GB at a timeJunio C Hamano1-1/+1
2011-05-16Merge branch 'jc/maint-add-p-overlapping-hunks' into maintJunio C Hamano1-3/+6
2011-04-29"add -p": work-around an old laziness that does not coalesce hunksJunio C Hamano1-3/+6
2011-03-15Merge branch 'jc/maint-apply-report-offset'Junio C Hamano1-2/+14
2011-03-06apply -v: show offset count when patch did not apply exactlyJunio C Hamano1-2/+14
2011-03-04apply: do not patch lines that were already patchedJunio C Hamano1-1/+6
2010-11-29Merge branch 'fc/apply-p2-get-header-name'Junio C Hamano1-14/+14
2010-11-29Merge branch 'ak/apply-non-git-epoch'Junio C Hamano1-6/+29
2010-11-24Merge branch 'rs/opt-help-text'Junio C Hamano1-1/+1
2010-11-15add description parameter to OPT__VERBOSERené Scharfe1-1/+1
2010-11-10apply: handle patches with funny filename and colon in timezoneJonathan Nieder1-2/+22
2010-11-05Fix git-apply with -p greater than 1Federico Cuello1-14/+14
2010-10-29apply: don't segfault on binary files with missing dataJeff King1-0/+6
2010-10-13apply: Recognize epoch timestamps with : in the timezoneAnders Kaseorg1-4/+7
2010-09-03Merge branch 'jn/apply-filename-with-sp'Junio C Hamano1-38/+211
2010-08-31Merge branch 'jn/paginate-fix'Junio C Hamano1-3/+3
2010-08-21apply: handle traditional patches with space in filenameJonathan Nieder1-14/+179
2010-08-21apply: split quoted filename handling into new functionJonathan Nieder1-30/+38
2010-08-15apply: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy1-3/+3
2010-07-23Teach "apply --index-info" to handle rename patchesJunio C Hamano1-2/+1
2010-06-30Merge branch 'jp/string-list-api-cleanup'Junio C Hamano1-5/+5
2010-06-27string_list: Fix argument order for string_list_appendJulian Phillips1-1/+1
2010-06-27string_list: Fix argument order for string_list_lookupJulian Phillips1-1/+1
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips1-3/+3
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-2/+2
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan1-2/+2
2010-05-08Merge branch 'bg/apply-blank-trailing-context'Junio C Hamano1-6/+6
2010-05-08Merge branch 'cw/ws-indent-with-tab'Junio C Hamano1-42/+39
2010-05-08Merge branch 'pc/remove-warn'Junio C Hamano1-5/+1
2010-04-09Merge branch 'maint'Junio C Hamano1-4/+1
2010-04-04whitespace: replumb ws_fix_copy to take a strbuf *dst instead of char *dstChris Webb1-42/+39
2010-03-28Introduce remove_or_warn functionPeter Collingbourne1-5/+1
2010-03-20Merge branch 'bg/apply-fix-blank-at-eof'Junio C Hamano1-40/+145
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+3670