summaryrefslogtreecommitdiff
path: root/builtin-apply.c
Commit message (Expand)AuthorAgeFilesLines
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-1/+1
* git-apply -R: binary patches are irreversible for now.Junio C Hamano2006-07-281-0/+6
* Teach git-apply about '-R'Johannes Schindelin2006-07-281-10/+55
* Fix t4114 on cygwinJohannes Schindelin2006-07-231-1/+1
* apply: handle type-changing patch correctly.Junio C Hamano2006-07-171-5/+24
* apply: split out removal and creation into different phases.Junio C Hamano2006-07-161-7/+17
* apply: check D/F conflicts more carefully.Junio C Hamano2006-07-161-3/+18
* Avoid C99 comments, use old-style C comments instead.Pavel Roskin2006-07-101-10/+11
* Fix more typos, primarily in the codePavel Roskin2006-07-101-2/+2
* Close the index file between writing and committingJohannes Schindelin2006-07-081-1/+1
* apply: replace NO_ACCURATE_DIFF with --inaccurate-eof runtime flag.Johannes Schindelin2006-06-241-9/+16
* Remove all void-pointer arithmetic.Florian Forster2006-06-201-3/+3
* Make index file locking code reusable to others.Junio C Hamano2006-06-061-5/+9
* Merge branch 'lt/apply'Junio C Hamano2006-05-281-0/+17
|\
| * Merge branch 'master' into lt/applyJunio C Hamano2006-05-241-0/+17
* | Merge branch 'jc/cache-tree'Junio C Hamano2006-05-281-1/+4
|/
* Builtin git-apply.Peter Eriksen2006-05-231-0/+2300