| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'tm/line-log-first-parent' | Junio C Hamano | 2014-11-06 | 1 | -0/+3 |
|\ |
|
| * | line-log: fix crash when --first-parent is usedtm/line-log-first-parent | Tzvetan Mikov | 2014-11-04 | 1 | -0/+3 |
* | | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-array | René Scharfe | 2014-09-18 | 1 | -1/+1 |
* | | use commit_list_count() to count the members of commit_lists | René Scharfe | 2014-07-17 | 1 | -12/+1 |
* | | line-log: use commit_list_append() instead of duplicating its code | René Scharfe | 2014-07-08 | 1 | -3/+1 |
* | | line-log: convert to using diff_tree_sha1() | Kirill Smelkov | 2014-02-05 | 1 | -24/+2 |
* | | Merge branch 'nd/magic-pathspec' | Junio C Hamano | 2013-10-30 | 1 | -1/+2 |
|\ \ |
|
| * | | Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flags | Nguyễn Thái Ngọc Duy | 2013-10-22 | 1 | -1/+2 |
* | | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | line-log: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+1 |
* | | | log: teach -L/RE/ to search from end of previous -L range | Eric Sunshine | 2013-08-06 | 1 | -3/+12 |
* | | | line-range: teach -L/RE/ to search relative to anchor point | Eric Sunshine | 2013-08-06 | 1 | -1/+1 |
* | | | range-set: publish API for re-use by git-blame -L | Eric Sunshine | 2013-08-06 | 1 | -5/+5 |
* | | | log: fix -L bounds checking bug | Eric Sunshine | 2013-08-05 | 1 | -2/+2 |
| |/
|/| |
|
* | | line-log: fix "log -LN" crash when N is last line of filees/line-log-further-fixes | Eric Sunshine | 2013-07-23 | 1 | -0/+1 |
* | | range-set: satisfy non-empty ranges invariant | Eric Sunshine | 2013-07-23 | 1 | -0/+2 |
* | | range-set: fix sort_and_merge_range_set() corner case bug | Eric Sunshine | 2013-07-23 | 1 | -3/+3 |
* | | range_set: fix coalescing bug when range is a subset of anotheres/overlapping-range-set | Eric Sunshine | 2013-07-09 | 1 | -1/+2 |
|/ |
|
* | log -L: improve comments in process_all_files() | Thomas Rast | 2013-04-12 | 1 | -3/+16 |
* | log -L: store the path instead of a diff_filespec | Thomas Rast | 2013-04-12 | 1 | -21/+24 |
* | log -L: fix overlapping input ranges | Thomas Rast | 2013-04-05 | 1 | -7/+10 |
* | log -L: check range set invariants when we look it up | Thomas Rast | 2013-04-05 | 1 | -0/+26 |
* | Speed up log -L... -M | Thomas Rast | 2013-03-28 | 1 | -4/+52 |
* | log -L: :pattern:file syntax to find by funcname | Thomas Rast | 2013-03-28 | 1 | -2/+3 |
* | Implement line-history search (git log -L) | Thomas Rast | 2013-03-28 | 1 | -0/+1179 |