summaryrefslogtreecommitdiff
path: root/builtin/apply.c
AgeCommit message (Expand)Author
2014-03-14Merge branch 'nd/no-more-fnmatch'Junio C Hamano
2014-02-27Merge branch 'ep/varscope'Junio C Hamano
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy
2014-01-31builtin/apply.c: reduce scope of variablesElia Pinto
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-07-22Sync with Git 1.8.3.4Junio C Hamano
2013-07-22Merge branch 'nd/const-struct-cache-entry'Junio C Hamano
2013-07-22Merge branch 'tr/do-not-call-submodules-subprojects'Junio C Hamano
2013-07-22update URL to the marc.info mail archiveOndřej Bílka
2013-07-19apply.c::find_name_traditional(): do not initialize len to the line's lengthStefan Beller
2013-07-19Merge branch 'rs/logical-vs-binary-or' into maintJunio C Hamano
2013-07-18apply, entry: speak of submodules instead of subprojectsThomas Rast
2013-07-15Merge branch 'tr/maint-apply-non-git-patch-parsefix' into maintJunio C Hamano
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy
2013-06-26Merge branch 'tr/maint-apply-non-git-patch-parsefix'Junio C Hamano
2013-06-21apply: carefully strdup a possibly-NULL nameThomas Rast
2013-06-13use logical OR (||) instead of binary OR (|) in logical contextRené Scharfe
2013-04-12Sync with 'maint'Junio C Hamano
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini
2013-04-03Merge branch 'jc/apply-ws-fix-tab-in-indent'Junio C Hamano
2013-03-22apply --whitespace=fix: avoid running over the postimage bufferJunio C Hamano
2013-02-14Merge branch 'jc/extended-fake-ancestor-for-gitlink'Junio C Hamano
2013-02-08Merge branch 'jk/apply-similaritly-parsing'Junio C Hamano
2013-02-06Merge branch 'jc/fake-ancestor-with-non-blobs'Junio C Hamano
2013-02-05apply: verify submodule commit object name betterJunio C Hamano
2013-02-03builtin/apply: tighten (dis)similarity index parsingJohn Keeping
2013-02-01apply: diagnose incomplete submodule object name betterJunio C Hamano
2013-02-01apply: simplify build_fake_ancestor()Junio C Hamano
2013-01-07Merge branch 'jc/apply-trailing-blank-removal'Junio C Hamano
2012-10-12apply.c:update_pre_post_images(): the preimage can be truncatedJunio C Hamano
2012-09-12Merge branch 'maint-1.7.11' into maintJunio C Hamano
2012-09-12Merge branch 'jc/apply-binary-p0' into maint-1.7.11Junio C Hamano
2012-09-11Sync with 1.7.11.6Junio C Hamano
2012-09-11Merge branch 'pg/maint-apply-remove-unused-variable' into maint-1.7.11Junio C Hamano
2012-09-07Merge branch 'jc/apply-binary-p0'Junio C Hamano
2012-09-07Merge branch 'nd/i18n-parseopt-help'Junio C Hamano
2012-08-25apply: compute patch->def_name correctly under -p0Junio C Hamano
2012-08-22Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy
2012-08-22Merge branch 'pg/maint-apply-remove-unused-variable'Junio C Hamano
2012-08-05apply: delete unused deflate_origlen from patch structPaul Gortmaker
2012-07-24Merge branch 'tg/ce-namelen-field'Junio C Hamano
2012-07-22Merge branch 'jc/sha1-name-more'Junio C Hamano
2012-07-16Merge branch 'jc/apply-3way'Junio C Hamano
2012-07-11Strip namelen out of ce_flags into a ce_namelen fieldThomas Gummerer
2012-07-09apply: --build-fake-ancestor expects blobsJunio C Hamano
2012-07-09apply: allow rerere() to work on --3way resultsJunio C Hamano
2012-07-09apply: register conflicted stages to the indexJunio C Hamano
2012-07-09apply: --3way with add/add conflictJunio C Hamano
2012-07-09apply: move verify_index_match() higherJunio C Hamano