Merge git://git.kernel.org/pub/scm/gitk/gitk
[gitweb.git] / builtin-pickaxe.c
2006-11-08 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-11-08 Merge branch 'maint'
2006-11-08 Merge branch 'jc/pickaxe'
2006-11-08 git-pickaxe: allow "-L <something>,+N"
2006-11-07 git-pickaxe: -L /regexp/,/regexp/
2006-11-05 git-pickaxe: optimize by avoiding repeated read_sha1_fi...
2006-11-05 git-pickaxe: fix origin refcounting
2006-11-05 git-pickaxe: re-scan the blob after making progress...
2006-11-04 git-pickaxe: re-scan the blob after making progress...
2006-11-04 git-pickaxe: simplify Octopus merges further
2006-11-04 git-pickaxe: rename detection optimization
2006-11-02 git-pickaxe: work properly in a subdirectory.
2006-10-31 git-pickaxe: cache one already found path per commit.
2006-10-31 git-pickaxe: split find_origin() into find_rename(...
2006-10-30 git-pickaxe: tighten sanity checks.
2006-10-30 git-pickaxe: refcount origin correctly in find_copy_in_...
2006-10-30 git-pickaxe: allow -Ln,m as well as -L n,m
2006-10-29 git-pickaxe: WIP to refcount origin structure.
2006-10-21 git-pickaxe: swap comparison loop used for -C
2006-10-21 git-pickaxe: get rid of wasteful find_origin().
2006-10-21 git-pickaxe: do not confuse two origins that are the...
2006-10-21 git-pickaxe: do not keep commit buffer.
2006-10-21 git-pickaxe: introduce heuristics to avoid "trivial...
2006-10-21 git-pickaxe: improve "best match" heuristics
2006-10-21 git-pickaxe: fix nth_line()
2006-10-20 git-pickaxe -C: blame cut-and-pasted lines.
2006-10-20 git-pickaxe -M: blame line movements within a file.
2006-10-20 git-pickaxe: blame rewritten.