Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rs/blame-code-cleanup' into maint | Junio C Hamano | 2017-03-28 | 1 | -17/+8 |
|\ | |||||
| * | blame: move blame_entry duplication to add_blame_entry()rs/blame-code-cleanup | René Scharfe | 2017-03-11 | 1 | -17/+8 |
* | | use oid_to_hex_r() for converting struct object_id hashes to hex strings | René Scharfe | 2017-01-30 | 1 | -2/+2 |
* | | Merge branch 'jk/blame-fixes' | Junio C Hamano | 2017-01-18 | 1 | -10/+17 |
|\ \ | |||||
| * | | blame: output porcelain "previous" header for each filejk/blame-fixes | Jeff King | 2017-01-07 | 1 | -9/+14 |
| * | | blame: handle --no-abbrev | Jeff King | 2017-01-07 | 1 | -0/+2 |
| * | | blame: fix alignment with --abbrev=40 | Jeff King | 2017-01-07 | 1 | -1/+1 |
| |/ | |||||
* | | diff: retire "compaction" heuristicsjc/retire-compaction-heuristics | Junio C Hamano | 2016-12-23 | 1 | -3/+2 |
* | | Merge branch 'jc/blame-reverse' | Junio C Hamano | 2016-10-10 | 1 | -2/+40 |
|\ \ | |||||
| * | | blame: dwim "blame --reverse OLD" as "blame --reverse OLD.."jc/blame-reverse | Junio C Hamano | 2016-06-14 | 1 | -0/+38 |
| * | | blame: improve diagnosis for "--reverse NEW" | Junio C Hamano | 2016-06-14 | 1 | -2/+2 |
* | | | Merge branch 'jc/blame-abbrev' | Junio C Hamano | 2016-10-06 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | blame: use DEFAULT_ABBREV macrojc/blame-abbrev | Junio C Hamano | 2016-09-28 | 1 | -1/+1 |
* | | | Merge branch 'mh/diff-indent-heuristic' | Junio C Hamano | 2016-09-26 | 1 | -0/+12 |
|\ \ \ | |||||
| * | | | blame: honor the diff heuristic options and config | Michael Haggerty | 2016-09-19 | 1 | -0/+12 |
* | | | | Merge branch 'va/i18n' | Junio C Hamano | 2016-09-21 | 1 | -8/+10 |
|\ \ \ \ | |||||
| * | | | | i18n: blame: mark error messages for translation | Vasco Almeida | 2016-09-15 | 1 | -8/+10 |
| | |/ / | |/| | | |||||
* | | | | builtin/blame: convert file to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -14/+14 |
* | | | | builtin: convert textconv_object to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -6/+6 |
* | | | | builtin/blame: convert struct origin to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -20/+20 |
* | | | | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch 'mh/blame-worktree' | Junio C Hamano | 2016-08-31 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | blame: fix segfault on untracked filesmh/blame-worktree | Thomas Gummerer | 2016-08-29 | 1 | -1/+2 |
* | | | | Merge branch 'jk/parseopt-string-list' | Junio C Hamano | 2016-08-08 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | blame: drop strdup of string literaljk/parseopt-string-list | Eric Sunshine | 2016-08-03 | 1 | -1/+1 |
* | | | | | Merge branch 'jk/reflog-date' | Junio C Hamano | 2016-08-08 | 1 | -0/+3 |
|\ \ \ \ \ | |||||
| * | | | | | date: add "unix" format | Jeff King | 2016-07-27 | 1 | -0/+3 |
| * | | | | | Merge branch 'jc/deref-tag' into maint | Junio C Hamano | 2016-07-06 | 1 | -4/+2 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'mh/blame-worktree' | Junio C Hamano | 2016-07-25 | 1 | -1/+9 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | blame: allow to blame paths freshly added to the index | Mike Hommey | 2016-07-18 | 1 | -1/+9 |
| | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Merge branch 'tb/blame-force-read-cache-to-workaround-safe-crlf' into maint | Junio C Hamano | 2016-04-29 | 1 | -0/+1 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'bc/cocci' | Junio C Hamano | 2016-07-19 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | diff: convert struct diff_filespec to struct object_id | brian m. carlson | 2016-06-28 | 1 | -3/+3 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'dk/blame-move-no-reason-for-1-line-context' | Junio C Hamano | 2016-07-19 | 1 | -4/+3 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | blame: require 0 context lines while finding moved lines with -Mks/blame-move-no-reason-for-1-line-contextdk/blame-move-no-reason-for-1-line-context | David Kastrup | 2016-05-29 | 1 | -4/+3 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jk/string-list-static-init' | Junio C Hamano | 2016-07-06 | 1 | -7/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | use string_list initializer consistentlyjk/string-list-static-init | Jeff King | 2016-06-13 | 1 | -1/+1 |
| * | | | | | | Merge branch 'jk/parseopt-string-list' into jk/string-list-static-init | Junio C Hamano | 2016-06-13 | 1 | -6/+6 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | | | |||||
| | * | | | | blame,shortlog: don't make local option variables static | Jeff King | 2016-06-13 | 1 | -6/+6 |
* | | | | | | Merge branch 'jc/deref-tag' | Junio C Hamano | 2016-06-27 | 1 | -4/+2 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | blame, line-log: do not loop around deref_tag()jc/deref-tag | Junio C Hamano | 2016-06-14 | 1 | -4/+2 |
* | | | | | | pathspec: rename free_pathspec() to clear_pathspec()jc/clear-pathspec | Junio C Hamano | 2016-06-02 | 1 | -3/+3 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge branch 'tb/blame-force-read-cache-to-workaround-safe-crlf' | Junio C Hamano | 2016-04-13 | 1 | -0/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | |||||
| * | | | correct blame for files commited with CRLFtb/blame-force-read-cache-to-workaround-safe-crlf | Torsten Bögershausen | 2016-04-05 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 2016-02-26 | 1 | -4/+3 |
|\ \ \ | |||||
| * | | | convert trivial cases to FLEX_ARRAY macros | Jeff King | 2016-02-22 | 1 | -3/+1 |
| * | | | convert trivial cases to ALLOC_ARRAY | Jeff King | 2016-02-22 | 1 | -1/+2 |
* | | | | Merge branch 'nd/ita-cleanup' | Junio C Hamano | 2016-01-20 | 1 | -5/+0 |
|\ \ \ \ | |||||
| * | | | | blame: remove obsolete comment | Nguyễn Thái Ngọc Duy | 2015-08-25 | 1 | -5/+0 |
* | | | | | Merge branch 'ea/blame-progress' | Junio C Hamano | 2016-01-12 | 1 | -4/+30 |
|\ \ \ \ \ | |_|/ / / |/| | | | |