git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-05-03 21:10:03 to 2021-05-06 03:55:33 UTC [more...]

[PATCH 0/2] sparse-index.c: minor prepare_repo_settings() fixes
 2021-05-06  3:55 UTC  (6+ messages)
` [PATCH 1/2] sparse-index.c: remove set_index_sparse_config()
` [PATCH 2/2] sparse-index.c: don't call prepare_repo_settings() twice in a row

[PATCH v4 1/4] gitfaq: files in .gitignore are tracked
 2021-05-06  2:49 UTC  (7+ messages)
` [PATCH v4 3/4] gitfaq: shallow cloning a repository

[feature suggestion] Add 'git stash export', 'git stash import' commands to allow to backup stash externally
 2021-05-06  2:22 UTC  (4+ messages)

git switch/restore, still experimental?
 2021-05-06  2:16 UTC  (14+ messages)

[PATCH 0/6] Push negotiation
 2021-05-06  2:12 UTC  (11+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] fetch-pack: refactor process_acks()
  ` [PATCH v2 2/5] fetch-pack: refactor add_haves()
  ` [PATCH v2 3/5] fetch-pack: refactor command and capability write
  ` [PATCH v2 4/5] fetch: teach independent negotiation (no packfile)
  ` [PATCH v2 5/5] send-pack: support push negotiation

[PATCH] [GSOC] ref-filter: solve bugs caused by enumeration
 2021-05-06  1:53 UTC  (2+ messages)

[PATCH 0/2] A couple of small patience diff cleanups
 2021-05-06  1:32 UTC  (8+ messages)
` [PATCH 1/2] patience diff: remove unnecessary string comparisons
` [PATCH 2/2] patience diff: remove unused variable

[PATCH] Fix -Wmaybe-uninitialized warnings under -O0
 2021-05-06  1:26 UTC  (6+ messages)
` [PATCH] trace2: refactor to avoid gcc warning under -O3

[PATCH 0/4] Makefile/perl: correctly re-generate build/* + speed up under NO_GETTEXT=Y
 2021-05-06  1:05 UTC  (7+ messages)
` [PATCH 1/4] Makefile: don't re-define PERL_DEFINES
` [PATCH 2/4] Makefile: regenerate perl/build/* if GIT-PERL-DEFINES changes
` [PATCH 3/4] Makefile: regenerate *.pm on NO_PERL_CPAN_FALLBACKS change
` [PATCH 4/4] perl: use mock i18n functions under NO_GETTEXT=Y

[PATCH] add: die if both --dry-run and --interactive are given
 2021-05-06  1:05 UTC  (2+ messages)

[PATCH v2 0/8] Parallel Checkout (part 3)
 2021-05-06  0:40 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/8] make_transient_cache_entry(): optionally alloc from mem_pool
  ` [PATCH v3 2/8] builtin/checkout.c: complete parallel checkout support
  ` [PATCH v3 3/8] checkout-index: add "
  ` [PATCH v3 4/8] parallel-checkout: add tests for basic operations
  ` [PATCH v3 5/8] parallel-checkout: add tests related to path collisions
  ` [PATCH v3 6/8] t0028: extract encoding helpers to lib-encoding.sh
  ` [PATCH v3 7/8] parallel-checkout: add tests related to .gitattributes
  ` [PATCH v3 8/8] ci: run test round with parallel-checkout enabled

Bug: Changing folder case with `git mv` crashes on case-insensitive file system
 2021-05-06  0:38 UTC  (9+ messages)

Why doesn't `git log -m` imply `-p`?
 2021-05-06  0:27 UTC  (18+ messages)

[PATCH 0/5] streaming.c: refactor for smaller + easier to understand code
 2021-05-06  0:14 UTC  (12+ messages)
` [PATCH 1/5] streaming.c: avoid forward declarations
` [PATCH 2/5] streaming.c: remove enum/function/vtbl indirection
` [PATCH 3/5] streaming.c: remove {open,close,read}_method_decl() macros
` [PATCH 4/5] streaming.c: stop passing around "object_info *" to open()
` [PATCH 5/5] streaming.c: move {open,close,read} from vtable to "struct git_istream"

[PATCH] gitk: automatically cd to $GIT_PREFIX
 2021-05-05 21:18 UTC 

[PATCH] builtin/init-db: preemptively clear repo_fmt to avoid leaks
 2021-05-05 19:28 UTC  (2+ messages)

[PATCH v3] hooks: propose project configured hooks
 2021-05-05 19:11 UTC  (2+ messages)
` [PATCH v4] "

BUG: Git path --config doesn't work with ~ symbol
 2021-05-05 19:01 UTC  (9+ messages)

[PATCH] CodingGuidelines: explicitly allow "local" for test scripts
 2021-05-05 17:18 UTC  (17+ messages)
    ` [PATCH v2] "

[PATCH 0/5] pack-objects: better handling of negative options
 2021-05-05 16:19 UTC  (8+ messages)
` [PATCH 3/5] pack-objects: clamp negative window size to 0

[PATCH 04/23] fsmonitor: introduce `core.useBuiltinFSMonitor` to call the daemon via IPC
 2021-05-05 16:12 UTC  (5+ messages)
` [PATCH] repo-settings.c: simplify the setup
  ` Nesting topics within other threads (was: [PATCH] repo-settings.c: simplify the setup)

[PATCH] mailinfo: strip CR from base64/quoted-printable email
 2021-05-05 15:53 UTC  (12+ messages)
` [PATCH v2 0/5] Teach am/mailinfo to process quoted CR
  ` [PATCH v2 1/5] mailinfo: avoid magic number in option parsing
  ` [PATCH v2 2/5] mailinfo: warn if CR found in base64/quoted-printable email
  ` [PATCH v2 3/5] mailinfo: skip quoted CR on user's wish
  ` [PATCH v2 4/5] mailinfo: strip quoted CR on users' wish
  ` [PATCH v2 5/5] am: learn to process quoted lines that ends with CRLF

[PATCH] maintenance: use systemd timers on Linux
 2021-05-05 14:57 UTC  (6+ messages)

[PATCH] git-p4: speed up search for branch parent
 2021-05-05 11:56 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] git-p4: ensure complex branches are cloned correctly
  ` [PATCH v2 2/2] git-p4: speed up search for branch parent

Advise request on adding a new SSH variant
 2021-05-05 10:49 UTC  (6+ messages)

[PATCH v3 0/4] Finish converting git bisect to C part 4
 2021-05-05  9:04 UTC  (6+ messages)
` [PATCH v3 3/4] bisect--helper: reimplement `bisect_run` shell function in C

[PATCH 0/2] git-p4: encoding of data from perforce
 2021-05-05  4:34 UTC  (12+ messages)
` [PATCH 2/2] git-p4: do not decode data from perforce by default

[PATCH] t5601: mark protocol v2-only test
 2021-05-05  1:12 UTC  (2+ messages)

[PATCH 22/22] p5326: perf tests for MIDX bitmaps
 2021-05-05  0:55 UTC  (3+ messages)

Oops! Sorry
 2021-05-05  0:10 UTC 

Git commit allow empty docs unclear
 2021-05-04 20:35 UTC  (3+ messages)

[PATCH 16/22] t5326: test multi-pack bitmap behavior
 2021-05-04 17:51 UTC  (2+ messages)

[PATCH 6/6] send-pack: support push negotiation
 2021-05-04 17:26 UTC  (3+ messages)

[PATCH v6 00/20] reftable library
 2021-05-04 17:24 UTC  (6+ messages)
` [PATCH v7 00/28] "
  ` [PATCH v7 10/28] reftable: (de)serialization for the polymorphic record type
  ` [PATCH v7 23/28] Reftable support for git-core

gitignore + commit with excludes = bug
 2021-05-04 14:06 UTC  (3+ messages)

[PATCH 0/9] leftover bits from symlinked gitattributes, etc topics
 2021-05-04 10:10 UTC  (5+ messages)
` [PATCH 2/9] fsck_tree(): fix shadowed variable

[PATCH] fsmonitor: only enable it in non-bare repositories
 2021-05-03 17:56 UTC  (4+ messages)

[PATCH] word diff: handle zero length matches
 2021-05-04  9:27 UTC 

[PATCH 13/22] pack-bitmap: write multi-pack bitmaps
 2021-05-04  5:02 UTC  (2+ messages)

[PATCH] Fix: fix comment for __git_complete_worktree_paths
 2021-05-04  3:18 UTC  (3+ messages)
` [PATCH v2] work around zsh comment in __git_complete_worktree_paths

[PATCH 0/7] Optimization batch 11: avoid repeatedly detecting same renames
 2021-05-04  2:12 UTC  (15+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 01/13] t6423: rename file within directory that other side renamed
  ` [PATCH v2 02/13] Documentation/technical: describe remembering renames optimization
  ` [PATCH v2 03/13] fast-rebase: change assert() to BUG()
  ` [PATCH v2 04/13] fast-rebase: write conflict state to working tree, index, and HEAD
  ` [PATCH v2 05/13] t6429: testcases for remembering renames
  ` [PATCH v2 06/13] merge-ort: add data structures for in-memory caching of rename detection
  ` [PATCH v2 07/13] merge-ort: populate caches of rename detection results
  ` [PATCH v2 08/13] merge-ort: add code to check for whether cached renames can be reused
  ` [PATCH v2 09/13] merge-ort: avoid accidental API mis-use
  ` [PATCH v2 10/13] merge-ort: preserve cached renames for the appropriate side
  ` [PATCH v2 11/13] merge-ort: add helper functions for using cached renames
  ` [PATCH v2 12/13] merge-ort: handle interactions of caching and rename/rename(1to1) cases
  ` [PATCH v2 13/13] merge-ort, diffcore-rename: employ cached renames when possible

[PATCH 00/23] [RFC] Builtin FSMonitor Feature
 2021-05-03 21:59 UTC  (4+ messages)
` [PATCH 19/23] fsmonitor--daemon: use a cookie file to sync with file system

[PATCH 5/6] fetch: teach independent negotiation (no packfile)
 2021-05-03 21:52 UTC  (2+ messages)

http.sslVersion only specifies minimum TLS version, later versions are allowed
 2021-05-03 21:23 UTC  (8+ messages)

[BUG] gitk error - can't read "arcnos()": no such element in array
 2021-05-03 21:16 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).