Age | Commit message (Expand) | Author | Files | Lines |
2016-09-21 | Merge branch 'va/i18n' | Junio C Hamano | 1 | -8/+10 |
2016-09-15 | i18n: blame: mark error messages for translation | Vasco Almeida | 1 | -8/+10 |
2016-09-07 | builtin/blame: convert file to use struct object_id | brian m. carlson | 1 | -14/+14 |
2016-09-07 | builtin: convert textconv_object to use struct object_id | brian m. carlson | 1 | -6/+6 |
2016-09-07 | builtin/blame: convert struct origin to use struct object_id | brian m. carlson | 1 | -20/+20 |
2016-09-07 | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 1 | -1/+1 |
2016-08-31 | Merge branch 'mh/blame-worktree' | Junio C Hamano | 1 | -1/+2 |
2016-08-29 | blame: fix segfault on untracked files | Thomas Gummerer | 1 | -1/+2 |
2016-08-08 | Merge branch 'jk/parseopt-string-list' | Junio C Hamano | 1 | -1/+1 |
2016-08-08 | Merge branch 'jk/reflog-date' | Junio C Hamano | 1 | -0/+3 |
2016-08-03 | blame: drop strdup of string literal | Eric Sunshine | 1 | -1/+1 |
2016-07-27 | date: add "unix" format | Jeff King | 1 | -0/+3 |
2016-07-25 | Merge branch 'mh/blame-worktree' | Junio C Hamano | 1 | -1/+9 |
2016-07-19 | Merge branch 'bc/cocci' | Junio C Hamano | 1 | -3/+3 |
2016-07-19 | Merge branch 'dk/blame-move-no-reason-for-1-line-context' | Junio C Hamano | 1 | -4/+3 |
2016-07-18 | blame: allow to blame paths freshly added to the index | Mike Hommey | 1 | -1/+9 |
2016-07-06 | Merge branch 'jk/string-list-static-init' | Junio C Hamano | 1 | -7/+7 |
2016-07-06 | Merge branch 'jc/deref-tag' into maint | Junio C Hamano | 1 | -4/+2 |
2016-06-28 | diff: convert struct diff_filespec to struct object_id | brian m. carlson | 1 | -3/+3 |
2016-06-27 | Merge branch 'jc/deref-tag' | Junio C Hamano | 1 | -4/+2 |
2016-06-14 | blame, line-log: do not loop around deref_tag() | Junio C Hamano | 1 | -4/+2 |
2016-06-13 | use string_list initializer consistently | Jeff King | 1 | -1/+1 |
2016-06-13 | Merge branch 'jk/parseopt-string-list' into jk/string-list-static-init | Junio C Hamano | 1 | -6/+6 |
2016-06-13 | blame,shortlog: don't make local option variables static | Jeff King | 1 | -6/+6 |
2016-06-02 | pathspec: rename free_pathspec() to clear_pathspec() | Junio C Hamano | 1 | -3/+3 |
2016-05-29 | blame: require 0 context lines while finding moved lines with -M | David Kastrup | 1 | -4/+3 |
2016-04-29 | Merge branch 'tb/blame-force-read-cache-to-workaround-safe-crlf' into maint | Junio C Hamano | 1 | -0/+1 |
2016-04-13 | Merge branch 'tb/blame-force-read-cache-to-workaround-safe-crlf' | Junio C Hamano | 1 | -0/+1 |
2016-04-05 | correct blame for files commited with CRLF | Torsten Bögershausen | 1 | -0/+1 |
2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -4/+3 |
2016-02-22 | convert trivial cases to FLEX_ARRAY macros | Jeff King | 1 | -3/+1 |
2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -1/+2 |
2016-01-20 | Merge branch 'nd/ita-cleanup' | Junio C Hamano | 1 | -5/+0 |
2016-01-12 | Merge branch 'ea/blame-progress' | Junio C Hamano | 1 | -4/+30 |
2015-12-16 | blame: add support for --[no-]progress option | Edmundo Carmona Antoranz | 1 | -4/+30 |
2015-12-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -28/+28 |
2015-12-01 | Merge branch 'mk/blame-first-parent' | Jeff King | 1 | -16/+14 |
2015-11-24 | blame: fix object casting regression | Jeff King | 1 | -16/+14 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -12/+12 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -16/+16 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -12/+12 |
2015-11-03 | Merge branch 'mk/blame-error-message' into maint | Junio C Hamano | 1 | -1/+1 |
2015-11-03 | Merge branch 'mk/blame-first-parent' | Junio C Hamano | 1 | -14/+47 |
2015-10-30 | blame: allow blame --reverse --first-parent when it makes sense | Max Kirillov | 1 | -2/+30 |
2015-10-30 | blame: extract find_single_final | Max Kirillov | 1 | -12/+17 |
2015-10-30 | Merge branch 'mk/blame-error-message' | Junio C Hamano | 1 | -1/+1 |
2015-10-26 | blame: fix option name in error message | Max Kirillov | 1 | -1/+1 |
2015-10-20 | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 1 | -6/+7 |
2015-10-16 | Merge branch 'jk/blame-first-parent' into maint | Junio C Hamano | 1 | -1/+10 |
2015-10-05 | Sync with 2.6.1 | Junio C Hamano | 1 | -2/+7 |