git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-17 02:12:32 to 2022-08-19 10:09:01 UTC [more...]

[PATCH 0/11] annotating unused function parameters
 2022-08-19 10:08 UTC  (7+ messages)
` [PATCH 01/11] git-compat-util: add UNUSED macro
` [PATCH 02/11] refs: mark unused each_ref_fn parameters
` [PATCH 03/11] refs: mark unused reflog callback parameters
` [PATCH 04/11] refs: mark unused virtual method parameters
` [PATCH 05/11] transport: mark bundle transport_options as unused
` [PATCH 06/11] streaming: mark unused virtual method parameters

[PATCH] fsmonitor: option to allow fsmonitor to run against network-mounted repos
 2022-08-19 10:05 UTC  (4+ messages)

[RFC/PATCH] sequencer: do not translate reflog messages
 2022-08-19  9:32 UTC  (17+ 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
      ` [PATCH 4/4 v2] sequencer: spell out command names and do not translate them

[PATCH] merge-ort: remove code obsoleted by other changes
 2022-08-19  9:22 UTC  (2+ messages)

[PATCH 0/3] Show original filenames in merge tree
 2022-08-19  9:17 UTC  (5+ messages)
` [PATCH 1/3] merge-tree -z: always show the original file name first
` [PATCH 2/3] merge-tree: show the original file names in the conflict output
` [PATCH 3/3] t4301: add a test case involving a rename, type change & modification

[PATCH 0/6] unused function parameter potpourri
 2022-08-19  8:55 UTC  (7+ messages)
` [PATCH 1/6] xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()
` [PATCH 2/6] log-tree: drop unused commit param in remerge_diff()
` [PATCH 3/6] match_pathname(): drop unused "flags" parameter
` [PATCH 4/6] verify_one_sparse(): drop unused repository parameter
` [PATCH 5/6] reftable: drop unused parameter from reader_seek_linear()
` [PATCH 6/6] reflog: assert PARSE_OPT_NONEG in parse-options callbacks

[PATCH] trailer: allow spaces in tokens
 2022-08-19  4:33 UTC  (11+ messages)
` [PATCH v2] "

[PATCH 0/2] Allow --ancestry-path to take an argument
 2022-08-19  4:28 UTC  (23+ 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 v3 0/3] Allow "
    ` [PATCH v3 1/3] rev-list-options.txt: fix simple typo
    ` [PATCH v3 2/3] t6019: modernize tests with helper
    ` [PATCH v3 3/3] revision: allow --ancestry-path to take an argument

[PATCH v7 00/15] Rewrite the remaining merge strategies from shell to C
 2022-08-19  4:27 UTC  (20+ 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 5/9] refs: avoid duplicate running of the reference-transaction hook
 2022-08-19  3:21 UTC  (11+ messages)
` [PATCH v2 0/9] Fix issues of refx-txn hook for various git commands
` [PATCH v2 1/9] t1416: more testcases for reference-transaction hook
` [PATCH v2 2/9] refs: update missing old-oid in transaction from lockfile
` [PATCH v2 3/9] refs: add new field in transaction for running transaction hook
` [PATCH v2 4/9] refs: do not run transaction hook for git-pack-refs
` [PATCH v2 5/9] refs: avoid duplicate running of the reference-transaction hook
` [PATCH v2 6/9] refs: add reflog_info to hold more fields for reflog entry
` [PATCH v2 7/9] refs: get error message via refs_update_ref_extended()
` [PATCH v2 8/9] refs: reimplement files_copy_or_rename_ref() to run refs-txn hook
` [PATCH v2 9/9] refs: reimplement refs_delete_refs() and run hook once

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

There is no tracking information for the current branch
 2022-08-18 22:22 UTC  (2+ messages)

[PATCH 0/3] scalar: enable built-in FSMonitor
 2022-08-18 21:40 UTC  (24+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] scalar-unregister: handle error codes greater than 0
  ` [PATCH v2 3/5] scalar: enable built-in FSMonitor on `register`
  ` [PATCH v2 4/5] scalar unregister: stop FSMonitor daemon
  ` [PATCH v3 0/8] scalar: enable built-in FSMonitor
    ` [PATCH v3 1/8] scalar: constrain enlistment search
    ` [PATCH v3 2/8] scalar-unregister: handle error codes greater than 0
    ` [PATCH v3 3/8] scalar-[un]register: clearly indicate source of error
    ` [PATCH v3 4/8] scalar-delete: do not 'die()' in 'delete_enlistment()'
    ` [PATCH v3 5/8] scalar: move config setting logic into its own function
    ` [PATCH v3 6/8] scalar: enable built-in FSMonitor on `register`
    ` [PATCH v3 7/8] scalar unregister: stop FSMonitor daemon
    ` [PATCH v3 8/8] scalar: update technical doc roadmap with FSMonitor support

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

[PATCH 0/2] Make rebase.autostash default
 2022-08-18 19:47 UTC  (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Add Eclipse project settings files to .gitignore

[PATCH v3 00/11] Generalize 'scalar diagnose' into 'git diagnose' and 'git bugreport --diagnose'
 2022-08-18 19:12 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 07/11] builtin/diagnose.c: create 'git diagnose' builtin

What's cooking in git.git (Aug 2022, #02; Fri, 5)
 2022-08-18 19:07 UTC  (5+ messages)

[PATCH v4 1/3] hide-refs: add hook to force hide refs
 2022-08-18 18:51 UTC  (2+ messages)

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

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)

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

[PATCH 0/3] Fixups for cw/submodule-merge-messages
 2022-08-18  7:15 UTC  (13+ messages)
` [PATCH v2 "
  ` [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  (5+ messages)
` [PATCH 2/5] rebase: store orig_head as a commit
` [PATCH 3/5] rebase: factor out merge_base calculation

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  (13+ 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  (7+ messages)
` js/bisect-in-c, 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


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 NNTP newsgroup(s).