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
2012-07-09
apply: move check_to_create_blob() closer to its sole caller
Junio C Hamano
1
-23
/
+23
2012-07-09
apply: further split load_preimage()
Junio C Hamano
1
-19
/
+40
2012-07-09
apply: refactor "previous patch" logic
Junio C Hamano
1
-26
/
+56
2012-07-09
apply: split load_preimage() helper function out
Junio C Hamano
1
-3
/
+12
2012-07-09
apply: factor out checkout_target() helper function
Junio C Hamano
1
-7
/
+13
2012-07-09
apply: refactor read_file_or_gitlink()
Junio C Hamano
1
-7
/
+11
2012-07-09
apply: clear_image() clears things a bit more
Junio C Hamano
1
-2
/
+2
2012-07-09
apply: a bit more comments on PATH_TO_BE_DELETED
Junio C Hamano
1
-2
/
+8
2012-07-09
apply: fix an incomplete comment in check_patch()
Junio C Hamano
1
-9
/
+15
2012-06-01
i18n: apply: split to fix a partial i18n message
Jiang Xin
1
-4
/
+12
2012-05-17
Merge branch 'nd/i18n-parseopt'
Junio C Hamano
1
-31
/
+31
2012-05-08
i18n: apply: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
1
-31
/
+31
2012-05-08
apply: remove lego in i18n string in gitdiff_verify_name
Nguyễn Thái Ngọc Duy
1
-4
/
+11
2012-05-02
Merge branch 'nd/i18n'
Junio C Hamano
1
-95
/
+111
2012-04-24
i18n: apply: update say_patch_name to give translators complete sentence
Nguyễn Thái Ngọc Duy
1
-12
/
+20
2012-04-24
i18n: apply: mark strings for translation
Nguyễn Thái Ngọc Duy
1
-83
/
+91
2012-04-23
Merge branch 'jh/apply-free-patch'
Junio C Hamano
1
-41
/
+133
2012-04-11
apply: document buffer ownership rules across functions
Junio C Hamano
1
-2
/
+51
2012-04-11
apply: tighten constness of line buffer
Junio C Hamano
1
-7
/
+7
2012-04-11
apply: drop unused macro
Junio C Hamano
1
-1
/
+0
2012-03-28
apply: free unused fragments for submodule patch
Junio C Hamano
1
-9
/
+15
2012-03-27
apply: free patch->result
Junio C Hamano
1
-0
/
+1
2012-03-27
apply: release memory for fn_table
Junio C Hamano
1
-1
/
+1
2012-03-27
apply: free patch->{def,old,new}_name fields
Junio C Hamano
1
-26
/
+39
2012-03-27
apply: rename free_patch() to free_patch_list()
Junio C Hamano
1
-14
/
+19
2012-03-07
apply: do not leak patches and fragments
Jared Hance
1
-4
/
+23
2012-02-03
Use correct grammar in diffstat summary line
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2011-12-21
Merge branch 'bc/maint-apply-check-no-patch' into maint
Junio C Hamano
1
-5
/
+5
2011-12-13
Merge branch 'bc/maint-apply-check-no-patch'
Junio C Hamano
1
-5
/
+5
2011-12-13
Merge branch 'maint-1.7.7' into maint
Junio C Hamano
1
-3
/
+0
2011-12-13
Merge branch 'ab/clang-lints' into maint-1.7.7
Junio C Hamano
1
-3
/
+0
2011-12-05
Merge branch 'ab/clang-lints'
Junio C Hamano
1
-3
/
+0
2011-12-05
builtin/apply.c: report error on failure to recognize input
Brandon Casey
1
-5
/
+5
2011-11-06
apply: get rid of useless x < 0 comparison on a size_t type
Ævar Arnfjörð Bjarmason
1
-3
/
+0
2011-10-21
Merge branch 'jc/apply-blank-at-eof-fix' into maint
Junio C Hamano
1
-2
/
+9
2011-10-21
Merge branch 'jm/maint-apply-detects-corrupt-patch-header' into maint
Junio C Hamano
1
-0
/
+3
2011-10-19
Merge branch 'jm/maint-apply-detects-corrupt-patch-header'
Junio C Hamano
1
-0
/
+3
2011-10-13
Merge branch 'jc/apply-blank-at-eof-fix'
Junio C Hamano
1
-2
/
+9
2011-10-12
fix "git apply --index ..." not to deref NULL
Jim Meyering
1
-0
/
+3
2011-09-28
apply: use OPT_NOOP_NOARG
René Scharfe
1
-7
/
+2
2011-06-10
zlib: zlib can only process 4GB at a time
Junio C Hamano
1
-1
/
+1
2011-05-16
Merge branch 'jc/maint-add-p-overlapping-hunks' into maint
Junio C Hamano
1
-3
/
+6
2011-04-29
"add -p": work-around an old laziness that does not coalesce hunks
Junio C Hamano
1
-3
/
+6
2011-03-15
Merge branch 'jc/maint-apply-report-offset'
Junio C Hamano
1
-2
/
+14
2011-03-06
apply -v: show offset count when patch did not apply exactly
Junio C Hamano
1
-2
/
+14
2011-03-04
apply: do not patch lines that were already patched
Junio C Hamano
1
-1
/
+6
2010-11-29
Merge branch 'fc/apply-p2-get-header-name'
Junio C Hamano
1
-14
/
+14
2010-11-29
Merge branch 'ak/apply-non-git-epoch'
Junio C Hamano
1
-6
/
+29
2010-11-24
Merge branch 'rs/opt-help-text'
Junio C Hamano
1
-1
/
+1
2010-11-15
add description parameter to OPT__VERBOSE
René Scharfe
1
-1
/
+1
[prev]
[next]