index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
describe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-13
Merge branch 'kk/prio-queue-get-put-fusion'
Junio C Hamano
1
-54
/
+16
2026-06-17
Merge branch 'td/describe-tag-iteration'
Junio C Hamano
1
-0
/
+3
2026-06-16
Merge branch 'jk/describe-contains-all-match-fix'
Junio C Hamano
1
-3
/
+15
2026-06-10
describe: limit default ref iteration to tags
Tamir Duberstein
1
-0
/
+3
2026-06-09
prio-queue: fold lazy_queue into prio_queue for automatic get+put fusion
Kristofer Karlsson
1
-59
/
+16
2026-06-09
prio-queue: rename .nr to .nr_ and add accessor helpers
Kristofer Karlsson
1
-3
/
+8
2026-06-02
describe: fix --exclude, --match with --contains and --all
Jacob Keller
1
-3
/
+15
2026-05-19
setup: stop using `the_repository` in `setup_work_tree()`
Patrick Steinhardt
1
-1
/
+1
2026-02-23
refs: replace `refs_for_each_rawref()`
Patrick Steinhardt
1
-2
/
+5
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
1
-1
/
+1
2025-12-29
tag: support arbitrary repositories in parse_tag()
René Scharfe
1
-3
/
+3
2025-11-04
refs: expose peeled object ID via the iterator
Patrick Steinhardt
1
-1
/
+1
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
1
-9
/
+9
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
[next]