1
0
mirror of https://github.com/git/git.git synced 2024-10-18 13:28:56 +02:00
git/reftable
Junio C Hamano 4216329457 Merge branch 'ps/no-writable-strings'
Building with "-Werror -Wwrite-strings" is now supported.

* ps/no-writable-strings: (27 commits)
  config.mak.dev: enable `-Wwrite-strings` warning
  builtin/merge: always store allocated strings in `pull_twohead`
  builtin/rebase: always store allocated string in `options.strategy`
  builtin/rebase: do not assign default backend to non-constant field
  imap-send: fix leaking memory in `imap_server_conf`
  imap-send: drop global `imap_server_conf` variable
  mailmap: always store allocated strings in mailmap blob
  revision: always store allocated strings in output encoding
  remote-curl: avoid assigning string constant to non-const variable
  send-pack: always allocate receive status
  parse-options: cast long name for OPTION_ALIAS
  http: do not assign string constant to non-const field
  compat/win32: fix const-correctness with string constants
  pretty: add casts for decoration option pointers
  object-file: make `buf` parameter of `index_mem()` a constant
  object-file: mark cached object buffers as const
  ident: add casts for fallback name and GECOS
  entry: refactor how we remove items for delayed checkouts
  line-log: always allocate the output prefix
  line-log: stop assigning string constant to file parent buffer
  ...
2024-06-17 15:55:58 -07:00
..
basics.c
basics.h
block_test.c
block.c
block.h
blocksource.c
blocksource.h
constants.h
dump.c
error.c
generic.c
generic.h
iter.c
iter.h
LICENSE
merged_test.c Merge branch 'ps/no-writable-strings' 2024-06-17 15:55:58 -07:00
merged.c
merged.h
pq_test.c
pq.c
pq.h
publicbasics.c
reader.c
reader.h
readwrite_test.c Merge branch 'ps/no-writable-strings' 2024-06-17 15:55:58 -07:00
record_test.c
record.c
record.h
reftable-blocksource.h
reftable-error.h
reftable-generic.h
reftable-iterator.h
reftable-malloc.h
reftable-merged.h
reftable-reader.h
reftable-record.h
reftable-stack.h
reftable-tests.h
reftable-writer.h
stack_test.c Merge branch 'ps/no-writable-strings' 2024-06-17 15:55:58 -07:00
stack.c Merge branch 'ps/no-writable-strings' 2024-06-17 15:55:58 -07:00
stack.h
system.h
test_framework.c
test_framework.h
tree_test.c
tree.c
tree.h
writer.c
writer.h