aboutsummaryrefslogtreecommitdiff
path: root/builtin-apply.c
Commit message (Expand)AuthorAge
* git-apply: apply submodule changesSven Verdoolaege2007-08-15
* Merge branch 'maint'Junio C Hamano2007-08-06
|\
| * apply: remove directory that becomes empty by renaming the last file awayLinus Torvalds2007-08-06
* | Merge branch 'maint'Junio C Hamano2007-07-07
|\ \ | |/
| * Fix "apply --reverse" with regard to whitespaceJohannes Schindelin2007-07-07
* | git-apply: what is detected and fixed is not just trailing spaces.Junio C Hamano2007-06-02
* | git-apply: Fix removal of new trailing blank lines.Junio C Hamano2007-05-20
* | Teach 'git-apply --whitespace=strip' to remove empty lines at the end of fileMarco Costalba2007-05-20
|/
* Ensure return value from xread() is always stored into an ssize_tJohan Herland2007-05-15
* apply: do not get confused by symlinks in the middleJunio C Hamano2007-05-11
* Merge branch 'jc/attr'Junio C Hamano2007-04-21
|\
| * Simplify calling of CR/LF conversion routinesAlex Riesen2007-04-20
* | Merge branch 'maint'Junio C Hamano2007-04-18
|\ \ | |/ |/|
| * Fix overwriting of files when applying contextually independent diffsAlex Riesen2007-04-18
* | Merge branch 'jc/index-output'Junio C Hamano2007-04-07
|\ \
| * | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-03
* | | Merge branch 'maint'Junio C Hamano2007-04-05
|\ \ \ | | |/ | |/|
| * | Honor -p<n> when applying git diffsShawn O. Pearce2007-04-05
| |/
* | Rename static variable write_index to update_index in builtin-apply.cJunio C Hamano2007-04-05
|/
* git-apply: Do not free the wrong buffer when we convert the data for writeoutJunio C Hamano2007-03-22
* Cast 64 bit off_t to 32 bit size_tShawn O. Pearce2007-03-07
* Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt2007-03-02
* convert object type handling from a string to a numberNicolas Pitre2007-02-27
* Merge branch 'maint'Junio C Hamano2007-02-27
|\
| * git-apply: do not fix whitespaces on context lines.Junio C Hamano2007-02-27
* | Merge branch 'js/apply'Junio C Hamano2007-02-24
|\ \
| * | apply: make --verbose a little more usefulJohannes Schindelin2007-02-22
| | |
| \ \
*-. \ \ Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano2007-02-22
|\ \ \ \
| | * | | git-apply: guess correct -p<n> value for non-git patches.Junio C Hamano2007-02-21
| | * | | git-apply: notice "diff --git" patch againJunio C Hamano2007-02-21
| | * | | Fix botched "leak fix"Junio C Hamano2007-02-21
| | * | | apply: fix memory leak in prefix_one()Johannes Schindelin2007-02-19
| | * | | git-apply: require -p<n> when working in a subdirectory.Junio C Hamano2007-02-19
| | * | | git-apply: do not lose cwd when run from a subdirectory.Junio C Hamano2007-02-19
| | * | | Teach 'git apply' to look at $HOME/.gitconfig even outside of a repositoryJunio C Hamano2007-02-18
| | * | | Teach 'git apply' to look at $GIT_DIR/configJunio C Hamano2007-02-17
| | |/ /
| * | | Teach core.autocrlf to 'git apply'Junio C Hamano2007-02-17
| |/ /
* | | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
| |/ |/|
* | Do not take mode bits from index after type change.Junio C Hamano2007-02-16
|/
* apply --cached: fix crash in subdirectoryJohannes Schindelin2007-01-20
* git-apply: Remove directories that have become empty after deleting a file.Alexandre Julliard2007-01-09
* Merge branch 'maint'Junio C Hamano2007-01-09
|\
| * Fix "Do not ignore a detected patchfile brokenness."Junio C Hamano2007-01-09
| * Do not ignore a detected patchfile brokenness.Junio C Hamano2007-01-09
* | simplify inclusion of system header files.Junio C Hamano2006-12-20
* | Merge branch 'jc/numstat'Junio C Hamano2006-11-24
|\ \ | |/ |/|
| * apply --numstat: mark binary diffstat with - -, not 0 0Junio C Hamano2006-11-14
* | git-apply: slightly clean up bitfield usageRene Scharfe2006-11-18
|/
* Merge branch 'maint'Junio C Hamano2006-11-04
|\
| * Use ULONG_MAX rather than implicit cast of -1.Shawn O. Pearce2006-11-04