git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-01-19 06:14:07 to 2024-01-23 01:56:58 UTC [more...]

[RFC PATCH 0/4] test-tool: add unit test suite runner
 2024-01-23  0:59 UTC  (8+ messages)
` [RFC PATCH 1/4] t0080: turn t-basic unit test into a helper
` [RFC PATCH 2/4] test-tool run-command testsuite: support unit tests

[DISCUSS] Introducing Rust into the Git project
 2024-01-23  0:57 UTC  (10+ messages)
          ` Defining a platform support policy (Was: [DISCUSS] Introducing Rust into the Git project)
              ` Defining a platform support policy

[PATCH 0/2] reftable/stack: fix race in up-to-date check
 2024-01-23  0:32 UTC  (5+ messages)
` [PATCH 2/2] "

[Bug?] "git diff --no-rename A B"
 2024-01-23  0:28 UTC  (7+ messages)

[PATCH 00/12] Group reffiles tests
 2024-01-23  0:01 UTC  (29+ messages)
` [PATCH 04/12] t1404: move reffiles specific tests to t0600
` [PATCH 08/12] t1415: "
` [PATCH 10/12] t3903: "
` [PATCH 12/12] t5312: "
` [PATCH v2 00/12] Group reffiles tests
  ` [PATCH v2 01/12] t3210: move to t0601
  ` [PATCH v2 02/12] remove REFFILES prerequisite for some tests in t1405 and t2017
  ` [PATCH v2 03/12] t1414: convert test to use Git commands instead of writing refs manually
  ` [PATCH v2 04/12] t1404: move reffiles specific tests to t0600
  ` [PATCH v2 05/12] t1405: move reffiles specific tests to t0601
  ` [PATCH v2 06/12] t1406: move reffiles specific tests to t0600
  ` [PATCH v2 07/12] t1410: "
  ` [PATCH v2 08/12] t1415: move reffiles specific tests to t0601
  ` [PATCH v2 09/12] t1503: move reffiles specific tests to t0600
  ` [PATCH v2 10/12] t3903: make drop stash test ref backend agnostic
  ` [PATCH v2 11/12] t4202: move reffiles specific tests to t0600
  ` [PATCH v2 12/12] t5312: move reffiles specific tests to t0601

[PATCH 00/10] Enrich Trailer API
 2024-01-22 23:22 UTC  (11+ messages)
` [PATCH 05/10] sequencer: use the trailer iterator
` [PATCH 07/10] trailer: spread usage of "trailer_block" language
` [PATCH 09/10] trailer: move arg handling to interpret-trailers.c

[PATCH] ci(github): also skip logs of broken test cases
 2024-01-22 23:16 UTC  (3+ messages)

[PATCH v2] tests: move t0009-prio-queue.sh to the new unit testing framework
 2024-01-22 22:42 UTC  (7+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

Git Push Always uses Protocol Version 0
 2024-01-22 22:04 UTC  (4+ messages)

Fwd: Unexpected behavior of ls-files command when using --others --exclude-from, and a .gitignore file which resides in a subdirectory
 2024-01-22 21:59 UTC  (7+ messages)

[PATCH 1/4] sequencer: Do not require `allow_empty` for redundant commit options
 2024-01-22 20:55 UTC  (10+ messages)
` [PATCH 4/4] cherry-pick: Add `--empty` for more robust redundant commit handling

[PATCH] setup: allow cwd=.git w/ bareRepository=explicit
 2024-01-22 20:50 UTC  (3+ messages)

[RFC PATCH] editorconfig: limit code lines to 80 characters
 2024-01-22 20:44 UTC  (2+ messages)

[PATCH 0/5] for-each-ref: print all refs on empty string pattern
 2024-01-22 20:22 UTC  (14+ messages)
` [PATCH 1/5] refs: expose `is_pseudoref_syntax()`
` [PATCH 2/5] refs: make `is_pseudoref_syntax()` stricter
` [PATCH 3/5] refs: extract out `loose_fill_ref_dir_regular_file()`
` [PATCH 4/5] refs: introduce `refs_for_each_all_refs()`
` [PATCH 5/5] for-each-ref: avoid filtering on empty pattern

[PATCH 0/7] refs: convert special refs to become normal pseudo-refs
 2024-01-22 20:16 UTC  (20+ messages)
` [PATCH 1/7] sequencer: clean up pseudo refs with REF_NO_DEREF
` [PATCH 2/7] sequencer: delete REBASE_HEAD in correct repo when picking commits
` [PATCH 3/7] refs: convert AUTO_MERGE to become a normal pseudo-ref
` [PATCH 4/7] sequencer: introduce functions to handle autostashes via refs
` [PATCH 5/7] refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref
` [PATCH 6/7] refs: redefine special refs
` [PATCH 7/7] Documentation: add "special refs" to the glossary

[PATCH 0/2] Replace atoi() with strtol_i2()
 2024-01-22 19:32 UTC  (4+ messages)
` [PATCH 1/2] git-compat-util: add strtol_i2
` [PATCH 2/2] patch-id: replace `atoi()` with `strtol_i2()`

[PATCH 0/4] completion: add missing 'git log' options
 2024-01-22 16:09 UTC  (6+ messages)
` [PATCH 1/4] completion: complete missing rev-list options
` [PATCH 2/4] completion: complete --patch-with-raw
` [PATCH 3/4] completion: complete --encoding
` [PATCH 4/4] completion: complete missing 'git log' options

[PATCH v3 0/4] support remote archive from stateless transport
 2024-01-22 15:54 UTC  (26+ messages)
` [PATCH v4 0/4] support remote archive via "
  ` [PATCH v4 1/4] transport-helper: no connection restriction in connect_helper
  ` [PATCH v5 0/6] support remote archive via stateless transport
    ` [PATCH v5 1/6] transport-helper: no connection restriction in connect_helper
    ` [PATCH v5 2/6] remote-curl: supports git-upload-archive service
    ` [PATCH v5 5/6] transport-helper: call do_take_over() in connect_helper
    ` [PATCH v6 0/6] support remote archive via stateless transport
      ` [PATCH v6 1/6] transport-helper: no connection restriction in connect_helper
      ` [PATCH v6 2/6] remote-curl: supports git-upload-archive service
      ` [PATCH v6 3/6] transport-helper: protocol v2 supports upload-archive
      ` [PATCH v6 4/6] http-backend: new rpc-service for git-upload-archive
      ` [PATCH v6 5/6] transport-helper: call do_take_over() in connect_helper
      ` [PATCH v6 6/6] transport-helper: call do_take_over() in process_connect

[PATCH 0/3] ci: add support for macOS to GitLab CI
 2024-01-22 15:44 UTC  (5+ messages)
` [PATCH v2 0/5] "

Git pre-received hook not failing with exit code 1 correcly
 2024-01-21 18:05 UTC  (2+ messages)

Strange and broken behaviour when GIT_WORK_TREE is direct ancestor of GIT_DIR
 2024-01-21  7:33 UTC 

Full disclosure
 2024-01-21  0:41 UTC  (3+ messages)

[PATCH v2] merge-ll: expose revision names to custom drivers
 2024-01-20 22:49 UTC  (8+ messages)
` [PATCH v3] "

[PATCH] git-p4: use raw string literals for regular expressions
 2024-01-20 21:54 UTC  (4+ messages)

How OBJ_REF_DELTA pack file size calculated
 2024-01-20 18:26 UTC  (2+ messages)

[PATCH] MyFirstContribution: update mailing list sub steps
 2024-01-20 18:08 UTC  (6+ messages)

What's cooking in git.git (Jan 2024, #06; Fri, 19)
 2024-01-20 17:19 UTC  (3+ messages)

[PATCH 0/3] allow disabling the automatic hint in advise_if_enabled()
 2024-01-20 15:31 UTC  (16+ messages)
` [PATCH 3/3] advice: "

[Outreachy][PATCH v3] t2400: avoid using pipes
 2024-01-20  2:15 UTC  (2+ messages)
` [Outreachy][PATCH v4] t2400: avoid losing exit status to pipes

Bugreport
 2024-01-20  1:22 UTC  (5+ messages)
  ` partial commit of file-to-directory change, was Bugreport

Suggestion for Git docummntation Book, Chapter "7.7 Git Tools - Reset Demystified"
 2024-01-20  1:03 UTC  (2+ messages)

git fsck does not check the packed-refs file
 2024-01-20  1:00 UTC  (3+ messages)

[PATCH 0/3] Strengthen fsck checks for submodule URLs
 2024-01-20  0:51 UTC  (7+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] t7450: test submodule urls

[PATCH v1 0/4] maintenance: use XDG config if it exists
 2024-01-19 23:04 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/4] config: factor out global config file retrieval

[PATCH 0/2] Run limited fuzz tests in GitHub CI
 2024-01-19 22:46 UTC  (5+ messages)
` [PATCH 1/2] fuzz: fix fuzz test build rules
` [PATCH 2/2] ci: build and run minimal fuzzers in GitHub CI

[PATCH] precious-files.txt: new document proposing new precious file type
 2024-01-19 18:45 UTC  (13+ messages)

[PATCH v2 0/5] completion: improvements for git-bisect
 2024-01-19 18:27 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] completion: complete new old actions, start opts
  ` [PATCH v3 2/5] completion: git-log opts to bisect visualize
  ` [PATCH v3 3/5] completion: move to maintain define-before-use
  ` [PATCH v3 4/5] completion: custom git-bisect terms
  ` [PATCH v3 5/5] completion: git-bisect view recognized but not completed

[Help wanted] git-credential-osxkeychain support for attributes password_expiry_utc and oauth_refresh_token
 2024-01-19  8:00 UTC 

[PATCH] diffcore-delta: avoid ignoring final 'line' of file
 2024-01-19  6:27 UTC  (8+ 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).