281 Commits (26597cb0cceb82b315c543f1cc02bbb72c537eaa)

Author SHA1 Message Date
brian m. carlson d07d4ab401 apply: convert threeway_stage to object_id 10 years ago
Junio C Hamano e0d201b616 apply: do not touch a file beyond a symbolic link 10 years ago
Junio C Hamano fdc2c3a926 apply: do not read from beyond a symbolic link 10 years ago
Junio C Hamano 3c37a2e339 apply: do not read from the filesystem under --index 10 years ago
Junio C Hamano c536c0755f apply: reject input that touches outside the working area 10 years ago
Junio C Hamano 0a80bc9f13 apply: detect and mark whitespace errors in context lines when fixing 10 years ago
Junio C Hamano 407a792ef7 apply: count the size of postimage correctly 10 years ago
Junio C Hamano 2988289f2c apply: make update_pre_post_images() sanity check the given postlen 10 years ago
Junio C Hamano 923fc5ab40 apply.c: typofix 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Jeff King 4440690786 builtin/apply.c: use xstrdup_or_null instead of null_strdup 10 years ago
Michael Haggerty 3383e19984 sort_string_list(): rename to string_list_sort() 10 years ago
Slavomir Vlcek bcd46becbc apply: fix typo in an error message 10 years ago
René Scharfe e3f1da982e use skip_prefix() to avoid more magic numbers 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 10 years ago
Tanay Abhra b35b10d463 builtin/apply.c: replace `git_config()` with `git_config_get_string_const()` 11 years ago
Junio C Hamano 477a08af04 apply: omit ws check for excluded paths 11 years ago
Junio C Hamano 3ee2ad14c6 apply: hoist use_patch() helper for path exclusion up 11 years ago
Junio C Hamano d487b0ba50 apply: use the right attribute for paths in non-Git patches 11 years ago
Jeff King 31bb6d37f9 apply: avoid possible bogus pointer 11 years ago
René Scharfe 5c0b13f85a use xmemdupz() to allocate copies of strings given by start and length 11 years ago
Jeff King ce2ecf2924 apply: use skip_prefix instead of raw addition 11 years ago
Jeff King b2724c8787 use xstrfmt to replace xmalloc + strcpy/strcat 11 years ago
Nguyễn Thái Ngọc Duy d4a2024aef entry.c: update cache_changed if refresh_cache is set in checkout_entry() 11 years ago
Nguyễn Thái Ngọc Duy 03b8664772 read-cache: new API write_locked_index instead of write_index/write_cache 11 years ago
Justin Lebar 01689909eb comments: fix misuses of "nor" 11 years ago
Junio C Hamano 14d3bb4955 apply --ignore-space-change: lines with and without leading whitespaces do not match 11 years ago
Nguyễn Thái Ngọc Duy eb07894fe0 use wildmatch() directly without fnmatch() wrapper 11 years ago
Elia Pinto e36f3a8a6f builtin/apply.c: reduce scope of variables 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
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 12 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