git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-05-21 20:00:10 to 2024-05-23 12:45:40 UTC [more...]

[PATCH 00/20] Various memory leak fixes
 2024-05-23 12:26 UTC  (7+ messages)
` [PATCH 02/20] transport-helper: fix leaking helper name
` [PATCH 05/20] http: refactor code to clarify memory ownership
` [PATCH 06/20] config: clarify memory ownership in `git_config_pathname()`
` [PATCH 11/20] config: clarify memory ownership in `git_config_string()`
` [PATCH 18/20] builtin/mv duplicate string list memory
` [PATCH 20/20] builtin/mv: fix leaks for submodule gitfile paths

[PATCH] alias: document caveats and add trace of prepared command
 2024-05-23  4:39 UTC  (12+ messages)
` [PATCH v2 1/3] Documentation: alias: rework notes into points
  ` [PATCH v2 2/3] Documentation: alias: add notes on shell expansion
  ` [PATCH v2 3/3] run-command: show prepared command
  ` [PATCH v3 1/3] Documentation: alias: rework notes into points
    ` [PATCH v3 2/3] Documentation: alias: add notes on shell expansion
    ` [PATCH v3 3/3] run-command: show prepared command

Cloning does not work on available download bandwidth changes
 2024-05-23 12:07 UTC  (6+ messages)

[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
 2024-05-23 11:05 UTC  (27+ messages)
` [PATCH v3 00/30] "
  ` [PATCH v3 01/30] object.h: add flags allocated by pack-bitmap.h
  ` [PATCH v3 07/30] Documentation/gitpacking.txt: initial commit
  ` [PATCH v3 09/30] Documentation/technical: describe pseudo-merge bitmaps format
  ` [PATCH v3 10/30] ewah: implement `ewah_bitmap_is_subset()`
  ` [PATCH v3 11/30] pack-bitmap: move some initialization to `bitmap_writer_init()`
  ` [PATCH v3 13/30] pack-bitmap-write: support storing pseudo-merge commits
  ` [PATCH v3 14/30] pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()`
  ` [PATCH v3 16/30] config: introduce git_config_float()
  ` [PATCH v3 17/30] pseudo-merge: implement support for selecting pseudo-merge commits
  ` [PATCH v3 18/30] pack-bitmap-write.c: write pseudo-merge table
  ` [PATCH v3 20/30] pseudo-merge: scaffolding for reads
  ` [PATCH v3 21/30] pack-bitmap.c: read pseudo-merge extension
  ` [PATCH v3 22/30] pseudo-merge: implement support for reading pseudo-merge commits
  ` [PATCH v3 23/30] ewah: implement `ewah_bitmap_popcount()`
  ` [PATCH v3 26/30] pack-bitmap.c: use pseudo-merges during traversal
  ` [PATCH v3 27/30] pack-bitmap: extra trace2 information
  ` [PATCH v3 28/30] ewah: `bitmap_equals_ewah()`
  ` [PATCH v3 30/30] t/perf: implement performace tests for pseudo-merge bitmaps

[PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends
 2024-05-23 10:36 UTC  (28+ messages)
` [PATCH 01/12] send-email: drop FakeTerm hack
` [PATCH 02/12] send-email: avoid creating more than one Term::ReadLine object
` [PATCH 03/12] ci: drop mention of BREW_INSTALL_PACKAGES variable
` [PATCH 04/12] ci: avoid bare "gcc" for osx-gcc job
` [PATCH 05/12] ci: stop installing "gcc-13" for osx-gcc
` [PATCH 06/12] hook: plug a new memory leak
` [PATCH 07/12] init: use the correct path of the templates directory again
` [PATCH 08/12] Revert "core.hooksPath: add some protection while cloning"
` [PATCH 09/12] tests: verify that `clone -c core.hooksPath=/dev/null` works again
` [PATCH 10/12] clone: drop the protections where hooks aren't run
` [PATCH 11/12] Revert "Add a helper function to compare file contents"
` [PATCH 12/12] Revert "fetch/clone: detect dubious ownership of local repositories"
` [rPATCH 13/12] Merge branch 'jc/fix-aggressive-protection-2.39'
  ` Reviewing merge commits, was "
` [rPATCH 14/12] Merge branch 'jc/fix-aggressive-protection-2.40'

[PATCH 0/9] refs: ref storage format migrations
 2024-05-23  8:25 UTC  (10+ messages)
` [PATCH 1/9] setup: unset ref storage when reinitializing repository version
` [PATCH 2/9] refs: convert ref storage format to an enum
` [PATCH 3/9] refs: pass storage format to `ref_store_init()` explicitly
` [PATCH 4/9] refs: allow to skip creation of reflog entries
` [PATCH 5/9] refs/files: refactor `add_pseudoref_and_head_entries()`
` [PATCH 6/9] refs/files: extract function to iterate through root refs
` [PATCH 7/9] refs: implement removal of ref storages
` [PATCH 8/9] refs: implement logic to migrate between ref storage formats
` [PATCH 9/9] builtin/refs: new command to migrate "

[PATCH] trace2: intercept all common signals
 2024-05-23  9:36 UTC  (6+ messages)

[PATCH 0/3] un-breaking osx-gcc ci job
 2024-05-23  9:10 UTC  (11+ messages)
` [PATCH 2/3] ci: avoid bare "gcc" for osx-gcc job

[PATCH] http: display the response body on POST failure
 2024-05-23  9:29 UTC  (3+ messages)

[PATCH] blame: do not mention obvious default configuration values
 2024-05-23  9:08 UTC  (4+ messages)

[PATCH 0/5] use the pager in 'add -p'
 2024-05-23  9:06 UTC  (28+ messages)
` [PATCH 2/5] pager: do not close fd 2 unnecessarily
` [PATCH 5/5] add-patch: render hunks through the pager
` [PATCH v2 0/5] use the pager in 'add -p'
  ` [PATCH v2 1/5] add-patch: test for 'p' command
  ` [PATCH v2 2/5] pager: do not close fd 2 unnecessarily
  ` [PATCH v2 3/5] pager: introduce wait_for_pager
  ` [PATCH v2 4/5] test-terminal: introduce --no-stdin-pty
  ` [PATCH v2 5/5] add-patch: render hunks through the pager

[PATCH] push: don't fetch commit object when checking existence
 2024-05-23  8:58 UTC  (8+ messages)
  ` [PATCH v2] "

[PATCH] add-patch: response to unknown command
 2024-05-23  5:31 UTC  (19+ messages)
  ` Re* "
    ` [PATCH v2] add-patch: enforce only one-letter response to prompts
      ` [PATCH v3] "
        ` [PATCH v4] "

git init BUG when gitconfig has includeIf
 2024-05-23  5:26 UTC  (14+ messages)
` [PATCH] setup: fix bug with "includeIf.onbranch" when initializing dir
  ` [PATCH v2] "
    ` [rPATCH "

[PATCH v2] doc: imply that interactive.singleKey is disabled by default
 2024-05-22 21:34 UTC  (3+ messages)

[PATCH] doc: note that interactive.singleKey is disabled by default
 2024-05-22 20:50 UTC  (6+ messages)

[PATCH] chainlint.pl: Extend regexp pattern for /proc/cpuinfo on Linux SPARC
 2024-05-22 19:11 UTC  (13+ messages)
` [PATCH 0/3] improve chainlint.pl CPU count computation
  ` [PATCH 2/3] chainlint.pl: fix incorrect CPU count on Linux SPARC

[PATCH 00/13] reftable: prepare for re-seekable iterators
 2024-05-22  7:56 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/13] reftable/block: use `size_t` to track restart point index
  ` [PATCH v2 03/13] reftable/reader: unify indexed and linear seeking

[PATCH 0/6] update-ref: add symref support for --stdin
 2024-05-22  9:03 UTC  (12+ messages)
` [PATCH 6/6] update-ref: add support for 'symref-update' command
` [PATCH v2 0/6] update-ref: add symref support for --stdin
  ` [PATCH v2 1/6] refs: create and use `ref_update_expects_existing_old_ref()`
  ` [PATCH v2 2/6] update-ref: add support for 'symref-verify' command
  ` [PATCH v2 3/6] update-ref: add support for 'symref-delete' command
  ` [PATCH v2 4/6] update-ref: add support for 'symref-create' command
  ` [PATCH v2 5/6] reftable: pick either 'oid' or 'target' for new updates
  ` [PATCH v2 6/6] update-ref: add support for 'symref-update' command

[PATCH] Documentation/fsck-msgids.txt: remove duplicate 'gitmodulesLarge'
 2024-05-22 13:44 UTC 

[PATCH 0/2] Revert defense-in-depth patches breaking Git LFS
 2024-05-22  9:49 UTC  (4+ messages)

[PATCH v2] Switch grep from non-portable BRE to portable ERE
 2024-05-22 10:52 UTC  (3+ messages)

What's cooking in git.git (May 2024, #08; Mon, 20)
 2024-05-21 16:20 UTC  (3+ messages)

[PATCH 00/11] reftable: expose write options as config
 2024-05-22  7:19 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/11] reftable: pass opts as constant pointer
  ` [PATCH v3 05/11] reftable/dump: support dumping a table's block structure
  ` [PATCH v3 08/11] refs/reftable: allow configuring restart interval

Unable to shallow fetch repository when using a object database populated by shallow fetches
 2024-05-22  6:27 UTC 

[PATCH] diff: document what --name-only shows
 2024-05-22  1:35 UTC  (3+ messages)

[PATCH 0/2] Fix use of uninitialized hash algos
 2024-05-22  4:51 UTC  (8+ messages)
` [PATCH v5 0/5] Fix use of uninitialized hash algorithms
  ` [PATCH v5 1/5] setup: add an escape hatch for "no more default hash algorithm" change

Error: failed to store: -25299
 2024-05-22  2:37 UTC  (5+ messages)

How to disable safe directories?
 2024-05-21 14:25 UTC  (4+ messages)

[PATCH v2 0/8] Various fixes for v2.45.1 and friends
 2024-05-21 23:04 UTC  (5+ messages)
` [PATCH v3 0/6] "

Embedding Git Command Line
 2024-05-21 16:00 UTC  (4+ messages)

git-daemon doesn't work as expected in v2.45.1 and friends
 2024-05-21 20:40 UTC  (4+ messages)

[ANNOUNCE] Git Merge 2024, September 19-20, 2024, Berlin
 2024-05-21 22:23 UTC  (3+ messages)

[PATCH v3 1/1] macOS: ls-files path fails if path of workdir is NFD
 2024-05-21 22:15 UTC  (4+ messages)

[PATCH] dir: fix treat_leading_path() to return false on non-directories
 2024-05-21 15:48 UTC 


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).