public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-13 09:13:43 to 2024-08-14 14:21:25 UTC [more...]

[GSoC][PATCH] t: migrate helper/test-urlmatch-normalization to unit tests
 2024-08-14 14:20 UTC  (7+ messages)
` [GSoC][PATCH v2] t: migrate t0110-urlmatch-normalization to the new framework
  ` [GSoC][PATCH v3] "

[PATCH v2 00/15] reftable: drop generic `reftable_table` interface
 2024-08-14 13:31 UTC  (17+ messages)
` [PATCH v2 01/15] reftable/merged: expose functions to initialize iterators
` [PATCH v2 02/15] reftable/merged: rename `reftable_new_merged_table()`
` [PATCH v2 03/15] reftable/merged: stop using generic tables in the merged table
` [PATCH v2 04/15] reftable/stack: open-code reading refs
` [PATCH v2 05/15] reftable/iter: drop double-checking logic
` [PATCH v2 06/15] reftable/generic: move generic iterator code into iterator interface
` [PATCH v2 07/15] reftable/dump: drop unused `compact_stack()`
` [PATCH v2 08/15] t/helper: inline `reftable_dump_main()`
` [PATCH v2 09/15] t/helper: inline `reftable_reader_print_file()`
` [PATCH v2 10/15] t/helper: inline `reftable_stack_print_directory()`
` [PATCH v2 11/15] t/helper: inline `reftable_table_print()`
` [PATCH v2 12/15] t/helper: inline printing of reftable records
` [PATCH v2 13/15] t/helper: use `hash_to_hex_algop()` to print hashes
` [PATCH v2 14/15] t/helper: refactor to not use `struct reftable_table`
` [PATCH v2 15/15] reftable/generic: drop interface

Git exclude patterns with full static file, without globs, fails to capture the exclusion (the file is added anyway
 2024-08-14 13:26 UTC 

[PATCH] rebase: apply and cleanup autostash when rebase fails to start
 2024-08-14 13:22 UTC 

[PATCH 0/2] safe.directory clean-up
 2024-08-14 13:20 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 2/3] safe.directory: normalize the configured path

[GSoC][PATCH v2 0/4] t: port reftable/readwrite_test.c to the unit testing framework
 2024-08-14 13:08 UTC  (10+ messages)
` [GSoC][PATCH v3 "
  ` [PATCH v3 1/4] t: move "
  ` [PATCH v3 2/4] t-reftable-readwrite: use free_names() instead of a for loop
  ` [PATCH v3 3/4] t-reftable-readwrite: use 'for' in place of infinite 'while' loops
  ` [PATCH v3 4/4] t-reftable-readwrite: add test for known error

[PATCH 00/10] reftable: drop generic `reftable_table` interface
 2024-08-14 12:56 UTC  (13+ messages)
` [PATCH 01/10] reftable/merged: expose functions to initialize iterators
` [PATCH 03/10] reftable/merged: stop using generic tables in the merged table
` [PATCH 06/10] reftable/generic: move generic iterator code into iterator interface
` [PATCH 08/10] reftable/dump: drop unused printing functionality

[GSoC][PATCH 00/10] t: port reftable/block_test.c to the unit testing framework
 2024-08-14 12:03 UTC  (11+ messages)
` [PATCH 01/10] t: move "
` [PATCH 02/10] t-reftable-block: release used block reader
` [PATCH 03/10] t-reftable-block: use reftable_record_equal() instead of check_str()
` [PATCH 04/10] t-reftable-block: use reftable_record_key() instead of strbuf_addstr()
` [PATCH 05/10] t-reftable-block: use block_iter_reset() instead of block_iter_close()
` [PATCH 06/10] t-reftable-block: use xstrfmt() instead of xstrdup()
` [PATCH 07/10] t-reftable-block: remove unnecessary variable 'j'
` [PATCH 08/10] t-reftable-block: add tests for log blocks
` [PATCH 09/10] t-reftable-block: add tests for obj blocks
` [PATCH 10/10] t-reftable-block: add tests for index blocks

Adding nested repository with slash adds files instead of gitlink
 2024-08-14 12:00 UTC  (6+ messages)

[PATCH 0/3] git for-each-ref: is-base atom and base branches
 2024-08-14 10:31 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] commit-reach: add get_branch_base_for_tip
  ` [PATCH v2 2/3] for-each-ref: add 'is-base' token
  ` [PATCH v3 0/4] git for-each-ref: is-base atom and base branches
    ` [PATCH v3 1/4] commit-reach: add get_branch_base_for_tip
    ` [PATCH v3 2/4] commit: add gentle reference lookup method
    ` [PATCH v3 3/4] for-each-ref: add 'is-base' token
    ` [PATCH v3 4/4] p1500: add is-base performance tests

Heads up: GMail regularly marking list messages as spam
 2024-08-14  7:32 UTC  (6+ messages)

[PATCH] format-patch: add support for mailmap file
 2024-08-14  7:26 UTC  (4+ messages)

[PATCH 00/22] Memory leak fixes (pt.4)
 2024-08-14  6:52 UTC  (61+ messages)
` [PATCH v2 "
  ` [PATCH v2 02/22] git: fix leaking system paths
` [PATCH v3 00/22] Memory leak fixes (pt.4)
  ` [PATCH v3 01/22] remote: plug memory leak when aliasing URLs
  ` [PATCH v3 02/22] git: fix leaking system paths
  ` [PATCH v3 03/22] object-file: fix memory leak when reading corrupted headers
  ` [PATCH v3 04/22] object-name: fix leaking symlink paths in object context
  ` [PATCH v3 05/22] bulk-checkin: fix leaking state TODO
  ` [PATCH v3 06/22] read-cache: fix leaking hashfile when writing index fails
  ` [PATCH v3 07/22] submodule-config: fix leaking name entry when traversing submodules
  ` [PATCH v3 08/22] config: fix leaking comment character config
  ` [PATCH v3 09/22] builtin/rebase: fix leaking `commit.gpgsign` value
  ` [PATCH v3 10/22] builtin/notes: fix leaking `struct notes_tree` when merging notes
  ` [PATCH v3 11/22] builtin/fast-import: plug trivial memory leaks
  ` [PATCH v3 12/22] builtin/fast-export: fix leaking diff options
  ` [PATCH v3 13/22] builtin/fast-export: plug leaking tag names
  ` [PATCH v3 14/22] merge-ort: unconditionally release attributes index
  ` [PATCH v3 15/22] sequencer: release todo list on error paths
  ` [PATCH v3 16/22] unpack-trees: clear index when not propagating it
  ` [PATCH v3 17/22] diff: fix leak when parsing invalid ignore regex option
  ` [PATCH v3 18/22] builtin/format-patch: fix various trivial memory leaks
  ` [PATCH v3 19/22] userdiff: fix leaking memory for configured diff drivers
  ` [PATCH v3 20/22] builtin/log: fix leak when showing converted blob contents
  ` [PATCH v3 21/22] diff: free state populated via options
  ` [PATCH v3 22/22] builtin/diff: free symmetric diff members
` [PATCH v4 00/22] Memory leak fixes (pt.4)
  ` [PATCH v4 01/22] remote: plug memory leak when aliasing URLs
  ` [PATCH v4 02/22] git: fix leaking system paths
  ` [PATCH v4 03/22] object-file: fix memory leak when reading corrupted headers
  ` [PATCH v4 04/22] object-name: fix leaking symlink paths in object context
  ` [PATCH v4 05/22] bulk-checkin: fix leaking state TODO
  ` [PATCH v4 06/22] read-cache: fix leaking hashfile when writing index fails
  ` [PATCH v4 07/22] submodule-config: fix leaking name entry when traversing submodules
  ` [PATCH v4 08/22] config: fix leaking comment character config
  ` [PATCH v4 09/22] builtin/rebase: fix leaking `commit.gpgsign` value
  ` [PATCH v4 10/22] builtin/notes: fix leaking `struct notes_tree` when merging notes
  ` [PATCH v4 11/22] builtin/fast-import: plug trivial memory leaks
  ` [PATCH v4 12/22] builtin/fast-export: fix leaking diff options
  ` [PATCH v4 13/22] builtin/fast-export: plug leaking tag names
  ` [PATCH v4 14/22] merge-ort: unconditionally release attributes index
  ` [PATCH v4 15/22] sequencer: release todo list on error paths
  ` [PATCH v4 16/22] unpack-trees: clear index when not propagating it
  ` [PATCH v4 17/22] diff: fix leak when parsing invalid ignore regex option
  ` [PATCH v4 18/22] builtin/format-patch: fix various trivial memory leaks
  ` [PATCH v4 19/22] userdiff: fix leaking memory for configured diff drivers
  ` [PATCH v4 20/22] builtin/log: fix leak when showing converted blob contents
  ` [PATCH v4 21/22] diff: free state populated via options
  ` [PATCH v4 22/22] builtin/diff: free symmetric diff members

[RFC PATCH 0/3] Introduce clar testing framework
 2024-08-14  5:58 UTC  (9+ messages)
` [RFC PATCH v3 0/7] "
  ` [RFC PATCH v3 3/7] t/clar: fix whitespace errors

git clone --reference=<repository> (without --dissociate), forgets to copy/get_pack_of objects from <repository> when "--no-local"/"file://" is present
 2024-08-14  4:56 UTC  (3+ messages)

[PATCH 0/7] builtin/maintenance: fix auto-detach with non-standard tasks
 2024-08-14  4:15 UTC  (6+ messages)
` [PATCH 7/7] "

[PATCH 0/1] revision: fix reachable objects being gc'ed in no blob clone repo
 2024-08-14  4:10 UTC  (3+ messages)

[PATCH v2 0/3] send-email: teach git send-email mode to translate aliases
 2024-08-14  0:05 UTC  (4+ messages)
` [PATCH v2 1/3] t90001-send-email.sh: fix quoting for mailrc --dump-aliases test
` [PATCH v2 2/3] t9001-send-email.sh: update alias list used for pine test
` [PATCH v2 3/3] send-email: teach git send-email option to translate aliases

[PATCH] git-svn: mention `svn:globalignores` in help+docs
 2024-08-13 22:33 UTC  (5+ messages)
` [PATCH v2] git-svn: mention `svn:global-ignores` "

[PATCH v6 0/8] [Newcomer] t7004: modernize the style
 2024-08-13 21:58 UTC  (3+ messages)

[PATCH 0/5] doc: git diff reformatting
 2024-08-13 20:42 UTC  (4+ messages)
` [RFC] formatting macro

"git-stash --keep-index" crashes when there are no tracked files
 2024-08-13 17:36 UTC 

[PATCH] tests: drop use of 'tee' that hides exit status
 2024-08-13 17:23 UTC  (4+ messages)

[PATCH 00/20] Stop using `the_repository` in "config.c"
 2024-08-13 17:07 UTC  (37+ messages)
` [PATCH 01/20] path: expose `do_git_path()` as `repo_git_pathv()`
` [PATCH 02/20] path: expose `do_git_common_path()` as `strbuf_git_common_pathv()`
` [PATCH 06/20] path: stop relying on `the_repository` in `worktree_git_path()`
` [PATCH 07/20] path: hide functions using `the_repository` by default
` [PATCH 08/20] config: introduce missing setters that take repo as parameter
` [PATCH 18/20] config: don't depend on `the_repository` with branch conditions
` [PATCH v2 00/20] Stop using `the_repository` in "config.c"
  ` [PATCH v2 07/20] path: hide functions using `the_repository` by default
  ` [PATCH v2 08/20] config: introduce missing setters that take repo as parameter
  ` [PATCH v2 09/20] config: expose `repo_config_clear()`
  ` [PATCH v2 10/20] config: pass repo to `git_config_get_index_threads()`
  ` [PATCH v2 11/20] config: pass repo to `git_config_get_split_index()`
  ` [PATCH v2 12/20] config: pass repo to `git_config_get_max_percent_split_change()`
  ` [PATCH v2 13/20] config: pass repo to `git_config_get_expiry()`
  ` [PATCH v2 14/20] config: pass repo to `git_config_get_expiry_in_days()`
  ` [PATCH v2 15/20] config: pass repo to `git_die_config()`
  ` [PATCH v2 16/20] config: pass repo to functions that rename or copy sections
  ` [PATCH v2 17/20] config: don't have setters depend on `the_repository`
  ` [PATCH v2 18/20] config: don't depend on `the_repository` with branch conditions
  ` [PATCH v2 19/20] global: prepare for hiding away repo-less config functions
  ` [PATCH v2 20/20] config: hide functions using `the_repository` by default

Bug: Git sees branch as valid commit ref and works; should fail
 2024-08-13 15:41 UTC  (7+ messages)
      ` [PATCH] get_oid(): enforce minimum length for "-g<hex>" names

[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
 2024-08-13 15:16 UTC  (9+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 4/5] config: add git_configset_alloc() and git_configset_clear_and_free()

SIGSEGV Error Occurs When Attempting to Unbundle Without Initializing Git Repository
 2024-08-13 15:11 UTC  (7+ messages)
` [PATCH 0/2] bundle: fix handling of object format
  ` [PATCH 1/2] builtin/bundle: have unbundle check for repo before opening its bundle
  ` [PATCH 2/2] bundle: default to SHA1 when reading bundle headers

[Newcomer] Introducing myself and expressing interest in `Implement support for reftables in “dumb” HTTP transport` project
 2024-08-13 14:33 UTC  (3+ messages)

[RFC] Implement ref content consistency check
 2024-08-13 14:18 UTC 

[GSoC]: Implement consistency check for refs blog
 2024-08-13 13:43 UTC  (2+ messages)

Technical information about http.sslBackend schannel
 2024-08-13 13:20 UTC  (2+ messages)

Bug with bash and OpenSSL usage on Windows
 2024-08-13 13:06 UTC  (2+ messages)

[BUG REPORT] `--autostash` rebase + pre-rebase error ends in corrupt state
 2024-08-13 10:01 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox