git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-08-15 16:58:49 to 2022-08-18 17:34:11 UTC [more...]

[PATCH v7 00/15] Rewrite the remaining merge strategies from shell to C
 2022-08-18 17:32 UTC  (19+ 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 0/2] Make rebase.autostash default
 2022-08-18 17:31 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Add Eclipse project settings files to .gitignore

[Question] How to know which branch(ref) is the latest updated branch?
 2022-08-18 17:08 UTC  (3+ messages)

[PATCH 0/2] Allow --ancestry-path to take an argument
 2022-08-18 16:56 UTC  (14+ messages)
` [PATCH 1/2] rev-list-options.txt: fix simple typo
` [PATCH 2/2] revision: allow --ancestry-path to take an argument
` [PATCH v2 0/2] Allow "
  ` [PATCH v2 1/2] rev-list-options.txt: fix simple typo
  ` [PATCH v2 2/2] revision: allow --ancestry-path to take an argument

[PATCH] trailer: allow spaces in tokens
 2022-08-18 16:54 UTC  (4+ messages)
` [PATCH v2] "

bugreport: "git config --global" fails if an invalid .git file present
 2022-08-18 16:28 UTC  (3+ messages)

Programmatic patches (transform commits)
 2022-08-18 15:48 UTC  (2+ messages)

[RFC/PATCH] sequencer: do not translate reflog messages
 2022-08-18 15:23 UTC  (15+ messages)
          ` [PATCH 0/4] sequencer: clarify translations
            ` [PATCH 1/4] sequencer: do not translate reflog messages
            ` [PATCH 2/4] sequencer: do not translate parameters to error_resolve_conflict()
            ` [PATCH 3/4] sequencer: do not translate command names
            ` [PATCH 4/4] po: adjust README to code

What's cooking in git.git (Aug 2022, #06; Wed, 17)
 2022-08-18 15:00 UTC  (5+ messages)
` js/bisect-in-c (was: What's cooking in git.git (Aug 2022, #06; Wed, 17))
` ds/* (was "

Bug: conflict in the last file line results in wrong combined diff
 2022-08-18 13:54 UTC 

[PATCH 0/3] scalar: enable built-in FSMonitor
 2022-08-18 13:19 UTC  (26+ 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

[PATCH 0/3] Fixups for cw/submodule-merge-messages
 2022-08-18  7:15 UTC  (16+ 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 v3 0/3] Fixups for cw/submodule-merge-messages
    ` [PATCH v3 1/3] merge-ort: remove translator lego in new "submodule conflict suggestion"
    ` [PATCH v3 2/3] merge-ort: avoid surprise with new sub_flag variable
    ` [PATCH v3 3/3] merge-ort: provide helpful submodule update message when possible

[PATCH 0/5] rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point
 2022-08-18  7:11 UTC  (20+ 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

Partial-clone cause big performance impact on server
 2022-08-18  5:49 UTC  (6+ messages)
    ` [External Mail]Re: "

[PATCH v2] pipe_command(): mark stdin descriptor as non-blocking
 2022-08-18  5:41 UTC  (23+ 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

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

t7527 intermittent failure on macOS APFS and possible fix
 2022-08-17 20:23 UTC  (2+ messages)

What's cooking in git.git (Aug 2022, #05; Mon, 15)
 2022-08-17 20:05 UTC  (11+ 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: "

Bug in rebase --autosquash
 2022-08-17 19:40 UTC  (2+ messages)

[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

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

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] "

[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] Documentation: mention the magic pathspec ":/"
 2022-08-16 14:08 UTC  (3+ messages)

[PATCH v3 0/3] hide-refs: add hook to force hide refs
 2022-08-16 11:22 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] "

[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] "


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