summaryrefslogtreecommitdiff
path: root/builtin-apply.c
AgeCommit message (Expand)Author
2007-10-04builtin-apply: fix conversion error in strbuf seriesJunio C Hamano
2007-10-03Merge branch 'ph/strbuf'Junio C Hamano
2007-09-30Make read_patch_file work on a strbuf.Pierre Habouzit
2007-09-30strbuf_read_file enhancement, and use it.Pierre Habouzit
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit
2007-09-21Full rework of quote_c_style and write_name_quoted.Pierre Habouzit
2007-09-21Rework unquote_c_style to work on a strbuf.Pierre Habouzit
2007-09-19builtin-apply.c: fix a tiny leak introduced during xmemdupz() conversion.Junio C Hamano
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-19Merge branch 'master' into ph/strbufJunio C Hamano
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-17builtin-apply: use strbuf's instead of buffer_desc's.Pierre Habouzit
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-17Rewrite 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-07Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit
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