77 Commits (0af85f84bd6d1755b3b8559ccfd99383c2928ac3)

Author SHA1 Message Date
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() 18 years ago
Jeff King eede7b7d11 diffcore-rename: cache file deltas 18 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
Junio C Hamano 65416758cd diffcore-rename: split out the delta counting code. 19 years ago
Junio C Hamano 581845f0b8 Tweak break/merge score to adjust to the new delta generation code. 19 years ago
Junio C Hamano ee3d299e93 diffcore-break/diffcore-rename: integer overflow. 19 years ago
Junio C Hamano 8082d8d305 Diff: -l<num> to limit rename/copy detection. 20 years ago
Junio C Hamano 19397b4521 Revert "[PATCH] plug memory leak in diff.c::diff_free_filepair()" 20 years ago
Yasushi SHOJI 068eac91ce [PATCH] plug memory leak in diff.c::diff_free_filepair() 20 years ago
Junio C Hamano dc7090efbc [PATCH] Re-Fix SIGSEGV on unmerged files in git-diff-files -p 20 years ago
Linus Torvalds f9e7750621 Fix SIGSEGV on unmerged files in git-diff-files -p 20 years ago