index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
object-name.c
Age
Commit message (
Expand
)
Author
8 days
Merge branch 'ps/odb-generic-object-name-handling'
Junio C Hamano
2026-03-30
Merge branch 'jw/object-name-bitset-to-enum'
Junio C Hamano
2026-03-20
odb: introduce generic `odb_find_abbrev_len()`
Patrick Steinhardt
2026-03-20
object-file: move logic to compute packed abbreviation length
Patrick Steinhardt
2026-03-20
object-name: move logic to compute loose abbreviation length
Patrick Steinhardt
2026-03-20
object-name: simplify computing common prefixes
Patrick Steinhardt
2026-03-20
object-name: abbreviate loose object names without `disambiguate_state`
Patrick Steinhardt
2026-03-20
object-name: merge `update_candidates()` and `match_prefix()`
Patrick Steinhardt
2026-03-20
object-name: backend-generic `get_short_oid()`
Patrick Steinhardt
2026-03-20
object-name: backend-generic `repo_collect_ambiguous()`
Patrick Steinhardt
2026-03-20
object-name: extract function to parse object ID prefixes
Patrick Steinhardt
2026-03-20
object-name: move logic to iterate through packed prefixed objects
Patrick Steinhardt
2026-03-20
object-name: move logic to iterate through loose prefixed objects
Patrick Steinhardt
2026-03-20
oidtree: extend iteration to allow for arbitrary return codes
Patrick Steinhardt
2026-03-18
object-name: turn INTERPRET_BRANCH_* constants into enum values
Jialong Wang
2026-03-12
odb: introduce generic object counting
Patrick Steinhardt
2026-02-13
Merge branch 'ps/commit-list-functions-renamed'
Junio C Hamano
2026-02-05
global: constify some pointers that are not written to
Collin Funk
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
2025-12-29
tag: support arbitrary repositories in parse_tag()
René Scharfe
2025-11-24
Merge branch 'ps/object-source-loose'
Junio C Hamano
2025-11-19
Merge branch 'ps/ref-peeled-tags'
Junio C Hamano
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
2025-11-03
object-file: move loose object cache into loose source
Patrick Steinhardt
2025-10-16
packfile: introduce macro to iterate through packs
Patrick Steinhardt
2025-10-16
object-name: convert to use `packfile_store_get_all_packs()`
Patrick Steinhardt
2025-10-07
Merge branch 'ps/packfile-store'
Junio C Hamano
2025-09-29
Merge branch 'ps/packfile-store' into tb/incremental-midx-part-3.1
Junio C Hamano
2025-09-24
packfile: refactor `get_packed_git()` to work on packfile store
Patrick Steinhardt
2025-09-24
packfile: split up responsibilities of `reprepare_packed_git()`
Patrick Steinhardt
2025-09-23
Merge branch 'rs/get-oid-with-flags-cleanup'
Junio C Hamano
2025-09-18
Merge branch 'jc/longer-disambiguation-fix'
Junio C Hamano
2025-09-15
Merge branch 'rs/object-name-extend-abbrev-len-update'
Junio C Hamano
2025-09-10
use repo_get_oid_with_flags()
René Scharfe
2025-09-04
object-name: declare pointer type of extend_abbrev_len()'s 2nd parameter
René Scharfe
2025-08-21
Merge branch 'ps/remote-rename-fix'
Junio C Hamano
2025-08-14
abbrev: allow extending beyond 32 chars to disambiguate
Junio C Hamano
2025-08-06
refs: pass refname when invoking reflog entry callback
Patrick Steinhardt
2025-08-03
Merge branch 'ps/object-store-midx'
Junio C Hamano
2025-07-28
Merge branch 'rs/pop-recent-commit-with-prio-queue'
Junio C Hamano
2025-07-22
commit: convert pop_most_recent_commit() to prio_queue
René Scharfe
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
2025-07-15
packfile: refactor `get_multi_pack_index()` to work on sources
Patrick Steinhardt
2025-07-09
Merge branch 'ps/object-store' into ps/object-store-midx
Junio C Hamano
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
2025-07-01
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
2025-06-30
Merge branch 'bc/stash-export-import'
Junio C Hamano
2025-06-12
object-name: make get_oid quietly return an error
brian m. carlson
2025-04-29
object-store: move function declarations to their respective subsystems
Patrick Steinhardt
[next]