370 Commits (fe86abd7511a9a6862d5706c6fa1d9b57a63ba09)

Author SHA1 Message Date
Elijah Newren ca4eed708d pager.h: move declarations for pager.c functions from cache.h 2 years ago
Elijah Newren dabab1d6e6 object-name.h: move declarations for object-name.c functions from cache.h 2 years ago
Ævar Arnfjörð Bjarmason ecb5091fd4 cocci: apply the "commit.h" part of "the_repository.pending" 2 years ago
Ævar Arnfjörð Bjarmason d850b7a545 cocci: apply the "cache.h" part of "the_repository.pending" 2 years ago
Elijah Newren d48be35ca6 write-or-die.h: move declarations for write-or-die.c functions from cache.h 2 years ago
Elijah Newren e38da487cc setup.h: move declarations for setup.c functions from cache.h 2 years ago
Elijah Newren 32a8f51061 environment.h: move declarations for environment.c functions from cache.h 2 years ago
Elijah Newren f394e093df treewide: be explicit about dependence on gettext.h 2 years ago
Elijah Newren 41771fa435 cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
Elijah Newren 36bf195890 alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
Ævar Arnfjörð Bjarmason df8738116f doc txt & -h consistency: make "annotate" consistent 2 years ago
SZEDER Gábor fa83cc834d parse-options: add support for parsing subcommands 2 years ago
Ævar Arnfjörð Bjarmason 2108fe4a19 revisions API users: add straightforward release_revisions() 3 years ago
Ævar Arnfjörð Bjarmason 4b59b2db97 blame: use "goto cleanup" for cleanup_scoreboard() 3 years ago
Edmundo Carmona Antoranz e5f5d7d42e blame: report correct number of lines in progress when using ranges 3 years ago
Alex Henrie 087c745833 log: add a --no-graph option 3 years ago
Jean-Noël Avila 1a8aea857e i18n: factorize "invalid value" messages 3 years ago
Lessley Dennington add4c864b6 blame: enable and test the sparse index 3 years ago
Ævar Arnfjörð Bjarmason 352e761388 parse-options.[ch]: consistently use "enum parse_opt_result" 3 years ago
Ævar Arnfjörð Bjarmason 4eb2bfdc92 builtin/blame.c: refactor commit_info_init() to COMMIT_INFO_INIT macro 3 years ago
Rafael Silva 8e16effe97 blame: remove unnecessary use of get_commit_info() 4 years ago
Ævar Arnfjörð Bjarmason 4e168333a8 shortlog: remove unused(?) "repo-abbrev" feature 4 years ago
ZheNing Hu e73fe3dd02 builtin/*: update usage format 4 years ago
Philippe Blain 3af31e8786 blame: simplify 'setup_blame_bloom_data' interface 4 years ago
Philippe Blain 88894aaeea blame: simplify 'setup_scoreboard' interface 4 years ago
Philippe Blain 9466e3809d blame: enable funcname blaming with userdiff driver 4 years ago
Philippe Blain 180d641d7d line-log: mention both modes in 'blame' and 'log' short help 4 years ago
René Scharfe db7d07f610 blame: handle deref_tag() returning NULL 4 years ago
Junio C Hamano 610e2b9240 blame: validate and peel the object names on the ignore list 4 years ago
Junio C Hamano 4279000d3e messages: avoid SHA-1 in end-user facing messages 5 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
Derrick Stolee 0906ac2b54 blame: use changed-path Bloom filters 5 years ago
SZEDER Gábor 44ae131e38 builtin/blame.c: remove '--indent-heuristic' from usage string 5 years ago
Hariom Verma 86795774bb builtin/blame.c: constants into bit shift format 5 years ago
René Scharfe 2fe44394c8 treewide: remove duplicate #include directives 5 years ago
brian m. carlson 319009642c builtin/blame: switch uses of GIT_SHA1_HEXSZ to the_hash_algo 6 years ago
Jeff Hostetler e9b9cc56bb cache-tree/blame: avoid reusing the DEBUG constant 6 years ago
Barret Rhoden 8934ac8c92 blame: add config options for the output of ignored or unblamable lines 6 years ago
Barret Rhoden ae3f36dea1 blame: add the ability to ignore commits and their changes 6 years ago
SZEDER Gábor a544fb08f8 blame: default to HEAD in a bare repo when no start commit is given 6 years ago
Nguyễn Thái Ngọc Duy bf3ff338a2 parse-options: stop abusing 'callback' for lowlevel callbacks 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Linus Torvalds acdd37769d Add 'human' date format 6 years ago
Nguyễn Thái Ngọc Duy a92ec7efe0 parse-options: fix SunCC compiler warning 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy 80e0385541 line-range.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy ecbbc0a53b blame.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 7 years ago
Jeff King 022d2ac1f3 blame: prefer xsnprintf to strcpy for colors 7 years ago