git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-11 23:03:22 to 2024-08-13 17:10:24 UTC [more...]

[GSoC][PATCH 0/5] t: port reftable/readwrite_test.c to the unit testing framework
 2024-08-13 17:10 UTC  (11+ messages)
` [GSoC][PATCH v2 0/4] "
  ` [PATCH v2 1/4] t: move "
  ` [GSoC][PATCH v3 0/4] t: port "
    ` [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/20] Stop using `the_repository` in "config.c"
 2024-08-13 17:07 UTC  (43+ 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 01/20] path: expose `do_git_path()` as `repo_git_pathv()`
  ` [PATCH v2 02/20] path: expose `do_git_common_path()` as `repo_common_pathv()`
  ` [PATCH v2 03/20] editor: do not rely on `the_repository` for interactive edits
  ` [PATCH v2 04/20] hooks: remove implicit dependency on `the_repository`
  ` [PATCH v2 05/20] path: stop relying on `the_repository` when reporting garbage
  ` [PATCH v2 06/20] path: stop relying on `the_repository` in `worktree_git_path()`
  ` [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

[PATCH 00/22] Memory leak fixes (pt.4)
 2024-08-13 16:58 UTC  (56+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/22] remote: plug memory leak when aliasing URLs
  ` [PATCH v2 02/22] git: fix leaking system paths
  ` [PATCH v2 03/22] object-file: fix memory leak when reading corrupted headers
  ` [PATCH v2 08/22] config: fix leaking comment character config
  ` [PATCH v2 12/22] builtin/fast-export: fix leaking diff options
  ` [PATCH v2 22/22] builtin/diff: free symmetric diff members
` [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

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/3] Introduce clar testing framework
 2024-08-13 15:31 UTC  (11+ messages)
` [RFC PATCH v3 0/7] "
  ` [RFC PATCH v3 3/7] t/clar: fix whitespace errors

[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
 2024-08-13 15:16 UTC  (31+ messages)
` [RFC PATCH 3/6] contrib/cgit-rs: introduce Rust wrapper for libgit.a
` [PATCH v2 0/5] Introduce cgit-rs, a Rust wrapper around libgit.a
  ` [PATCH v2 4/5] config: add git_configset_alloc() and git_configset_clear_and_free()
  ` [PATCH v2 5/5] cgit: add higher-level cgit crate

SIGSEGV Error Occurs When Attempting to Unbundle Without Initializing Git Repository
 2024-08-13 15:11 UTC  (10+ 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

Heads up: GMail regularly marking list messages as spam
 2024-08-13 15:06 UTC  (5+ messages)

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

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

[PATCH 0/3] git for-each-ref: is-base atom and base branches
 2024-08-13 13:44 UTC  (8+ 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

[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)

[PATCH 0/7] builtin/maintenance: fix auto-detach with non-standard tasks
 2024-08-13 13:19 UTC  (11+ messages)
` [PATCH 1/7] config: fix constness of out parameter for `git_config_get_expiry()`
` [PATCH 2/7] builtin/gc: refactor to read config into structure
` [PATCH 3/7] builtin/gc: fix leaking config values
` [PATCH 4/7] builtin/gc: stop processing log file on signal
` [PATCH 5/7] builtin/gc: add a `--detach` flag
` [PATCH 6/7] builtin/maintenance: "
` [PATCH 7/7] builtin/maintenance: fix auto-detach with non-standard tasks

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

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

[PATCH] tests: drop use of 'tee' that hides exit status
 2024-08-13 12:59 UTC  (3+ messages)

Adding nested repository with slash adds files instead of gitlink
 2024-08-13 12:48 UTC  (3+ messages)

[PATCH 00/10] reftable: drop generic `reftable_table` interface
 2024-08-13 10:17 UTC  (17+ messages)
` [PATCH 01/10] reftable/merged: expose functions to initialize iterators
` [PATCH 02/10] reftable/merged: rename `reftable_new_merged_table()`
` [PATCH 03/10] reftable/merged: stop using generic tables in the merged table
` [PATCH 04/10] reftable/stack: open-code reading refs
` [PATCH 05/10] reftable/iter: drop double-checking logic
` [PATCH 06/10] reftable/generic: move generic iterator code into iterator interface
` [PATCH 07/10] reftable/dump: drop unused `compact_stack()`
` [PATCH 08/10] reftable/dump: drop unused printing functionality
` [PATCH 09/10] reftable/dump: move code into "t/helper/test-reftable.c"
` [PATCH 10/10] reftable/generic: drop interface

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

[PATCH 0/2] Re: [BUG REPORT] git-gui invokes prepare-commit-msg hook incorrectly
 2024-08-13  9:06 UTC  (3+ messages)
` [PATCH 1/2] git-gui: strip comments and consecutive empty lines from commit messages
` [PATCH 2/2] git-gui: strip commit messages less aggressively

Subscribe
 2024-08-13  7:40 UTC 

[PATCH] midx: drop unused parameters from add_midx_to_chain()
 2024-08-13  5:02 UTC 

[PATCH 0/1] revision: fix reachable objects being gc'ed in no blob clone repo
 2024-08-13  0:45 UTC  (6+ messages)
` [PATCH 1/1] revision: don't set parents as uninteresting if exclude promisor objects
    ` [External] "

What's cooking in git.git (Aug 2024, #04; Mon, 12)
 2024-08-13  0:41 UTC 

[PATCH] git-svn: mention `svn:globalignores` in help+docs
 2024-08-12 22:06 UTC 

[PATCH v2 0/2] git-svn: use svn:global-ignores when creating .gitignores
 2024-08-12 20:39 UTC  (6+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] git-svn: add public property `svn:global-ignores`
  ` [PATCH v3 2/3] git-svn: use `svn:global-ignores` to create .gitignore
  ` [PATCH v3 3/3] git-svn: mention `svn:globalignores` in help

[PATCH 0/5] doc: git diff reformatting
 2024-08-12 15:22 UTC  (6+ messages)
` [PATCH 4/5] doc: git-diff: apply format changes to diff-generate-patch
    ` [RFC] formatting macro

[GSoC] Blog: move and improve reftable tests in the unit testing framework
 2024-08-12 14:58 UTC  (10+ messages)

Git and gettext
 2024-08-12 14:48 UTC  (8+ messages)

[PATCH 00/19] midx: incremental multi-pack indexes, part one
 2024-08-12 14:27 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v2 0/3] doc: introducing synopsis para
 2024-08-12  6:18 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] doc: update the guidelines to reflect the current formatting rules

Feature request: `git rm -c` shortcut
 2024-08-12  6:19 UTC 

[PATCH 1/2] remerge-diff: lazily prpare temporary objdir on demand
 2024-08-12  5:17 UTC  (3+ messages)
` [PATCH 2/2] remerge-diff: clean up temporary objdir at a central place


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).