aboutsummaryrefslogtreecommitdiff
path: root/builtin-apply.c
AgeCommit message (Expand)Author
2007-09-16builtin-apply: use strbuf's instead of buffer_desc's.Pierre Habouzit
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-16Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit
2007-09-14Simplify cache APIJunio C Hamano
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit
2007-09-06Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit
2007-09-05git-apply: do not read past the end of bufferJunio C Hamano
2007-08-15git-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-02git-apply: what is detected and fixed is not just trailing spaces.Junio C Hamano
2007-05-20git-apply: Fix removal of new trailing blank lines.Junio C Hamano
2007-05-20Teach 'git-apply --whitespace=strip' to remove empty lines at the end of fileMarco Costalba
2007-05-15Ensure return value from xread() is always stored into an ssize_tJohan Herland
2007-05-11apply: do not get confused by symlinks in the middleJunio C Hamano
2007-04-21Merge branch 'jc/attr'Junio C Hamano
2007-04-20Simplify 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-03_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano
2007-03-22git-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-02Add 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-22Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano
2007-02-22apply: make --verbose a little more usefulJohannes Schindelin
2007-02-21git-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-20Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-19apply: fix memory leak in prefix_one()Johannes Schindelin
2007-02-19git-apply: require -p<n> when working in a subdirectory.Junio C Hamano
2007-02-19git-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-16Do not take mode bits from index after type change.Junio C Hamano
2007-01-20apply --cached: fix crash in subdirectoryJohannes Schindelin
2007-01-09git-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