summaryrefslogtreecommitdiff
path: root/builtin-apply.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-18apply: get rid of --index-info in favor of --build-fake-ancestorLibravatar Johannes Schindelin1-13/+22
2007-09-18Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2007-09-18Fix lapsus in builtin-apply.cLibravatar Pierre Habouzit1-1/+1
2007-09-18Merge branch 'cr/reset'Libravatar Junio C Hamano1-2/+0
2007-09-17git-apply: fix whitespace strippingLibravatar J. Bruce Fields1-3/+10
2007-09-16apply --index-info: fall back to current index for mode changesLibravatar Johannes Schindelin1-2/+24
2007-09-14Simplify cache APILibravatar Junio C Hamano1-2/+0
2007-09-05git-apply: do not read past the end of bufferLibravatar Junio C Hamano1-1/+2
2007-08-15git-apply: apply submodule changesLibravatar Sven Verdoolaege1-25/+86
2007-08-06Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2007-08-06apply: remove directory that becomes empty by renaming the last file awayLibravatar Linus Torvalds1-1/+1
2007-07-07Merge branch 'maint'Libravatar Junio C Hamano1-1/+5
2007-07-07Fix "apply --reverse" with regard to whitespaceLibravatar Johannes Schindelin1-1/+5
2007-06-02git-apply: what is detected and fixed is not just trailing spaces.Libravatar Junio C Hamano1-9/+8
2007-05-20git-apply: Fix removal of new trailing blank lines.Libravatar Junio C Hamano1-33/+15
2007-05-20Teach 'git-apply --whitespace=strip' to remove empty lines at the end of fileLibravatar Marco Costalba1-3/+40
2007-05-15Ensure return value from xread() is always stored into an ssize_tLibravatar Johan Herland1-2/+2
2007-05-11apply: do not get confused by symlinks in the middleLibravatar Junio C Hamano1-9/+26
2007-04-21Merge branch 'jc/attr'Libravatar Junio C Hamano1-11/+7
2007-04-20Simplify calling of CR/LF conversion routinesLibravatar Alex Riesen1-11/+7
2007-04-18Merge branch 'maint'Libravatar Junio C Hamano1-2/+1
2007-04-18Fix overwriting of files when applying contextually independent diffsLibravatar Alex Riesen1-2/+1
2007-04-07Merge branch 'jc/index-output'Libravatar Junio C Hamano1-3/+3
2007-04-05Merge branch 'maint'Libravatar Junio C Hamano1-2/+2
2007-04-05Rename static variable write_index to update_index in builtin-apply.cLibravatar Junio C Hamano1-6/+6
2007-04-05Honor -p<n> when applying git diffsLibravatar Shawn O. Pearce1-2/+2
2007-04-03_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Libravatar Junio C Hamano1-3/+3
2007-03-22git-apply: Do not free the wrong buffer when we convert the data for writeoutLibravatar Junio C Hamano1-7/+10
2007-03-07Cast 64 bit off_t to 32 bit size_tLibravatar Shawn O. Pearce1-1/+1
2007-03-02Add core.symlinks to mark filesystems that do not support symbolic links.Libravatar Johannes Sixt1-1/+1
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-4/+4
2007-02-27Merge branch 'maint'Libravatar Junio C Hamano1-1/+2
2007-02-27git-apply: do not fix whitespaces on context lines.Libravatar Junio C Hamano1-1/+2
2007-02-24Merge branch 'js/apply'Libravatar Junio C Hamano1-1/+6
2007-02-22Merge branches 'lt/crlf' and 'jc/apply-config'Libravatar Junio C Hamano1-22/+133
2007-02-22apply: make --verbose a little more usefulLibravatar Johannes Schindelin1-1/+6
2007-02-21git-apply: guess correct -p<n> value for non-git patches.Libravatar Junio C Hamano1-2/+57
2007-02-21git-apply: notice "diff --git" patch againLibravatar Junio C Hamano1-7/+16
2007-02-21Fix botched "leak fix"Libravatar Junio C Hamano1-2/+8
2007-02-20Mechanical conversion to use prefixcmp()Libravatar Junio C Hamano1-6/+6
2007-02-19apply: fix memory leak in prefix_one()Libravatar Johannes Schindelin1-6/+9
2007-02-19git-apply: require -p<n> when working in a subdirectory.Libravatar Junio C Hamano1-14/+28
2007-02-19git-apply: do not lose cwd when run from a subdirectory.Libravatar Junio C Hamano1-4/+4
2007-02-18Teach 'git apply' to look at $HOME/.gitconfig even outside of a repositoryLibravatar Junio C Hamano1-5/+3
2007-02-17Teach core.autocrlf to 'git apply'Libravatar Junio C Hamano1-6/+28
2007-02-17Teach 'git apply' to look at $GIT_DIR/configLibravatar Junio C Hamano1-8/+13
2007-02-16Do not take mode bits from index after type change.Libravatar Junio C Hamano1-1/+1
2007-01-20apply --cached: fix crash in subdirectoryLibravatar Johannes Schindelin1-1/+1
2007-01-09git-apply: Remove directories that have become empty after deleting a file.Libravatar Alexandre Julliard1-2/+13
2007-01-09Merge branch 'maint'Libravatar Junio C Hamano1-1/+2