index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apply.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
2016-12-07
1
-1
/
+1
*
i18n: apply: mark error message for translation
Vasco Almeida
2016-10-17
1
-2
/
+2
*
i18n: apply: mark error messages for translation
Vasco Almeida
2016-10-14
1
-24
/
+24
*
i18n: apply: mark info messages for translation
Vasco Almeida
2016-10-14
1
-4
/
+4
*
i18n: apply: mark plural string for translation
Vasco Almeida
2016-10-14
1
-4
/
+6
*
introduce CHECKOUT_INIT
René Scharfe
2016-09-22
1
-3
/
+1
*
Merge branch 'bc/object-id'
Junio C Hamano
2016-09-19
1
-215
/
+215
|
\
*
|
apply: learn to use a different index file
Christian Couder
2016-09-07
1
-6
/
+21
*
|
apply: pass apply state to build_fake_ancestor()
Christian Couder
2016-09-07
1
-4
/
+5
*
|
apply: refactor `git apply` option parsing
Christian Couder
2016-09-07
1
-13
/
+90
*
|
apply: change error_routine when silent
Christian Couder
2016-09-07
1
-1
/
+20
*
|
apply: don't print on stdout in verbosity_silent mode
Christian Couder
2016-09-07
1
-3
/
+3
*
|
apply: make it possible to silently apply
Christian Couder
2016-09-07
1
-22
/
+40
*
|
apply: use error_errno() where possible
Christian Couder
2016-09-07
1
-8
/
+8
*
|
apply: make some parsing functions static again
Christian Couder
2016-09-07
1
-3
/
+3
*
|
apply: move libified code from builtin/apply.c to apply.{c,h}
Christian Couder
2016-09-07
1
-0
/
+4731
*
|
builtin/apply: move check_apply_state() to apply.c
Christian Couder
2016-08-11
1
-0
/
+32
*
|
apply: make init_apply_state() return -1 instead of exit()ing
Christian Couder
2016-08-11
1
-5
/
+6
*
|
builtin/apply: move init_apply_state() to apply.c
Christian Couder
2016-08-11
1
-0
/
+94
|
/
*
Builtin git-apply.
Peter Eriksen
2006-05-23
1
-2299
/
+0
*
apply --cached: do not check newly added file in the working tree
Junio C Hamano
2006-05-18
1
-4
/
+6
*
apply --cached: apply a patch without using working tree.
Junio C Hamano
2006-05-16
1
-20
/
+52
*
apply --numstat: show new name, not old name.
Junio C Hamano
2006-05-15
1
-1
/
+1
*
Merge branch 'jc/bindiff'
Junio C Hamano
2006-05-09
1
-61
/
+237
|
\
|
*
binary diff: further updates.
Junio C Hamano
2006-05-06
1
-33
/
+97
|
*
binary patch.
Junio C Hamano
2006-05-06
1
-60
/
+172
*
|
apply: fix infinite loop with multiple patches with --index
Eric Wong
2006-05-09
1
-9
/
+9
|
/
*
Implement limited context matching in git-apply.
Eric W. Biederman
2006-04-11
1
-18
/
+105
*
Replace xmalloc+memset(0) with xcalloc.
Peter Eriksen
2006-04-04
1
-6
/
+3
*
Use blob_, commit_, tag_, and tree_type throughout.
Peter Eriksen
2006-04-04
1
-2
/
+3
*
git-apply: safety fixes
Linus Torvalds
2006-03-26
1
-1
/
+3
*
git-apply: do not barf when updating an originally empty file.
Junio C Hamano
2006-03-22
1
-1
/
+1
*
Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
Junio C Hamano
2006-03-09
1
-1
/
+1
*
Add --temp and --stage=all options to checkout-index.
Shawn Pearce
2006-03-05
1
-1
/
+2
*
war on whitespaces: documentation.
Junio C Hamano
2006-03-02
1
-1
/
+1
*
git-apply: war on whitespace -- finishing touches.
Junio C Hamano
2006-02-28
1
-0
/
+11
*
git-apply --whitespace=nowarn
Junio C Hamano
2006-02-28
1
-2
/
+6
*
apply --whitespace: configuration option.
Junio C Hamano
2006-02-27
1
-24
/
+48
*
apply: squelch excessive errors and --whitespace=error-all
Junio C Hamano
2006-02-27
1
-8
/
+45
*
apply --whitespace fixes and enhancements.
Junio C Hamano
2006-02-27
1
-23
/
+54
*
The war on trailing whitespace
Linus Torvalds
2006-02-27
1
-0
/
+33
*
Merge branch 'jc/nostat'
Junio C Hamano
2006-02-22
1
-1
/
+1
|
\
|
*
"Assume unchanged" git
Junio C Hamano
2006-02-09
1
-1
/
+1
*
|
Optionally support old diffs
Johannes Schindelin
2006-02-18
1
-0
/
+8
|
/
*
Use sha1_file.c's mkdir-like routine in apply.c.
Jason Riedy
2006-02-04
1
-21
/
+4
*
Make apply accept the -pNUM option like patch does.
Daniel Barkalow
2006-02-01
1
-2
/
+6
*
fix potential deadlock in create_one_file
Alex Riesen
2006-01-06
1
-1
/
+2
*
trivial: O_EXCL makes O_TRUNC redundant
Alex Riesen
2006-01-06
1
-1
/
+1
*
xread/xwrite: do not worry about EINTR at calling sites.
Junio C Hamano
2005-12-20
1
-17
/
+6
*
git-apply: work from subdirectory.
Junio C Hamano
2005-11-29
1
-0
/
+18
[next]