git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-12-12 01:42:37 to 2022-12-15 08:52:51 UTC [more...]

[PATCH v9 00/12] merge-index: prepare to rewrite merge drivers in C
 2022-12-15  8:52 UTC  (7+ messages)
` [PATCH v10 "
  ` [PATCH v10 01/12] merge-index doc & -h: fix padding, labels and "()" use
  ` [PATCH v10 02/12] t6060: modify multiple files to expose a possible issue with merge-index
  ` [PATCH v10 03/12] t6060: add tests for removed files
  ` [PATCH v10 04/12] merge-index tests: add usage tests
  ` [PATCH v10 05/12] merge-index: migrate to parse_options() API

[PATCH] Makefile: use sha1collisiondetection by default on OSX and Darwin
 2022-12-15  8:43 UTC  (2+ messages)
` [PATCH v2] "

feature-request: silently stops ssh-agent.exe when upgrading (windows)
 2022-12-15  8:38 UTC 

Prematurely-closed stdin using async NodeJS to smudge large file on Mac
 2022-12-15  3:59 UTC 

[BUG] git rev-list HEAD --objects -- WILDCARD-PATHSPEC
 2022-12-15  0:26 UTC 

[PATCH v2 0/6] Enhance credential helper protocol to include auth headers
 2022-12-15  0:21 UTC  (27+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 05/11] http: set specific auth scheme depending on credential
  ` [PATCH v4 0/8] Enhance credential helper protocol to include auth headers
    ` [PATCH v4 1/8] http: read HTTP WWW-Authenticate response headers
    ` [PATCH v4 2/8] credential: add WWW-Authenticate header to cred requests
    ` [PATCH v4 3/8] test-http-server: add stub HTTP server test helper
    ` [PATCH v4 4/8] test-http-server: add HTTP error response function
    ` [PATCH v4 5/8] test-http-server: add HTTP request parsing
    ` [PATCH v4 6/8] test-http-server: pass Git requests to http-backend
    ` [PATCH v4 7/8] test-http-server: add simple authentication
    ` [PATCH v4 8/8] t5556: add HTTP authentication tests

[PATCH] fsmonitor: eliminate call to deprecated FSEventStream function
 2022-12-15  0:09 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/4] Don't lazy-fetch commits when parsing them
 2022-12-15  0:07 UTC  (26+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/4] object-file: emit corruption errors when detected
` [PATCH v5 0/4] Don't lazy-fetch commits when parsing them
  ` [PATCH v5 1/4] object-file: remove OBJECT_INFO_IGNORE_LOOSE
  ` [PATCH v5 2/4] object-file: refactor map_loose_object_1()
  ` [PATCH v5 3/4] object-file: emit corruption errors when detected
  ` [PATCH v5 4/4] commit: don't lazy-fetch commits
` [PATCH v6 0/4] Don't lazy-fetch commits when parsing them
  ` [PATCH v6 1/4] object-file: remove OBJECT_INFO_IGNORE_LOOSE
  ` [PATCH v6 2/4] object-file: refactor map_loose_object_1()
  ` [PATCH v6 3/4] object-file: emit corruption errors when detected
  ` [PATCH v6 4/4] commit: don't lazy-fetch commits

What's cooking in git.git (Dec 2022, #05; Wed, 14)
 2022-12-14 23:50 UTC  (8+ messages)

[PATCH] git: remove unneeded casts
 2022-12-14 23:49 UTC  (3+ messages)

Whitepace parameter for git restore
 2022-12-14 23:39 UTC  (2+ messages)

[PATCH] git-p4: preserve utf8 BOM when importing from p4 to git
 2022-12-14 23:11 UTC  (4+ messages)

Issue with git > 2.36.1 and pre-commit hook on macOS M1
 2022-12-14 22:23 UTC  (4+ messages)

[PATCH] diff: fix regression with --stat and unmerged file
 2022-12-14 22:01 UTC  (3+ messages)

[PATCH] git: remove duplicate includes
 2022-12-14 20:53 UTC  (2+ messages)

[PATCH 0/5] minor ref-filter error-reporting bug-fixes
 2022-12-14 20:39 UTC  (12+ messages)
` [PATCH 1/5] ref-filter: reject arguments to %(HEAD)
` [PATCH 2/5] ref-filter: factor out "%(foo) does not take arguments" errors
` [PATCH 3/5] ref-filter: factor out "unrecognized %(foo) arg" errors
` [PATCH 4/5] ref-filter: truncate atom names in error messages
` [PATCH 5/5] ref-filter: convert email atom parser to use err_bad_arg()

Question: How to execute git-gc correctly on the git server
 2022-12-14 20:11 UTC  (5+ messages)

[PATCH v2] line-range: Fix infinite loop bug with degenerate regex
 2022-12-14 14:53 UTC  (4+ messages)
` [PATCH v3] line-range: Fix infinite loop bug with degenerate '$' regex

[PATCH 0/3] Add mailmap mechanism in --batch-check options
 2022-12-14 14:04 UTC  (5+ messages)
` [PATCH v6 0/2] Add mailmap mechanism in cat-file options
  ` [PATCH v6 2/2] cat-file: add mailmap support to --batch-check option

[RFC PATCH 0/6] ls-tree: introduce '--pattern' option
 2022-12-14 10:38 UTC  (7+ messages)
` [RFC PATCH 6/6] "

[PATCH] am: don't pass strvec to apply_parse_options()
 2022-12-14  8:44 UTC  (4+ messages)

[PATCH 0/1] cat-file: quote-format name in error when using -z
 2022-12-14  8:29 UTC  (10+ messages)
` [PATCH 1/1] "

[BUG] Git 2.28.0-rc1 t1800 message text comparison
 2022-12-14  5:53 UTC  (3+ messages)
` [BUG] Git 2.38.0-rc1 "

[PATCH 0/9] more -Wunused-parameter fixes/annotations
 2022-12-14  1:38 UTC  (11+ messages)
` [PATCH 1/9] ls-refs: use repository parameter to iterate refs
` [PATCH 2/9] blob: drop unused parts of parse_blob_buffer()
` [PATCH 3/9] list-objects: drop process_gitlink() function
` [PATCH 4/9] ws: drop unused parameter from ws_blank_line()
` [PATCH 5/9] xdiff: drop unused parameter in def_ff()
` [PATCH 6/9] xdiff: mark unused parameter in xdl_call_hunk_func()
` [PATCH 7/9] diff: mark unused parameters in callbacks
` [PATCH 8/9] list-objects-filter: mark unused parameters in virtual functions
` [PATCH 9/9] userdiff: mark unused parameter in internal callback

[PATCH v2 0/2] check-attr: add support to work with revisions
 2022-12-14  1:28 UTC  (4+ messages)
` [PATCH v2 2/2] attr: add flag `-r|--revisions` "

[PATCH] http-fetch: invoke trace2_cmd_name()
 2022-12-13 20:15 UTC  (2+ messages)

[PATCH] object-file: inline write_buffer()
 2022-12-13 19:35 UTC 

[PATCH] scalar: use verbose mode in clone
 2022-12-13 16:37 UTC  (3+ messages)

[RFC PATCH 0/1] rebase --onto detection of already applied commits
 2022-12-13 15:34 UTC  (9+ messages)
` [RFC PATCH 1/1] rebase --onto: Skip previously "

[PATCH] server_supports_v2(): use a separate function for die_on_error
 2022-12-13 10:52 UTC 

[PATCH 0/2] Fix autocorrect in work tree for bare repository
 2022-12-13  9:48 UTC  (5+ messages)
` [PATCH v2] help.c: fix "

[PATCH] commit: skip already cleared parents in clear_commit_marks_1()
 2022-12-13  6:27 UTC 

[PATCH] reflog: clear leftovers in reflog_expiry_cleanup()
 2022-12-13  6:20 UTC 

[PATCH 0/4] Optionally skip hashing index on write
 2022-12-13  0:55 UTC  (25+ messages)
` [PATCH 2/4] read-cache: add index.skipHash config option
` [PATCH 3/4] test-lib-functions: add helper for trailing hash
` [PATCH 4/4] features: feature.manyFiles implies fast index writes
` [PATCH v2 0/4] Optionally skip hashing index on write
  ` [PATCH v2 1/4] hashfile: allow skipping the hash function
  ` [PATCH v2 2/4] read-cache: add index.skipHash config option
  ` [PATCH v2 3/4] test-lib-functions: add helper for trailing hash
  ` [PATCH v2 4/4] features: feature.manyFiles implies fast index writes

[PATCH 0/4] worktree: Support `--orphan` when creating new worktrees
 2022-12-12 22:39 UTC  (17+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v3 "
    ` [PATCH v4 0/3] "
      ` [PATCH v4 1/3] worktree add: Include -B in usage docs
      ` [PATCH v4 2/3] worktree add: add --orphan flag
      ` [PATCH v4 3/3] worktree add: Add hint to use --orphan when bad ref

[PATCH v3 0/6] fsmonitor: Implement fsmonitor for Linux
 2022-12-12 21:58 UTC  (13+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/6] fsmonitor: determine if filesystem is local or remote
  ` [PATCH v4 3/6] fsmonitor: implement filesystem change listener for Linux
  ` [PATCH v5 0/6] fsmonitor: Implement fsmonitor "
    ` [PATCH v5 1/6] fsmonitor: prepare to share code between Mac OS and Linux
    ` [PATCH v5 2/6] fsmonitor: determine if filesystem is local or remote
    ` [PATCH v5 3/6] fsmonitor: implement filesystem change listener for Linux
    ` [PATCH v5 4/6] fsmonitor: enable fsmonitor "
    ` [PATCH v5 5/6] fsmonitor: test updates
    ` [PATCH v5 6/6] fsmonitor: update doc for Linux

What's cooking in git.git (Dec 2022, #03; Sun, 11)
 2022-12-12 21:43 UTC  (3+ messages)
` js/drop-mingw-test-cmp, was "

includeIf appears to not be working
 2022-12-12 21:05 UTC  (5+ messages)

[PATCH 0/3] Bundle URIs 4.5: fixups from part IV
 2022-12-12 20:59 UTC  (6+ messages)
` [PATCH 1/3] bundle-uri: drop unused 'uri' parameter
` [PATCH 2/3] bundle-uri: advertise based on repo config
` [PATCH 3/3] bundle-uri: remove GIT_TEST_BUNDLE_URI env variable

feature request: git clone --branch should accept commit hash
 2022-12-12 18:10 UTC  (4+ messages)

[ANNOUNCE] Git for Windows 2.39.0
 2022-12-12 17:00 UTC 

What's cooking in git.git (Dec 2022, #04; Mon, 12)
 2022-12-12 13:55 UTC  (2+ messages)
` ds/packed-refs-v2 (was Re: What's cooking in git.git (Dec 2022, #04; Mon, 12))

[ANNOUNCE] Git v2.39.0
 2022-12-12 13:43 UTC 


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