summaryrefslogtreecommitdiff
path: root/builtin-apply.c
AgeCommit message (Expand)Author
2006-07-24Fix t4114 on cygwinJohannes Schindelin
2006-07-17apply: handle type-changing patch correctly.Junio C Hamano
2006-07-17apply: split out removal and creation into different phases.Junio C Hamano
2006-07-17apply: check D/F conflicts more carefully.Junio C Hamano
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-07-08Close the index file between writing and committingJohannes Schindelin
2006-06-25apply: replace NO_ACCURATE_DIFF with --inaccurate-eof runtime flag.Johannes Schindelin
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2006-06-06Make index file locking code reusable to others.Junio C Hamano
2006-05-29Merge branch 'lt/apply'Junio C Hamano
2006-05-29Merge branch 'jc/cache-tree'Junio C Hamano
2006-05-24Merge branch 'master' into lt/applyJunio C Hamano
2006-05-23Builtin git-apply.Peter Eriksen