git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-12-13 10:37:37 to 2022-12-16 13:41:14 UTC [more...]

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

[PATCH] grep: fall back to interpreter mode if JIT fails
 2022-12-16 12:15 UTC 

PROBLEM: "git pull -v" fails with exit code denoting a submodule syntax error
 2022-12-16 11:24 UTC  (6+ messages)
    ` AW: "

[PATCH 0/2] Make check-whitespace failures more helpful
 2022-12-16 10:13 UTC  (5+ messages)
` [PATCH 1/2] Make `check-whitespace` "
` [PATCH 2/2] Improve check-whitespace output

[PATCH v3 0/2] check-attr: add support to work with revisions
 2022-12-16  9:35 UTC  (3+ messages)
` [PATCH v3 1/2] t0003: move setup for `--all` into new block
` [PATCH v3 2/2] attr: add flag `-r|--revisions` to work with revisions

feature-request: silently stops ssh-agent.exe when upgrading (windows)
 2022-12-16  7:53 UTC  (3+ messages)

[PATCH] date.c: allow ISO 8601 reduced precision times
 2022-12-16  4:23 UTC  (2+ messages)

[PATCH] git: edit variable types to match what is assigned to them
 2022-12-16  3:36 UTC  (2+ messages)

[PATCH] e-mail workflow: Message-ID is spelled with ID in both capital letters
 2022-12-16  1:47 UTC 

git cherry-pick -x: missing blank line before the "cherry picked from commit" line
 2022-12-16  1:15 UTC  (7+ messages)

[PATCH] bisect: remove check for fp and move the goto label after the fclose
 2022-12-16  1:03 UTC  (2+ messages)

What's cooking in git.git (Dec 2022, #05; Wed, 14)
 2022-12-15 23:09 UTC  (19+ messages)
` ag/merge-strategies-in-c (was: What's cooking in git.git (Dec 2022, #05; Wed, 14))
` ab/remove--super-prefix & ab/submodule-no-abspath "
` js/bisect-in-c "

[PATCH v3 0/9] Get rid of "git --super-prefix"
 2022-12-15 22:19 UTC  (16+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/9] submodule absorbgitdirs tests: add missing "Migrating git..." tests
  ` [PATCH v4 2/9] read-tree + fetch tests: test failing "--super-prefix" interaction
  ` [PATCH v4 3/9] submodule.c & submodule--helper: pass along "super_prefix" param
  ` [PATCH v4 4/9] submodule--helper: don't use global --super-prefix in "absorbgitdirs"
  ` [PATCH v4 5/9] submodule--helper: convert "foreach" to its own "--super-prefix"
  ` [PATCH v4 6/9] submodule--helper: convert "sync" "
  ` [PATCH v4 7/9] submodule--helper: convert "status" "
  ` [PATCH v4 8/9] submodule--helper: convert "{update,clone}" to their "
  ` [PATCH v4 9/9] read-tree: add "--super-prefix" option, eliminate global

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

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

Commiting old version of file introduces other files to commit
 2022-12-15 17:55 UTC 

[RFC PATCH 0/1] rebase --onto detection of already applied commits
 2022-12-15 17:07 UTC  (9+ messages)

[PATCH] commit: skip already cleared parents in clear_commit_marks_1()
 2022-12-15 15:13 UTC  (2+ messages)

[PATCH 0/6] bisect: follow-up fixes from js/bisect-in-c
 2022-12-15 15:08 UTC  (9+ messages)
` [PATCH 1/6] bisect--helper: simplify exit code computation
` [PATCH 2/6] bisect--helper: make the order consistently `argc, argv`
` [PATCH 3/6] bisect: verify that a bogus option won't try to start a bisection
` [PATCH 4/6] bisect run: fix the error message
` [PATCH 5/6] bisect: remove Cogito-related code
` [PATCH 6/6] bisect: no longer try to clean up left-over `.git/head-name` files

[PATCH v3 0/5] notes.c: introduce "--no-blank-line" option
 2022-12-15 12:48 UTC  (2+ messages)

[RFC PATCH 0/1] push: introduce '--heads' option
 2022-12-15 12:27 UTC  (2+ messages)

Strange "git stash pop" conflict (one chunk out of many)
 2022-12-15 11:38 UTC 

[PATCH] git: remove unneeded casts
 2022-12-15 10:18 UTC  (5+ messages)

[PATCH 0/6] remove USE_THE_INDEX_COMPATIBILITY_MACROS
 2022-12-15  9:59 UTC  (7+ messages)
` [PATCH 1/6] builtin/rm.c: use narrower "USE_THE_INDEX_VARIABLE"
` [PATCH 2/6] cocci & cache.h: fully apply "active_nr" part of index-compatibility
` [PATCH 3/6] cocci & cache.h: apply pending "index_cache_pos" rule
` [PATCH 4/6] cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"
` [PATCH 5/6] cache-tree API: remove redundant update_main_cache_tree()
` [PATCH 6/6] cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"

[PATCH v3 00/11] Enhance credential helper protocol to include auth headers
 2022-12-15  9:27 UTC  (20+ messages)
` [PATCH v4 0/8] "
  ` [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] am: don't pass strvec to apply_parse_options()
 2022-12-15  9:11 UTC  (10+ messages)
      ` [RFC PATCH 0/5] strvec: add a "nodup" mode, fix memory leaks
        ` [RFC PATCH 1/5] builtin/annotate.c: simplify for strvec API
        ` [RFC PATCH 2/5] various: add missing strvec_clear()
        ` [RFC PATCH 3/5] strvec API: add a "STRVEC_INIT_NODUP"
        ` [RFC PATCH 4/5] strvec API users: fix leaks by using "STRVEC_INIT_NODUP"
        ` [RFC PATCH 5/5] strvec API users: fix more "

[PATCH v9 00/12] merge-index: prepare to rewrite merge drivers in C
 2022-12-15  8:52 UTC  (14+ 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 v10 06/12] merge-index: improve die() error messages
  ` [PATCH v10 07/12] merge-index i18n: mark die() messages for translation
  ` [PATCH v10 08/12] merge-index: stop calling ensure_full_index() twice
  ` [PATCH v10 09/12] builtin/merge-index.c: don't USE_THE_INDEX_VARIABLE
  ` [PATCH v10 10/12] merge-index: libify merge_one_path() and merge_all()
  ` [PATCH v10 11/12] merge-index: use "struct strvec" and helper to prepare args
  ` [PATCH v10 12/12] merge-index: make the argument parsing sensible & simpler

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] 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  (12+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/4] object-file: emit corruption errors when detected
` [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

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 0/1] cat-file: quote-format name in error when using -z
 2022-12-14  8:29 UTC  (8+ 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] 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)

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

[PATCH v4 3/4] object-file: emit corruption errors when detected
 2022-12-13 10:37 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).