1. e4aab50 pickaxe: simplify kwset loop in contains() by René Scharfe · 11 years ago
  2. 542b2aa pickaxe: call strlen only when necessary in diffcore_pickaxe_count() by René Scharfe · 11 years ago
  3. 3753bd1 pickaxe: move pickaxe() after pickaxe_match() by René Scharfe · 11 years ago
  4. 63b52af pickaxe: merge diffcore_pickaxe_grep() and diffcore_pickaxe_count() into diffcore_pickaxe() by René Scharfe · 11 years ago
  5. 218c45a pickaxe: honor -i when used with -S and --pickaxe-regex by René Scharfe · 11 years ago
  6. d5a3897 Merge branch 'rs/pickaxe-simplify' by Junio C Hamano · 12 years ago
  7. 3bdb5b9 diffcore-pickaxe: simplify has_changes and contains by René Scharfe · 12 years ago
  8. 276b22d diffcore-pickaxe: make error messages more consistent by Ramkumar Ramachandra · 12 years ago
  9. 61690bf diffcore-pickaxe: unify code for log -S/-G by Jeff King · 12 years ago
  10. 88ff684 diffcore-pickaxe: fix leaks in "log -S<block>" and "log -G<pattern>" by Junio C Hamano · 12 years ago
  11. ebb7226 diffcore-pickaxe: port optimization from has_changes() to diff_grep() by Junio C Hamano · 12 years ago
  12. a8f6109 diffcore-pickaxe: respect --no-textconv by Simon Ruderich · 12 years ago
  13. 7cdb9b4 diffcore-pickaxe: remove fill_one() by Jeff King · 12 years ago
  14. bc61589 diffcore-pickaxe: remove unnecessary call to get_textconv() by Simon Ruderich · 12 years ago
  15. ef90ab6 pickaxe: use textconv for -S counting by Jeff King · 12 years ago
  16. 8fa4b09 pickaxe: hoist empty needle check by Jeff King · 12 years ago
  17. b1c2f57 diff_grep: use textconv buffers for add/deleted files by Jeff King · 12 years ago
  18. accccde pickaxe: allow -i to search in patch case-insensitively by Junio C Hamano · 13 years ago
  19. 8a94151 pickaxe: factor out pickaxe by René Scharfe · 13 years ago
  20. db99cb7 pickaxe: give diff_grep the same signature as has_changes by René Scharfe · 13 years ago
  21. 5d176fb pickaxe: pass diff_options to contains and has_changes by René Scharfe · 13 years ago
  22. 15dafaf pickaxe: factor out has_changes by René Scharfe · 13 years ago
  23. 8e854b0 pickaxe: plug regex/kws leak by René Scharfe · 13 years ago
  24. 2b5f07f pickaxe: plug regex leak by René Scharfe · 13 years ago
  25. 05ac978 pickaxe: plug diff filespec leak with empty needle by René Scharfe · 13 years ago
  26. b95c5ad Use kwset in pickaxe by Fredrik Kuivinen · 14 years ago
  27. 8520913 diffcore-pickaxe.c: a void function shouldn't try to return something by Brandon Casey · 14 years ago
  28. 90215bf Merge branch 'maint' by Junio C Hamano · 14 years ago
  29. 95ae69b diffcore-pickaxe.c: remove unnecessary curly braces by Brandon Casey · 14 years ago
  30. f506b8e git log/diff: add -G<regexp> that greps in the patch text by Junio C Hamano · 15 years ago
  31. 382f013 diff: pass the entire diff-options to diffcore_pickaxe() by Junio C Hamano · 15 years ago
  32. 9ca5df9 Add a macro DIFF_QUEUE_CLEAR. by Bo Yang · 15 years ago
  33. 50fd699 pickaxe: count regex matches only once by René Scharfe · 16 years ago
  34. ce163c7 diffcore-pickaxe: use memmem() by René Scharfe · 16 years ago
  35. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  36. a0cb940 diff -S: release the image after looking for needle in it by Junio C Hamano · 18 years ago
  37. e1b1611 diffcore-pickaxe: fix infinite loop on zero-length needle by Jeff King · 18 years ago
  38. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  39. 46b8dec On some platforms, certain headers need to be included before regex.h by Johannes Schindelin · 19 years ago
  40. d01d8c6 Support for pickaxe matching regular expressions by Petr Baudis · 19 years ago
  41. 2002eed [PATCH] diffcore-pickaxe: switch to "counting" behaviour. by Junio C Hamano · 20 years ago
  42. 844e6e4 [PATCH] Do not include unused header files. by Junio C Hamano · 20 years ago
  43. f0c6b2a [PATCH] Optimize diff-tree -[CM] --stdin by Junio C Hamano · 20 years ago
  44. 367cec1 [PATCH] Add --pickaxe-all to diff-* brothers. by Junio C Hamano · 20 years ago
  45. 226406f [PATCH] Introduce diff_free_filepair() funcion. by Junio C Hamano · 20 years ago
  46. 046aa64 [PATCH] Performance fix for pickaxe. by Junio C Hamano · 20 years ago
  47. f7c1512 [PATCH] Rename/copy detection fix. by Junio C Hamano · 20 years ago
  48. 6b14d7f [PATCH] Diffcore updates. by Junio C Hamano · 20 years ago
  49. 81e50ea [PATCH] The diff-raw format updates. by Junio C Hamano · 20 years ago
  50. 38c6f78 [PATCH] Prepare diffcore interface for diff-tree header supression. by Junio C Hamano · 20 years ago
  51. 52e9578 [PATCH] Introducing software archaeologist's tool "pickaxe". by Junio C Hamano · 20 years ago