summaryrefslogtreecommitdiff
path: root/builtin/apply.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/apply-binary-p0'Junio C Hamano2012-09-071-25/+43
|\
| * apply: compute patch->def_name correctly under -p0Junio C Hamano2012-08-241-25/+43
* | Merge branch 'nd/i18n-parseopt-help'Junio C Hamano2012-09-071-1/+1
|\ \
| * | Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy2012-08-221-1/+1
* | | Merge branch 'pg/maint-apply-remove-unused-variable'Junio C Hamano2012-08-221-1/+0
|\ \ \ | |/ / |/| |
| * | apply: delete unused deflate_origlen from patch structPaul Gortmaker2012-08-051-1/+0
* | | Merge branch 'tg/ce-namelen-field'Junio C Hamano2012-07-231-2/+4
|\ \ \
| * | | Strip namelen out of ce_flags into a ce_namelen fieldThomas Gummerer2012-07-111-1/+2
* | | | Merge branch 'jc/sha1-name-more'Junio C Hamano2012-07-221-1/+1
|\ \ \ \
| * | | | apply: --build-fake-ancestor expects blobsJunio C Hamano2012-07-091-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'jc/apply-3way'Junio C Hamano2012-07-151-117/+440
|\ \ \ \ | |_|/ / |/| | |
| * | | apply: allow rerere() to work on --3way resultsJunio C Hamano2012-07-091-0/+3
| * | | apply: register conflicted stages to the indexJunio C Hamano2012-07-091-6/+60
| * | | apply: --3way with add/add conflictJunio C Hamano2012-07-091-8/+62
| * | | apply: move verify_index_match() higherJunio C Hamano2012-07-091-10/+10
| * | | apply: plug the three-way merge logic inJunio C Hamano2012-07-091-3/+50
| * | | apply: fall back on three-way mergeJunio C Hamano2012-07-091-1/+45
| * | | apply: accept -3/--3way command line optionJunio C Hamano2012-07-091-2/+23
| * | | apply: move "already exists" logic to check_to_create()Junio C Hamano2012-07-091-11/+29
| * | | apply: move check_to_create_blob() closer to its sole callerJunio C Hamano2012-07-091-23/+23
| * | | apply: further split load_preimage()Junio C Hamano2012-07-091-19/+40
| * | | apply: refactor "previous patch" logicJunio C Hamano2012-07-091-26/+56
| * | | apply: split load_preimage() helper function outJunio C Hamano2012-07-091-3/+12
| * | | apply: factor out checkout_target() helper functionJunio C Hamano2012-07-091-7/+13
| * | | apply: refactor read_file_or_gitlink()Junio C Hamano2012-07-091-7/+11
| * | | apply: clear_image() clears things a bit moreJunio C Hamano2012-07-091-2/+2
| * | | apply: a bit more comments on PATH_TO_BE_DELETEDJunio C Hamano2012-07-091-2/+8
| * | | apply: fix an incomplete comment in check_patch()Junio C Hamano2012-07-091-9/+15
* | | | i18n: apply: split to fix a partial i18n messageJiang Xin2012-06-011-4/+12
* | | | Merge branch 'nd/i18n-parseopt'Junio C Hamano2012-05-171-31/+31
|\ \ \ \
| * | | | i18n: apply: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-05-081-31/+31
| |/ / /
* | | | apply: remove lego in i18n string in gitdiff_verify_nameNguyễn Thái Ngọc Duy2012-05-081-4/+11
|/ / /
* | | Merge branch 'nd/i18n'Junio C Hamano2012-05-021-95/+111
|\ \ \
| * | | i18n: apply: update say_patch_name to give translators complete sentenceNguyễn Thái Ngọc Duy2012-04-241-12/+20
| * | | i18n: apply: mark strings for translationNguyễn Thái Ngọc Duy2012-04-241-83/+91
* | | | Merge branch 'jh/apply-free-patch'Junio C Hamano2012-04-231-41/+133
|\ \ \ \ | |/ / / |/| | |
| * | | apply: document buffer ownership rules across functionsJunio C Hamano2012-04-111-2/+51
| * | | apply: tighten constness of line bufferJunio C Hamano2012-04-111-7/+7
| * | | apply: drop unused macroJunio C Hamano2012-04-111-1/+0
| * | | apply: free unused fragments for submodule patchJunio C Hamano2012-03-281-9/+15
| * | | apply: free patch->resultJunio C Hamano2012-03-271-0/+1
| * | | apply: release memory for fn_tableJunio C Hamano2012-03-271-1/+1
| * | | apply: free patch->{def,old,new}_name fieldsJunio C Hamano2012-03-271-26/+39
| * | | apply: rename free_patch() to free_patch_list()Junio C Hamano2012-03-271-14/+19
| * | | apply: do not leak patches and fragmentsJared Hance2012-03-071-4/+23
| * | | Merge branch 'bc/maint-apply-check-no-patch' into maintJunio C Hamano2011-12-211-5/+5
| |\ \ \
| * \ \ \ Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-131-3/+0
| |\ \ \ \
| | * \ \ \ Merge branch 'ab/clang-lints' into maint-1.7.7Junio C Hamano2011-12-131-3/+0
| | |\ \ \ \
* | | | | | | Use correct grammar in diffstat summary linend/diffstat-gramnumNguyễn Thái Ngọc Duy2012-02-031-1/+2
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'bc/maint-apply-check-no-patch'Junio C Hamano2011-12-131-5/+5
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |