index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin-apply.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix apply --recount handling of no-EOL line
Thomas Rast
2008-07-05
1
-1
/
+1
*
Merge branch 'js/apply-recount'
Junio C Hamano
2008-07-02
1
-7
/
+68
|
\
|
*
Allow git-apply to recount the lines in a hunk (AKA recountdiff)
Johannes Schindelin
2008-06-28
1
-7
/
+68
*
|
Merge branch 'jc/checkdiff'
Junio C Hamano
2008-07-02
1
-3
/
+2
|
\
\
|
*
|
check_and_emit_line(): rename and refactor
Junio C Hamano
2008-06-27
1
-3
/
+2
|
|
/
*
/
git-apply: handle a patch that touches the same path more than once better
Don Zickus
2008-06-28
1
-10
/
+72
|
/
*
Merge branch 'js/config-cb'
v1.5.6-rc0
Junio C Hamano
2008-05-25
1
-3
/
+3
|
\
|
*
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
1
-3
/
+3
*
|
builtin-apply: do not declare patch is creation when we do not know it
Junio C Hamano
2008-05-17
1
-15
/
+0
*
|
builtin-apply: accept patch to an empty file
Junio C Hamano
2008-05-17
1
-56
/
+77
*
|
builtin-apply: typofix
Junio C Hamano
2008-05-17
1
-1
/
+1
|
/
*
Optimize symlink/directory detection
Linus Torvalds
2008-05-11
1
-1
/
+1
*
Merge branch 'maint'
Junio C Hamano
2008-04-16
1
-1
/
+1
|
\
|
*
Merge branch 'maint-1.5.4' into maint
Junio C Hamano
2008-04-16
1
-1
/
+1
|
|
\
|
|
*
builtin-apply: Show a more descriptive error on failure when opening a patch
Alberto Bertogli
2008-04-16
1
-1
/
+1
*
|
|
builtin-apply.c: use git_config_string() to get apply_default_whitespace
Stephan Beyer
2008-04-15
1
-6
/
+2
|
/
/
*
|
Merge branch 'jc/maint-apply-match-beginning'
Junio C Hamano
2008-04-07
1
-13
/
+16
|
\
|
|
*
Fix "git apply" to correctly enforce "match at the beginning"
Junio C Hamano
2008-04-07
1
-13
/
+16
*
|
Always set *nongit_ok in setup_git_directory_gently()
SZEDER Gábor
2008-03-26
1
-1
/
+1
*
|
Merge branch 'jc/apply-whitespace'
Junio C Hamano
2008-02-25
1
-243
/
+476
|
\
\
|
*
|
ws_fix_copy(): move the whitespace fixing function to ws.c
Junio C Hamano
2008-02-24
1
-108
/
+3
|
*
|
apply: do not barf on patch with too large an offset
Junio C Hamano
2008-02-12
1
-0
/
+3
|
*
|
core.whitespace: cr-at-eol
Junio C Hamano
2008-02-05
1
-4
/
+14
|
*
|
git-apply --whitespace=fix: fix whitespace fuzz introduced by previous run
Junio C Hamano
2008-02-05
1
-5
/
+128
|
*
|
builtin-apply.c: pass ws_rule down to match_fragment()
Junio C Hamano
2008-02-05
1
-3
/
+5
|
*
|
builtin-apply.c: move copy_wsfix() function a bit higher.
Junio C Hamano
2008-02-05
1
-94
/
+94
|
*
|
builtin-apply.c: do not feed copy_wsfix() leading '+'
Junio C Hamano
2008-02-05
1
-20
/
+18
|
*
|
builtin-apply.c: simplify calling site to apply_line()
Junio C Hamano
2008-02-05
1
-18
/
+20
|
*
|
builtin-apply.c: clean-up apply_one_fragment()
Junio C Hamano
2008-02-05
1
-28
/
+27
|
*
|
builtin-apply.c: mark common context lines in lineinfo structure.
Junio C Hamano
2008-02-05
1
-25
/
+32
|
*
|
builtin-apply.c: optimize match_beginning/end processing a bit.
Junio C Hamano
2008-02-05
1
-0
/
+10
|
*
|
builtin-apply.c: make it more line oriented
Junio C Hamano
2008-02-05
1
-123
/
+280
|
*
|
builtin-apply.c: push match-beginning/end logic down
Junio C Hamano
2008-02-05
1
-14
/
+32
|
*
|
builtin-apply.c: restructure "offset" matching
Junio C Hamano
2008-02-05
1
-24
/
+25
|
*
|
builtin-apply.c: refactor small part that matches context
Junio C Hamano
2008-02-05
1
-5
/
+13
*
|
|
Merge branch 'sp/safecrlf'
Junio C Hamano
2008-02-17
1
-1
/
+1
|
\
\
\
|
*
|
|
safecrlf: Add mechanism to warn about irreversible crlf conversions
Steffen Prohaska
2008-02-06
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'lt/in-core-index'
Junio C Hamano
2008-02-12
1
-5
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Make on-disk index representation separate from in-core one
Linus Torvalds
2008-01-21
1
-5
/
+5
|
|
/
*
/
builtin-apply.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-0
/
+2
|
/
*
Improve use of lockfile API
Brandon Casey
2008-01-17
1
-1
/
+1
*
"git-apply --check" should not report "fixed"
Junio C Hamano
2008-01-09
1
-1
/
+1
*
builtin-apply: stronger indent-with-on-tab fixing
J. Bruce Fields
2007-12-16
1
-2
/
+1
*
builtin-apply: minor cleanup of whitespace detection
J. Bruce Fields
2007-12-16
1
-4
/
+4
*
Make "diff --check" output match "git apply"
Wincent Colaiuta
2007-12-14
1
-2
/
+2
*
Unify whitespace checking
Wincent Colaiuta
2007-12-14
1
-44
/
+10
*
Merge branch 'jc/spht'
Junio C Hamano
2007-12-09
1
-83
/
+155
|
\
|
*
Use gitattributes to define per-path whitespace rule
Junio C Hamano
2007-12-06
1
-14
/
+22
|
*
core.whitespace: documentation updates.
Junio C Hamano
2007-11-25
1
-1
/
+1
|
*
builtin-apply: teach whitespace_rules
Junio C Hamano
2007-11-25
1
-19
/
+49
[next]