summaryrefslogtreecommitdiff
path: root/builtin-apply.c
AgeCommit message (Expand)Author
2007-09-19apply: get rid of --index-info in favor of --build-fake-ancestorJohannes Schindelin
2007-09-19Merge branch 'maint'Junio C Hamano
2007-09-18Fix lapsus in builtin-apply.cPierre Habouzit
2007-09-18Merge branch 'cr/reset'Junio C Hamano
2007-09-17git-apply: fix whitespace strippingJ. Bruce Fields
2007-09-17apply --index-info: fall back to current index for mode changesJohannes Schindelin
2007-09-14Simplify cache APIJunio C Hamano
2007-09-06git-apply: do not read past the end of bufferJunio C Hamano
2007-08-16git-apply: apply submodule changesSven Verdoolaege
2007-08-06Merge branch 'maint'Junio C Hamano
2007-08-06apply: remove directory that becomes empty by renaming the last file awayLinus Torvalds
2007-07-07Merge branch 'maint'Junio C Hamano
2007-07-07Fix "apply --reverse" with regard to whitespaceJohannes Schindelin
2007-06-03git-apply: what is detected and fixed is not just trailing spaces.Junio C Hamano
2007-05-21git-apply: Fix removal of new trailing blank lines.Junio C Hamano
2007-05-21Teach 'git-apply --whitespace=strip' to remove empty lines at the end of fileMarco Costalba
2007-05-16Ensure return value from xread() is always stored into an ssize_tJohan Herland
2007-05-12apply: do not get confused by symlinks in the middleJunio C Hamano
2007-04-22Merge branch 'jc/attr'Junio C Hamano
2007-04-21Simplify calling of CR/LF conversion routinesAlex Riesen
2007-04-18Merge branch 'maint'Junio C Hamano
2007-04-18Fix overwriting of files when applying contextually independent diffsAlex Riesen
2007-04-07Merge branch 'jc/index-output'Junio C Hamano
2007-04-05Merge branch 'maint'Junio C Hamano
2007-04-05Rename static variable write_index to update_index in builtin-apply.cJunio C Hamano
2007-04-05Honor -p<n> when applying git diffsShawn O. Pearce
2007-04-04_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano
2007-03-23git-apply: Do not free the wrong buffer when we convert the data for writeoutJunio C Hamano
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce
2007-03-03Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt
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