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
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-6
/
+6
2013-08-05
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
1
-12
/
+12
2013-07-22
Sync with Git 1.8.3.4
Junio C Hamano
1
-1
/
+1
2013-07-22
Merge branch 'nd/const-struct-cache-entry'
Junio C Hamano
1
-6
/
+7
2013-07-22
Merge branch 'tr/do-not-call-submodules-subprojects'
Junio C Hamano
1
-1
/
+1
2013-07-22
update URL to the marc.info mail archive
Ondřej Bílka
1
-1
/
+1
2013-07-19
apply.c::find_name_traditional(): do not initialize len to the line's length
Stefan Beller
1
-1
/
+1
2013-07-19
Merge branch 'rs/logical-vs-binary-or' into maint
Junio C Hamano
1
-1
/
+1
2013-07-18
apply, entry: speak of submodules instead of subprojects
Thomas Rast
1
-1
/
+1
2013-07-15
Merge branch 'tr/maint-apply-non-git-patch-parsefix' into maint
Junio C Hamano
1
-1
/
+1
2013-07-09
Convert "struct cache_entry *" to "const ..." wherever possible
Nguyễn Thái Ngọc Duy
1
-6
/
+7
2013-06-26
Merge branch 'tr/maint-apply-non-git-patch-parsefix'
Junio C Hamano
1
-1
/
+1
2013-06-21
apply: carefully strdup a possibly-NULL name
Thomas Rast
1
-1
/
+1
2013-06-13
use logical OR (||) instead of binary OR (|) in logical context
René Scharfe
1
-1
/
+1
2013-04-12
Sync with 'maint'
Junio C Hamano
1
-3
/
+3
2013-04-12
Correct common spelling mistakes in comments and tests
Stefano Lattarini
1
-3
/
+3
2013-04-03
Merge branch 'jc/apply-ws-fix-tab-in-indent'
Junio C Hamano
1
-6
/
+10
2013-03-22
apply --whitespace=fix: avoid running over the postimage buffer
Junio C Hamano
1
-6
/
+10
2013-02-14
Merge branch 'jc/extended-fake-ancestor-for-gitlink'
Junio C Hamano
1
-2
/
+38
2013-02-08
Merge branch 'jk/apply-similaritly-parsing'
Junio C Hamano
1
-4
/
+6
2013-02-05
Merge branch 'jc/fake-ancestor-with-non-blobs'
Junio C Hamano
1
-14
/
+16
2013-02-05
apply: verify submodule commit object name better
Junio C Hamano
1
-2
/
+38
2013-02-03
builtin/apply: tighten (dis)similarity index parsing
John Keeping
1
-4
/
+6
2013-01-31
apply: diagnose incomplete submodule object name better
Junio C Hamano
1
-1
/
+5
2013-01-31
apply: simplify build_fake_ancestor()
Junio C Hamano
1
-14
/
+12
2013-01-06
Merge branch 'jc/apply-trailing-blank-removal'
Junio C Hamano
1
-6
/
+17
2012-10-12
apply.c:update_pre_post_images(): the preimage can be truncated
Junio C Hamano
1
-6
/
+17
2012-09-12
Merge branch 'maint-1.7.11' into maint
Junio C Hamano
1
-25
/
+43
2012-09-12
Merge branch 'jc/apply-binary-p0' into maint-1.7.11
Junio C Hamano
1
-25
/
+43
2012-09-11
Sync with 1.7.11.6
Junio C Hamano
1
-1
/
+0
2012-09-11
Merge branch 'pg/maint-apply-remove-unused-variable' into maint-1.7.11
Junio C Hamano
1
-1
/
+0
2012-09-07
Merge branch 'jc/apply-binary-p0'
Junio C Hamano
1
-25
/
+43
2012-09-07
Merge branch 'nd/i18n-parseopt-help'
Junio C Hamano
1
-1
/
+1
2012-08-24
apply: compute patch->def_name correctly under -p0
Junio C Hamano
1
-25
/
+43
2012-08-22
Use imperative form in help usage to describe an action
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2012-08-22
Merge branch 'pg/maint-apply-remove-unused-variable'
Junio C Hamano
1
-1
/
+0
2012-08-05
apply: delete unused deflate_origlen from patch struct
Paul Gortmaker
1
-1
/
+0
2012-07-23
Merge branch 'tg/ce-namelen-field'
Junio C Hamano
1
-2
/
+4
2012-07-22
Merge branch 'jc/sha1-name-more'
Junio C Hamano
1
-1
/
+1
2012-07-15
Merge branch 'jc/apply-3way'
Junio C Hamano
1
-117
/
+440
2012-07-11
Strip namelen out of ce_flags into a ce_namelen field
Thomas Gummerer
1
-1
/
+2
2012-07-09
apply: --build-fake-ancestor expects blobs
Junio C Hamano
1
-1
/
+1
2012-07-09
apply: allow rerere() to work on --3way results
Junio C Hamano
1
-0
/
+3
2012-07-09
apply: register conflicted stages to the index
Junio C Hamano
1
-6
/
+60
2012-07-09
apply: --3way with add/add conflict
Junio C Hamano
1
-8
/
+62
2012-07-09
apply: move verify_index_match() higher
Junio C Hamano
1
-10
/
+10
2012-07-09
apply: plug the three-way merge logic in
Junio C Hamano
1
-3
/
+50
2012-07-09
apply: fall back on three-way merge
Junio C Hamano
1
-1
/
+45
2012-07-09
apply: accept -3/--3way command line option
Junio C Hamano
1
-2
/
+23
2012-07-09
apply: move "already exists" logic to check_to_create()
Junio C Hamano
1
-11
/
+29
[next]