git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-02 09:04:29 to 2024-09-04 20:03:20 UTC [more...]

Problem: git Notes not discoverable (+proposed solutions)
 2024-09-04 20:03 UTC  (7+ messages)

git log alias with --all and --exclude
 2024-09-04 19:58 UTC  (4+ messages)

[PATCH 0/5] pack-objects: brown-paper-bag fixes for multi-pack reuse
 2024-09-04 19:28 UTC  (8+ messages)
` [PATCH 3/5] builtin/pack-objects.c: translate bit positions during pack-reuse
` [PATCH 4/5] pack-bitmap.c: avoid repeated `pack_pos_to_offset()` during reuse

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

[PATCH 0/5] `--whitespace=fix` with `--no-ignore-whitespace`
 2024-09-04 18:20 UTC  (8+ messages)
` [PATCH 2/5] apply: honor `ignore_ws_none` with `correct_ws_error`

Improvement: `git-maintenance` to allow configuring of remotes to fetch
 2024-09-04 18:10 UTC  (10+ messages)

[PATCH] remote: prefetch config
 2024-09-04 17:59 UTC 

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

`git fetch --refmap=<refspec>… <repository> <refspec>…​` providing NON-empty <refspec> to the --refmap ALSO causes Git to ignore the configured refspecs
 2024-09-04 16:47 UTC  (6+ messages)
` `git fetch --refmap=<refspec>… <repository> <refspec>… ` "

[PATCH] Mark `cat-file` sparse-index compatible
 2024-09-04 16:35 UTC  (15+ messages)
` [PATCH v2 0/2] Mark cat-file "
  ` [PATCH v2 2/2] Mark 'git cat-file' "
  ` [PATCH v3 0/2] "
    ` [PATCH v3 1/2] Allow using stdin in run_on_* functions
    ` [PATCH v3 2/2] Mark 'git cat-file' sparse-index compatible
    ` [PATCH v4 0/2] builtin/cat-file: mark "
      ` [PATCH v4 1/2] t1092: allow run_on_* functions to use standard input
      ` [PATCH v4 2/2] builtin/cat-file: mark 'git cat-file' sparse-index compatible

[PATCH 0/2] refs/files: use heuristic to decide whether to repack with `--auto`
 2024-09-04 16:15 UTC  (14+ messages)
` [PATCH 1/2] t0601: merge tests for auto-packing of refs
` [PATCH 2/2] refs/files: use heuristic to decide whether to repack with `--auto`
` [PATCH v2 0/3] refs/files: use heuristics "
  ` [PATCH v2 1/3] wrapper: introduce `log2u()`
  ` [PATCH v2 2/3] t0601: merge tests for auto-packing of refs
  ` [PATCH v2 3/3] refs/files: use heuristic to decide whether to repack with `--auto`

[filter-repo PATCH]: add --callbacks option to load many callbacks from one file
 2024-09-04 15:13 UTC  (3+ messages)

[GSoC][PATCH v3] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
 2024-09-04 15:01 UTC  (4+ messages)
` [PATCH v4] "

Ask for feature on git
 2024-09-04 14:55 UTC  (5+ messages)

[PATCH 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses
 2024-09-04 14:53 UTC  (27+ messages)
` [PATCH 1/4] sha1: do not redefine `platform_SHA_CTX` and friends
` [PATCH 2/4] hash.h: scaffolding for _fast hashing variants
` [PATCH 3/4] Makefile: allow specifying a SHA-1 for non-cryptographic uses
` [PATCH 4/4] csum-file.c: use fast SHA-1 implementation when available

[RFC PATCH 0/3] Introduce clar testing framework
 2024-09-04 14:35 UTC  (52+ messages)
` [PATCH v6 00/13] "
  ` [PATCH v6 02/13] t: import the clar unit "
  ` [PATCH v6 11/13] t/unit-tests: convert strvec tests to use clar
  ` [PATCH v6 12/13] t/unit-tests: convert ctype "
` [PATCH v7 00/14] Introduce clar testing framework
  ` [PATCH v7 01/14] t: do not pass GIT_TEST_OPTS to unit tests with prove
  ` [PATCH v7 02/14] t: import the clar unit testing framework
  ` [PATCH v7 03/14] t/clar: fix compatibility with NonStop
  ` [PATCH v7 04/14] clar: avoid compile error with mingw-w64
  ` [PATCH v7 05/14] clar(win32): avoid compile error due to unused `fs_copy()`
  ` [PATCH v7 06/14] clar: stop including `shellapi.h` unnecessarily
  ` [PATCH v7 07/14] Makefile: fix sparse dependency on GENERATED_H
  ` [PATCH v7 08/14] Makefile: make hdr-check depend on generated headers
  ` [PATCH v7 09/14] Makefile: do not use sparse on third-party sources
  ` [PATCH v7 10/14] Makefile: wire up the clar unit testing framework
  ` [PATCH v7 11/14] t/unit-tests: implement test driver
  ` [PATCH v7 12/14] t/unit-tests: convert strvec tests to use clar
  ` [PATCH v7 13/14] t/unit-tests: convert ctype "
  ` [PATCH v7 14/14] clar: add CMake support
` [PATCH v8 00/14] Introduce clar testing framework
  ` [PATCH v8 01/14] t: do not pass GIT_TEST_OPTS to unit tests with prove
  ` [PATCH v8 02/14] t: import the clar unit testing framework
  ` [PATCH v8 03/14] t/clar: fix compatibility with NonStop
  ` [PATCH v8 04/14] clar: avoid compile error with mingw-w64
  ` [PATCH v8 05/14] clar(win32): avoid compile error due to unused `fs_copy()`
  ` [PATCH v8 06/14] clar: stop including `shellapi.h` unnecessarily
  ` [PATCH v8 07/14] Makefile: fix sparse dependency on GENERATED_H
  ` [PATCH v8 08/14] Makefile: make hdr-check depend on generated headers
  ` [PATCH v8 09/14] Makefile: do not use sparse on third-party sources
  ` [PATCH v8 10/14] Makefile: wire up the clar unit testing framework
  ` [PATCH v8 11/14] t/unit-tests: implement test driver
  ` [PATCH v8 12/14] t/unit-tests: convert strvec tests to use clar
  ` [PATCH v8 13/14] t/unit-tests: convert ctype "
  ` [PATCH v8 14/14] clar: add CMake support

What's cooking in git.git (Sep 2024, #01; Tue, 3)
 2024-09-04 13:38 UTC  (3+ messages)

`git merge --no-overwrite-ignore` overwrites ignored files when merge (i.e. not fast-forward)
 2024-09-04 11:03 UTC  (3+ messages)

[PATCH 0/4] Support server option from configuration
 2024-09-04  7:49 UTC  (10+ messages)
` [PATCH 1/4] transport: add parse_transport_option() method
` [PATCH 2/4] builtin/fetch.c: add fetch.serverOption configuration
` [PATCH 3/4] builtin/clone.c: recognize "
    `  "
` [PATCH 4/4] builtin/ls-remote.c: "

[PATCH 00/21] environment: guard reliance on `the_repository`
 2024-09-04  7:14 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 08/21] config: make dependency on repo in `read_early_config()` explicit
  ` [PATCH v2 20/21] environment: stop storing "core.warnAmbiguousRefs" globally

git 2.46.0 crashes when trying to verify-pack outside of a repo
 2024-09-04  6:26 UTC  (7+ messages)
` [PATCH] builtin/index-pack: fix segfaults when running "

`git remote prune <remote>…​` (equivalent to git fetch --prune <remote> except that no new references will be fetched) ignores `fetch.pruneTags` (and `git fetch --dry-run` prints same tag twice)
 2024-09-04  0:08 UTC 

`git remote show <name>…​` does not show all branches capable of `git push` when `push.default=upstream` and behaves as if `push.default=simple`
 2024-09-03 23:12 UTC 

`git remote set-url <remote> <newurl> [<oldurl>]` fails to set first url when multiple urls are selected
 2024-09-03 22:48 UTC 

Bug in "git diff" exit code with submodule and `--submodule=log`
 2024-09-03 22:14 UTC  (2+ messages)

[PATCH] git-diff: Introduce --index and deprecate --cached
 2024-09-03 20:55 UTC 

Adding a custom submit tool to git p4
 2024-09-03 19:30 UTC 

[PATCH] Documentation/BreakingChanges: announce removal of git-pack-redundant(1)
 2024-09-03 18:31 UTC  (2+ messages)

Committing crimes with NTFS-3G
 2024-09-03 17:30 UTC  (5+ messages)

[ANNOUNCE] git-scm.com running on heroku-24
 2024-09-03 16:17 UTC  (2+ messages)

[PATCH] mergetools: vscode: new tool
 2024-09-03 15:56 UTC  (3+ messages)

`git rebase (--no-fork-point) --onto=<newbase> [<upstream> [<branch>]]` leaves HEAD detached and *HEAD not moved when <branch> is exactly `HEAD`
 2024-09-03 15:38 UTC  (5+ messages)

Is it possible to resume download on single file
 2024-09-03 14:00 UTC 

word-diff-regex=. sometimes ignores newlines
 2024-09-03 12:30 UTC 

[PATCH v2 0/4] add ref content check for files backend
 2024-09-03 12:21 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] ref: initialize "fsck_ref_report" with zero
  ` [PATCH v3 2/4] ref: add regular ref content check for files backend
  ` [PATCH v3 3/4] ref: add symref "
  ` [PATCH v3 4/4] ref: add symlink ref "

`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-03 10:37 UTC 

[RFC PATCH] config.mak.uname: add HAVE_DEV_TTY to cygwin config section
 2024-09-02 22:15 UTC 

git-http-backend errors under IIS
 2024-09-02 20:18 UTC 

git svn
 2024-09-02 19:22 UTC 

[PATCH] rebase: apply and cleanup autostash when rebase fails to start
 2024-09-02 15:12 UTC  (2+ messages)
` [PATCH v2] "

Unpredictable peak memory usage when using `git log` command
 2024-09-02 13:08 UTC  (3+ messages)

[PATCH 00/22] Memory leak fixes (pt.6)
 2024-09-02  9:27 UTC  (4+ messages)
` [PATCH 04/22] builtin/push: fix leaking refspec query result


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