git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-06 21:51:01 to 2024-09-10 15:14:39 UTC [more...]

[PATCH 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses
 2024-09-10 15:14 UTC  (7+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 3/9] finalize_object_file(): implement collision check

[PATCH 0/4] pack-objects: create new name-hash algorithm
 2024-09-10 14:56 UTC  (12+ messages)
` [PATCH 1/4] pack-objects: add --full-name-hash option
` [PATCH 2/4] git-repack: update usage to match docs
` [PATCH 3/4] p5313: add size comparison test
` [PATCH 4/4] p5314: add a size test for name-hash collisions

[PATCH v2 0/5] Introduce cgit-rs, a Rust wrapper around libgit.a
 2024-09-10 14:44 UTC  (22+ messages)
` [PATCH v3 0/6] Introduce libgit-rs, "
  ` [PATCH v3 1/6] common-main: split init and exit code into new files
  ` [PATCH v3 2/6] libgit-sys: introduce Rust wrapper for libgit.a
  ` [PATCH v3 3/6] libgit-sys: add repo initialization and config access
  ` [PATCH v3 4/6] config: add git_configset_alloc() and git_configset_clear_and_free()
  ` [PATCH v3 5/6] libgit: add higher-level libgit crate
  ` [PATCH v3 6/6] Makefile: add option to build and test libgit-rs and libgit-rs-sys

What's cooking draft as of 2024-09-06 late night
 2024-09-10 14:41 UTC  (9+ messages)
  ` Re*: "

[ANNOUNCE] Outreachy mentor sign-up deadline is Wednesday September 11th at 4pm UTC
 2024-09-10 14:28 UTC  (4+ messages)

`git diff --break-rewrites` does not work (otherwise it should break rewrite into delete and create, for `--find-renames` to work)
 2024-09-10 11:07 UTC 

`git remote set-branches (without --add) <name> <branch>…​` does not add refspecs to `remote.<remote>.fetch` when `remote.<remote>.fetch` does not exist
 2024-09-10 11:01 UTC  (5+ messages)
` `git remote set-branches (without --add) <name> <branch>… ` "

[PATCH v3 0/4] add ref content check for files backend
 2024-09-10  8:28 UTC  (10+ messages)
` [PATCH v3 2/4] ref: add regular "
` [PATCH v3 3/4] ref: add symref "
` [PATCH v3 4/4] ref: add symlink ref "

[PATCH 0/2] make chainlint output more newcomer-friendly
 2024-09-10  8:14 UTC  (9+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] chainlint: don't be fooled by "?!...?!" in test body
  ` [PATCH v2 2/3] chainlint: make error messages self-explanatory
  ` [PATCH v2 3/3] chainlint: reduce annotation noise-factor

[PATCH 0/9] ref-filter %(trailer) fixes
 2024-09-10  7:12 UTC  (22+ messages)
` [PATCH 1/9] t6300: drop newline from wrapped test title
` [PATCH 2/9] ref-filter: avoid extra copies of payload/signature
` [PATCH 3/9] ref-filter: strip signature when parsing tag trailers
` [PATCH 4/9] ref-filter: drop useless cast in trailers_atom_parser()
` [PATCH 5/9] ref-filter: store ref_trailer_buf data per-atom
` [PATCH 6/9] ref-filter: fix leak of %(trailers) "argbuf"
` [PATCH 7/9] ref-filter: fix leak with %(describe) arguments
` [PATCH 8/9] ref-filter: fix leak when formatting %(push:remoteref)
` [PATCH 9/9] ref-filter: add ref_format_clear() function
` [PATCH 10/9] ref-filter: fix leak with unterminated %(if) atoms

[PATCH] Makefile: rename clar-related variables to avoid confusion
 2024-09-10  6:23 UTC 

[RFC PATCH 0/3] Introduce clar testing framework
 2024-09-10  6:20 UTC  (5+ messages)
` [PATCH v8 00/14] "
  ` [PATCH v8 10/14] Makefile: wire up the clar unit "

SyntaxWarning for '\S'
 2024-09-10  3:49 UTC 

[PATCH 00/30] [RFC] Path-walk API and applications
 2024-09-10  2:28 UTC  (31+ messages)
` [PATCH 01/30] path-walk: introduce an object walk by path
` [PATCH 02/30] backfill: add builtin boilerplate
` [PATCH 03/30] backfill: basic functionality and tests
` [PATCH 04/30] backfill: add --batch-size=<n> option
` [PATCH 05/30] backfill: add --sparse option
` [PATCH 06/30] backfill: assume --sparse when sparse-checkout is enabled
` [PATCH 07/30] path-walk: allow consumer to specify object types
` [PATCH 08/30] path-walk: allow visiting tags
` [PATCH 09/30] survey: stub in new experimental `git-survey` command
` [PATCH 10/30] survey: add command line opts to select references
` [PATCH 11/30] survey: collect the set of requested refs
` [PATCH 12/30] survey: start pretty printing data in table form
` [PATCH 13/30] survey: add object count summary
` [PATCH 14/30] survey: summarize total sizes by object type
` [PATCH 15/30] survey: show progress during object walk
` [PATCH 16/30] survey: add ability to track prioritized lists
` [PATCH 17/30] survey: add report of "largest" paths
` [PATCH 18/30] revision: create mark_trees_uninteresting_dense()
` [PATCH 19/30] path-walk: add prune_all_uninteresting option
` [PATCH 20/30] pack-objects: add --path-walk option
` [PATCH 21/30] pack-objects: extract should_attempt_deltas()
` [PATCH 22/30] pack-objects: introduce GIT_TEST_PACK_PATH_WALK
` [PATCH 23/30] p5313: add size comparison test
` [PATCH 24/30] repack: add --path-walk option
` [PATCH 25/30] pack-objects: enable --path-walk via config
` [PATCH 26/30] scalar: enable path-walk during push "
` [PATCH 27/30] pack-objects: add --full-name-hash option
` [PATCH 28/30] test-name-hash: add helper to compute name-hash functions
` [PATCH 29/30] p5314: add a size test for name-hash collisions
` [PATCH 30/30] pack-objects: output debug info about deltas

Fix issue with formatting multiple trailer keys
 2024-09-10  2:22 UTC  (5+ messages)

What's cooking in git.git (Sep 2024, #03; Mon, 9)
 2024-09-09 23:38 UTC 

[PATCH] ci: remove 'Upload failed tests' directories' step from linux32 jobs
 2024-09-09 23:00 UTC 

[PATCH] gitk: new config options for wrapping and diff modes
 2024-09-09 22:30 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/3] Add repository parameter to builtins
 2024-09-09 21:08 UTC  (4+ messages)
` [PATCH 1/3] builtin: add a repository parameter for builtin functions

[bug?] git diff --cached in a non-git directory
 2024-09-09 20:26 UTC  (6+ messages)

header signatures for hash transition?
 2024-09-09 20:20 UTC  (3+ messages)

[PATCH] remote: introduce config to set prefetch refs
 2024-09-09 18:33 UTC  (5+ messages)

[PATCH 1/2] diff: report copies and renames as changes in run_diff_cmd()
 2024-09-09 16:59 UTC  (4+ messages)
` [PATCH 2/2] diff: report dirty submodules as changes in builtin_diff()

[PATCH] interpret-trailers: handle message without trailing newline
 2024-09-09 15:58 UTC  (6+ messages)
` [PATCH v3] "

[PATCH 0/4] Support server option from configuration
 2024-09-09 15:44 UTC  (10+ messages)
` [PATCH 3/4] builtin/clone.c: recognize fetch.serverOption configuration
    `  "
      `  "
        `  "
          `  "
            `  "
              `  "

[bug?] git diff --cached in a non-git directory
 2024-09-09 14:48 UTC 

[PATCH] apply: support --ours, --theirs, and --union for three-way merges
 2024-09-09 14:10 UTC  (5+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

What's cooking in git.git (Sep 2024, #02; Sun, 8)
 2024-09-09 14:07 UTC  (2+ messages)

[GSoC][PATCH v4 0/6] t: port reftable/stack_test.c to the unit testing framework
 2024-09-09 11:42 UTC  (13+ messages)
` [GSoC][PATCH v5 0/7] "
  ` [GSoC][PATCH v6 0/6] "
    ` [PATCH v6 1/6] t: move "
    ` [PATCH v6 2/6] t: harmonize t-reftable-stack.c with coding guidelines
    ` [PATCH v6 3/6] t-reftable-stack: use Git's tempfile API instead of mkstemp()
    ` [PATCH v6 4/6] t-reftable-stack: use reftable_ref_record_equal() to compare ref records
    ` [PATCH v6 5/6] t-reftable-stack: add test for non-default compaction factor
    ` [PATCH v6 6/6] t-reftable-stack: add test for stack iterators

[PATCH 0/6] refs/reftable: wire up exclude patterns
 2024-09-09 11:31 UTC  (7+ messages)
` [PATCH 1/6] refs: properly apply exclude patterns to namespaced refs
` [PATCH 2/6] builtin/receive-pack: fix exclude patterns when announcing refs
` [PATCH 3/6] Makefile: stop listing test library objects twice
` [PATCH 4/6] t/unit-tests: introduce reftable library
` [PATCH 5/6] reftable/reader: make table iterator reseekable
` [PATCH 6/6] refs/reftable: wire up support for exclude patterns

[PATCH] config.mak.uname: add HAVE_DEV_TTY to cygwin config section
 2024-09-09  7:08 UTC  (2+ messages)

[PATCH] rebase: apply and cleanup autostash when rebase fails to start
 2024-09-08 21:55 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 00/22] Memory leak fixes (pt.6)
 2024-09-08 21:39 UTC  (3+ messages)
` [PATCH v2 "

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

[PATCH v2] git gui: add directly calling merge tool from gitconfig
 2024-09-08 12:21 UTC  (3+ messages)
` [PATCH v3] "

bug report - `git diff --quiet --cached` returns 0 when a rename is staged
 2024-09-08  7:04 UTC  (2+ messages)

Thoughts on the "branch <b> is not fully merged" error of "git-branch -d"
 2024-09-08  5:33 UTC  (6+ messages)

[RFC PATCH 6/6] contrib/cgit-rs: add a subset of configset wrappers
 2024-09-07 14:53 UTC  (5+ messages)

[RFC PATCH] config.mak.uname: add HAVE_DEV_TTY to cygwin config section
 2024-09-07 13:48 UTC  (5+ messages)

Behavior change for git diff --cached --exit-code in git 2.46.0
 2024-09-06 23:04 UTC 

Should Git Tag trailer formatting work?
 2024-09-06 22:56 UTC  (5+ messages)


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