index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
describe.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jk/unused-post-2.42-part2'
Junio C Hamano
2023-09-13
1
-2
/
+4
|
\
|
*
parse-options: prefer opt->value to globals in callbacks
Jeff King
2023-09-05
1
-2
/
+4
*
|
diff: drop useless "status" parameter from diff_result_code()
Jeff King
2023-08-22
1
-1
/
+1
*
|
diff: drop useless return from run_diff_{files,index} functions
Jeff King
2023-08-22
1
-3
/
+3
|
/
*
Merge branch 'rs/describe-parseopt-fix'
Junio C Hamano
2023-07-28
1
-3
/
+14
|
\
|
*
describe: fix --no-exact-match
René Scharfe
2023-07-21
1
-3
/
+14
*
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-2
/
+1
*
|
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
/
*
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-25
1
-0
/
+1
|
\
|
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-4
/
+5
|
|
\
*
|
\
Merge branch 'rn/sparse-describe'
Junio C Hamano
2023-04-22
1
-0
/
+2
|
\
\
\
|
*
|
|
describe: enable sparse index for describe
Raghul Nanth A
2023-04-03
1
-0
/
+2
*
|
|
|
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+3
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
|
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
|
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
|
/
/
*
|
|
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-4
/
+5
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+2
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+3
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-3
/
+4
*
Merge branch 'ab/doc-synopsis-and-cmd-usage'
Junio C Hamano
2022-10-28
1
-2
/
+3
|
\
|
*
doc txt & -h consistency: add missing options and labels
Ævar Arnfjörð Bjarmason
2022-10-13
1
-2
/
+3
*
|
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-2
/
+2
*
|
hashmap: mark unused callback parameters
Jeff King
2022-08-19
1
-1
/
+1
*
|
refs: mark unused each_ref_fn parameters
Jeff King
2022-08-19
1
-1
/
+2
|
/
*
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+2
*
i18n: turn even more messages into "cannot be used together" ones
Jean-Noël Avila
2022-01-05
1
-2
/
+2
*
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
2022-01-05
1
-1
/
+1
*
hash: provide per-algorithm null OIDs
brian m. carlson
2021-04-27
1
-1
/
+1
*
refs: switch peel_ref() to peel_iterated_oid()
Jeff King
2021-01-22
1
-1
/
+1
*
strvec: rename struct fields
Jeff King
2020-07-31
1
-3
/
+3
*
strvec: fix indentation in renamed calls
Jeff King
2020-07-29
1
-4
/
+4
*
strvec: convert builtin/ callers away from argv_array name
Jeff King
2020-07-29
1
-14
/
+14
*
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
*
Merge branch 'jc/describe-misnamed-annotated-tag'
Junio C Hamano
2020-03-27
1
-6
/
+9
|
\
|
*
describe: force long format for a name based on a mislocated tag
Junio C Hamano
2020-02-21
1
-6
/
+9
*
|
describe: don't abort too early when searching tags
Benno Evers
2020-02-26
1
-4
/
+18
|
/
*
Merge branch 'ew/hashmap'
Junio C Hamano
2019-10-15
1
-9
/
+12
|
\
|
*
OFFSETOF_VAR macro to simplify hashmap iterators
Eric Wong
2019-10-07
1
-1
/
+1
|
*
hashmap: use *_entry APIs for iteration
Eric Wong
2019-10-07
1
-2
/
+2
|
*
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
2019-10-07
1
-4
/
+6
|
*
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+2
|
*
hashmap_add takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
|
*
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
*
|
treewide: remove duplicate #include directives
René Scharfe
2019-10-04
1
-1
/
+0
*
|
use get_tagged_oid()
René Scharfe
2019-09-05
1
-1
/
+1
|
/
[next]