git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-12-01 19:20:11 to 2022-12-05 18:22:11 UTC [more...]

[PATCH 0/3] fix t1509-root-work-tree failure
 2022-12-05 18:21 UTC  (2+ messages)

[PATCH 0/9] Bundle URIs IV: advertise over protocol v2
 2022-12-05 17:50 UTC  (34+ 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()
  ` [PATCH v2 7/9] bundle-uri: allow relative URLs in bundle lists
  ` [PATCH v2 9/9] clone: unbundle the advertised bundles
  ` [PATCH v3 00/11] Bundle URIs IV: advertise over protocol v2
    ` [PATCH v3 01/11] protocol v2: add server-side "bundle-uri" skeleton
    ` [PATCH v3 02/11] t: create test harness for 'bundle-uri' command
    ` [PATCH v3 03/11] clone: request the 'bundle-uri' command when available
    ` [PATCH v3 04/11] bundle-uri client: add boolean transfer.bundleURI setting
    ` [PATCH v3 05/11] transport: rename got_remote_heads
    ` [PATCH v3 06/11] bundle-uri client: add helper for testing server
    ` [PATCH v3 07/11] bundle-uri: serve bundle.* keys from config
    ` [PATCH v3 08/11] strbuf: introduce strbuf_strip_file_from_path()
    ` [PATCH v3 09/11] bundle-uri: allow relative URLs in bundle lists
    ` [PATCH v3 10/11] bundle-uri: download bundles from an advertised list
    ` [PATCH v3 11/11] clone: unbundle the advertised bundles

[PATCH] maintenance: use xcalloc instead of xmalloc where possible
 2022-12-05 16:12 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] maintenance: use calloc instead of malloc "

[ANNOUNCE] git-assembler 1.3 released
 2022-12-05 15:15 UTC 

Possible BUG: git stash -m picks branch name from submodule
 2022-12-05 15:22 UTC 

[PATCH] fsmonitor: eliminate call to deprecated FSEventStream function
 2022-12-05 14:34 UTC  (13+ messages)

[RFC PATCH 0/1] push: introduce '--heads' option
 2022-12-05 14:23 UTC  (3+ messages)
` [RFC PATCH 1/1] "

git cherry-pick -x: missing blank line before the "cherry picked from commit" line
 2022-12-05 12:56 UTC  (6+ messages)

[PATCH] t3920: don't ignore errors of more than one command with `|| true`
 2022-12-05 10:43 UTC  (18+ messages)
` [PATCH 2/1] t3920: support CR-eating grep
` [PATCH 3/1] t3920: simplify redirection of loop output
` [PATCH 4/1] t3920: replace two cats with a tee

[PATCH 0/2] ci(main): upgrade actions/checkout to v3
 2022-12-05 10:01 UTC  (2+ messages)
` [PATCH v2] "

(no subject)
 2022-12-05  9:23 UTC  (3+ messages)
` Pro Git book URL on https://git-scm.com/

ab/cmake-nix-and-ci (was Re: What's cooking in git.git (Nov 2022, #07; Tue, 29))
 2022-12-05  9:15 UTC  (9+ messages)
` [PATCH] test-lib.sh: discover "git" in subdirs of "contrib/buildsystems/out"

What's cooking in git.git (Dec 2022, #01; Thu, 1)
 2022-12-05  3:26 UTC  (5+ messages)

[PATCH 0/6] tests: fix ignored & hidden exit codes
 2022-12-05  0:45 UTC  (47+ 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

[bug report] When 'git commit' is in progress 'git stash pop' prints 'The stash entry is kept in case you need it again.'
 2022-12-04  9:46 UTC 

[PATCH v4 00/14] cmake: document, fix on *nix, add CI
 2022-12-03 16:58 UTC  (23+ 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] git-compat-util.h: Fix build without threads
 2022-12-03  8:02 UTC  (8+ messages)
  ` [PATCH] git-compat-util: avoid redefining system function names

[PATCH] t4205: don't exit test script on failure
 2022-12-03  0:46 UTC  (6+ messages)

[PATCH] maintenance: compare output of pthread functions for inequality with 0
 2022-12-03  0:26 UTC  (7+ messages)

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

What's cooking in git.git (Nov 2022, #07; Tue, 29)
 2022-12-02  0:25 UTC  (10+ messages)
` ab/remove--super-prefix and -rc0 (was What's cooking in git.git (Nov 2022, #07; Tue, 29))
` ds/bundle-uri-4 (was "

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

[PATCH 0/4] Don't lazy-fetch commits when parsing them
 2022-12-02  0:23 UTC  (10+ messages)
` [PATCH v2 "
  ` [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  (16+ messages)
` [PATCH 3/3] diff: remove parseopts member of struct diff_options
` [PATCH v2 0/3] diff: build parseopts array on demand
` [PATCH v3 "
  ` [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] "

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)

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

[PATCH 4/4] commit: don't lazy-fetch commits
 2022-12-01 19:33 UTC  (3+ 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).