aboutsummaryrefslogtreecommitdiff
path: root/builtin/blame.c
Commit message (Expand)AuthorAge
* Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-26
* Merge branch 'rs/blame-code-cleanup'Junio C Hamano2017-03-17
|\
| * blame: move blame_entry duplication to add_blame_entry()René Scharfe2017-03-11
* | use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe2017-01-30
* | Merge branch 'jk/blame-fixes'Junio C Hamano2017-01-18
|\ \
| * | blame: output porcelain "previous" header for each fileJeff King2017-01-07
| * | blame: handle --no-abbrevJeff King2017-01-07
| * | blame: fix alignment with --abbrev=40Jeff King2017-01-07
| |/
* | diff: retire "compaction" heuristicsJunio C Hamano2016-12-23
* | Merge branch 'jc/blame-reverse'Junio C Hamano2016-10-10
|\ \
| * | blame: dwim "blame --reverse OLD" as "blame --reverse OLD.."Junio C Hamano2016-06-14
| * | blame: improve diagnosis for "--reverse NEW"Junio C Hamano2016-06-14
* | | Merge branch 'jc/blame-abbrev'Junio C Hamano2016-10-06
|\ \ \ | | |/ | |/|
| * | blame: use DEFAULT_ABBREV macroJunio C Hamano2016-09-28
* | | Merge branch 'mh/diff-indent-heuristic'Junio C Hamano2016-09-26
|\ \ \
| * | | blame: honor the diff heuristic options and configMichael Haggerty2016-09-19
* | | | Merge branch 'va/i18n'Junio C Hamano2016-09-21
|\ \ \ \
| * | | | i18n: blame: mark error messages for translationVasco Almeida2016-09-15
| | |/ / | |/| |
* | | | builtin/blame: convert file to use struct object_idbrian m. carlson2016-09-07
* | | | builtin: convert textconv_object to use struct object_idbrian m. carlson2016-09-07
* | | | builtin/blame: convert struct origin to use struct object_idbrian m. carlson2016-09-07
* | | | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-07
|/ / /
* | | Merge branch 'mh/blame-worktree'Junio C Hamano2016-08-31
|\ \ \
| * | | blame: fix segfault on untracked filesThomas Gummerer2016-08-29
* | | | Merge branch 'jk/parseopt-string-list'Junio C Hamano2016-08-08
|\ \ \ \
| * | | | blame: drop strdup of string literalEric Sunshine2016-08-03
* | | | | Merge branch 'jk/reflog-date'Junio C Hamano2016-08-08
|\ \ \ \ \
| * | | | | date: add "unix" formatJeff King2016-07-27
| * | | | | Merge branch 'jc/deref-tag' into maintJunio C Hamano2016-07-06
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'mh/blame-worktree'Junio C Hamano2016-07-25
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | blame: allow to blame paths freshly added to the indexMike Hommey2016-07-18
| | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'tb/blame-force-read-cache-to-workaround-safe-crlf' into maintJunio C Hamano2016-04-29
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'bc/cocci'Junio C Hamano2016-07-19
|\ \ \ \ \ \ \
| * | | | | | | diff: convert struct diff_filespec to struct object_idbrian m. carlson2016-06-28
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'dk/blame-move-no-reason-for-1-line-context'Junio C Hamano2016-07-19
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | blame: require 0 context lines while finding moved lines with -MDavid Kastrup2016-05-29
| |/ / / / /
* | | | | | Merge branch 'jk/string-list-static-init'Junio C Hamano2016-07-06
|\ \ \ \ \ \
| * | | | | | use string_list initializer consistentlyJeff King2016-06-13
| * | | | | | Merge branch 'jk/parseopt-string-list' into jk/string-list-static-initJunio C Hamano2016-06-13
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | blame,shortlog: don't make local option variables staticJeff King2016-06-13
* | | | | | Merge branch 'jc/deref-tag'Junio C Hamano2016-06-27
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | blame, line-log: do not loop around deref_tag()Junio C Hamano2016-06-14
* | | | | | pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano2016-06-02
| |/ / / / |/| | | |
* | | | | Merge branch 'tb/blame-force-read-cache-to-workaround-safe-crlf'Junio C Hamano2016-04-13
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | correct blame for files commited with CRLFTorsten Bögershausen2016-04-05
| |/ /
* | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \ \
| * | | convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-22
| * | | convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
* | | | Merge branch 'nd/ita-cleanup'Junio C Hamano2016-01-20
|\ \ \ \
| * | | | blame: remove obsolete commentNguyễn Thái Ngọc Duy2015-08-25