index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
diffcore-pickaxe.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xdiff-interface: replace discard_hunk_line() with a flag
Ævar Arnfjörð Bjarmason
2021-05-11
1
-1
/
+2
*
pickaxe -G: don't special-case create/delete
Ævar Arnfjörð Bjarmason
2021-05-11
1
-11
/
+1
*
pickaxe -G: terminate early on matching lines
Ævar Arnfjörð Bjarmason
2021-05-11
1
-11
/
+19
*
xdiff-interface: prepare for allowing early return
Ævar Arnfjörð Bjarmason
2021-05-11
1
-3
/
+4
*
pickaxe -S: slightly optimize contains()
Ævar Arnfjörð Bjarmason
2021-05-11
1
-3
/
+10
*
pickaxe: rename variables in has_changes() for brevity
Ævar Arnfjörð Bjarmason
2021-05-11
1
-3
/
+3
*
pickaxe -S: support content with NULs under --pickaxe-regex
Ævar Arnfjörð Bjarmason
2021-05-11
1
-2
/
+2
*
pickaxe: assert that we must have a needle under -G or -S
Ævar Arnfjörð Bjarmason
2021-05-11
1
-3
/
+3
*
pickaxe: refactor function selection in diffcore-pickaxe()
Ævar Arnfjörð Bjarmason
2021-05-11
1
-2
/
+21
*
pickaxe/style: consolidate declarations and assignments
Ævar Arnfjörð Bjarmason
2021-05-11
1
-7
/
+3
*
Merge branch 'tb/log-G-binary'
Junio C Hamano
2019-01-15
1
-0
/
+6
|
\
|
*
log -G: ignore binary files
Thomas Braun
2018-12-26
1
-0
/
+6
*
|
Merge branch 'nd/the-index'
Junio C Hamano
2019-01-04
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
notes-cache.c: remove the_repository references
Nguyễn Thái Ngọc Duy
2018-11-12
1
-2
/
+2
*
|
Merge branch 'jk/xdiff-interface'
Junio C Hamano
2018-11-13
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
diff: avoid generating unused hunk header lines
Jeff King
2018-11-05
1
-1
/
+2
|
*
xdiff-interface: provide a separate consume callback for hunks
Jeff King
2018-11-02
1
-1
/
+1
*
|
userdiff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-2
/
+2
*
|
diff.c: remove the_index dependency in textconv() functions
Nguyễn Thái Ngọc Duy
2018-09-21
1
-2
/
+2
|
/
*
regex: do not call `regfree()` if compilation fails
Martin Ågren
2018-05-21
1
-1
/
+0
*
diff: properly error out when combining multiple pickaxe options
Stefan Beller
2018-01-05
1
-1
/
+0
*
diffcore: add a pickaxe option to find a specific blob
Stefan Beller
2018-01-05
1
-18
/
+27
*
diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bit
Stefan Beller
2018-01-05
1
-3
/
+3
*
diff: make struct diff_flags members lowercase
Brandon Williams
2017-11-01
1
-4
/
+4
*
diff: remove DIFF_OPT_TST macro
Brandon Williams
2017-11-01
1
-4
/
+4
*
Merge branch 'js/regexec-buf'
Junio C Hamano
2017-03-24
1
-2
/
+5
|
\
|
*
pickaxe: fix segfault with '-S<...> --pickaxe-regex'
SZEDER Gábor
2017-03-18
1
-2
/
+5
*
|
Merge branch 'js/regexec-buf'
Junio C Hamano
2016-09-27
1
-10
/
+8
|
\
|
|
*
regex: use regexec_buf()
Johannes Schindelin
2016-09-21
1
-10
/
+8
*
|
diffcore-pickaxe: support case insensitive match on non-ascii
Nguyễn Thái Ngọc Duy
2016-07-01
1
-0
/
+11
*
|
diffcore-pickaxe: Add regcomp_or_die()
Nguyễn Thái Ngọc Duy
2016-07-01
1
-9
/
+13
|
/
*
react to errors in xdi_diff
Jeff King
2015-09-28
1
-2
/
+2
*
pickaxe: simplify kwset loop in contains()
René Scharfe
2014-03-24
1
-5
/
+2
*
pickaxe: call strlen only when necessary in diffcore_pickaxe_count()
René Scharfe
2014-03-24
1
-2
/
+1
*
pickaxe: move pickaxe() after pickaxe_match()
René Scharfe
2014-03-24
1
-41
/
+38
*
pickaxe: merge diffcore_pickaxe_grep() and diffcore_pickaxe_count() into diff...
René Scharfe
2014-03-24
1
-37
/
+7
*
pickaxe: honor -i when used with -S and --pickaxe-regex
René Scharfe
2014-03-24
1
-1
/
+4
*
Merge branch 'rs/pickaxe-simplify'
Junio C Hamano
2013-07-12
1
-7
/
+4
|
\
|
*
diffcore-pickaxe: simplify has_changes and contains
René Scharfe
2013-07-07
1
-7
/
+4
*
|
diffcore-pickaxe: make error messages more consistent
Ramkumar Ramachandra
2013-06-03
1
-2
/
+2
|
/
*
diffcore-pickaxe: unify code for log -S/-G
Jeff King
2013-04-05
1
-69
/
+49
*
diffcore-pickaxe: fix leaks in "log -S<block>" and "log -G<pattern>"
Junio C Hamano
2013-04-05
1
-5
/
+7
*
diffcore-pickaxe: port optimization from has_changes() to diff_grep()
Junio C Hamano
2013-04-05
1
-1
/
+6
*
diffcore-pickaxe: respect --no-textconv
Simon Ruderich
2013-04-05
1
-4
/
+8
*
diffcore-pickaxe: remove fill_one()
Jeff King
2013-04-05
1
-20
/
+10
*
diffcore-pickaxe: remove unnecessary call to get_textconv()
Simon Ruderich
2013-04-05
1
-9
/
+14
*
pickaxe: use textconv for -S counting
Jeff King
2012-10-28
1
-17
/
+39
*
pickaxe: hoist empty needle check
Jeff King
2012-10-28
1
-2
/
+3
*
diff_grep: use textconv buffers for add/deleted files
Jeff King
2012-10-28
1
-2
/
+2
*
pickaxe: allow -i to search in patch case-insensitively
Junio C Hamano
2012-02-29
1
-2
/
+7
[next]