aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-apply.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-19Merge branch 'maint'Junio C Hamano1-0/+9
2006-10-19git-apply: prepare for upcoming GNU diff -u format change.Linus Torvalds1-0/+9
2006-10-18Merge early part of branch 'jc/diff-apply-patch'Junio C Hamano1-2/+2
2006-10-14Add hash_sha1_file()Rene Scharfe1-6/+2
2006-10-12apply --numstat -z: line termination fix.Junio C Hamano1-1/+1
2006-09-29git-diff/git-apply: make diff output a bit friendlier to GNU patch (part 1)Junio C Hamano1-2/+2
2006-09-24git-apply: second war on whitespace.Junio C Hamano1-25/+97
2006-09-17apply --unidiff-zero: loosen sanity checks for --unidiff=0 patchesJunio C Hamano1-33/+79
2006-09-07Make apply --binary a no-op.Junio C Hamano1-14/+5
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-1/+1
2006-08-27free(NULL) is perfectly valid.Junio C Hamano1-4/+2
2006-08-27Merge branch 'jc/apply'Junio C Hamano1-25/+153
2006-08-27git-apply --reject: finishing touches.Junio C Hamano1-1/+1
2006-08-23use name[len] in switch directly, instead of creating a shadowed variable.Pierre Habouzit1-3/+1
2006-08-23avoid to use error that shadows the function name, use err instead.Pierre Habouzit1-3/+3
2006-08-22apply --reject: count hunks starting from 1, not 0Junio C Hamano1-1/+1
2006-08-18git-apply --verboseJunio C Hamano1-2/+36
2006-08-18git-apply --reject: send rejects to .rej files.Junio C Hamano1-32/+50
2006-08-17git-apply --rejectJunio C Hamano1-22/+94
2006-08-16apply --reverse: tie it all together.Junio C Hamano1-1/+1
2006-08-16builtin-apply --reverse: two bugfixes.Junio C Hamano1-3/+7
2006-08-15remove unnecessary initializationsDavid Rientjes1-14/+14
2006-08-15make inline is_null_sha1 globalDavid Rientjes1-6/+1
2006-08-15git-apply --binary: clean up and prepare for --reverseJunio C Hamano1-65/+141
2006-08-14git-apply --reverse: simplify reverse option.Junio C Hamano1-16/+12
2006-08-12Better error message when we are unable to lock the index fileJunio C Hamano1-5/+2
2006-08-10builtin-apply: remove unused incrementJunio C Hamano1-3/+1
2006-08-09git-apply: applying a patch to make a symlink shorter.Junio C Hamano1-0/+11
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-1/+1
2006-07-28git-apply -R: binary patches are irreversible for now.Junio C Hamano1-0/+6
2006-07-28Teach git-apply about '-R'Johannes Schindelin1-10/+55
2006-07-23Fix t4114 on cygwinJohannes Schindelin1-1/+1
2006-07-17apply: handle type-changing patch correctly.Junio C Hamano1-5/+24
2006-07-16apply: split out removal and creation into different phases.Junio C Hamano1-7/+17
2006-07-16apply: check D/F conflicts more carefully.Junio C Hamano1-3/+18
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin1-10/+11
2006-07-10Fix more typos, primarily in the codePavel Roskin1-2/+2
2006-07-08Close the index file between writing and committingJohannes Schindelin1-1/+1
2006-06-24apply: replace NO_ACCURATE_DIFF with --inaccurate-eof runtime flag.Johannes Schindelin1-9/+16
2006-06-20Remove all void-pointer arithmetic.Florian Forster1-3/+3
2006-06-06Make index file locking code reusable to others.Junio C Hamano1-5/+9
2006-05-28Merge branch 'lt/apply'Junio C Hamano1-0/+17
2006-05-28Merge branch 'jc/cache-tree'Junio C Hamano1-1/+4
2006-05-24Merge branch 'master' into lt/applyJunio C Hamano1-0/+2317
2006-05-23Builtin git-apply.Peter Eriksen1-0/+2300