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