Age | Commit message (Expand) | Author | Files | Lines |
2015-02-22 | Merge branch 'es/blame-commit-info-fix' | Junio C Hamano | 1 | -3/+2 |
2015-02-11 | Merge branch 'ah/usage-strings' | Junio C Hamano | 1 | -2/+2 |
2015-02-11 | Merge branch 'jk/blame-commit-label' | Junio C Hamano | 1 | -5/+7 |
2015-02-10 | builtin/blame: destroy initialized commit_info only | Eric Sunshine | 1 | -3/+2 |
2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -2/+2 |
2015-01-13 | blame.c: fix garbled error message | Lukas Fleischer | 1 | -5/+7 |
2014-10-15 | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 1 | -1/+1 |
2014-09-19 | Merge branch 'bb/date-iso-strict' | Junio C Hamano | 1 | -0/+3 |
2014-09-09 | Merge branch 'sb/blame-msg-i18n' | Junio C Hamano | 1 | -1/+1 |
2014-08-29 | pretty: provide a strict ISO 8601 date format | Beat Bolli | 1 | -0/+3 |
2014-08-12 | builtin/blame.c: add translation to warning about failed revision walk | Stefan Beller | 1 | -1/+1 |
2014-07-22 | Merge branch 'rs/code-cleaning' | Junio C Hamano | 1 | -4/+1 |
2014-07-22 | Merge branch 'jk/alloc-commit-id' | Junio C Hamano | 1 | -1/+0 |
2014-07-21 | Merge branch 'maint' | Junio C Hamano | 1 | -4/+1 |
2014-07-21 | use xmemdupz() to allocate copies of strings given by start and length | René Scharfe | 1 | -4/+1 |
2014-07-17 | use commit_list_count() to count the members of commit_lists | René Scharfe | 1 | -4/+1 |
2014-07-16 | Merge branch 'nd/split-index' | Junio C Hamano | 1 | -1/+1 |
2014-07-16 | Merge branch 'jk/commit-buffer-length' into maint | Junio C Hamano | 1 | -5/+17 |
2014-07-13 | move setting of object->type to alloc_* functions | Jeff King | 1 | -1/+0 |
2014-07-02 | Merge branch 'jk/commit-buffer-length' | Junio C Hamano | 1 | -5/+17 |
2014-06-25 | Merge branch 'rs/blame-refactor' | Junio C Hamano | 1 | -28/+14 |
2014-06-25 | Merge branch 'bc/blame-crlf-test' into maint | Junio C Hamano | 1 | -1/+0 |
2014-06-13 | blame: simplify prepare_lines() | René Scharfe | 1 | -13/+7 |
2014-06-13 | blame: factor out get_next_line() | René Scharfe | 1 | -18/+10 |
2014-06-13 | commit: record buffer length in cache | Jeff King | 1 | -1/+13 |
2014-06-13 | convert logmsg_reencode to get_commit_buffer | Jeff King | 1 | -2/+2 |
2014-06-13 | provide a helper to set the commit buffer | Jeff King | 1 | -1/+1 |
2014-06-13 | cache-tree: mark istate->cache_changed on cache tree invalidation | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-06-12 | logmsg_reencode: return const buffer | Jeff King | 1 | -1/+1 |
2014-06-12 | do not create "struct commit" with xcalloc | Jeff King | 1 | -1/+1 |
2014-06-06 | Merge branch 'bc/blame-crlf-test' | Junio C Hamano | 1 | -1/+0 |
2014-06-06 | Merge branch 'dk/blame-reorg' | Junio C Hamano | 1 | -298/+567 |
2014-05-08 | blame: correctly handle files regardless of autocrlf | brian m. carlson | 1 | -1/+0 |
2014-04-28 | blame: large-scale performance rewrite | David Kastrup | 1 | -298/+567 |
2014-04-23 | blame: dynamic blame_date_width for different locales | Jiang Xin | 1 | -1/+8 |
2014-04-23 | blame: fix broken time_buf paddings in relative timestamp | Jiang Xin | 1 | -7/+14 |
2014-04-03 | Merge branch 'nd/log-show-linear-break' | Junio C Hamano | 1 | -1/+1 |
2014-03-25 | object.h: centralize object flag allocation | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-02-27 | Merge branch 'dk/blame-janitorial' | Junio C Hamano | 1 | -51/+42 |
2014-02-27 | Merge branch 'ep/varscope' | Junio C Hamano | 1 | -3/+3 |
2014-02-25 | builtin/blame.c::find_copy_in_blob: no need to scan for region end | David Kastrup | 1 | -8/+1 |
2014-02-24 | blame.c: prepare_lines should not call xrealloc for every line | David Kastrup | 1 | -15/+31 |
2014-02-24 | builtin/blame.c::prepare_lines: fix allocation size of sb->lineno | David Kastrup | 1 | -2/+2 |
2014-02-24 | builtin/blame.c: eliminate same_suspect() | David Kastrup | 1 | -17/+8 |
2014-01-31 | builtin/blame.c: reduce scope of variables | Elia Pinto | 1 | -3/+3 |
2014-01-22 | builtin/blame.c: struct blame_entry does not need a prev link | David Kastrup | 1 | -11/+2 |
2014-01-10 | Merge branch 'js/lift-parent-count-limit' | Junio C Hamano | 1 | -4/+4 |
2013-12-27 | Remove the line length limit for graft files | Johannes Schindelin | 1 | -4/+4 |
2013-12-05 | Merge branch 'jk/robustify-parse-commit' | Junio C Hamano | 1 | -2/+1 |
2013-10-28 | pathspec: stop --*-pathspecs impact on internal parse_pathspec() uses | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |