51 Commits (b1cffbfcfc78a0d9cd98ee983630b4473b2aab16)

Author SHA1 Message Date
René Scharfe e4aab50475 pickaxe: simplify kwset loop in contains() 11 years ago
René Scharfe 542b2aa2c9 pickaxe: call strlen only when necessary in diffcore_pickaxe_count() 11 years ago
René Scharfe 3753bd1f69 pickaxe: move pickaxe() after pickaxe_match() 11 years ago
René Scharfe 63b52afaa8 pickaxe: merge diffcore_pickaxe_grep() and diffcore_pickaxe_count() into diffcore_pickaxe() 11 years ago
René Scharfe 218c45a45c pickaxe: honor -i when used with -S and --pickaxe-regex 11 years ago
René Scharfe 3bdb5b9f1f diffcore-pickaxe: simplify has_changes and contains 11 years ago
Ramkumar Ramachandra 276b22d333 diffcore-pickaxe: make error messages more consistent 12 years ago
Jeff King 61690bf4a1 diffcore-pickaxe: unify code for log -S/-G 12 years ago
Junio C Hamano 88ff684dd5 diffcore-pickaxe: fix leaks in "log -S<block>" and "log -G<pattern>" 12 years ago
Junio C Hamano ebb7226258 diffcore-pickaxe: port optimization from has_changes() to diff_grep() 12 years ago
Simon Ruderich a8f6109428 diffcore-pickaxe: respect --no-textconv 12 years ago
Jeff King 7cdb9b42c3 diffcore-pickaxe: remove fill_one() 12 years ago
Simon Ruderich bc6158981b diffcore-pickaxe: remove unnecessary call to get_textconv() 12 years ago
Jeff King ef90ab66e8 pickaxe: use textconv for -S counting 12 years ago
Jeff King 8fa4b09fb1 pickaxe: hoist empty needle check 12 years ago
Jeff King b1c2f57db3 diff_grep: use textconv buffers for add/deleted files 12 years ago
Junio C Hamano accccde483 pickaxe: allow -i to search in patch case-insensitively 13 years ago
René Scharfe 8a94151d61 pickaxe: factor out pickaxe 13 years ago
René Scharfe db99cb7000 pickaxe: give diff_grep the same signature as has_changes 13 years ago
René Scharfe 5d176fb6b6 pickaxe: pass diff_options to contains and has_changes 13 years ago
René Scharfe 15dafaf80d pickaxe: factor out has_changes 13 years ago
René Scharfe 8e854b00d8 pickaxe: plug regex/kws leak 13 years ago
René Scharfe 2b5f07f16c pickaxe: plug regex leak 13 years ago
René Scharfe 05ac978495 pickaxe: plug diff filespec leak with empty needle 13 years ago
Fredrik Kuivinen b95c5ada99 Use kwset in pickaxe 13 years ago
Brandon Casey 8520913cc5 diffcore-pickaxe.c: a void function shouldn't try to return something 14 years ago
Brandon Casey 95ae69b95b diffcore-pickaxe.c: remove unnecessary curly braces 14 years ago
Junio C Hamano f506b8e8b5 git log/diff: add -G<regexp> that greps in the patch text 14 years ago
Junio C Hamano 382f013bc4 diff: pass the entire diff-options to diffcore_pickaxe() 14 years ago
Bo Yang 9ca5df9061 Add a macro DIFF_QUEUE_CLEAR. 15 years ago
René Scharfe 7ad3c52e2d pickaxe: count regex matches only once 16 years ago
René Scharfe 50fd6997c6 pickaxe: count regex matches only once 16 years ago
René Scharfe ce163c793d diffcore-pickaxe: use memmem() 16 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Junio C Hamano a0cb94006c diff -S: release the image after looking for needle in it 18 years ago
Jeff King e1b161161d diffcore-pickaxe: fix infinite loop on zero-length needle 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Johannes Schindelin 46b8dec038 On some platforms, certain headers need to be included before regex.h 19 years ago
Petr Baudis d01d8c6782 Support for pickaxe matching regular expressions 19 years ago
Junio C Hamano 2002eed6c9 [PATCH] diffcore-pickaxe: switch to "counting" behaviour. 20 years ago
Junio C Hamano 844e6e4d58 [PATCH] Do not include unused header files. 20 years ago
Junio C Hamano f0c6b2a2fd [PATCH] Optimize diff-tree -[CM] --stdin 20 years ago
Junio C Hamano 367cec1c02 [PATCH] Add --pickaxe-all to diff-* brothers. 20 years ago
Junio C Hamano 226406f693 [PATCH] Introduce diff_free_filepair() funcion. 20 years ago
Junio C Hamano 046aa6440f [PATCH] Performance fix for pickaxe. 20 years ago
Junio C Hamano f7c1512af8 [PATCH] Rename/copy detection fix. 20 years ago
Junio C Hamano 6b14d7faf0 [PATCH] Diffcore updates. 20 years ago
Junio C Hamano 81e50eabf0 [PATCH] The diff-raw format updates. 20 years ago
Junio C Hamano 38c6f78059 [PATCH] Prepare diffcore interface for diff-tree header supression. 20 years ago
Junio C Hamano 52e9578985 [PATCH] Introducing software archaeologist's tool "pickaxe". 20 years ago