git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-17 07:56:48 to 2022-08-19 14:10:07 UTC [more...]

[PATCH 0/11] annotating unused function parameters
 2022-08-19 13:58 UTC  (13+ 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 07/11] config: mark unused callback parameters
` [PATCH 08/11] hashmap: "
` [PATCH 09/11] mark unused read_tree_recursive() "
` [PATCH 10/11] run-command: mark unused async "
` [PATCH 11/11] is_path_owned_by_current_uid(): mark "report" parameter as unused

[PATCH 0/5] Some fixes and an improvement for using CTest on Windows
 2022-08-19 14:07 UTC  (11+ messages)
` [PATCH 1/5] cmake: align CTest definition with Git's CI runs
` [PATCH 4/5] add -p: avoid ambiguous signed/unsigned comparison

[PATCH 0/6] unused function parameter potpourri
 2022-08-19 13:32 UTC  (8+ 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] branch: allow "-" as a short-hand for "previous branch"
 2022-08-19 13:05 UTC  (10+ messages)

[PATCH 0/2] Allow --ancestry-path to take an argument
 2022-08-19 12:53 UTC  (23+ messages)
` [PATCH 2/2] revision: allow "
` [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 v2] git-prompt: show presence of unresolved conflicts at command prompt
 2022-08-19 11:29 UTC  (3+ messages)
` [PATCH v3] "

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

Bug in rebase --autosquash
 2022-08-19 11:09 UTC  (3+ messages)

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

What's cooking in git.git (Aug 2022, #05; Mon, 15)
 2022-08-19 11:04 UTC  (7+ messages)
` js/bisect-in-c, was "

[PATCH] trailer: allow spaces in tokens
 2022-08-19 10:29 UTC  (12+ messages)
` [PATCH v2] "

[RFC/PATCH] sequencer: do not translate reflog messages
 2022-08-19 10:19 UTC  (18+ 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

Programmatic patches (transform commits)
 2022-08-19 10:15 UTC  (3+ messages)

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

[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 v7 00/15] Rewrite the remaining merge strategies from shell to C
 2022-08-19  4:27 UTC  (17+ messages)
` [PATCH v8 00/14] "
  ` [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

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)

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  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] merge-ort: add comment to avoid surprise with new sub_flag variable
  ` [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 0/6] fix pipe_command() deadlock
 2022-08-18  5:41 UTC  (7+ messages)
` [PATCH v2 1/6] compat: add function to enable nonblocking pipes
` [PATCH v2 5/6] pipe_command(): handle ENOSPC when writing to a pipe

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

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