index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
describe.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-29
Merge branch 'jk/setup-revisions-freefix'
Junio C Hamano
1
-1
/
+2
2025-09-22
treewide: use setup_revisions_from_strvec() when we have a strvec
Jeff King
1
-1
/
+2
2025-09-12
Merge branch 'rs/describe-with-lazy-queue-and-oidset'
Junio C Hamano
1
-12
/
+22
2025-09-02
describe: use oidset in finish_depth_computation()
René Scharfe
1
-12
/
+22
2025-08-29
Merge branch 'jk/describe-blob'
Junio C Hamano
1
-16
/
+25
2025-08-21
Merge branch 'rs/describe-with-prio-queue'
Junio C Hamano
1
-24
/
+63
2025-08-20
describe: pass commit to describe_commit()
Jeff King
1
-11
/
+9
2025-08-20
describe: handle blob traversal with no commits
Jeff King
1
-2
/
+4
2025-08-18
describe: catch unborn branch in describe_blob()
Jeff King
1
-1
/
+7
2025-08-18
describe: error if blob not found
Jeff King
1
-0
/
+3
2025-08-18
describe: pass oid struct by const pointer
Jeff King
1
-4
/
+4
2025-08-03
describe: use prio_queue_replace()
René Scharfe
1
-16
/
+52
2025-08-03
describe: use prio_queue
René Scharfe
1
-24
/
+27
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-1
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
1
-6
/
+18
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
1
-6
/
+18
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-12-06
describe: split "found all tags" and max_candidates logic
Jeff King
1
-3
/
+2
2024-11-07
describe: stop traversing when we run out of names
Jeff King
1
-0
/
+2
2024-11-07
describe: stop digging for max_candidates+1
Jeff King
1
-7
/
+8
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-2
/
+6
2024-09-16
Merge branch 'jc/range-diff-lazy-setup'
Junio C Hamano
1
-1
/
+1
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-2
/
+5
2024-08-15
Merge branch 'jc/refs-symref-referent'
Junio C Hamano
1
-1
/
+1
2024-08-09
remerge-diff: clean up temporary objdir at a central place
Junio C Hamano
1
-1
/
+1
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-1
/
+1
2024-08-01
builtin/describe: fix trivial memory leak when describing blob
Patrick Steinhardt
1
-0
/
+1
2024-08-01
builtin/describe: fix leaking array when running diff-index
Patrick Steinhardt
1
-3
/
+3
2024-08-01
builtin/describe: fix memory leak with `--contains=`
Patrick Steinhardt
1
-1
/
+17
2024-07-15
Merge branch 'as/describe-broken-refresh-index-fix'
Junio C Hamano
1
-0
/
+12
2024-06-26
describe: refresh the index when 'broken' flag is used
Abhijeet Sonar
1
-0
/
+12
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
1
-1
/
+1
2024-05-16
Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...
Junio C Hamano
1
-1
/
+2
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-1
/
+2
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
1
-2
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-09-13
Merge branch 'jk/unused-post-2.42-part2'
Junio C Hamano
1
-2
/
+4
2023-09-05
parse-options: prefer opt->value to globals in callbacks
Jeff King
1
-2
/
+4
2023-08-21
diff: drop useless "status" parameter from diff_result_code()
Jeff King
1
-1
/
+1
2023-08-21
diff: drop useless return from run_diff_{files,index} functions
Jeff King
1
-3
/
+3
2023-07-28
Merge branch 'rs/describe-parseopt-fix'
Junio C Hamano
1
-3
/
+14
2023-07-21
describe: fix --no-exact-match
René Scharfe
1
-3
/
+14
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
1
-0
/
+1
[next]