summaryrefslogtreecommitdiff
path: root/builtin/apply.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-24apply: avoid possible bogus pointerJeff King1-1/+1
2014-07-21Merge branch 'maint'Junio C Hamano1-3/+1
2014-07-21use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe1-3/+1
2014-07-16Merge branch 'nd/split-index'Junio C Hamano1-8/+9
2014-07-09Merge branch 'jk/xstrfmt'Junio C Hamano1-3/+1
2014-06-25Merge branch 'jc/apply-ignore-whitespace' into maintJunio C Hamano1-5/+7
2014-06-20apply: use skip_prefix instead of raw additionJeff King1-2/+3
2014-06-19use xstrfmt to replace xmalloc + strcpy/strcatJeff King1-3/+1
2014-06-13entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy1-3/+5
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy1-5/+4
2014-06-03Merge branch 'jc/apply-ignore-whitespace'Junio C Hamano1-5/+7
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano1-1/+1
2014-03-31comments: fix misuses of "nor"Justin Lebar1-1/+1
2014-03-26apply --ignore-space-change: lines with and without leading whitespaces do no...Junio C Hamano1-5/+7
2014-03-14Merge branch 'nd/no-more-fnmatch'Junio C Hamano1-1/+1
2014-02-27Merge branch 'ep/varscope'Junio C Hamano1-6/+6
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy1-1/+1
2014-01-31builtin/apply.c: reduce scope of variablesElia Pinto1-6/+6
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-6/+6
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller1-12/+12
2013-07-22Sync with Git 1.8.3.4Junio C Hamano1-1/+1
2013-07-22Merge branch 'nd/const-struct-cache-entry'Junio C Hamano1-6/+7
2013-07-22Merge branch 'tr/do-not-call-submodules-subprojects'Junio C Hamano1-1/+1
2013-07-22update URL to the marc.info mail archiveOndřej Bílka1-1/+1
2013-07-19apply.c::find_name_traditional(): do not initialize len to the line's lengthStefan Beller1-1/+1
2013-07-19Merge branch 'rs/logical-vs-binary-or' into maintJunio C Hamano1-1/+1
2013-07-18apply, entry: speak of submodules instead of subprojectsThomas Rast1-1/+1
2013-07-15Merge branch 'tr/maint-apply-non-git-patch-parsefix' into maintJunio C Hamano1-1/+1
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy1-6/+7
2013-06-26Merge branch 'tr/maint-apply-non-git-patch-parsefix'Junio C Hamano1-1/+1
2013-06-21apply: carefully strdup a possibly-NULL nameThomas Rast1-1/+1
2013-06-13use logical OR (||) instead of binary OR (|) in logical contextRené Scharfe1-1/+1
2013-04-12Sync with 'maint'Junio C Hamano1-3/+3
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini1-3/+3
2013-04-03Merge branch 'jc/apply-ws-fix-tab-in-indent'Junio C Hamano1-6/+10
2013-03-22apply --whitespace=fix: avoid running over the postimage bufferJunio C Hamano1-6/+10
2013-02-14Merge branch 'jc/extended-fake-ancestor-for-gitlink'Junio C Hamano1-2/+38
2013-02-08Merge branch 'jk/apply-similaritly-parsing'Junio C Hamano1-4/+6
2013-02-05Merge branch 'jc/fake-ancestor-with-non-blobs'Junio C Hamano1-14/+16
2013-02-05apply: verify submodule commit object name betterJunio C Hamano1-2/+38
2013-02-03builtin/apply: tighten (dis)similarity index parsingJohn Keeping1-4/+6
2013-01-31apply: diagnose incomplete submodule object name betterJunio C Hamano1-1/+5
2013-01-31apply: simplify build_fake_ancestor()Junio C Hamano1-14/+12
2013-01-06Merge branch 'jc/apply-trailing-blank-removal'Junio C Hamano1-6/+17
2012-10-12apply.c:update_pre_post_images(): the preimage can be truncatedJunio C Hamano1-6/+17
2012-09-12Merge branch 'maint-1.7.11' into maintJunio C Hamano1-25/+43
2012-09-12Merge branch 'jc/apply-binary-p0' into maint-1.7.11Junio C Hamano1-25/+43
2012-09-11Sync with 1.7.11.6Junio C Hamano1-1/+0
2012-09-11Merge branch 'pg/maint-apply-remove-unused-variable' into maint-1.7.11Junio C Hamano1-1/+0
2012-09-07Merge branch 'jc/apply-binary-p0'Junio C Hamano1-25/+43