public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-19 13:06:59 to 2025-02-22 02:07:51 UTC [more...]

[PATCH] git-compat-util.h: Bump _XOPEN_SOURCE on OpenBSD
 2025-02-22  2:07 UTC  (5+ messages)

[PATCH v2] mailmap: fix check-mailmap with full mailmap line
 2025-02-21 23:47 UTC 

first bisection step takes quite a while
 2025-02-21 23:06 UTC  (10+ messages)

Deleting first commits; maintaining last commits
 2025-02-21 22:42 UTC  (6+ messages)

git-bugreport-2025-02-21-1642
 2025-02-21 22:03 UTC 

[GSoC][PATCH v2] merge-strategies.adoc: detail submodule merge
 2025-02-21 21:56 UTC  (6+ messages)

[PATCH 0/2] add -p: a couple of hunk splitting fixes
 2025-02-21 21:42 UTC  (7+ messages)
` [PATCH 1/2] add -p: mark split hunks as undecided
` [PATCH 2/2] add-patch: update hunk splitability after editing

[PATCH 00/12] meson: wire up bits and pieces from "contrib/"
 2025-02-21 19:50 UTC  (21+ messages)
` [PATCH 09/12] gitk: extract script to build Gitk
` [PATCH v2 00/10] meson: wire up bits and pieces from "contrib/"
  ` [PATCH v2 01/10] GIT-BUILD-OPTIONS: propagate project's source directory
  ` [PATCH v2 02/10] contrib/credential: fix "netrc" tests with out-of-tree builds
  ` [PATCH v2 03/10] contrib/credential: fix compilation of wincred helper with MSVC
  ` [PATCH v2 04/10] contrib/credential: fix compiling "libsecret" helper
  ` [PATCH v2 05/10] contrib/credential: fix compilation of "osxkeychain" helper
  ` [PATCH v2 06/10] meson: wire up credential helpers
  ` [PATCH v2 07/10] meson: wire up git-contacts(1)
  ` [PATCH v2 08/10] meson: wire up static analysis via Coccinelle
  ` [PATCH v2 09/10] ci: fix propagating UTF-8 test locale in musl-based Meson job
  ` [PATCH v2 10/10] ci: exercise credential helpers
  ` [-SPAM-] [PATCH v2 00/10] meson: wire up bits and pieces from "contrib/"

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2025-02-21 19:04 UTC  (17+ messages)
` [PATCH v10 0/8] "
  ` [PATCH v10 7/8] transport: add client support for object-info
  ` [PATCH v10 8/8] cat-file: add remote-object-info to batch-command
` [PATCH v11 0/8] "
  ` [PATCH v11 1/8] git-compat-util: add strtoul_ul() with error handling
  ` [PATCH v11 2/8] cat-file: add declaration of variable i inside its for loop
  ` [PATCH v11 3/8] t1006: split test utility functions into new "lib-cat-file.sh"
  ` [PATCH v11 4/8] fetch-pack: refactor packet writing
  ` [PATCH v11 5/8] fetch-pack: move fetch initialization
  ` [PATCH v11 6/8] serve: advertise object-info feature
  ` [PATCH v11 7/8] transport: add client support for object-info
  ` [PATCH v11 8/8] cat-file: add remote-object-info to batch-command

[PATCH v4 0/6] Introduce a "promisor-remote" capability
 2025-02-21 18:40 UTC  (6+ messages)
` [PATCH v5 0/3] "
  ` [PATCH v5 3/3] doc: add technical design doc for large object promisors

[PATCH v4 0/5] remote: announce removal of "branches/" and "remotes/"
 2025-02-21 18:30 UTC  (4+ messages)
` [PATCH v4 5/5] "

[PATCH] compat/mingw: rename the symlink, not the target
 2025-02-21 18:26 UTC  (2+ messages)

[PATCH] builtin/refs: add '--skip-reflog' flag to bypass reflog migration
 2025-02-21 17:54 UTC  (6+ messages)
` [PATCH v4] builtin/refs: add '--no-reflog' flag to drop reflogs
` [PATCH v5] "

[GSoC][RFC PATCH] show-branch: use commit-slab for flag storage
 2025-02-21 17:15 UTC  (4+ messages)

[GSOC][PATCH] apply: address -Wsign-comparison warnings
 2025-02-21 17:11 UTC  (3+ messages)

[PATCH 0/5] t/unit-tests: convert unit-tests to use clar
 2025-02-21 14:52 UTC  (14+ messages)
` [PATCH 1/5] t/unit-tests: implement oid helper functions in unit-tests.{c,h}
` [PATCH 2/5] t/unit-tests: convert oid-array test to use clar
` [PATCH 3/5] t/unit-tests: convert oidmap "
` [PATCH 4/5] t/unit-tests: convert oidtree "
` [PATCH 5/5] t/unit-tests: remove lib-oid.{c,h,o}

[PATCH 0/6] refs: introduce support for partial reference transactions
 2025-02-21 11:50 UTC  (12+ messages)
` [PATCH 5/6] refs: implement partial reference transaction support
` [PATCH 6/6] update-ref: add --allow-partial flag for stdin mode

unable to delete branch with forgotten bisect
 2025-02-21 10:03 UTC 

[PATCH 00/14] refs: batch refname availability checks
 2025-02-21  9:06 UTC  (37+ messages)
` [PATCH 07/14] refs/iterator: separate lifecycle from iteration
` [PATCH 09/14] refs/iterator: implement seeking for merged iterators
` [PATCH 10/14] refs/iterator: implement seeking for reftable iterators
` [PATCH v2 00/16] refs: batch refname availability checks
  ` [PATCH v2 01/16] object-name: introduce `repo_get_oid_with_flags()`
  ` [PATCH v2 02/16] object-name: allow skipping ambiguity checks in `get_oid()` family
  ` [PATCH v2 03/16] builtin/update-ref: skip ambiguity checks when parsing object IDs
  ` [PATCH v2 04/16] refs: introduce function to batch refname availability checks
  ` [PATCH v2 05/16] refs/reftable: "
  ` [PATCH v2 06/16] refs/files: batch refname availability checks for normal transactions
  ` [PATCH v2 07/16] refs/files: batch refname availability checks for initial transactions
  ` [PATCH v2 08/16] refs: stop re-verifying common prefixes for availability
  ` [PATCH v2 09/16] refs/iterator: separate lifecycle from iteration
  ` [PATCH v2 10/16] refs/iterator: provide infrastructure to re-seek iterators
  ` [PATCH v2 11/16] refs/iterator: implement seeking for merged iterators
  ` [PATCH v2 12/16] refs/iterator: implement seeking for reftable iterators
  ` [PATCH v2 13/16] refs/iterator: implement seeking for ref-cache iterators
  ` [PATCH v2 14/16] refs/iterator: implement seeking for `packed-ref` iterators
  ` [PATCH v2 15/16] refs/iterator: implement seeking for "files" iterators
  ` [PATCH v2 16/16] refs: reuse iterators when determining refname availability

Continuous Benchmarking
 2025-02-21  8:48 UTC  (3+ messages)

git keeps recreating packs, exploding backup increments
 2025-02-21  8:16 UTC  (4+ messages)
` [External] "

[PATCH 0/4] bundle-uri: show progress when downloading from bundle URIs
 2025-02-21  7:48 UTC  (15+ messages)
` [PATCH 4/4] bundle-uri: enable git-remote-https progress
` [PATCH v2 0/7] Show progress when downloading from bundle URIs
  ` [PATCH v2 1/7] progress: add function to set total
  ` [PATCH v2 2/7] progress: allow pure-throughput progress meters
  ` [PATCH v2 3/7] http: turn off curl signals
  ` [PATCH v2 4/7] http: add the ability to log progress
  ` [PATCH v2 5/7] remote-curl: optionally show progress for HTTP get
  ` [PATCH v2 6/7] bundle-uri: enable git-remote-https progress
  ` [PATCH v2 7/7] http: silence stderr when progress is enabled

[PATCH 0/9] builtin/cat-file: allow filtering objects in batch mode
 2025-02-21  7:47 UTC  (10+ messages)
` [PATCH 1/9] builtin/cat-file: rename variable that tracks usage
` [PATCH 2/9] builtin/cat-file: wire up an option to filter objects
` [PATCH 3/9] builtin/cat-file: support "blob:none" objects filter
` [PATCH 4/9] builtin/cat-file: support "blob:limit=" "
` [PATCH 5/9] builtin/cat-file: support "object:type=" "
` [PATCH 6/9] pack-bitmap: expose function to iterate over bitmapped objects
` [PATCH 7/9] pack-bitmap: introduce function to check whether a pack is bitmapped
` [PATCH 8/9] builtin/cat-file: deduplicate logic to iterate over all objects
` [PATCH 9/9] builtin/cat-file: use bitmaps to efficiently filter by object type

Tags are no longer fetched when fetching specific commit
 2025-02-21  7:25 UTC  (4+ messages)

[PATCH 0/3] batch blob diff generation
 2025-02-20 16:14 UTC  (17+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] builtin: introduce diff-pairs command
  ` [PATCH v2 3/3] builtin/diff-pairs: allow explicit diff queue flush

What's cooking in git.git (Feb 2025, #06; Tue, 18)
 2025-02-20 15:56 UTC  (3+ messages)

[PATCH 0/7][Outreachy] stop using the_repository global variable
 2025-02-20 15:43 UTC  (16+ messages)
` [PATCH v2 00/12][Outreachy] "
  ` [PATCH v2 01/12] builtin/verify-tag: refactor `cmd_verify_tag()`
  ` [PATCH v2 02/12] builtin/verify-tag: stop using `the_repository`
  ` [PATCH v2 03/12] builtin/verify-commit: refactor `cmd_verify_commit()`
  ` [PATCH v2 04/12] builtin/verify-commit: stop using `the_repository`
  ` [PATCH v2 05/12] builtin/send-pack: refactor `cmd_send_pack()`
  ` [PATCH v2 06/12] builtin/send-pack: stop using `the_repository`
  ` [PATCH v2 07/12] builtin/pack-refs: refactor `cmd_pack_refs()`
  ` [PATCH v2 08/12] builtin/pack-refs: stop using `the_repository`
  ` [PATCH v2 09/12] builtin/ls-files: "
  ` [PATCH v2 10/12] builtin/for-each-ref: refactor `cmd_for_each_ref()`
  ` [PATCH v2 11/12] builtin/for-each-ref: stop using `the_repository`
  ` [PATCH v2 12/12] builtin/checkout-index: "

[GIT PULL] gitk: various fixes for Windows, Meson build
 2025-02-20 14:01 UTC  (2+ messages)

[PATCH v2] builtin/refs: add '--skip-reflog' flag to bypass reflog migration
 2025-02-20 10:00 UTC  (7+ messages)
` [PATCH v3] "

Bug or just a mistake : --shallow-exclude parameter behavior anomalies in Git 2.45.2: "no commits selected" and "ambiguous deepen-not" errors
 2025-02-20  8:26 UTC 

free(): invalid pointer, error: git died of signal 6 and error: git died of signal 11
 2025-02-20  0:07 UTC  (3+ messages)

[PATCH 0/2] gitk: Fixing file name encoding issues
 2025-02-19 18:11 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] fix: when resolving merge conflicts, japanese file names become garbled

Possible bug: Empty magic word list in pathspec is handled differently in short vs. long form
 2025-02-19 17:11 UTC  (3+ messages)

Incorrect URL for Release Notes on git-scm
 2025-02-19 16:52 UTC  (3+ messages)

[RFH] Issues and Contributions to friendly third-party projects
 2025-02-19 16:34 UTC 

[PATCH v2 2/2] meson: fix Perl version check for Meson versions before 1.7.0
 2025-02-19 16:05 UTC  (5+ messages)
` [PATCH v3 0/2] Fix Meson Perl version check

[PATCH 0/5] merge-tree --stdin: flush stdout
 2025-02-19 16:02 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] merge-tree --stdin: flush stdout to avoid deadlock

[GSoC][RFC PATCH] git-merge.adoc: detail submodule merge
 2025-02-19 14:54 UTC  (5+ messages)

[PATCH] rebase: add `--update-refs=interactive`
 2025-02-19 14:52 UTC  (8+ messages)


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