index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
blame.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc txt & -h consistency: make "annotate" consistent
Ævar Arnfjörð Bjarmason
2022-10-13
1
-6
/
+16
*
parse-options: add support for parsing subcommands
SZEDER Gábor
2022-08-19
1
-0
/
+1
*
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
2022-06-07
1
-1
/
+3
|
\
|
*
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+1
|
*
blame: use "goto cleanup" for cleanup_scoreboard()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-1
/
+2
*
|
Merge branch 'ea/progress-partial-blame'
Junio C Hamano
2022-05-11
1
-1
/
+5
|
\
\
|
|
/
|
/
|
|
*
blame: report correct number of lines in progress when using ranges
Edmundo Carmona Antoranz
2022-04-06
1
-1
/
+5
*
|
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
2022-02-26
1
-3
/
+4
|
\
\
|
*
|
i18n: factorize "invalid value" messages
Jean-Noël Avila
2022-02-04
1
-3
/
+4
|
|
/
*
/
log: add a --no-graph option
Alex Henrie
2022-02-11
1
-0
/
+1
|
/
*
Merge branch 'ld/sparse-diff-blame'
Junio C Hamano
2021-12-22
1
-0
/
+3
|
\
|
*
blame: enable and test the sparse index
Lessley Dennington
2021-12-06
1
-0
/
+3
*
|
Merge branch 'ab/parse-options-cleanup'
Junio C Hamano
2021-10-26
1
-0
/
+3
|
\
\
|
*
|
parse-options.[ch]: consistently use "enum parse_opt_result"
Ævar Arnfjörð Bjarmason
2021-10-08
1
-0
/
+3
|
|
/
*
/
builtin/blame.c: refactor commit_info_init() to COMMIT_INFO_INIT macro
Ævar Arnfjörð Bjarmason
2021-09-28
1
-17
/
+13
|
/
*
Merge branch 'rs/blame-optim'
Junio C Hamano
2021-02-26
1
-5
/
+3
|
\
|
*
blame: remove unnecessary use of get_commit_info()
Rafael Silva
2021-02-17
1
-5
/
+3
*
|
Merge branch 'ab/mailmap'
Junio C Hamano
2021-01-25
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
shortlog: remove unused(?) "repo-abbrev" feature
Ævar Arnfjörð Bjarmason
2021-01-12
1
-1
/
+1
*
|
builtin/*: update usage format
ZheNing Hu
2021-01-07
1
-24
/
+24
|
/
*
blame: simplify 'setup_blame_bloom_data' interface
Philippe Blain
2020-11-02
1
-1
/
+1
*
blame: simplify 'setup_scoreboard' interface
Philippe Blain
2020-11-02
1
-1
/
+1
*
blame: enable funcname blaming with userdiff driver
Philippe Blain
2020-11-02
1
-2
/
+2
*
line-log: mention both modes in 'blame' and 'log' short help
Philippe Blain
2020-11-02
1
-1
/
+2
*
blame: handle deref_tag() returning NULL
René Scharfe
2020-10-12
1
-0
/
+2
*
Merge branch 'jc/blame-ignore-fix'
Junio C Hamano
2020-10-04
1
-2
/
+25
|
\
|
*
blame: validate and peel the object names on the ignore list
Junio C Hamano
2020-09-25
1
-2
/
+25
*
|
messages: avoid SHA-1 in end-user facing messages
Junio C Hamano
2020-08-14
1
-1
/
+1
|
/
*
Merge branch 'dl/opt-callback-cleanup'
Junio C Hamano
2020-05-05
1
-2
/
+2
|
\
|
*
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
2020-04-28
1
-2
/
+2
*
|
blame: use changed-path Bloom filters
Derrick Stolee
2020-04-17
1
-0
/
+10
|
/
*
Merge branch 'sg/blame-indent-heuristics-is-now-the-default'
Junio C Hamano
2019-12-01
1
-8
/
+0
|
\
|
*
builtin/blame.c: remove '--indent-heuristic' from usage string
SZEDER Gábor
2019-10-29
1
-8
/
+0
*
|
Merge branch 'hv/bitshift-constants-in-blame'
Junio C Hamano
2019-11-10
1
-12
/
+12
|
\
\
|
*
|
builtin/blame.c: constants into bit shift format
Hariom Verma
2019-10-21
1
-12
/
+12
|
|
/
*
|
Merge branch 'rs/dedup-includes'
Junio C Hamano
2019-10-11
1
-1
/
+0
|
\
\
|
*
|
treewide: remove duplicate #include directives
René Scharfe
2019-10-04
1
-1
/
+0
|
|
/
*
/
builtin/blame: switch uses of GIT_SHA1_HEXSZ to the_hash_algo
brian m. carlson
2019-08-20
1
-3
/
+4
|
/
*
Merge branch 'br/blame-ignore'
Junio C Hamano
2019-07-19
1
-0
/
+56
|
\
|
*
blame: add config options for the output of ignored or unblamable lines
Barret Rhoden
2019-05-16
1
-0
/
+18
|
*
blame: add the ability to ignore commits and their changes
Barret Rhoden
2019-05-16
1
-0
/
+38
*
|
cache-tree/blame: avoid reusing the DEBUG constant
Jeff Hostetler
2019-06-20
1
-3
/
+3
*
|
Merge branch 'sg/blame-in-bare-start-at-head'
Junio C Hamano
2019-04-25
1
-0
/
+13
|
\
\
|
*
|
blame: default to HEAD in a bare repo when no start commit is given
SZEDER Gábor
2019-04-08
1
-0
/
+13
*
|
|
Merge branch 'nd/diff-parseopt'
Junio C Hamano
2019-03-07
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
parse-options: stop abusing 'callback' for lowlevel callbacks
Nguyễn Thái Ngọc Duy
2019-01-28
1
-1
/
+1
|
|
/
*
|
Merge branch 'lt/date-human'
Junio C Hamano
2019-02-07
1
-0
/
+4
|
\
\
|
*
|
Add 'human' date format
Linus Torvalds
2019-01-18
1
-0
/
+4
*
|
|
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-1
/
+2
|
|
/
|
/
|
*
|
Merge branch 'nd/show-gitcomp-compilation-fix' into maint
Junio C Hamano
2018-12-15
1
-0
/
+2
|
\
\
[next]