aboutsummaryrefslogtreecommitdiff
path: root/builtin/blame.c
Commit message (Expand)AuthorAge
* Merge branch 'js/lift-parent-count-limit'Junio C Hamano2014-01-10
|\
| * Remove the line length limit for graft filesJohannes Schindelin2013-12-27
* | Merge branch 'jk/robustify-parse-commit'Junio C Hamano2013-12-05
|\ \ | |/ |/|
| * assume parse_commit checks commit->object.parsedJeff King2013-10-24
* | pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesNguyễn Thái Ngọc Duy2013-10-28
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\ \
| * | remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-15
| * | remove diff_tree_{setup,release}_pathsNguyễn Thái Ngọc Duy2013-07-15
| |/
* | Merge branch 'es/blame-L-twice'Junio C Hamano2013-09-09
|\ \
| * | blame: teach -L/RE/ to search from end of previous -L rangeEric Sunshine2013-08-06
| * | line-range: teach -L/RE/ to search relative to anchor pointEric Sunshine2013-08-06
| * | blame: accept multiple -L rangesEric Sunshine2013-08-06
| * | blame: inline one-line function into its lone callerEric Sunshine2013-08-06
* | | Merge branch 'es/blame-L-more'Junio C Hamano2013-09-09
|\ \ \ | |/ /
| * | blame: fix -L bounds checking bugEric Sunshine2013-08-05
| |/
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
|/
* Merge branch 'tr/line-log'Junio C Hamano2013-06-02
|\
| * log -L: :pattern:file syntax to find by funcnameThomas Rast2013-03-28
| * Refactor parse_locBo Yang2013-03-28
* | Merge branch 'nd/pretty-formats'Junio C Hamano2013-04-23
|\ \
| * | pretty: save commit encoding from logmsg_reencode if the caller needs itNguyễn Thái Ngọc Duy2013-04-18
| |/
* | blame: handle broken commit headers gracefullyRené Scharfe2013-04-17
|/
* logmsg_reencode: lazily load missing commit buffersJeff King2013-01-26
* logmsg_reencode: never return NULLJeff King2013-01-26
* Merge branch 'ap/log-mailmap'Junio C Hamano2013-01-20
|\
| * mailmap: simplify map_user() interfaceAntoine Pelisse2013-01-10
| * Use split_ident_line to parse author and committerAntoine Pelisse2013-01-07
* | Merge branch 'jc/blame-no-follow'Junio C Hamano2013-01-14
|\ \ | |/ |/|
| * blame: pay attention to --no-followJunio C Hamano2012-09-21
| * Merge branch 'tr/void-diff-setup-done' into maint-1.7.11Junio C Hamano2012-09-11
| |\
| * \ Merge branch 'jk/maint-null-in-trees' into maint-1.7.11Junio C Hamano2012-09-10
| |\ \
| * \ \ Merge branch 'jc/maint-blame-unique-abbrev' into maintJunio C Hamano2012-07-11
| |\ \ \
* | | | | pretty: remove reencode_commit_message()Junio C Hamano2012-10-17
* | | | | Merge branch 'jc/maint-blame-no-such-path'Junio C Hamano2012-09-17
|\ \ \ \ \
| * | | | | blame: allow "blame file" in the middle of a conflicted mergeJunio C Hamano2012-09-11
| * | | | | blame $path: avoid getting fooled by case insensitive filesystemsJunio C Hamano2012-09-10
| * | | | | Merge branch 'jc/maint-blame-minimal' into maintJunio C Hamano2012-05-01
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'nd/i18n-parseopt-help'Junio C Hamano2012-09-07
|\ \ \ \ \ \ \
| * | | | | | | i18n: blame: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
* | | | | | | | Merge branch 'jk/maint-null-in-trees'Junio C Hamano2012-08-27
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | diff: do not use null sha1 as a sentinel valueJeff King2012-07-29
* | | | | | | | Merge branch 'tr/void-diff-setup-done'Junio C Hamano2012-08-22
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | diff_setup_done(): return voidThomas Rast2012-08-03
| |/ / / / /
* | | | | | Strip namelen out of ce_flags into a ce_namelen fieldThomas Gummerer2012-07-11
* | | | | | Merge branch 'jc/maint-blame-unique-abbrev'Junio C Hamano2012-07-09
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | blame: compute abbreviation width that ensures uniquenessJunio C Hamano2012-07-02
* | | | | builtin/blame.c: Fix a "Using plain integer as NULL pointer" warningRamsay Jones2012-05-14
* | | | | blame: factor out helper for calling xdi_diff()René Scharfe2012-05-09
* | | | | blame: use hunk_func(), part 2René Scharfe2012-05-09
* | | | | blame: use hunk_func(), part 1René Scharfe2012-05-09