git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-02-21 18:18:40 to 2024-02-25 10:35:13 UTC [more...]

[PATCH] send-email: implement SMTP bearer authentication
 2024-02-25 10:34 UTC 

[PATCH] completion: fix __git_complete_worktree_paths
 2024-02-25  8:16 UTC 

[ANNOUNCE] Git v2.44.0
 2024-02-25  7:09 UTC  (5+ messages)

[PATCH] This PR enables a successful git build on z/OS
 2024-02-25  6:10 UTC  (7+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] build: support z/OS (OS/390)
  ` [PATCH v2 2/2] an improvement: removed configure.ac changes
  ` [PATCH v3] build: support z/OS (OS/390)

[PATCH] fetch: convert strncmp() with strlen() to starts_with()
 2024-02-24 23:45 UTC  (2+ messages)

[PATCH 0/6] parse-options: long option parsing fixes and cleanup
 2024-02-24 23:13 UTC  (9+ messages)
` [PATCH 1/6] parse-options: recognize abbreviated negated option with arg
` [PATCH 2/6] parse-options: set arg of abbreviated option lazily
` [PATCH 3/6] parse-options: factor out register_abbrev() and struct parsed_option
` [PATCH 4/6] parse-options: detect ambiguous self-negation
` [PATCH 5/6] parse-options: normalize arg and long_name before comparison
` [PATCH 6/6] parse-options: rearrange long_name matching code

[PATCH] doc: clarify the wording on <git-compat-util.h> requirement
 2024-02-24 22:54 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] compat: drop inclusion of <git-compat-util.h>
 2024-02-24 22:25 UTC  (2+ messages)

[RFD] should "git log --graph -g" work and if so how?
 2024-02-24 19:04 UTC 

[PATCH 0/3] Doc placeholders
 2024-02-24 18:28 UTC  (10+ messages)
` [PATCH 1/3] doc: git-rev-parse: enforce command-line description syntax

Git in GSoC 2024
 2024-02-24 17:34 UTC  (17+ messages)

[GSoC][PATCH 0/1] Use unsigned integral type for collection of bits
 2024-02-24 11:26 UTC  (2+ messages)
` [GSoC][PATCH 1/1] add: use unsigned "

[PATCH] rerere: fix crash in during clear
 2024-02-24 11:25 UTC  (4+ messages)
` [PATCH v2] rerere: fix crash "

[PATCH v4 0/4] Preliminary patches before git-std-lib
 2024-02-24  7:58 UTC  (9+ messages)
` [PATCH v5 0/3] Introduce Git Standard Library
` [PATCH v5 1/3] pager: include stdint.h because uintmax_t is used
` [PATCH v5 2/3] git-std-lib: introduce Git Standard Library
` [PATCH v5 3/3] test-stdlib: show that git-std-lib is independent

[PATCH 00/12] The merge-base logic vs missing commit objects
 2024-02-24  0:33 UTC  (14+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] paint_down_to_common: plug two memory leaks
  ` [PATCH v2 02/11] Prepare `repo_in_merge_bases_many()` to optionally expect missing commits
  ` [PATCH v2 03/11] Start reporting missing commits in `repo_in_merge_bases_many()`
  ` [PATCH v2 04/11] Prepare `paint_down_to_common()` for handling shallow commits
  ` [PATCH v2 05/11] commit-reach: start reporting errors in `paint_down_to_common()`
  ` [PATCH v2 06/11] merge_bases_many(): pass on errors from `paint_down_to_common()`
  ` [PATCH v2 07/11] get_merge_bases_many_0(): pass on errors from `merge_bases_many()`
  ` [PATCH v2 08/11] repo_get_merge_bases(): "
  ` [PATCH v2 09/11] get_octopus_merge_bases(): "
  ` [PATCH v2 10/11] repo_get_merge_bases_many(): "
  ` [PATCH v2 11/11] repo_get_merge_bases_many_dirty(): "

[RFC PATCH 0/4] test-tool: add unit test suite runner
 2024-02-23 23:33 UTC  (22+ messages)
` [RFC PATCH v2 0/6] "
  ` [RFC PATCH v2 1/6] t0080: turn t-basic unit test into a helper
  ` [RFC PATCH v2 4/6] test-tool run-command testsuite: support unit tests
` [PATCH v3 0/7] test-tool: add unit test suite runner
  ` [PATCH v3 1/7] t0080: turn t-basic unit test into a helper
  ` [PATCH v3 2/7] test-tool run-command testsuite: get shell from env
  ` [PATCH v3 3/7] test-tool run-command testsuite: remove hardcoded filter
  ` [PATCH v3 4/7] test-tool run-command testsuite: support unit tests
  ` [PATCH v3 5/7] unit tests: add rule for running with test-tool
  ` [PATCH v3 6/7] t/Makefile: run unit tests alongside shell tests
  ` [PATCH v3 7/7] ci: use test-tool as unit test runner on Windows

[PATCH] Add unix domain socket support to HTTP transport
 2024-02-23 22:24 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] Documentation/config/pack.txt: fix broken AsciiDoc
 2024-02-23 22:15 UTC  (2+ messages)

Interactive rebase: using "pick" for merge commits
 2024-02-23 20:59 UTC  (6+ messages)

[ANNOUNCE] Git for Windows 2.44.0
 2024-02-23 20:57 UTC 

[PATCH 0/5] for-each-ref: print all refs on empty string pattern
 2024-02-23 20:13 UTC  (14+ messages)
` [PATCH v4 0/5] for-each-ref: add '--include-root-refs' option
  ` [PATCH v4 5/5] for-each-ref: add new option to include root refs
` [PATCH v5 0/5] for-each-ref: add '--include-root-refs' option
  ` [PATCH v5 1/5] refs: introduce `is_pseudoref()` and `is_headref()`
  ` [PATCH v5 2/5] refs: extract out `loose_fill_ref_dir_regular_file()`
  ` [PATCH v5 3/5] refs: introduce `refs_for_each_include_root_refs()`
  ` [PATCH v5 4/5] ref-filter: rename 'FILTER_REFS_ALL' to 'FILTER_REFS_REGULAR'
  ` [PATCH v5 5/5] for-each-ref: add new option to include root refs

[PATCH] unit-tests: convert t/helper/test-oid-array.c to unit-tests
 2024-02-23 19:37 UTC  (2+ messages)

[PATCH 0/4] merge-tree: handle missing objects correctly
 2024-02-23 18:23 UTC  (34+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] merge-tree: fail with a non-zero exit code on missing tree objects
  ` [PATCH v2 3/5] t4301: verify that merge-tree fails on missing blob objects
  ` [PATCH v2 4/5] Always check `parse_tree*()`'s return value
  ` [PATCH v3 0/5] merge-tree: handle missing objects correctly
    ` [PATCH v3 1/5] merge-tree: fail with a non-zero exit code on missing tree objects
    ` [PATCH v3 2/5] merge-ort: do check `parse_tree()`'s return value
    ` [PATCH v3 3/5] t4301: verify that merge-tree fails on missing blob objects
    ` [PATCH v3 4/5] Always check `parse_tree*()`'s return value
    ` [PATCH v3 5/5] cache-tree: avoid an unnecessary check
    ` [PATCH v4 0/6] merge-tree: handle missing objects correctly
      ` [PATCH v4 1/6] merge-tree: fail with a non-zero exit code on missing tree objects
      ` [PATCH v4 2/6] merge-ort: do check `parse_tree()`'s return value
      ` [PATCH v4 3/6] t4301: verify that merge-tree fails on missing blob objects
      ` [PATCH v4 4/6] Always check `parse_tree*()`'s return value
      ` [PATCH v4 5/6] cache-tree: avoid an unnecessary check
      ` [PATCH v4 6/6] fill_tree_descriptor(): mark error message for translation

[PATCH 00/12] FSMonitor edge cases on case-insensitive file systems
 2024-02-23 18:18 UTC  (28+ messages)
` [PATCH v2 00/16] "
  ` [PATCH v2 01/16] name-hash: add index_dir_find()
  ` [PATCH v2 02/16] t7527: add case-insensitve test for FSMonitor
  ` [PATCH v2 03/16] t7527: temporarily disable case-insensitive tests
  ` [PATCH v2 04/16] fsmonitor: refactor refresh callback on directory events
  ` [PATCH v2 05/16] fsmonitor: clarify handling of directory events in callback helper
  ` [PATCH v2 06/16] fsmonitor: refactor refresh callback for non-directory events
  ` [PATCH v2 07/16] dir: create untracked_cache_invalidate_trimmed_path()
  ` [PATCH v2 08/16] fsmonitor: refactor untracked-cache invalidation
  ` [PATCH v2 09/16] fsmonitor: move untracked invalidation into helper functions
  ` [PATCH v2 10/16] fsmonitor: return invalidated cache-entry count on directory event
  ` [PATCH v2 11/16] fsmonitor: remove custom loop from non-directory path handler
  ` [PATCH v2 12/16] fsmonitor: return invalided cache-entry count on non-directory event
  ` [PATCH v2 13/16] fsmonitor: trace the new invalidated cache-entry count
  ` [PATCH v2 14/16] fsmonitor: support case-insensitive events
  ` [PATCH v2 15/16] fsmonitor: refactor bit invalidation in refresh callback
  ` [PATCH v2 16/16] t7527: update case-insenstive fsmonitor test

[PATCH 1/4] sequencer: Do not require `allow_empty` for redundant commit options
 2024-02-23 17:41 UTC  (21+ messages)
` [PATCH v2 0/8] cherry-pick: add `--empty`
` [PATCH v2 3/8] rebase: update `--empty=ask` to `--empty=drop`
` [PATCH v2 4/8] sequencer: treat error reading HEAD as unborn branch
` [PATCH v2 5/8] sequencer: do not require `allow_empty` for redundant commit options
` [PATCH v2 6/8] cherry-pick: decouple `--allow-empty` and `--keep-redundant-commits`
` [PATCH v2 7/8] cherry-pick: enforce `--keep-redundant-commits` incompatibility
` [PATCH v2 8/8] cherry-pick: add `--empty` for more robust redundant commit handling

[ANNOUNCE] Git v2.43.3
 2024-02-23 17:16 UTC 

What's cooking in git.git (Feb 2024, #08; Thu, 22)
 2024-02-23 17:16 UTC 

[PATCH 0/2] commit-graph: suggest deleting corrupt graphs
 2024-02-23  0:05 UTC  (4+ messages)
` [PATCH 1/2] commit-graph: add `git commit-graph clear` subcommand
` [PATCH 2/2] commit-graph: suggest removing corrupt graphs

Git commit causes data download in partial clone
 2024-02-22 19:34 UTC  (3+ messages)

Segfault: git show-branch --reflog refs/pullreqs/1
 2024-02-22 17:22 UTC  (6+ messages)

[PATCH] rebase: make warning less passive aggressive
 2024-02-22 17:00 UTC  (16+ messages)
` [PATCH v2] "

What's cooking in git.git (Feb 2024, #07; Tue, 20)
 2024-02-22 16:15 UTC  (5+ messages)

Hello question on Git for Windows 2.43.0 - GUID and/or SWID tag for this title
 2024-02-22 13:35 UTC  (6+ messages)

[PATCH] builtin/stash: configs keepIndex, includeUntracked
 2024-02-21 23:53 UTC  (9+ messages)

script to pre-build all commits in a git-bisect, and use them during testing
 2024-02-21 23:20 UTC  (2+ messages)

[PATCH] doc: clarify the format of placeholders
 2024-02-21 21:18 UTC 

Bug: impure renames may be reported as pure renames
 2024-02-21 21:00 UTC  (4+ messages)

[PATCH] git-remote.txt: fix typo
 2024-02-21 18:18 UTC  (2+ messages)


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).