86 Commits (2638e33c825eb56260ad53be6b45bf31c1897ce9)

Author SHA1 Message Date
Junio C Hamano 1eb4136ac2 diff: --{rotate,skip}-to=<path> 4 years ago
Jonathan Tan 95acf11a3d diff: restrict when prefetching occurs 5 years ago
Jonathan Tan 1c37e86ab2 diff: make diff_populate_filespec_options struct 5 years ago
Heba Waly 13c4d7eb22 diff: move doc to diff.h and diffcore.h 5 years ago
Nguyễn Thái Ngọc Duy b78ea5fc35 diff.c: reduce implicit dependency on the_index 6 years ago
Elijah Newren ef3ca95475 Add missing includes and forward declarations 6 years ago
Nguyễn Thái Ngọc Duy 78d70d9b10 diffcore.h: drop extern from function declaration 6 years ago
Brandon Williams f9704c2d82 diff: convert fill_filespec to struct object_id 8 years ago
Tobias Klauser 974e0044d6 diffcore-delta: remove unused parameter to diffcore_count_changes() 8 years ago
brian m. carlson 41c9560ee5 diff: rename struct diff_filespec's sha1_valid member 9 years ago
brian m. carlson a0d12c4433 diff: convert struct diff_filespec to struct object_id 9 years ago
Nguyễn Thái Ngọc Duy 6bf3b81348 diff --stat: mark any file larger than core.bigfilethreshold binary 11 years ago
Nguyễn Thái Ngọc Duy 8e5dd3d654 diff.c: allow to pass more flags to diff_populate_filespec 11 years ago
Nguyễn Thái Ngọc Duy f34b205f6c diff: do not quit early on stat-dirty files 11 years ago
Kirill Smelkov 1df4320fa2 diffcore-order: export generic ordering interface 11 years ago
Richard Lowe 7d0a9a752b diffcore.h: be explicit about the signedness of is_binary 11 years ago
Jeff King cbfe47b67f diff_filespec: use only 2 bits for is_binary flag 11 years ago
Jeff King b38f70a82b diff_filespec: reorder is_binary field 11 years ago
Jeff King 428d52a5a5 diff_filespec: drop xfrm_flags field 11 years ago
Jeff King 5b711b207f diff_filespec: drop funcname_pattern_ident field 11 years ago
Jeff King b837f5d68d diff_filespec: reorder dirty_submodule macro definitions 11 years ago
Jeff King e54501004a diff: do not use null sha1 as a sentinel value 13 years ago
Junio C Hamano 4682d8521c diff-index.c: "git diff" has no need to read blob from the standard input 13 years ago
Junio C Hamano 25e5e2bf85 combine-diff: support format_callback 14 years ago
Junio C Hamano 382f013bc4 diff: pass the entire diff-options to diffcore_pickaxe() 15 years ago
Junio C Hamano 44c48a909a diff --follow: do call diffcore_std() as necessary 15 years ago
Jonathan Nieder 987460611a Standardize do { ... } while (0) style 15 years ago
Matthieu Moy cf958afd83 Document -B<n>[/<m>], -M<n> and -C<n> variants of -B, -M and -C 15 years ago
Bo Yang 1da6175d43 Make diffcore_std only can run once before a diff_flush 15 years ago
Bo Yang 9ca5df9061 Add a macro DIFF_QUEUE_CLEAR. 15 years ago
Jens Lehmann c7e1a73641 git diff --submodule: Show detailed dirty status of submodules 15 years ago
Jens Lehmann e3d42c4773 Performance optimization for detection of modified submodules 15 years ago
Yann Dirson a5a323f33c Add reference for status letters in documentation. 16 years ago
Jeff King 122aa6f9c0 diff: introduce diff.<driver>.binary 16 years ago
Yann Dirson 264e0b9a3c Bust the ghost of long-defunct diffcore-pathspec. 17 years ago
Linus Torvalds 644797119d copy vs rename detection: avoid unnecessary O(n*m) loops 17 years ago
Linus Torvalds 9fb88419ba Ref-count the filespecs used by diffcore 17 years ago
Junio C Hamano 8ae92e6389 rename diff_free_filespec_data_large() to diff_free_filespec_blob() 17 years ago
Jeff King eede7b7d11 diffcore-rename: cache file deltas 17 years ago
Jeff King a5a3878ba7 diffcore-rename: cache file deltas 18 years ago
Junio C Hamano e0e324a4dc Fix configuration syntax to specify customized hunk header patterns. 18 years ago
Junio C Hamano f258475a6e Per-path attribute based hunk header selection. 18 years ago
Junio C Hamano 29a3eefde1 Introduce diff_filespec_is_binary() 18 years ago
Junio C Hamano 706098af6b diffcore_filespec: add is_binary 18 years ago
Junio C Hamano d8c3d03a0b diffcore_count_changes: pass diffcore_filespec 18 years ago
Junio C Hamano e0173ad9fc Make macros to prevent double-inclusion in headers consistent. 18 years ago
Junio C Hamano e9c8409900 diff-index --cached --raw: show tree entry on the LHS for unmerged entries. 18 years ago
Junio C Hamano ef677686ef diff.c: do not use pathname comparison to tell renames 19 years ago
Junio C Hamano c06c79667c diffcore-rename: somewhat optimized. 19 years ago
Junio C Hamano 4d0f39cecf diffcore-break: similarity estimator fix. 19 years ago