93 Commits (b58f3a645bc04f3b52aa41c75a019d51b615c647)

Author SHA1 Message Date
Junio C Hamano 6a2abdc125 apply: compute patch->def_name correctly under -p0 13 years ago
Nguyễn Thái Ngọc Duy f63cf8c9fb Use imperative form in help usage to describe an action 13 years ago
Paul Gortmaker ee92239186 apply: delete unused deflate_origlen from patch struct 13 years ago
Thomas Gummerer b60e188c51 Strip namelen out of ce_flags into a ce_namelen field 13 years ago
Junio C Hamano da3ac0c149 apply: --build-fake-ancestor expects blobs 13 years ago
Junio C Hamano f2633ebd76 apply: allow rerere() to work on --3way results 13 years ago
Junio C Hamano 4f4a6cb988 apply: register conflicted stages to the index 13 years ago
Junio C Hamano 099f3c421a apply: --3way with add/add conflict 13 years ago
Junio C Hamano e09837e25d apply: move verify_index_match() higher 13 years ago
Junio C Hamano 28ff051268 apply: plug the three-way merge logic in 13 years ago
Junio C Hamano 519d1a5b4e apply: fall back on three-way merge 13 years ago
Junio C Hamano cfb6f9acc3 apply: accept -3/--3way command line option 13 years ago
Junio C Hamano ec15be0267 apply: move "already exists" logic to check_to_create() 13 years ago
Junio C Hamano 813ebf8221 apply: move check_to_create_blob() closer to its sole caller 13 years ago
Junio C Hamano 5a81266169 apply: further split load_preimage() 13 years ago
Junio C Hamano ccf998b297 apply: refactor "previous patch" logic 13 years ago
Junio C Hamano 37b9c903eb apply: split load_preimage() helper function out 13 years ago
Junio C Hamano f4c66eeddd apply: factor out checkout_target() helper function 13 years ago
Junio C Hamano e42a96e772 apply: refactor read_file_or_gitlink() 13 years ago
Junio C Hamano 798b9ce87b apply: clear_image() clears things a bit more 13 years ago
Junio C Hamano f3b8f91a69 apply: a bit more comments on PATH_TO_BE_DELETED 13 years ago
Junio C Hamano 15793646ac apply: fix an incomplete comment in check_patch() 13 years ago
Jiang Xin f50b565a0f i18n: apply: split to fix a partial i18n message 13 years ago
Nguyễn Thái Ngọc Duy de37393344 i18n: apply: mark parseopt strings for translation 13 years ago
Nguyễn Thái Ngọc Duy 4c5197d10f apply: remove lego in i18n string in gitdiff_verify_name 13 years ago
Nguyễn Thái Ngọc Duy 5613e8117d i18n: apply: update say_patch_name to give translators complete sentence 13 years ago
Nguyễn Thái Ngọc Duy 3638eb431b i18n: apply: mark strings for translation 13 years ago
Junio C Hamano 92737a2201 apply: document buffer ownership rules across functions 13 years ago
Junio C Hamano 26693ba81c apply: tighten constness of line buffer 13 years ago
Junio C Hamano c2066a3eda apply: drop unused macro 13 years ago
Junio C Hamano 9d16c2d514 apply: free unused fragments for submodule patch 13 years ago
Junio C Hamano 8192a2fafc apply: free patch->result 13 years ago
Junio C Hamano 5c8774330f apply: release memory for fn_table 13 years ago
Junio C Hamano 2901bbe5be apply: free patch->{def,old,new}_name fields 13 years ago
Junio C Hamano a604ddef73 apply: rename free_patch() to free_patch_list() 13 years ago
Jared Hance 6fe53908f9 apply: do not leak patches and fragments 13 years ago
Nguyễn Thái Ngọc Duy 7f814632f5 Use correct grammar in diffstat summary line 13 years ago
Brandon Casey cc64b318f2 builtin/apply.c: report error on failure to recognize input 13 years ago
Ævar Arnfjörð Bjarmason 473f4c96e3 apply: get rid of useless x < 0 comparison on a size_t type 13 years ago
Jim Meyering 2c93286ab2 fix "git apply --index ..." not to deref NULL 13 years ago
René Scharfe af1032edf9 apply: use OPT_NOOP_NOARG 13 years ago
Junio C Hamano ef49a7a012 zlib: zlib can only process 4GB at a time 14 years ago
Junio C Hamano 933e44d3a0 "add -p": work-around an old laziness that does not coalesce hunks 14 years ago
Junio C Hamano 334f8cb22a apply -v: show offset count when patch did not apply exactly 14 years ago
Junio C Hamano 9d158601b3 apply: do not patch lines that were already patched 14 years ago
René Scharfe fd03881a48 add description parameter to OPT__VERBOSE 14 years ago
Jonathan Nieder 2d502e1f37 apply: handle patches with funny filename and colon in timezone 14 years ago
Federico Cuello cefd43b7f9 Fix git-apply with -p greater than 1 14 years ago
Jeff King 24305cd700 apply: don't segfault on binary files with missing data 14 years ago
Anders Kaseorg a1980c4efc apply: Recognize epoch timestamps with : in the timezone 14 years ago