git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-11-30 10:28:27 to 2022-12-02 15:41:03 UTC [more...]

[PATCH 0/9] Bundle URIs IV: advertise over protocol v2
 2022-12-02 15:40 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/9] bundle-uri client: add minimal NOOP client
  ` [PATCH v2 3/9] bundle-uri client: add helper for testing server
  ` [PATCH v2 5/9] bundle-uri client: add boolean transfer.bundleURI setting
  ` [PATCH v2 6/9] strbuf: introduce strbuf_strip_file_from_path()

What's cooking in git.git (Nov 2022, #07; Tue, 29)
 2022-12-02 15:14 UTC  (22+ messages)
` ab/remove--super-prefix and -rc0 (was What's cooking in git.git (Nov 2022, #07; Tue, 29))
` ds/bundle-uri-4 (was "
` ab/cmake-nix-and-ci "
      ` [PATCH] test-lib.sh: discover "git" in subdirs of "contrib/buildsystems/out"

[PATCH] fsmonitor: eliminate call to deprecated FSEventStream function
 2022-12-02 14:24 UTC 

git cherry-pick -x: missing blank line before the "cherry picked from commit" line
 2022-12-02 14:11 UTC 

[PATCH 0/6] tests: fix ignored & hidden exit codes
 2022-12-02 11:52 UTC  (38+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] log tests: don't use "exit 1" outside a sub-shell
  ` [PATCH v2 2/8] auto-crlf tests: check "git checkout" exit code
  ` [PATCH v2 3/8] diff tests: fix ignored exit codes in t4023
  ` [PATCH v2 4/8] test-lib-functions: add and use test_cmp_cmd
  ` [PATCH v2 5/8] t/lib-patch-mode.sh: fix ignored "git" exit codes
  ` [PATCH v2 6/8] merge tests: don't ignore "rev-parse" exit code in helper
  ` [PATCH v2 7/8] tests: use "test_cmp_cmd" instead of "test" in sub-shells
  ` [PATCH v2 8/8] tests: use "test_cmp_cmd" in misc tests
  ` [PATCH v3 0/8] tests: fix ignored & hidden exit codes
    ` [PATCH v3 1/8] merge tests: don't ignore "rev-parse" exit code in helper
    ` [PATCH v3 2/8] auto-crlf tests: don't lose exit code in loops and outside tests
    ` [PATCH v3 3/8] diff tests: fix ignored exit codes in t4023
    ` [PATCH v3 4/8] t/lib-patch-mode.sh: fix ignored exit codes
    ` [PATCH v3 5/8] tests: use "test_cmp" instead of "test" in sub-shells
    ` [PATCH v3 6/8] tests: don't lose 'test <str> = $(cmd ...)"' exit code
    ` [PATCH v3 7/8] tests: don't lose "git" exit codes in "! ( git ... | grep )"
    ` [PATCH v3 8/8] tests: don't lose mist "git" exit codes

[PATCH] git-compat-util.h: Fix build without threads
 2022-12-02 11:31 UTC  (6+ messages)
  ` [PATCH] git-compat-util: avoid redefining system function names

[PATCH v4 00/14] cmake: document, fix on *nix, add CI
 2022-12-02 11:28 UTC  (17+ messages)
` [PATCH v5 00/15] "
  ` [PATCH v5 01/15] cmake: don't invoke msgfmt with --statistics
  ` [PATCH v5 02/15] cmake: use "-S" and "-B" to specify source and build directories
  ` [PATCH v5 03/15] cmake: update instructions for portable CMakeLists.txt
  ` [PATCH v5 04/15] cmake: don't copy chainlint.pl to build directory
  ` [PATCH v5 05/15] cmake: chmod +x the bin-wrappers/* & SCRIPT_{SH,PERL} & git-p4
  ` [PATCH v5 06/15] cmake & test-lib.sh: add a $GIT_SOURCE_DIR variable
  ` [PATCH v5 07/15] cmake: set "USE_LIBPCRE2" in "GIT-BUILD-OPTIONS" for test-lib.sh
  ` [PATCH v5 08/15] Makefile + test-lib.sh: don't prefer cmake-built to make-built git
  ` [PATCH v5 09/15] test-lib.sh: support a "GIT_TEST_BUILD_DIR"
  ` [PATCH v5 10/15] cmake: optionally be able to run tests before "ctest"
  ` [PATCH v5 11/15] cmake: support GIT_TEST_OPTS, abstract away WIN32 defaults
  ` [PATCH v5 12/15] cmake: increase test timeout on Windows only
  ` [PATCH v5 13/15] cmake: only look for "sh" in "C:/Program Files" on Windows
  ` [PATCH v5 14/15] cmake: copy over git-p4.py for t983[56] perforce test
  ` [PATCH v5 15/15] CI: add a "linux-cmake-test" to run cmake & ctest on linux

[PATCH] t4205: don't exit test script on failure
 2022-12-02  1:45 UTC  (5+ messages)

git pull --verbose with submodules ends in error message
 2022-12-02  0:24 UTC  (7+ messages)
  ` [PATCH] Don't pass -v to submodule command
        ` [PATCH v2] "

[PATCH 0/4] Don't lazy-fetch commits when parsing them
 2022-12-02  0:23 UTC  (23+ messages)
` [PATCH 1/4] object-file: reread object with exact same args
` [PATCH 2/4] object-file: refactor corrupt object diagnosis
` [PATCH 3/4] object-file: refactor replace object lookup
` [PATCH 4/4] commit: don't lazy-fetch commits
` [PATCH v2 0/4] Don't lazy-fetch commits when parsing them
  ` [PATCH v2 1/4] object-file: reread object with exact same args
  ` [PATCH v2 2/4] object-file: refactor corrupt object diagnosis
  ` [PATCH v2 3/4] object-file: refactor replace object lookup
  ` [PATCH v2 4/4] commit: don't lazy-fetch commits

[PATCH] fsmonitor: fix race seen in t7527
 2022-12-01 23:32 UTC 

[PATCH 0/3] diff: build parseopts array on demand
 2022-12-01 23:00 UTC  (23+ messages)
` [PATCH 1/3] diff: factor out add_diff_options()
` [PATCH 2/3] diff: let prep_parse_options() return parseopt array
` [PATCH 3/3] diff: remove parseopts member of struct diff_options
` [PATCH v2 0/3] diff: build parseopts array on demand
  ` [PATCH v2 1/3] diff: factor out add_diff_options()
  ` [PATCH v2 2/3] diff: let prep_parse_options() return parseopt array
  ` [PATCH v2 3/3] diff: remove parseopts member from struct diff_options
` [PATCH v3 0/3] diff: build parseopts array on demand
  ` [PATCH v3 1/3] diff: factor out add_diff_options()
  ` [PATCH v3 2/3] diff: use add_diff_options() in diff_opt_parse()
  ` [PATCH v3 3/3] diff: remove parseopts member from struct diff_options

[PATCH v8] status: modernize git-status "slow untracked files" advice
 2022-12-01 22:57 UTC  (6+ messages)
` [PATCH v9] "

What's cooking in git.git (Dec 2022, #01; Thu, 1)
 2022-12-01 22:45 UTC  (2+ messages)

BUG: git log --follow always follows copies as well as renames
 2022-12-01 20:41 UTC 

t5559-http-fetch-smart-http2 failures
 2022-12-01 20:25 UTC  (2+ messages)

[PATCH 00/30] [RFC] extensions.refFormat and packed-refs v2 file format
 2022-12-01 20:18 UTC  (13+ messages)

[bug] git diff --word-diff gives wrong result for utf-8 chinese
 2022-12-01 20:06 UTC  (10+ messages)

[PATCH] Makefile: suppress macOS deprecation warning
 2022-12-01 18:53 UTC  (5+ messages)

[PATCH] list-objects-filter: plug pattern_list leak
 2022-12-01 17:49 UTC 

[ANNOUNCE] Git Rev News edition 93
 2022-12-01 16:13 UTC 

[PATCH 0/3] Add mailmap mechanism in --batch-check options
 2022-12-01 15:55 UTC  (4+ messages)
` [PATCH v6 0/2] Add mailmap mechanism in cat-file options
  ` [PATCH v6 1/2] cat-file: add mailmap support to -s option
  ` [PATCH v6 2/2] cat-file: add mailmap support to --batch-check option

What are cherry-pick's exit codes?
 2022-12-01 14:45 UTC  (5+ messages)

[PATCH 0/1] Avoid multiple patterns when recipes generate one file
 2022-12-01 12:37 UTC  (10+ messages)
` [PATCH v2 0/4] Makefiles: GNU make 4.4 fixes
  ` [PATCH v2 3/4] Makefiles: change search through $(MAKEFLAGS) for GNU make 4.4
  ` [PATCH v3 0/1] Makefiles: GNU make 4.4 fixes
    ` [PATCH v3 1/1] Makefiles: change search through $(MAKEFLAGS) for GNU make 4.4

Auto packing the repository - foreground or background in Windows?
 2022-12-01 12:25 UTC 

[PATCH 0/5] diff-merges: more features
 2022-12-01  9:36 UTC  (16+ messages)
` [PATCH 3/5] diff-merges: implement log.diffMergesForce config

[PATCH v4] am: Allow passing --no-verify flag
 2022-12-01  0:55 UTC  (3+ messages)

fsmonitor: t7527 racy on OSX?
 2022-11-30 23:18 UTC  (5+ messages)

[PATCH] cocci: avoid "should ... be a metavariable" warnings
 2022-11-30 22:26 UTC  (2+ messages)

git-worktree-list reporting wrong directory
 2022-11-30 20:33 UTC 

[PATCH v4 1/5] run-command: add duplicate_output_fn to run_processes_parallel_opts
 2022-11-30 19:08 UTC  (14+ messages)
` [PATCH v4 4/5] diff-lib: refactor match_stat_with_submodule

[PATCH] trace2 tests: guard pthread test with "PTHREAD"
 2022-11-30 18:41 UTC  (6+ messages)

[PATCH v4 5/5] diff-lib: parallelize run_diff_files for submodules
 2022-11-30 18:11 UTC  (3+ messages)

[PATCH v4 5/5] diff-lib: parallelize run_diff_files for submodules
 2022-11-30 18:04 UTC  (3+ messages)

[ANNOUNCE] Git v2.39.0-rc0
 2022-11-30 16:42 UTC  (5+ messages)
` What's cooking in git.git (Nov 2022, #07; Tue, 29)

[ANNOUNCE] Git for Windows 2.39.0-rc1
 2022-11-30 15:57 UTC 

What's cooking in git.git (Nov 2022, #07; Tue, 29)
 2022-11-30 12:41 UTC  (2+ messages)

[PATCH 0/3] pack-objects: fix and simplify --filter handling
 2022-11-30 11:23 UTC  (5+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 4/5] pack-objects: "


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