git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-21 10:36:33 to 2024-10-22 17:29:39 UTC [more...]

[PATCH 0/4] Documentation/git-bundle.txt: promote --all for full backup
 2024-10-22 17:29 UTC  (10+ messages)
` [PATCH 1/4] Documentation/git-bundle.txt: mention --all in Synopsis
` [PATCH 2/4] Documentation/git-bundle.txt: mention full backup example
` [PATCH 3/4] Documentation/git-bundle.txt: mention --all in spec. refs

[PATCH] doc: consolidate extensions in git-config documentation
 2024-10-22 17:13 UTC  (2+ messages)

[PATCH v2 Outreachy] t7011: ensure no whitespace after redirect
 2024-10-22 17:11 UTC  (6+ messages)

[Outreachy][PATCH v6] t6050: avoid pipes with upstream Git commands
 2024-10-22 16:48 UTC  (5+ messages)
` [Outreachy][PATCH v7] "

[PATCH 0/3] clang-format: fix rules to make the CI job cleaner
 2024-10-22 16:42 UTC  (7+ messages)
` [PATCH v4 0/2] Subject: "

[PATCH] CodingGuidelines: discourage arbitrary suffixes in function names
 2024-10-22 16:41 UTC  (8+ messages)

[PATCH 00/20] packfile: avoid using the 'the_repository' global variable
 2024-10-22 16:37 UTC  (8+ messages)
` [PATCH 01/20] packfile: pass down repository to `odb_pack_name`
` [PATCH 02/20] packfile: pass down repository to `unuse_one_window`

[PATCH v2] t1016: clean up style
 2024-10-22 16:36 UTC  (2+ messages)

Question about `git gc` locking files
 2024-10-22 16:33 UTC  (3+ messages)

[PATCH 0/3] R atoi
 2024-10-22 16:21 UTC  (27+ messages)
` [PATCH v2 0/3] parse: replace atoi() with strtoul_ui() and strtol_i()
  ` [PATCH v2 1/3] daemon: "
  ` [PATCH v2 2/3] merge: replace atoi() with strtol_i() for marker size validation
  ` [PATCH v2 3/3] imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT parsing
  ` [PATCH v3 0/3] parse: replace atoi() with strtoul_ui() and strtol_i()
    ` [PATCH v3 1/3] daemon: "
    ` [PATCH v3 2/3] merge: replace atoi() with strtol_i() for marker size validation
    ` [PATCH v3 3/3] imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT parsing

bash prompt evaporates in subdirectories
 2024-10-22 15:53 UTC  (2+ messages)

Bug report: v2.47.0 cannot fetch version 1 pack indexes
 2024-10-22 15:50 UTC  (11+ messages)

[Outreachy][RFC]: Final Applications expectations
 2024-10-22 14:33 UTC 

Build failure on RHEL7 with 2.47.0
 2024-10-22 14:03 UTC  (3+ messages)

[Outreachy][RFC]: Final Applications expectations
 2024-10-22 13:55 UTC  (8+ messages)

[PATCH v5 0/9] add ref content check for files backend
 2024-10-22 11:44 UTC  (19+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/9] ref: initialize "fsck_ref_report" with zero
  ` [PATCH v6 2/9] ref: check the full refname instead of basename
  ` [PATCH v6 3/9] ref: initialize target name outside of check functions
  ` [PATCH v6 4/9] ref: support multiple worktrees check for refs
  ` [PATCH v6 5/9] ref: port git-fsck(1) regular refs check for files backend
  ` [PATCH v6 6/9] ref: add more strict checks for regular refs
  ` [PATCH v6 7/9] ref: add basic symref content check for files backend
  ` [PATCH v6 8/9] ref: check whether the target of the symref is a ref
  ` [PATCH v6 9/9] ref: add symlink ref content check for files backend

[PATCH] t1016: clean up style
 2024-10-22 10:29 UTC  (5+ messages)

[PATCH] blame: respect .git-blame-ignore-revs automatically
 2024-10-22  7:54 UTC  (7+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "

git grep does not find all occurrences on macOS
 2024-10-22  5:58 UTC  (6+ messages)
    ` [PATCH] grep: disable lookahead on error

[PATCH] Fix duplicate word typos
 2024-10-22  5:07 UTC  (8+ messages)
      ` [PATCH v2] global: "

[PATCH v3 0/3] Link worktrees with relative paths
 2024-10-22  4:32 UTC  (8+ messages)
` [PATCH v3 2/3] worktree: link "

[PATCH 00/13] Update versions of libcurl and Perl
 2024-10-22  3:34 UTC  (5+ messages)

[PATCH] t/meson.build: fix up tests for 'seen' branch
 2024-10-22  1:38 UTC  (4+ messages)

[RFC PATCH 00/21] Modernize the build system
 2024-10-21 22:56 UTC  (6+ messages)
` [RFC PATCH v3 00/15] "

[PATCH v4 0/3] repack: pack everything into promisor packfile in partial repos
 2024-10-21 22:29 UTC  (5+ messages)
` [WIP 0/3] Repack on fetch
  ` [WIP 1/3] move variable
  ` [WIP 2/3] pack-objects
  ` [WIP 3/3] record local links and call pack-objects

[PATCH] meson: fix meson build on 'seen' branch
 2024-10-21 22:02 UTC  (2+ messages)

[PATCH] notes: teach the -e option to edit messages in editor
 2024-10-21 21:44 UTC  (13+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH 00/17] pack-objects: add --path-walk option for better deltas
 2024-10-21 21:43 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] t4205: fix typo in 'NUL termination with --stat'
 2024-10-21 21:36 UTC  (2+ messages)

[BUG] mv: can trigger assertion failure with three parameters (builtin/mv.c:481)
 2024-10-21 21:29 UTC  (5+ messages)
` [PATCH v2] t7001: add failure test which triggers assertion

[PATCH] SubmittingPatches: tags -> trailers
 2024-10-21 21:22 UTC  (3+ messages)

[PATCH v8 0/6] set-head/fetch remote/HEAD updates, small change from v7
 2024-10-21 21:13 UTC  (3+ messages)
` [PATCH v9 0/7] set-head/fetch remote/HEAD updates

Git build failure: v2.47.0 on Solaris 10 SPARC64
 2024-10-21 21:11 UTC  (4+ messages)
    ` [Resend] "

[PATCH] t1400: fix --no-create-reflog test and description
 2024-10-21 21:10 UTC  (6+ messages)

[PATCH v10 0/8] set-head/fetch remote/HEAD updates
 2024-10-21 21:06 UTC  (11+ messages)
  ` [PATCH v10 1/8] t/t5505-remote: set default branch to main
  ` [PATCH v10 2/8] refs: atomically record overwritten ref in update_symref
  ` [PATCH v10 3/8] remote set-head: refactor for readability
  ` [PATCH v10 4/8] remote set-head: better output for --auto
  ` [PATCH v10 5/8] refs: add TRANSACTION_CREATE_EXISTS error
  ` [PATCH v10 6/8] refs: add create_only option to refs_update_symref_extended
  ` [PATCH v10 7/8] fetch: set remote/HEAD if it does not exist
  ` [PATCH v10 8/8] fetch set_head: handle mirrored bare repositories

[PATCH 00/21] Memory leak fixes (pt.9)
 2024-10-21 20:58 UTC  (6+ messages)
` [PATCH v2 00/22] "
  ` [PATCH v2 11/22] trailer: fix leaking strbufs when formatting trailers

git no longer builds on SunOS 5.10, a report
 2024-10-21 20:52 UTC  (10+ messages)
` [PATCH v2 0/5] t/unit-tests: improve clar platform compatibility
  ` [PATCH v2 1/5] t/unit-tests: update clar to 206accb
  ` [PATCH v2 2/5] Makefile: adjust sed command for generating "clar-decls.h"
  ` [PATCH v2 3/5] Makefile: extract script to generate clar declarations
  ` [PATCH v2 4/5] cmake: fix compilation of clar-based unit tests
  ` [PATCH v2 5/5] cmake: set up proper dependencies for generated clar headers

[PATCH v2 0/6] doc: update-ref: amend old material and discuss symrefs
 2024-10-21 20:50 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] Documentation/git-update-ref.txt: drop “flag”
  ` [PATCH v3 2/6] Documentation/git-update-ref.txt: remove safety paragraphs
  ` [PATCH v3 3/6] Documentation/git-update-ref.txt: demote symlink to last section
  ` [PATCH v3 4/6] Documentation/git-update-ref.txt: remove confusing paragraph
  ` [PATCH v3 5/6] Documentation/git-update-ref.txt: discuss symbolic refs
  ` [PATCH v3 6/6] Documentation: mutually link update-ref and symbolic-ref

What's cooking in git.git (Oct 2024, #09; Fri, 18)
 2024-10-21 20:48 UTC  (3+ messages)

[PATCH] ref-filter: format iteratively with lexicographic refname sorting
 2024-10-21 20:46 UTC  (11+ messages)
` [PATCH v2] "
` [PATCH v3] "

[RFC PATCH] object-name: add @{upstreamhead} shorthand
 2024-10-21 20:35 UTC  (8+ messages)

[PATCH] upload-pack: fix how ALLOW_ANY_SHA1 flag is disabled
 2024-10-21 19:48 UTC  (7+ messages)
` [PATCH v2] doc: document how uploadpack.allowAnySHA1InWant impact other allow options

clar unit testing framework FTBFS on uclibc systems (wchar_t unsupported)
 2024-10-21 19:41 UTC  (15+ messages)

[PATCH] diff: setup pager only before diff contents truly ready
 2024-10-21 19:38 UTC  (5+ messages)

`git worktree list` when bare repository is named `.git`
 2024-10-21 19:09 UTC  (5+ messages)

Empty directory showing as untracked with untrackedCache (with reproduction script)
 2024-10-21 16:58 UTC 

[RFC PATCH 0/1] Typed errors
 2024-10-21 12:46 UTC  (5+ messages)
` [RFC PATCH 1/1] Add a type for errors

Oureachy: Microproject (Modernizing a Test Script in Clar Framework)
 2024-10-21 12:07 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).