summaryrefslogtreecommitdiffstats
path: root/builtin/receive-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+2
* refs: allow passing flags when setting up a transactionPatrick Steinhardt2024-11-201-2/+2
* remote: fix leaking push reportsPatrick Steinhardt2024-09-301-1/+4
* Merge branch 'ak/typofix-builtins'Junio C Hamano2024-09-261-1/+1
|\
| * builtin: fix typosAndrew Kreimer2024-09-241-1/+1
* | Merge branch 'ps/reftable-exclude'Junio C Hamano2024-09-251-2/+16
|\ \ | |/ |/|
| * builtin/receive-pack: fix exclude patterns when announcing refsPatrick Steinhardt2024-09-161-2/+16
* | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-1/+2
* | builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
|/
* Merge branch 'ps/config-wo-the-repository'Junio C Hamano2024-08-231-5/+5
|\
| * hooks: remove implicit dependency on `the_repository`Patrick Steinhardt2024-08-131-5/+5
* | refs: add referent to each_ref_fnJohn Cai2024-08-091-1/+1
|/
* Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-2/+2
|\
| * hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt2024-06-141-1/+1
| * hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-1/+1
* | Merge branch 'kn/update-ref-symref'Junio C Hamano2024-06-211-1/+2
|\ \
| * | update-ref: add support for 'symref-delete' commandKarthik Nayak2024-06-071-1/+2
| * | Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symrefJunio C Hamano2024-05-231-0/+1
| |\ \
* | | | global: improve const correctness when assigning string constantsPatrick Steinhardt2024-06-071-2/+2
| |_|/ |/| |
* | | config: clarify memory ownership in `git_config_string()`Patrick Steinhardt2024-05-271-1/+1
* | | config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt2024-05-271-2/+2
* | | Merge branch 'kn/ref-transaction-symref'Junio C Hamano2024-05-201-0/+1
|\ \ \ | | |/ | |/|
| * | refs: accept symref values in `ref_transaction_update()`Karthik Nayak2024-05-071-0/+1
* | | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-5/+10
| |/ |/|
* | Merge branch 'ps/run-auto-maintenance-in-receive-pack'Junio C Hamano2024-04-241-11/+10
|\ \ | |/ |/|
| * builtin/receive-pack: convert to use git-maintenance(1)Patrick Steinhardt2024-04-171-11/+10
* | commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin2024-02-281-1/+5
|/
* receive-pack: use find_commit_header() in check_nonce()René Scharfe2024-02-121-23/+7
* receive-pack: use find_commit_header() in check_cert_push_options()René Scharfe2024-02-091-15/+9
* Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano2024-02-091-1/+0
|\
| * treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* | fsck: handle NULL value when parsing message configJeff King2023-12-091-4/+7
|/
* Merge branch 'ts/unpacklimit-config-fix'Junio C Hamano2023-08-301-3/+3
|\
| * transfer.unpackLimit: fetch/receive.unpackLimit takes precedenceJunio C Hamano2023-08-231-3/+3
* | Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano2023-07-211-3/+5
|\ \
| * | builtin/receive-pack.c: avoid enumerating hidden referencesTaylor Blau2023-07-101-1/+3
| * | revision.h: store hidden refs in a `strvec`Taylor Blau2023-07-101-2/+2
| |/
* | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\ \
| * | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-7/+8
|\ \ \ | |/ / |/| |
| * | config: pass kvi to die_bad_number()Glen Choo2023-06-281-5/+5
| * | config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+3
| |/
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
|/
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-0/+1
|\
| * server-info.h: move declarations for server-info.c functions from cache.hElijah Newren2023-04-241-0/+1
* | Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano2023-04-251-1/+1
|\ \
| * | v0 protocol: use size_t for capability length/offsetJeff King2023-04-151-1/+1
* | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+3
|\ \ \ | |/ / |/| / | |/
| * object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1