git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-08-14 02:06:02 to 2022-08-17 19:13:47 UTC [more...]

[PATCH v7 00/15] Rewrite the remaining merge strategies from shell to C
 2022-08-17 19:12 UTC  (15+ messages)
` [PATCH v8 00/14] "
  ` [PATCH v8 03/14] merge-index: libify merge_one_path() and merge_all()
  ` [PATCH v8 08/14] merge-resolve: rewrite in C

[PATCH v2] pipe_command(): mark stdin descriptor as non-blocking
 2022-08-17 18:57 UTC  (22+ messages)
        ` [PATCH] mingw: handle writes to non-blocking pipe
                        ` [PATCH v2 0/6] fix pipe_command() deadlock
                          ` [PATCH v2 1/6] compat: add function to enable nonblocking pipes
                          ` [PATCH v2 2/6] nonblock: support Windows
                          ` [PATCH v2 3/6] git-compat-util: make MAX_IO_SIZE define globally available
                          ` [PATCH v2 4/6] pipe_command(): avoid xwrite() for writing to pipe
                          ` [PATCH v2 5/6] pipe_command(): handle ENOSPC when writing to a pipe
                          ` [PATCH v2 6/6] pipe_command(): mark stdin descriptor as non-blocking

What's cooking in git.git (Aug 2022, #05; Mon, 15)
 2022-08-17 18:57 UTC  (9+ messages)
` js/bisect-in-c, was "
` sy/mv-out-of-cone (was Re: What's cooking in git.git (Aug 2022, #05; Mon, 15))
` cw/submodule-merge-messages (Was: "

[PATCH v1 0/2] grep: integrate with sparse index
 2022-08-17 18:47 UTC  (11+ messages)
` [PATCH v1 1/2] builtin/grep.c: add --sparse option
` [PATCH v1 2/2] builtin/grep.c: integrate with sparse index

[PATCH 0/3] scalar: enable built-in FSMonitor
 2022-08-17 17:45 UTC  (24+ messages)
` [PATCH 1/3] scalar: enable built-in FSMonitor on `register`
` [PATCH 2/3] scalar unregister: stop FSMonitor daemon
` [PATCH 3/3] scalar: update technical doc roadmap with FSMonitor support
` [PATCH v2 0/5] scalar: enable built-in FSMonitor
  ` [PATCH v2 1/5] scalar-unregister: handle error codes greater than 0
  ` [PATCH v2 2/5] scalar-[un]register: clearly indicate source of error
  ` [PATCH v2 3/5] scalar: enable built-in FSMonitor on `register`
  ` [PATCH v2 4/5] scalar unregister: stop FSMonitor daemon
  ` [PATCH v2 5/5] scalar: update technical doc roadmap with FSMonitor support

Partial-clone cause big performance impact on server
 2022-08-17 13:41 UTC  (10+ messages)
  ` 回复: [External Mail]Re: "
    `  "

[GSoC] Status update
 2022-08-17 10:07 UTC  (2+ messages)
` [GSoC] Week 9 status update

[PATCH v5 3/6] pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests
 2022-08-17 10:02 UTC  (19+ messages)

Bug in rebase --autosquash
 2022-08-17  9:49 UTC 

[PATCH 0/3] Fixups for cw/submodule-merge-messages
 2022-08-17  6:33 UTC  (9+ messages)
` [PATCH 1/3] merge-ort: remove translator lego in new "submodule conflict suggestion"
` [PATCH 2/3] merge-ort: add comment to avoid surprise with new sub_flag variable
` [PATCH 3/3] merge-ort: provide helpful submodule update message when possible
` [PATCH v2 0/3] Fixups for cw/submodule-merge-messages
  ` [PATCH v2 1/3] merge-ort: remove translator lego in new "submodule conflict suggestion"
  ` [PATCH v2 2/3] merge-ort: add comment to avoid surprise with new sub_flag variable
  ` [PATCH v2 3/3] merge-ort: provide helpful submodule update message when possible

[PATCH 0/2] Allow --ancestry-path to take an argument
 2022-08-17  2:48 UTC  (3+ messages)
` [PATCH 1/2] rev-list-options.txt: fix simple typo
` [PATCH 2/2] revision: allow --ancestry-path to take an argument

What's cooking in git.git (Jul 2022, #03; Mon, 11)
 2022-08-17  0:49 UTC  (8+ messages)
` js/bisect-in-c, was "

What's cooking in git.git (Oct 2021, #02; Wed, 6)
 2022-08-17  0:57 UTC  (11+ messages)
                ` Coverity, was "

[PATCH] git-prompt: show 'CONFLICT' indicator at command prompt
 2022-08-17  0:18 UTC  (11+ messages)
` [PATCH v2] git-prompt: show presence of unresolved conflicts "
  ` [PATCH v3] "

[PATCH] branch: allow "-" as a short-hand for "previous branch"
 2022-08-16 21:27 UTC  (12+ messages)
` [PATCH v2] allow "-" as short-hand for "@{-1}" in "branch -d"
` [PATCH v3] branch: allow "-" as a short-hand for "previous branch"

[PATCH v7] submodule merge: update conflict error message
 2022-08-16 19:39 UTC  (6+ messages)
` [PATCH v8] "

bugreport: "git config --global" fails if an invalid .git file present
 2022-08-16 16:16 UTC 

[PATCH v1 0/7] mv: from in-cone to out-of-cone
 2022-08-16 15:48 UTC  (3+ messages)
` [PATCH v3 0/9] "

[PATCH 0/5] Some fixes and an improvement for using CTest on Windows
 2022-08-16 15:15 UTC  (16+ messages)
` [PATCH 1/5] cmake: align CTest definition with Git's CI runs
` [PATCH 4/5] add -p: avoid ambiguous signed/unsigned comparison
` [PATCH 5/5] cmake: avoid editing t/test-lib.sh

[PATCH 0/5] rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point
 2022-08-16 15:03 UTC  (18+ messages)
` [PATCH 1/5] t3416: set $EDITOR in subshell
` [PATCH 2/5] rebase: store orig_head as a commit
` [PATCH 3/5] rebase: factor out merge_base calculation
` [PATCH 4/5] rebase --keep-base: imply --reapply-cherry-picks
` [PATCH 5/5] rebase --keep-base: imply --no-fork-point

[PATCH] Documentation: mention the magic pathspec ":/"
 2022-08-16 14:08 UTC  (3+ messages)

[PATCH 0/3] refs-advertise: add hook to filter advertised refs
 2022-08-16 11:22 UTC  (18+ messages)
` [PATCH v2 0/3] hide-refs: add hook to force hide refs
  ` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] t1419: add test cases for hide-refs hook
  ` [PATCH v2 3/3] doc: add documentation for the "
  ` [PATCH v3 0/3] hide-refs: add hook to force hide refs
    ` [PATCH v3 1/3] "
    ` [PATCH v3 2/3] t1419: add test cases for hide-refs hook
    ` [PATCH v3 3/3] doc: add documentation for the "
    ` [PATCH v4 0/3] hide-refs: add hook to force hide refs
      ` [PATCH v4 1/3] "
      ` [PATCH v4 2/3] t1419: add test cases for hide-refs hook
      ` [PATCH v4 3/3] doc: add documentation for the "

[RFC/PATCH] sequencer: do not translate reflog messages
 2022-08-16 11:02 UTC  (6+ messages)

[GSoC] Abhradeep's GSoC blogs (15 Aug, 2022 IST)
 2022-08-15 22:37 UTC  (2+ messages)

[BUG] git rev-list --missing=allow-promisor
 2022-08-15 22:53 UTC  (5+ messages)
  ` [PATCH] is_promisor_object(): fix use-after-free of tree buffer

[PATCH v3] fsmonitor: option to allow fsmonitor to run against network-mounted repos
 2022-08-15 17:33 UTC  (4+ messages)
` [PATCH v4] "

git maintenance broken on FreeBSD
 2022-08-15 16:09 UTC  (9+ messages)

[ANNOUNCE] Git for Windows 2.37.2
 2022-08-15 16:08 UTC  (5+ messages)
    ` fixup! bug, was "

[PATCH] fetch-pack: add tracing for negotiation rounds
 2022-08-15 15:08 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/3] t0021: convert perl script to C test-tool helper
 2022-08-15 13:01 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] t0021: avoid grepping for a Perl-specific string at filter output
  ` [PATCH v4 2/3] t0021: implementation the rot13-filter.pl script in C
  ` [PATCH v4 3/3] tests: use the new C rot13-filter helper to avoid PERL prereq

"bubbling up" patches in a commit sequence
 2022-08-15 12:25 UTC  (3+ messages)

Fixing midx bitmap related racy test failure (under sha-256)
 2022-08-15  7:04 UTC 

[BUG] Unicode filenames handling in `git log --stat`
 2022-08-15  6:34 UTC  (4+ messages)
` [PATCH/RFC 1/1] diff.c: When appropriate, use utf8_strwidth()

Feature Idea: Documentation of Project Structure
 2022-08-15  1:03 UTC 

"master" term - no one cares
 2022-08-14 17:19 UTC  (6+ messages)

[PATCH v5 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
 2022-08-14 16:55 UTC  (8+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/6] Documentation/technical: describe bitmap lookup table extension
  ` [PATCH v6 2/6] bitmap: move `get commit positions` code to `bitmap_writer_finish`
  ` [PATCH v6 3/6] pack-bitmap-write.c: write lookup table extension
  ` [PATCH v6 4/6] pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests
  ` [PATCH v6 5/6] pack-bitmap: prepare to read lookup table extension
  ` [PATCH v6 6/6] bitmap-lookup-table: add performance tests for lookup table

fsck: BAD_FILEMODE diagnostic broken / never triggers
 2022-08-14  7:03 UTC  (8+ messages)
        ` [PATCH 0/3] actually detect bad file modes in fsck

[PATCH] [RFC] list-objects-filter: introduce new filter sparse:buffer=<spec>
 2022-08-14  6:54 UTC  (6+ messages)

t7527 intermittent failure on macOS APFS and possible fix
 2022-08-14  6:52 UTC  (2+ 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).