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