summaryrefslogtreecommitdiff
path: root/builtin-apply.c
AgeCommit message (Expand)Author
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-27Merge branch 'maint'Junio C Hamano
2007-02-27git-apply: do not fix whitespaces on context lines.Junio C Hamano
2007-02-24Merge branch 'js/apply'Junio C Hamano
2007-02-23Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano
2007-02-23apply: make --verbose a little more usefulJohannes Schindelin
2007-02-22git-apply: guess correct -p<n> value for non-git patches.Junio C Hamano
2007-02-21git-apply: notice "diff --git" patch againJunio C Hamano
2007-02-21Fix botched "leak fix"Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-20apply: fix memory leak in prefix_one()Johannes Schindelin
2007-02-20git-apply: require -p<n> when working in a subdirectory.Junio C Hamano
2007-02-20git-apply: do not lose cwd when run from a subdirectory.Junio C Hamano
2007-02-18Teach 'git apply' to look at $HOME/.gitconfig even outside of a repositoryJunio C Hamano
2007-02-17Teach core.autocrlf to 'git apply'Junio C Hamano
2007-02-17Teach 'git apply' to look at $GIT_DIR/configJunio C Hamano
2007-02-17Do not take mode bits from index after type change.Junio C Hamano
2007-01-21apply --cached: fix crash in subdirectoryJohannes Schindelin
2007-01-10git-apply: Remove directories that have become empty after deleting a file.Alexandre Julliard
2007-01-09Merge branch 'maint'Junio C Hamano
2007-01-09Fix "Do not ignore a detected patchfile brokenness."Junio C Hamano
2007-01-09Do not ignore a detected patchfile brokenness.Junio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-11-24Merge branch 'jc/numstat'Junio C Hamano
2006-11-18git-apply: slightly clean up bitfield usageRene Scharfe
2006-11-15apply --numstat: mark binary diffstat with - -, not 0 0Junio C Hamano
2006-11-05Merge branch 'maint'Junio C Hamano
2006-11-05Use ULONG_MAX rather than implicit cast of -1.Shawn O. Pearce
2006-11-04Merge branch 'maint'Junio C Hamano
2006-11-04apply: handle "traditional" creation/deletion diff correctly.Junio C Hamano
2006-10-20Merge branch 'maint'Junio C Hamano
2006-10-20git-apply: prepare for upcoming GNU diff -u format change.Linus Torvalds
2006-10-19Merge early part of branch 'jc/diff-apply-patch'Junio C Hamano
2006-10-14Add hash_sha1_file()Rene Scharfe
2006-10-12apply --numstat -z: line termination fix.Junio C Hamano
2006-09-30git-diff/git-apply: make diff output a bit friendlier to GNU patch (part 1)Junio C Hamano
2006-09-24git-apply: second war on whitespace.Junio C Hamano
2006-09-17apply --unidiff-zero: loosen sanity checks for --unidiff=0 patchesJunio C Hamano
2006-09-07Make apply --binary a no-op.Junio C Hamano
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-28free(NULL) is perfectly valid.Junio C Hamano
2006-08-28Merge branch 'jc/apply'Junio C Hamano
2006-08-27git-apply --reject: finishing touches.Junio C Hamano
2006-08-24use name[len] in switch directly, instead of creating a shadowed variable.Pierre Habouzit
2006-08-24avoid to use error that shadows the function name, use err instead.Pierre Habouzit
2006-08-22apply --reject: count hunks starting from 1, not 0Junio C Hamano
2006-08-18git-apply --verboseJunio C Hamano
2006-08-18git-apply --reject: send rejects to .rej files.Junio C Hamano
2006-08-17git-apply --rejectJunio C Hamano
2006-08-17apply --reverse: tie it all together.Junio C Hamano