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
*
builtin-apply.c: pay attention to -p<n> when determining the name
Junio C Hamano
2009-11-27
1
-2
/
+3
*
Merge branch 'jc/maint-blank-at-eof' into maint
Junio C Hamano
2009-11-16
1
-19
/
+42
|
\
|
*
Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...
Junio C Hamano
2009-09-15
1
-19
/
+42
|
|
\
|
|
*
apply --whitespace: warn blank but not necessarily empty lines at EOF
Junio C Hamano
2009-09-04
1
-2
/
+4
|
|
*
apply --whitespace=warn/error: diagnose blank at EOF
Junio C Hamano
2009-09-04
1
-9
/
+18
|
|
*
apply.c: split check_whitespace() into two
Junio C Hamano
2009-09-04
1
-9
/
+15
|
|
*
apply --whitespace=fix: detect new blank lines at eof correctly
Junio C Hamano
2009-09-04
1
-0
/
+6
|
|
*
apply --whitespace=fix: fix handling of blank lines at the eof
Junio C Hamano
2009-09-04
1
-1
/
+1
*
|
|
builtin-apply.c: get rid of an unnecessary use of temporary array
Junio C Hamano
2009-09-01
1
-8
/
+6
*
|
|
Merge branch 'gb/apply-ignore-whitespace'
Junio C Hamano
2009-08-22
1
-7
/
+166
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
git apply: option to ignore whitespace differences
Giuseppe Bilotta
2009-08-05
1
-7
/
+166
*
|
|
apply: notice creation/removal patches produced by GNU diff
Junio C Hamano
2009-07-11
1
-1
/
+81
|
/
/
*
|
Merge branch 'tr/die_errno'
Junio C Hamano
2009-07-06
1
-6
/
+6
|
\
\
|
*
|
Use die_errno() instead of die() when checking syscalls
Thomas Rast
2009-06-27
1
-3
/
+3
|
*
|
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
2009-06-27
1
-3
/
+3
*
|
|
Fix various sparse warnings in the git source code
Linus Torvalds
2009-06-21
1
-1
/
+1
*
|
|
parse-options: simplify usage argh handling
Stephen Boyd
2009-06-06
1
-2
/
+4
|
/
/
*
|
Merge branch 'sb/opt-filename'
Junio C Hamano
2009-06-01
1
-5
/
+2
|
\
\
|
*
|
parse-opts: add OPT_FILENAME and transition builtins
Stephen Boyd
2009-05-25
1
-4
/
+1
|
*
|
parse-opts: prepare for OPT_FILENAME
Stephen Boyd
2009-05-25
1
-1
/
+1
|
*
|
Merge branch 'master' into sb/opt-filename
Junio C Hamano
2009-05-25
1
-15
/
+14
|
|
\
\
*
|
\
\
Merge branch 'mm/apply-double-slash'
Junio C Hamano
2009-06-01
1
-6
/
+20
|
\
\
\
\
|
*
|
|
|
apply: handle filenames with double slashes better
Michal Marek
2009-05-24
1
-6
/
+20
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'sb/maint-1.6.2-opt-filename-fix'
Junio C Hamano
2009-05-30
1
-0
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
apply, fmt-merge-msg: use relative filenames
Stephen Boyd
2009-05-24
1
-0
/
+4
|
*
|
builtin-apply: keep information about files to be deleted
Michał Kiedrowicz
2009-04-20
1
-7
/
+46
|
*
|
git-apply: fix option description
Ulrich Windl
2009-04-17
1
-1
/
+1
*
|
|
replace direct calls to unlink(2) with unlink_or_warn
Alex Riesen
2009-04-30
1
-2
/
+2
*
|
|
builtin-apply: keep information about files to be deleted
Michał Kiedrowicz
2009-04-16
1
-7
/
+46
*
|
|
builtin-apply: use warning() instead of fprintf(stderr, "warning: ")
Miklos Vajna
2009-03-24
1
-8
/
+7
*
|
|
apply: hide unused options from short help
Michele Ballabio
2009-03-19
1
-4
/
+4
*
|
|
apply: consistent spelling of "don't"
Michele Ballabio
2009-03-19
1
-1
/
+1
*
|
|
lstat_cache(): swap func(length, string) into func(string, length)
Kjetil Barvik
2009-02-10
1
-1
/
+1
|
/
/
*
|
Merge branch 'maint'
Junio C Hamano
2009-02-04
1
-1
/
+1
|
\
\
|
*
|
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
2009-02-04
1
-1
/
+1
|
|
\
|
|
|
*
apply: fix access to an uninitialized mode variable, found by valgrind
Johannes Schindelin
2009-02-04
1
-1
/
+1
*
|
|
Merge branch 'jc/maint-apply-fix'
Junio C Hamano
2009-02-01
1
-1
/
+1
|
\
\
\
|
*
|
|
builtin-apply.c: do not set bogus mode in check_preimage() for deleted path
Junio C Hamano
2009-01-29
1
-1
/
+1
|
|
/
/
|
*
|
Merge branch 'ap/maint-apply-modefix' into maint
Junio C Hamano
2009-01-13
1
-1
/
+3
|
|
\
\
*
|
\
\
Merge branch 'lt/maint-wrap-zlib'
Junio C Hamano
2009-01-22
1
-2
/
+3
|
\
\
\
\
|
*
|
|
|
Wrap inflate and other zlib routines for better error reporting
Linus Torvalds
2009-01-11
1
-2
/
+3
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'mv/apply-parse-opt'
Junio C Hamano
2009-01-18
1
-126
/
+140
|
\
\
\
\
|
*
|
|
|
Resurrect "git apply --flags -" to read from the standard input
Junio C Hamano
2009-01-10
1
-14
/
+5
|
*
|
|
|
parse-opt: migrate builtin-apply.
Miklos Vajna
2008-12-30
1
-129
/
+152
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'ap/maint-apply-modefix'
Junio C Hamano
2009-01-03
1
-1
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
builtin-apply: prevent non-explicit permission changes
Junio C Hamano
2009-01-02
1
-1
/
+3
*
|
|
Add generic 'strbuf_readlink()' helper function
Linus Torvalds
2008-12-17
1
-4
/
+2
*
|
|
Merge branch 'ar/maint-mksnpath' into HEAD
Junio C Hamano
2008-10-27
1
-2
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix potentially dangerous uses of mkpath and git_path
Alex Riesen
2008-10-27
1
-2
/
+2
*
|
|
Merge branch 'maint'
Shawn O. Pearce
2008-10-12
1
-0
/
+7
|
\
|
|
[next]