summaryrefslogtreecommitdiff
path: root/builtin-apply.c
AgeCommit message (Expand)Author
2010-01-21Merge branch 'ag/patch-header-verify'Junio C Hamano
2010-01-21Merge branch 'ag/maint-apply-too-large-p'Junio C Hamano
2010-01-19builtin-apply.c: fix the --- and +++ header filename consistency checkAndreas Gruenbacher
2010-01-18builtin-apply.c: Skip filenames without enough componentsAndreas Gruenbacher
2010-01-13Merge branch 'nd/sparse'Junio C Hamano
2009-12-14ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALIDNguyễn Thái Ngọc Duy
2009-11-27builtin-apply.c: pay attention to -p<n> when determining the nameJunio C Hamano
2009-11-16Merge branch 'jc/maint-blank-at-eof' into maintJunio C Hamano
2009-09-15Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano
2009-09-04apply --whitespace: warn blank but not necessarily empty lines at EOFJunio C Hamano
2009-09-04apply --whitespace=warn/error: diagnose blank at EOFJunio C Hamano
2009-09-04apply.c: split check_whitespace() into twoJunio C Hamano
2009-09-04apply --whitespace=fix: detect new blank lines at eof correctlyJunio C Hamano
2009-09-04apply --whitespace=fix: fix handling of blank lines at the eofJunio C Hamano
2009-09-01builtin-apply.c: get rid of an unnecessary use of temporary arrayJunio C Hamano
2009-08-22Merge branch 'gb/apply-ignore-whitespace'Junio C Hamano
2009-08-05git apply: option to ignore whitespace differencesGiuseppe Bilotta
2009-07-11apply: notice creation/removal patches produced by GNU diffJunio C Hamano
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-06-06parse-options: simplify usage argh handlingStephen Boyd
2009-05-31Merge branch 'sb/opt-filename'Junio C Hamano
2009-05-31Merge branch 'mm/apply-double-slash'Junio C Hamano
2009-05-29Merge branch 'sb/maint-1.6.2-opt-filename-fix'Junio C Hamano
2009-05-25parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-05-25Merge branch 'master' into sb/opt-filenameJunio C Hamano
2009-05-24apply: handle filenames with double slashes betterMichal Marek
2009-05-23apply, fmt-merge-msg: use relative filenamesStephen Boyd
2009-04-30replace direct calls to unlink(2) with unlink_or_warnAlex Riesen
2009-04-20builtin-apply: keep information about files to be deletedMichał Kiedrowicz
2009-04-16git-apply: fix option descriptionUlrich Windl
2009-04-16builtin-apply: keep information about files to be deletedMichał Kiedrowicz
2009-03-24builtin-apply: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna
2009-03-19apply: hide unused options from short helpMichele Ballabio
2009-03-19apply: consistent spelling of "don't"Michele Ballabio
2009-02-10lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik
2009-02-04Merge branch 'maint'Junio C Hamano
2009-02-04Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-02-04apply: fix access to an uninitialized mode variable, found by valgrindJohannes Schindelin
2009-02-01Merge branch 'jc/maint-apply-fix'Junio C Hamano
2009-01-29builtin-apply.c: do not set bogus mode in check_preimage() for deleted pathJunio C Hamano
2009-01-22Merge branch 'lt/maint-wrap-zlib'Junio C Hamano
2009-01-18Merge branch 'mv/apply-parse-opt'Junio C Hamano
2009-01-13Merge branch 'ap/maint-apply-modefix' into maintJunio C Hamano
2009-01-11Wrap inflate and other zlib routines for better error reportingLinus Torvalds
2009-01-10Resurrect "git apply --flags -" to read from the standard inputJunio C Hamano
2009-01-03Merge branch 'ap/maint-apply-modefix'Junio C Hamano