index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin-apply.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-18
apply: get rid of --index-info in favor of --build-fake-ancestor
Johannes Schindelin
1
-13
/
+22
2007-09-18
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2007-09-18
Fix lapsus in builtin-apply.c
Pierre Habouzit
1
-1
/
+1
2007-09-18
Merge branch 'cr/reset'
Junio C Hamano
1
-2
/
+0
2007-09-17
git-apply: fix whitespace stripping
J. Bruce Fields
1
-3
/
+10
2007-09-16
apply --index-info: fall back to current index for mode changes
Johannes Schindelin
1
-2
/
+24
2007-09-14
Simplify cache API
Junio C Hamano
1
-2
/
+0
2007-09-05
git-apply: do not read past the end of buffer
Junio C Hamano
1
-1
/
+2
2007-08-15
git-apply: apply submodule changes
Sven Verdoolaege
1
-25
/
+86
2007-08-06
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2007-08-06
apply: remove directory that becomes empty by renaming the last file away
Linus Torvalds
1
-1
/
+1
2007-07-07
Merge branch 'maint'
Junio C Hamano
1
-1
/
+5
2007-07-07
Fix "apply --reverse" with regard to whitespace
Johannes Schindelin
1
-1
/
+5
2007-06-02
git-apply: what is detected and fixed is not just trailing spaces.
Junio C Hamano
1
-9
/
+8
2007-05-20
git-apply: Fix removal of new trailing blank lines.
Junio C Hamano
1
-33
/
+15
2007-05-20
Teach 'git-apply --whitespace=strip' to remove empty lines at the end of file
Marco Costalba
1
-3
/
+40
2007-05-15
Ensure return value from xread() is always stored into an ssize_t
Johan Herland
1
-2
/
+2
2007-05-11
apply: do not get confused by symlinks in the middle
Junio C Hamano
1
-9
/
+26
2007-04-21
Merge branch 'jc/attr'
Junio C Hamano
1
-11
/
+7
2007-04-20
Simplify calling of CR/LF conversion routines
Alex Riesen
1
-11
/
+7
2007-04-18
Merge branch 'maint'
Junio C Hamano
1
-2
/
+1
2007-04-18
Fix overwriting of files when applying contextually independent diffs
Alex Riesen
1
-2
/
+1
2007-04-07
Merge branch 'jc/index-output'
Junio C Hamano
1
-3
/
+3
2007-04-05
Merge branch 'maint'
Junio C Hamano
1
-2
/
+2
2007-04-05
Rename static variable write_index to update_index in builtin-apply.c
Junio C Hamano
1
-6
/
+6
2007-04-05
Honor -p<n> when applying git diffs
Shawn O. Pearce
1
-2
/
+2
2007-04-03
_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.
Junio C Hamano
1
-3
/
+3
2007-03-22
git-apply: Do not free the wrong buffer when we convert the data for writeout
Junio C Hamano
1
-7
/
+10
2007-03-07
Cast 64 bit off_t to 32 bit size_t
Shawn O. Pearce
1
-1
/
+1
2007-03-02
Add core.symlinks to mark filesystems that do not support symbolic links.
Johannes Sixt
1
-1
/
+1
2007-02-27
convert object type handling from a string to a number
Nicolas Pitre
1
-4
/
+4
2007-02-27
Merge branch 'maint'
Junio C Hamano
1
-1
/
+2
2007-02-27
git-apply: do not fix whitespaces on context lines.
Junio C Hamano
1
-1
/
+2
2007-02-24
Merge branch 'js/apply'
Junio C Hamano
1
-1
/
+6
2007-02-22
Merge branches 'lt/crlf' and 'jc/apply-config'
Junio C Hamano
1
-22
/
+133
2007-02-22
apply: make --verbose a little more useful
Johannes Schindelin
1
-1
/
+6
2007-02-21
git-apply: guess correct -p<n> value for non-git patches.
Junio C Hamano
1
-2
/
+57
2007-02-21
git-apply: notice "diff --git" patch again
Junio C Hamano
1
-7
/
+16
2007-02-21
Fix botched "leak fix"
Junio C Hamano
1
-2
/
+8
2007-02-20
Mechanical conversion to use prefixcmp()
Junio C Hamano
1
-6
/
+6
2007-02-19
apply: fix memory leak in prefix_one()
Johannes Schindelin
1
-6
/
+9
2007-02-19
git-apply: require -p<n> when working in a subdirectory.
Junio C Hamano
1
-14
/
+28
2007-02-19
git-apply: do not lose cwd when run from a subdirectory.
Junio C Hamano
1
-4
/
+4
2007-02-18
Teach 'git apply' to look at $HOME/.gitconfig even outside of a repository
Junio C Hamano
1
-5
/
+3
2007-02-17
Teach core.autocrlf to 'git apply'
Junio C Hamano
1
-6
/
+28
2007-02-17
Teach 'git apply' to look at $GIT_DIR/config
Junio C Hamano
1
-8
/
+13
2007-02-16
Do not take mode bits from index after type change.
Junio C Hamano
1
-1
/
+1
2007-01-20
apply --cached: fix crash in subdirectory
Johannes Schindelin
1
-1
/
+1
2007-01-09
git-apply: Remove directories that have become empty after deleting a file.
Alexandre Julliard
1
-2
/
+13
2007-01-09
Merge branch 'maint'
Junio C Hamano
1
-1
/
+2
[next]