123 Commits (14a9c5f261bcc436b80700076257f02af0beec68)

Author SHA1 Message Date
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Ondřej Bílka efe6de6e40 update URL to the marc.info mail archive 12 years ago
Stefan Beller 1f976bd03f apply.c::find_name_traditional(): do not initialize len to the line's length 12 years ago
Thomas Rast 42063f95a0 apply, entry: speak of submodules instead of subprojects 12 years ago
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Thomas Rast 212eb96a96 apply: carefully strdup a possibly-NULL name 12 years ago
René Scharfe 0b437a18bd use logical OR (||) instead of binary OR (|) in logical context 12 years ago
Stefano Lattarini 41ccfdd9c9 Correct common spelling mistakes in comments and tests 12 years ago
Junio C Hamano 250b3c6c99 apply --whitespace=fix: avoid running over the postimage buffer 12 years ago
Junio C Hamano 5e026920a9 apply: verify submodule commit object name better 12 years ago
John Keeping afcb6ac83d builtin/apply: tighten (dis)similarity index parsing 12 years ago
Junio C Hamano e28efb1998 apply: diagnose incomplete submodule object name better 12 years ago
Junio C Hamano e2afb0be90 apply: simplify build_fake_ancestor() 12 years ago
Junio C Hamano 5de7166d46 apply.c:update_pre_post_images(): the preimage can be truncated 13 years ago
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