summaryrefslogtreecommitdiff
path: root/builtin/blame.c
AgeCommit message (Expand)Author
2015-09-29Sync with v2.5.4Junio C Hamano
2015-09-28Sync with 2.4.10Junio C Hamano
2015-09-28Sync with 2.3.10Junio C Hamano
2015-09-28react to errors in xdi_diffJeff King
2015-08-10memoize common git-path "constant" filesJeff King
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano
2015-08-03Merge branch 'mh/init-delete-refs-api'Junio C Hamano
2015-06-29introduce "format" date-modeJeff King
2015-06-29convert "enum date_mode" into a structJeff King
2015-06-24Merge branch 'qn/blame-show-email'Junio C Hamano
2015-06-22refs: move the remaining ref module declarations to refs.hMichael Haggerty
2015-06-16Merge branch 'ah/usage-strings' into maintJunio C Hamano
2015-06-16Merge branch 'rs/janitorial' into maintJunio C Hamano
2015-06-05Merge branch 'tb/blame-resurrect-convert-to-git' into maintJunio C Hamano
2015-06-01blame: add blame.showEmail configurationQuentin Neill
2015-06-01Merge branch 'rs/janitorial'Junio C Hamano
2015-06-01Merge branch 'ah/usage-strings'Junio C Hamano
2015-05-20use file_exists() to check if a file exists in the worktreeRené Scharfe
2015-05-11Merge branch 'tb/blame-resurrect-convert-to-git'Junio C Hamano
2015-05-03blame, log: format usage strings similarly to those in documentationAlex Henrie
2015-05-03blame: CRLF in the working tree and LF in the repoTorsten Bögershausen
2015-03-05Merge branch 'es/blame-commit-info-fix' into maintJunio C Hamano
2015-02-25Merge branch 'jk/blame-commit-label' into maintJunio C Hamano
2015-02-22Merge branch 'es/blame-commit-info-fix'Junio C Hamano
2015-02-11Merge branch 'ah/usage-strings'Junio C Hamano
2015-02-11Merge branch 'jk/blame-commit-label'Junio C Hamano
2015-02-10builtin/blame: destroy initialized commit_info onlyEric Sunshine
2015-01-14standardize usage info string formatAlex Henrie
2015-01-13blame.c: fix garbled error messageLukas Fleischer
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-09-19Merge branch 'bb/date-iso-strict'Junio C Hamano
2014-09-09Merge branch 'sb/blame-msg-i18n'Junio C Hamano
2014-08-29pretty: provide a strict ISO 8601 date formatBeat Bolli
2014-08-12builtin/blame.c: add translation to warning about failed revision walkStefan Beller
2014-07-28move setting of object->type to alloc_* functionsJeff King
2014-07-22Merge branch 'rs/code-cleaning'Junio C Hamano
2014-07-22Merge branch 'jk/alloc-commit-id'Junio C Hamano
2014-07-21Merge branch 'maint'Junio C Hamano
2014-07-21use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe
2014-07-17use commit_list_count() to count the members of commit_listsRené Scharfe
2014-07-16Merge branch 'nd/split-index'Junio C Hamano
2014-07-16Merge branch 'jk/commit-buffer-length' into maintJunio C Hamano
2014-07-14move setting of object->type to alloc_* functionsJeff King
2014-07-02Merge branch 'jk/commit-buffer-length'Junio C Hamano
2014-06-25Merge branch 'rs/blame-refactor'Junio C Hamano
2014-06-25Merge branch 'bc/blame-crlf-test' into maintJunio C Hamano
2014-06-13blame: simplify prepare_lines()René Scharfe
2014-06-13blame: factor out get_next_line()René Scharfe
2014-06-13commit: record buffer length in cacheJeff King
2014-06-13convert logmsg_reencode to get_commit_bufferJeff King