aboutsummaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
AgeCommit message (Expand)Author
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano
2025-02-10Merge branch 'ps/hash-cleanup'Junio C Hamano
2025-02-07worktree: return allocated string from `get_worktree_git_dir()`Patrick Steinhardt
2025-02-03Merge branch 'kn/pack-write-with-reduced-globals'Junio C Hamano
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt
2025-01-21pack-write: pass repository to `index_pack_lockfile()`Karthik Nayak
2025-01-21Merge branch 'ps/the-repository'Junio C Hamano
2025-01-07fsck: reject misconfigured fsck.skipListJustin Tobler
2024-12-18tmp-objdir: stop using `the_repository`Patrick Steinhardt
2024-12-18server-info: stop using `the_repository`Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt
2024-09-30remote: fix leaking push reportsPatrick Steinhardt
2024-09-25Merge branch 'ak/typofix-builtins'Junio C Hamano
2024-09-25Merge branch 'ps/reftable-exclude'Junio C Hamano
2024-09-24builtin: fix typosAndrew Kreimer
2024-09-16builtin/receive-pack: fix exclude patterns when announcing refsPatrick Steinhardt
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano
2024-06-14hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-06-07update-ref: add support for 'symref-delete' commandKarthik Nayak
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt
2024-05-23Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symrefJunio C Hamano
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak
2024-04-23Merge branch 'ps/run-auto-maintenance-in-receive-pack'Junio C Hamano
2024-04-17builtin/receive-pack: convert to use git-maintenance(1)Patrick Steinhardt
2024-02-28commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin
2024-02-12receive-pack: use find_commit_header() in check_nonce()René Scharfe
2024-02-09receive-pack: use find_commit_header() in check_cert_push_options()René Scharfe
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-09fsck: handle NULL value when parsing message configJeff King
2023-08-30Merge branch 'ts/unpacklimit-config-fix'Junio C Hamano
2023-08-22transfer.unpackLimit: fetch/receive.unpackLimit takes precedenceJunio C Hamano
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-10builtin/receive-pack.c: avoid enumerating hidden referencesTaylor Blau
2023-07-10revision.h: store hidden refs in a `strvec`Taylor Blau