git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-12-14 20:13:29 to 2022-12-17 23:11:35 UTC [more...]

[PATCH] var: add GIT_SEQUENCE_EDITOR variable
 2022-12-17 23:09 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] git-diff: Introduce --index and deprecate --cached
 2022-12-17 21:48 UTC 

[PATCH] am: don't pass strvec to apply_parse_options()
 2022-12-17 21:53 UTC  (20+ 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 0/4] Optionally skip hashing index on write
 2022-12-17 17:37 UTC  (20+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/4] test-lib-functions: add helper for trailing hash
  ` [PATCH v3 0/4] Optionally skip hashing index on write
    ` [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 v4 0/4] Optionally skip hashing index on write
      ` [PATCH v4 1/4] hashfile: allow skipping the hash function
      ` [PATCH v4 2/4] read-cache: add index.skipHash config option
      ` [PATCH v4 3/4] test-lib-functions: add helper for trailing hash
      ` [PATCH v4 4/4] features: feature.manyFiles implies fast index writes

https://github.com/rust-lang/rust is not bisectable
 2022-12-17 16:34 UTC  (2+ messages)

[PATCH v3 0/2] check-attr: add support to work with revisions
 2022-12-17 15:27 UTC  (15+ 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

[PATCH] git: remove unneeded casts
 2022-12-17 13:55 UTC  (7+ messages)

[PATCH 0/5] diff-merges: more features
 2022-12-17 13:29 UTC  (7+ messages)
` [PATCH v1 0/5] diff-merges: more features to fix '-m'
  ` [PATCH v1 1/5] diff-merges: implement [no-]hide option and log.diffMergesHide config
  ` [PATCH v1 2/5] diff-merges: implement log.diffMerges-m-imply-p config
  ` [PATCH v1 3/5] diff-merges: support list of values for --diff-merges
  ` [PATCH v1 4/5] diff-merges: issue warning on lone '-m' option
  ` [PATCH v1 5/5] diff-merges: improve --diff-merges documentation

Strange "git stash pop" conflict (one chunk out of many)
 2022-12-17 10:45 UTC  (4+ messages)

Issue with git > 2.36.1 and pre-commit hook on macOS M1
 2022-12-17  8:34 UTC  (6+ messages)

[PATCH] grep: fall back to interpreter mode if JIT fails
 2022-12-17  2:50 UTC  (6+ messages)

[Possible Bug] config --system fails when ./etc does not exist
 2022-12-17  1:31 UTC 

PROBLEM: "git pull -v" fails with exit code denoting a submodule syntax error
 2022-12-17  1:03 UTC  (7+ messages)
    ` AW: "

[PATCH] git: edit variable types to match what is assigned to them
 2022-12-16 23:52 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

Add git config variable for signoff
 2022-12-16 23:03 UTC  (2+ messages)

What's cooking in git.git (Dec 2022, #05; Wed, 14)
 2022-12-16 22:55 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 "
` ds/bundle-uri-4* (was "

[PATCH] date.c: allow ISO 8601 reduced precision times
 2022-12-16 18:38 UTC  (3+ messages)

[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

feature-request: silently stops ssh-agent.exe when upgrading (windows)
 2022-12-16  7:53 UTC  (3+ 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)

[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  (8+ 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)

[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 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  (4+ messages)
` [PATCH v6 "

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  (3+ 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  (9+ messages)
` [PATCH 2/5] ref-filter: factor out "%(foo) does not take arguments" errors
` [PATCH 4/5] ref-filter: truncate atom names in error messages

Question: How to execute git-gc correctly on the git server
 2022-12-14 20:11 UTC  (5+ 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).