index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apply.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'rs/apply-avoid-over-reading'
Junio C Hamano
2017-07-12
|
\
|
*
apply: use strcmp(3) for comparing strings in gitdiff_verify_name()
René Scharfe
2017-07-09
*
|
Merge branch 'ab/wildmatch'
Junio C Hamano
2017-07-10
|
\
\
|
*
|
wildmatch: remove unused wildopts parameter
Ævar Arnfjörð Bjarmason
2017-06-23
*
|
|
Merge branch 'rs/apply-avoid-over-reading'
Junio C Hamano
2017-07-06
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
apply: use starts_with() in gitdiff_verify_name()
René Scharfe
2017-07-01
*
|
|
Merge branch 'rs/apply-validate-input'
Junio C Hamano
2017-06-30
|
\
\
\
|
*
|
|
apply: check git diffs for mutually exclusive header lines
René Scharfe
2017-06-27
|
*
|
|
apply: check git diffs for invalid file modes
René Scharfe
2017-06-27
|
*
|
|
apply: check git diffs for missing old filenames
René Scharfe
2017-06-27
*
|
|
|
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
|
\
\
\
\
|
*
|
|
|
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
*
|
|
|
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
|
\
\
\
\
\
|
*
|
|
|
|
config: don't include config.h by default
Brandon Williams
2017-06-15
*
|
|
|
|
|
Merge branch 'bw/ls-files-sans-the-index'
Junio C Hamano
2017-06-24
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
convert: convert convert_to_git to take an index
Brandon Williams
2017-06-13
*
|
|
|
|
|
Merge branch 'pc/dir-count-slashes'
Junio C Hamano
2017-06-22
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
dir: create function count_slashes()
Prathamesh Chavan
2017-06-12
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'jc/noent-notdir'
Junio C Hamano
2017-06-13
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked
Junio C Hamano
2017-05-30
*
|
|
|
|
Merge branch 'jc/apply-fix-mismerge'
Junio C Hamano
2017-05-16
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
apply.c: fix whitespace-only mismerge
Junio C Hamano
2017-05-08
|
|
/
/
/
*
|
|
|
prefix_filename: return newly allocated string
Jeff King
2017-03-21
*
|
|
|
prefix_filename: drop length parameter
Jeff King
2017-03-21
|
/
/
/
*
|
|
apply: use SWAP macro
René Scharfe
2017-01-30
*
|
|
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
2016-12-07
|
/
/
*
|
i18n: apply: mark error message for translation
Vasco Almeida
2016-10-17
*
|
i18n: apply: mark error messages for translation
Vasco Almeida
2016-10-14
*
|
i18n: apply: mark info messages for translation
Vasco Almeida
2016-10-14
*
|
i18n: apply: mark plural string for translation
Vasco Almeida
2016-10-14
*
|
introduce CHECKOUT_INIT
René Scharfe
2016-09-22
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2016-09-19
|
\
\
*
|
|
apply: learn to use a different index file
Christian Couder
2016-09-07
*
|
|
apply: pass apply state to build_fake_ancestor()
Christian Couder
2016-09-07
*
|
|
apply: refactor `git apply` option parsing
Christian Couder
2016-09-07
*
|
|
apply: change error_routine when silent
Christian Couder
2016-09-07
*
|
|
apply: don't print on stdout in verbosity_silent mode
Christian Couder
2016-09-07
*
|
|
apply: make it possible to silently apply
Christian Couder
2016-09-07
*
|
|
apply: use error_errno() where possible
Christian Couder
2016-09-07
*
|
|
apply: make some parsing functions static again
Christian Couder
2016-09-07
|
|
/
|
/
|
*
|
apply: move libified code from builtin/apply.c to apply.{c,h}
Christian Couder
2016-09-07
*
|
builtin/apply: move check_apply_state() to apply.c
Christian Couder
2016-08-11
*
|
apply: make init_apply_state() return -1 instead of exit()ing
Christian Couder
2016-08-11
*
|
builtin/apply: move init_apply_state() to apply.c
Christian Couder
2016-08-11
|
/
*
Builtin git-apply.
Peter Eriksen
2006-05-23
*
apply --cached: do not check newly added file in the working tree
Junio C Hamano
2006-05-17
*
apply --cached: apply a patch without using working tree.
Junio C Hamano
2006-05-15
*
apply --numstat: show new name, not old name.
Junio C Hamano
2006-05-15
*
Merge branch 'jc/bindiff'
Junio C Hamano
2006-05-09
|
\
|
*
binary diff: further updates.
Junio C Hamano
2006-05-05
[next]