compat/win32: fix const-correctness with string constants
Patrick Steinhardt committed about 2 years ago
pretty: add casts for decoration option pointers
Patrick Steinhardt committed about 2 years ago
object-file: make `buf` parameter of `index_mem()` a constant
Patrick Steinhardt committed about 2 years ago
object-file: mark cached object buffers as const
Patrick Steinhardt committed about 2 years ago
ident: add casts for fallback name and GECOS
Patrick Steinhardt committed about 2 years ago
entry: refactor how we remove items for delayed checkouts
Patrick Steinhardt committed about 2 years ago
line-log: always allocate the output prefix
Patrick Steinhardt committed about 2 years ago
line-log: stop assigning string constant to file parent buffer
Patrick Steinhardt committed about 2 years ago
diff: cast string constant in `fill_textconv()`
Patrick Steinhardt committed about 2 years ago
builtin/remote: cast away constness in `get_head_names()`
Patrick Steinhardt committed about 2 years ago
refspec: remove global tag refspec structure
Patrick Steinhardt committed about 2 years ago
reftable: cast away constness when assigning constants to records
Patrick Steinhardt committed about 2 years ago
refs/reftable: stop micro-optimizing refname allocations on copy
Patrick Steinhardt committed about 2 years ago
global: convert intentionally-leaking config strings to consts
Patrick Steinhardt committed about 2 years ago
global: improve const correctness when assigning string constants
Patrick Steinhardt committed about 2 years ago
update-ref: add support for 'symref-update' command
Karthik Nayak committed about 2 years ago
reftable: pick either 'oid' or 'target' for new updates
Karthik Nayak committed about 2 years ago
update-ref: add support for 'symref-create' command
Karthik Nayak committed about 2 years ago
update-ref: add support for 'symref-delete' command
Karthik Nayak committed about 2 years ago
update-ref: add support for 'symref-verify' command
Karthik Nayak committed about 2 years ago