git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-20 16:30:02 to 2024-12-27 14:00:10 UTC [more...]

[PATCH 00/10] meson: wire up missing HTML documentation
 2024-12-27 13:59 UTC  (14+ messages)
` [PATCH 04/10] meson: generate HTML pages for all man page categories
` [PATCH v2 00/12] meson: wire up missing HTML documentation
  ` [PATCH v2 01/12] meson: wire up support for AsciiDoctor
  ` [PATCH v2 02/12] meson: properly wire up dependencies for our docs
  ` [PATCH v2 03/12] meson: fix generation of merge tools
  ` [PATCH v2 04/12] meson: generate HTML pages for all man page categories
  ` [PATCH v2 05/12] Documentation: inline user-manual.conf
  ` [PATCH v2 06/12] meson: generate user manual
  ` [PATCH v2 07/12] Documentation: refactor "api-index.sh" for out-of-tree builds

[PATCH 0/1] ref: add object check for regular ref
 2024-12-27 13:58 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/9] commit-reach: -Wsign-compare follow-ups
 2024-12-27 13:57 UTC  (12+ messages)
` [PATCH 1/9] prio-queue: fix type of `insertion_ctr`
` [PATCH 2/9] commit-reach: fix index used to loop through unsigned integer
` [PATCH 3/9] commit-reach: fix type of `min_commit_date`
` [PATCH 4/9] commit-reach: use `size_t` to track indices in `remove_redundant()`
` [PATCH 5/9] commit-reach: use `size_t` to track indices in `get_reachable_subset()`
` [PATCH 6/9] builtin/log: use `size_t` to track indices
` [PATCH 7/9] builtin/log: fix remaining -Wsign-compare warnings
` [PATCH 8/9] shallow: fix "
` [PATCH 9/9] commit-reach: use `size_t` to track indices when computing merge bases

[PATCH v2] t7611: replace test -f with test_path_is* helpers
 2024-12-27 12:19 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/3] t: fix tests with NO_GITWEB=YesPlease
 2024-12-27 12:10 UTC  (4+ messages)
` [PATCH 1/3] GIT-BUILD-OPTIONS: sort variables alphabetically
` [PATCH 2/3] GIT-BUILD-OPTIONS: wire up NO_GITWEB option
` [PATCH 3/3] meson: enable auto-discovered "gitweb"

[PATCH 0/4] Fixes typemissmatch warinigs from msvc
 2024-12-27 10:38 UTC  (13+ messages)
` [PATCH 1/4] add-patch: Fix type missmatch rom msvc
` [PATCH 2/4] date.c: Fix type missmatch warings from msvc
` [PATCH 3/4] apply.c : "
` [PATCH 4/4] commit.c: "

[PATCH 0/4] reftable: fix realloc error handling
 2024-12-27 10:34 UTC  (11+ messages)
` [PATCH 1/4] reftable: avoid leaks on realloc error
` [PATCH 2/4] reftable: fix allocation count "
` [PATCH 3/4] reftable: handle realloc error in parse_names()
` [PATCH 4/4] t-reftable-merged: check realloc errors

[PATCH] prio-queue: use size_t rather than int for size
 2024-12-27 10:15 UTC  (2+ messages)

[PATCH] maintenance: add prune-remote-refs task
 2024-12-27  9:07 UTC  (2+ messages)

What's cooking in git.git (Dec 2024, #09; Thu, 26)
 2024-12-27  7:27 UTC 

"git fetch" fails for a --reference clone after an outer forced push
 2024-12-27  4:05 UTC  (4+ messages)

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2024-12-26 21:56 UTC  (9+ messages)
` [PATCH v8 0/6] "
  ` [PATCH v8 1/6] cat-file: add declaration of variable i inside its for loop
  ` [PATCH v8 2/6] fetch-pack: refactor packet writing
  ` [PATCH v8 3/6] fetch-pack: move fetch initialization
  ` [PATCH v8 4/6] serve: advertise object-info feature
  ` [PATCH v8 5/6] transport: add client support for object-info
  ` [PATCH v8 6/6] cat-file: add remote-object-info to batch-command

/etc/git/
 2024-12-26 20:46 UTC  (4+ messages)

git-log --format missing trailing newline character
 2024-12-26 17:06 UTC  (7+ messages)

[PATCH 0/1] Updated Bulgarian tranlation of gitk
 2024-12-26 16:08 UTC  (11+ messages)
` [PATCH 1/1] gitk: Update Bulgarian translation (323t)
      ` [PATCH 1/1] l10n: bg.po: Updated Bulgarian translation (5515t)
      ` [PATCH 1/1] Update the official repo of gitk
    ` [PATCH 2 0/1] Resubmit Bulgarian tranlation "
    ` [PATCH 2 1/1] gitk: Update Bulgarian translation (327t)

What's cooking in git.git (Dec 2024, #08; Mon, 23)
 2024-12-26 16:05 UTC  (3+ messages)

[GIT PULL] git-gui: console encoding, no automatic empty-diff-rescan
 2024-12-26 16:03 UTC  (2+ messages)

[Possible Bug] --cruft option not work with git gc --prune=now
 2024-12-26 15:23 UTC  (4+ messages)

[bug] encryption of metadata in .git metadata file inside .git folder
 2024-12-25  6:34 UTC  (3+ messages)

[PATCH] gc: add `--expire-to` option
 2024-12-24 11:52 UTC 

[PATCH v4 6/8] refs: introduce the `ref_transaction_update_reflog` function
 2024-12-24 10:34 UTC  (4+ messages)
` [PATCH] refs: mark invalid refname message for translation

[Outreachy] Blog: Introducing myself as an intern working to convert unit test to use clar
 2024-12-24  8:58 UTC  (5+ messages)

[PATCH 0/1] Updated Bulgarian translation of GIT GUI
 2024-12-23 17:18 UTC  (3+ messages)
` [PATCH 1/1] git-gui i18n: Updated Bulgarian translation (579t)

Consider adding pruning of refs to git maintenance
 2024-12-23  9:30 UTC  (11+ messages)

[PATCH 0/4] reftable: fix out-of-memory errors on NonStop
 2024-12-23  4:08 UTC  (30+ messages)
` [PATCH 1/4] reftable/stack: don't perform auto-compaction with less than two tables
` [PATCH 2/4] reftable/merged: fix zero-sized allocation when there are no readers
` [PATCH 3/4] reftable/stack: "
` [PATCH 4/4] reftable/basics: return NULL on zero-sized allocations
` [PATCH v2 0/4] reftable: fix out-of-memory errors on NonStop
  ` [PATCH v2 1/4] reftable/stack: don't perform auto-compaction with less than two tables
  ` [PATCH v2 2/4] reftable/merged: fix zero-sized allocation when there are no readers
  ` [PATCH v2 3/4] reftable/stack: "
  ` [PATCH v2 4/4] reftable/basics: return NULL on zero-sized allocations

[git] bugreport of a segmentation fault
 2024-12-22 20:30 UTC  (2+ messages)

Git v2.46.0 and --allow-multiple-definition linker flag
 2024-12-22  2:47 UTC  (3+ messages)

[PATCH 0/3] Asciidoctor fixes for 2.48.0
 2024-12-21 16:58 UTC  (8+ messages)
` [PATCH 1/3] asciidoctor-extensions.rb.in: delete existing <refmiscinfo/>
` [PATCH 2/3] asciidoctor-extensions.rb.in: add missing word
` [PATCH 3/3] asciidoctor-extensions.rb.in: inject GIT_DATE

[ANNOUNCE] Git v2.48.0-rc0
 2024-12-21 15:11 UTC  (13+ messages)

Bug: Git GUI "No differences detected"
 2024-12-21 13:05 UTC  (3+ messages)

[PATCH 0/2] GIT-VERSION-GEN: fix overriding values
 2024-12-21 10:30 UTC  (10+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] Makefile: stop including "GIT-VERSION-FILE" in docs
  ` [PATCH v3 2/6] Makefile: drop unneeded indirection for GIT-VERSION-GEN outputs
  ` [PATCH v3 3/6] Makefile: introduce template for GIT-VERSION-GEN
  ` [PATCH v3 4/6] GIT-VERSION-GEN: fix overriding GIT_VERSION
  ` [PATCH v3 5/6] GIT-VERSION-GEN: fix overriding GIT_BUILT_FROM_COMMIT and GIT_DATE
  ` [PATCH v3 6/6] meson: add options to override build information

Fwd: [Bug] `credential fill` prints incomplete bearer credential
 2024-12-21  8:08 UTC  (4+ messages)

git gc does not clean tmp_pack* files
 2024-12-21  1:17 UTC  (6+ messages)

[PATCH] credential-cache: respect request capabilities
 2024-12-20 21:18 UTC 

[PATCH v2 0/5] GIT-VERSION-GEN: fix overriding values
 2024-12-20 19:07 UTC  (10+ messages)
` [PATCH v2 4/5] Makefile: respect build info declared in "config.mak"

[PATCH] show-index: the short help should say the command reads from its input
 2024-12-20 18:02 UTC 

[PATCH v2 0/8] pack-objects: Create an alternative name hash algorithm (recreated)
 2024-12-20 17:19 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/8] pack-objects: create new name-hash function version
  ` [PATCH v3 2/8] pack-objects: add --name-hash-version option
  ` [PATCH v3 3/8] repack: "
  ` [PATCH v3 4/8] pack-objects: add GIT_TEST_NAME_HASH_VERSION
  ` [PATCH v3 5/8] p5313: add size comparison test
  ` [PATCH v3 6/8] test-tool: add helper for name-hash values
  ` [PATCH v3 7/8] pack-objects: prevent name hash version change
  ` [PATCH v3 8/8] pack-objects: add third name hash version

[PATCH v2 4/8] pack-objects: add GIT_TEST_NAME_HASH_VERSION
 2024-12-20 17:03 UTC  (2+ messages)

[PATCH] meson: skip gitweb build when Perl is disabled
 2024-12-20 16:30 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/5] PATH WALK III: Add 'git backfill' command
 2024-12-20 16:29 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/5] backfill: assume --sparse when sparse-checkout is enabled


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