summaryrefslogtreecommitdiffstats
path: root/builtin-apply.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-291-9/+7
* Full rework of quote_c_style and write_name_quoted.Pierre Habouzit2007-09-211-47/+30
* Rework unquote_c_style to work on a strbuf.Pierre Habouzit2007-09-211-61/+62
* builtin-apply.c: fix a tiny leak introduced during xmemdupz() conversion.Junio C Hamano2007-09-191-0/+1
* Use xmemdupz() in many places.Pierre Habouzit2007-09-191-9/+2
* Merge branch 'master' into ph/strbufJunio C Hamano2007-09-191-8/+35
|\
| * Merge branch 'maint'Junio C Hamano2007-09-191-1/+1
| |\
| | * Fix lapsus in builtin-apply.cPierre Habouzit2007-09-181-1/+1
| * | Merge branch 'cr/reset'Junio C Hamano2007-09-181-2/+0
| |\ \ | | |/ | |/|
| | * Simplify cache APIJunio C Hamano2007-09-141-2/+0
| * | git-apply: fix whitespace strippingJ. Bruce Fields2007-09-171-3/+10
| * | apply --index-info: fall back to current index for mode changesJohannes Schindelin2007-09-171-2/+24
| |/
* | builtin-apply: use strbuf's instead of buffer_desc's.Pierre Habouzit2007-09-171-140/+72
* | Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-171-1/+0
* | Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit2007-09-171-14/+13
* | Strbuf API extensions and fixes.Pierre Habouzit2007-09-101-2/+2
* | Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit2007-09-071-21/+9
|/
* git-apply: do not read past the end of bufferJunio C Hamano2007-09-061-1/+2
* git-apply: apply submodule changesSven Verdoolaege2007-08-161-25/+86
* Merge branch 'maint'Junio C Hamano2007-08-061-1/+1
|\
| * apply: remove directory that becomes empty by renaming the last file awayLinus Torvalds2007-08-061-1/+1
* | Merge branch 'maint'Junio C Hamano2007-07-071-1/+5
|\|
| * Fix "apply --reverse" with regard to whitespaceJohannes Schindelin2007-07-071-1/+5
* | git-apply: what is detected and fixed is not just trailing spaces.Junio C Hamano2007-06-031-9/+8
* | git-apply: Fix removal of new trailing blank lines.Junio C Hamano2007-05-211-33/+15
* | Teach 'git-apply --whitespace=strip' to remove empty lines at the end of fileMarco Costalba2007-05-211-3/+40
|/
* Ensure return value from xread() is always stored into an ssize_tJohan Herland2007-05-161-2/+2
* apply: do not get confused by symlinks in the middleJunio C Hamano2007-05-121-9/+26
* Merge branch 'jc/attr'Junio C Hamano2007-04-221-11/+7
|\
| * Simplify calling of CR/LF conversion routinesAlex Riesen2007-04-211-11/+7
* | Merge branch 'maint'Junio C Hamano2007-04-191-2/+1
|\ \ | |/ |/|
| * Fix overwriting of files when applying contextually independent diffsAlex Riesen2007-04-191-2/+1
* | Merge branch 'jc/index-output'Junio C Hamano2007-04-071-3/+3
|\ \
| * | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-041-3/+3
* | | Merge branch 'maint'Junio C Hamano2007-04-061-2/+2
|\ \ \ | | |/ | |/|
| * | Honor -p<n> when applying git diffsShawn O. Pearce2007-04-061-2/+2
| |/
* / Rename static variable write_index to update_index in builtin-apply.cJunio C Hamano2007-04-061-6/+6
|/
* git-apply: Do not free the wrong buffer when we convert the data for writeoutJunio C Hamano2007-03-231-7/+10
* Cast 64 bit off_t to 32 bit size_tShawn O. Pearce2007-03-071-1/+1
* Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt2007-03-031-1/+1
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-4/+4
* Merge branch 'maint'Junio C Hamano2007-02-271-1/+2
|\
| * git-apply: do not fix whitespaces on context lines.Junio C Hamano2007-02-271-1/+2
* | Merge branch 'js/apply'Junio C Hamano2007-02-241-1/+6
|\ \
| * | apply: make --verbose a little more usefulJohannes Schindelin2007-02-231-1/+6
| | |
| \ \
*-. \ \ Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano2007-02-231-22/+133
|\ \ \ \
| | * | | git-apply: guess correct -p<n> value for non-git patches.Junio C Hamano2007-02-221-2/+57
| | * | | git-apply: notice "diff --git" patch againJunio C Hamano2007-02-211-7/+16
| | * | | Fix botched "leak fix"Junio C Hamano2007-02-211-2/+8
| | * | | apply: fix memory leak in prefix_one()Johannes Schindelin2007-02-201-6/+9