aboutsummaryrefslogtreecommitdiff
path: root/builtin/blame.c
Commit message (Expand)AuthorAge
* Merge branch 'rs/code-cleaning'Junio C Hamano2014-07-22
|\
| * use commit_list_count() to count the members of commit_listsRené Scharfe2014-07-17
* | Merge branch 'jk/alloc-commit-id'Junio C Hamano2014-07-22
|\ \
| * | move setting of object->type to alloc_* functionsJeff King2014-07-13
| |/
* | Merge branch 'maint'Junio C Hamano2014-07-21
|\ \
| * | use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe2014-07-21
| * | Merge branch 'jk/commit-buffer-length' into maintJunio C Hamano2014-07-16
| |\ \
| * \ \ Merge branch 'bc/blame-crlf-test' into maintJunio C Hamano2014-06-25
| |\ \ \
* | \ \ \ Merge branch 'nd/split-index'Junio C Hamano2014-07-16
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy2014-06-13
* | | | | Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-02
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | commit: record buffer length in cacheJeff King2014-06-13
| * | | | convert logmsg_reencode to get_commit_bufferJeff King2014-06-13
| * | | | provide a helper to set the commit bufferJeff King2014-06-13
| * | | | logmsg_reencode: return const bufferJeff King2014-06-12
| * | | | do not create "struct commit" with xcallocJeff King2014-06-12
| |/ / /
* | | | Merge branch 'rs/blame-refactor'Junio C Hamano2014-06-25
|\ \ \ \
| * | | | blame: simplify prepare_lines()René Scharfe2014-06-13
| * | | | blame: factor out get_next_line()René Scharfe2014-06-13
| |/ / /
* | | | Merge branch 'bc/blame-crlf-test'Junio C Hamano2014-06-06
|\ \ \ \ | | |_|/ | |/| |
| * | | blame: correctly handle files regardless of autocrlfbrian m. carlson2014-05-08
* | | | Merge branch 'dk/blame-reorg'Junio C Hamano2014-06-06
|\ \ \ \ | |_|_|/ |/| | |
| * | | blame: large-scale performance rewriteDavid Kastrup2014-04-28
| | |/ | |/|
* | | blame: dynamic blame_date_width for different localesJiang Xin2014-04-23
* | | blame: fix broken time_buf paddings in relative timestampJiang Xin2014-04-23
|/ /
* | Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-03
|\ \
| * | object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-25
| |/
* | Merge branch 'dk/blame-janitorial'Junio C Hamano2014-02-27
|\ \
| * | builtin/blame.c::find_copy_in_blob: no need to scan for region endDavid Kastrup2014-02-25
| * | blame.c: prepare_lines should not call xrealloc for every lineDavid Kastrup2014-02-24
| * | builtin/blame.c::prepare_lines: fix allocation size of sb->linenoDavid Kastrup2014-02-24
| * | builtin/blame.c: eliminate same_suspect()David Kastrup2014-02-24
| * | builtin/blame.c: struct blame_entry does not need a prev linkDavid Kastrup2014-01-22
| |/
* | Merge branch 'ep/varscope'Junio C Hamano2014-02-27
|\ \ | |/ |/|
| * builtin/blame.c: reduce scope of variablesElia Pinto2014-01-31
* | Merge branch 'js/lift-parent-count-limit'Junio C Hamano2014-01-10
|\ \
| * | Remove the line length limit for graft filesJohannes Schindelin2013-12-27
| |/
* | Merge branch 'jk/robustify-parse-commit'Junio C Hamano2013-12-05
|\ \ | |/ |/|
| * assume parse_commit checks commit->object.parsedJeff King2013-10-24
* | pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesNguyễn Thái Ngọc Duy2013-10-28
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\ \
| * | remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-15
| * | remove diff_tree_{setup,release}_pathsNguyễn Thái Ngọc Duy2013-07-15
| |/
* | Merge branch 'es/blame-L-twice'Junio C Hamano2013-09-09
|\ \
| * | blame: teach -L/RE/ to search from end of previous -L rangeEric Sunshine2013-08-06
| * | line-range: teach -L/RE/ to search relative to anchor pointEric Sunshine2013-08-06
| * | blame: accept multiple -L rangesEric Sunshine2013-08-06
| * | blame: inline one-line function into its lone callerEric Sunshine2013-08-06
* | | Merge branch 'es/blame-L-more'Junio C Hamano2013-09-09
|\ \ \ | |/ /
| * | blame: fix -L bounds checking bugEric Sunshine2013-08-05
| |/