Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-07 17:13:31 to 2023-09-11 21:38:42 UTC [more...]

[PATCH 0/1] git-grep: improve the --show-function behaviour
 2023-09-11 20:11 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v4 1/2] sequencer: beautify subject of reverts of reverts
 2023-09-11 20:12 UTC  (3+ messages)
` [PATCH v5] "

[PATCH v4 0/8] Repack objects into separate packfiles based on a filter
 2023-09-11 15:20 UTC  (10+ messages)
` [PATCH v5 "
  ` [PATCH v6 0/9] "
    ` [PATCH v6 4/9] repack: refactor finding pack prefix
    ` [PATCH v6 5/9] pack-bitmap-write: rebuild using new bitmap when remapping

[RFC PATCH v2 0/7] Introduce Git Standard Library
 2023-09-11 13:22 UTC  (12+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] hex-ll: split out functionality from hex
  ` [PATCH v3 2/6] wrapper: remove dependency to Git-specific internal file
  ` [PATCH v3 3/6] config: correct bad boolean env value error message
  ` [PATCH v3 4/6] parse: create new library for parsing strings and env values
  ` [PATCH v3 5/6] git-std-lib: introduce git standard library
  ` [PATCH v3 6/6] git-std-lib: add test file to call git-std-lib.a functions

[PATCH v2 0/3] range-diff: treat notes like `log`
 2023-09-11 19:55 UTC  (5+ messages)
` [PATCH v3 0/1] "
  ` [PATCH v3 1/1] "

[ANNOUNCE] Virtual Contributor's Summit 2023
 2023-09-11 20:36 UTC  (6+ messages)

Regression in git diff with stdin, with -R
 2023-09-11 19:20 UTC  (5+ messages)
` [PATCH] diff --no-index: fix -R with stdin

[RFC][PATCH 0/32] SHA256 and SHA1 interoperability
 2023-09-11  6:37 UTC  (46+ messages)
` [PATCH 01/32] doc hash-file-transition: A map file for mapping between sha1 and sha256
` [PATCH 02/32] doc hash-function-transition: Replace compatObjectFormat with compatMap
` [PATCH 03/32] object-file-convert: Stubs for converting from one object format to another
` [PATCH 04/32] object-name: Initial support for ^{sha1} and ^{sha256}
` [PATCH 05/32] repository: add a compatibility hash algorithm
` [PATCH 06/32] repository: Implement core.compatMap
` [PATCH 07/32] loose: add a mapping between SHA-1 and SHA-256 for loose objects
` [PATCH 08/32] loose: Compatibilty short name support
` [PATCH 09/32] object-file: Update the loose object map when writing loose objects
` [PATCH 10/32] bulk-checkin: Only accept blobs
` [PATCH 11/32] pack: Communicate the compat_oid through struct pack_idx_entry
` [PATCH 12/32] bulk-checkin: hash object with compatibility algorithm
` [PATCH 13/32] object-file: Add a compat_oid_in parameter to write_object_file_flags
` [PATCH 14/32] commit: write commits for both hashes
` [PATCH 15/32] cache: add a function to read an OID of a specific algorithm
` [PATCH 16/32] object: Factor out parse_mode out of fast-import and tree-walk into in object.h
` [PATCH 17/32] object-file-convert: add a function to convert trees between algorithms
` [PATCH 18/32] object-file-convert: convert commit objects when writing
` [PATCH 19/32] object-file-convert: convert tag commits "
` [PATCH 20/32] builtin/cat-file: Let the oid determine the output algorithm
` [PATCH 21/32] tree-walk: init_tree_desc take an oid to get the hash algorithm
` [PATCH 22/32] object-file: Handle compat objects in check_object_signature
` [PATCH 23/32] builtin/ls-tree: Let the oid determine the output algorithm
` [PATCH 24/32] builtin/pack-objects: Communicate the compatibility hash through struct pack_idx_entry
` [PATCH 25/32] pack-compat-map: Add support for .compat files of a packfile
` [PATCH 26/32] object-file-convert: Implement convert_object_file_{begin,step,end}
` [PATCH 27/32] builtin/fast-import: compute compatibility hashs for imported objects
` [PATCH 28/32] builtin/index-pack: Add a simple oid index
` [PATCH 29/32] builtin/index-pack: Compute the compatibility hash
` [PATCH 30/32] builtin/index-pack: Make the stack in compute_compat_oid explicit
` [PATCH 31/32] unpack-objects: Update to compute and write the compatibility hashes
` [PATCH 32/32] object-file-convert: Implement repo_submodule_oid_to_algop

[PATCH] completion(switch/checkout): treat --track and -t the same
 2023-09-11  6:09 UTC  (6+ messages)

Idea: indirect authorship info
 2023-09-11  5:23 UTC  (2+ messages)

[PATCH 0/2] fix GIT_TEST_SANITIZE_LEAK_LOG=true
 2023-09-10 22:58 UTC  (5+ messages)
` [PATCH 1/2] test-lib: prevent misuses of --invert-exit-code
` [PATCH 2/2] test-lib: fix GIT_TEST_SANITIZE_LEAK_LOG

[bug] git clone command leaves orphaned ssh process
 2023-09-10 18:47 UTC  (4+ messages)

[PATCH 1/2] parse-options: add int value pointer to struct option
 2023-09-10 18:40 UTC  (4+ messages)
` [PATCH 2/2] parse-options: use and require int pointer for OPT_CMDMODE

[PATCH] rebase -i: ignore signals when forking subprocesses
 2023-09-10 10:05 UTC  (9+ messages)

[PATCH] maintenance(systemd): support the Windows Subsystem for Linux
 2023-09-10  8:30 UTC 

[PATCH v2 00/15] Introduce new `git replay` command
 2023-09-10  3:20 UTC  (22+ messages)
` [PATCH v3 "
  ` [PATCH v3 11/15] replay: use standard revision ranges
  ` [PATCH v3 12/15] replay: disallow revision specific options and pathspecs
  ` [PATCH v4 00/15] Introduce new `git replay` command
    ` [PATCH v4 02/15] replay: introduce new builtin
    ` [PATCH v4 03/15] replay: start using parse_options API
    ` [PATCH v4 05/15] replay: introduce pick_regular_commit()
    ` [PATCH v4 08/15] replay: remove progress and info output
    ` [PATCH v4 09/15] replay: remove HEAD related sanity check
    ` [PATCH v4 11/15] replay: use standard revision ranges
    ` [PATCH v4 15/15] replay: stop assuming replayed branches do not diverge

[PATCH] completion: improve doc for complex aliases
 2023-09-10  2:02 UTC  (2+ messages)

git submodule set-url does not sync when name != path
 2023-09-09 22:26 UTC  (2+ messages)
` Bug: git submodule set-url does not handle name != path correctly

[PATCH] grep: use OPT_INTEGER_F for --max-depth
 2023-09-09 21:14 UTC  (6+ messages)

[PATCH] status: fix branch shown when not only bisecting
 2023-09-09 20:12 UTC  (2+ messages)
` [PATCH v2] "

diff alias which used to work in version 2.27, failing from version 2.28 onwards
 2023-09-09 18:45 UTC  (2+ messages)

[PATCH 0/2] diff-merges: introduce '-d' option
 2023-09-09 12:54 UTC  (3+ messages)
` [PATCH 1/2] diff-merges: improve --diff-merges documentation
` [PATCH 2/2] diff-merges: introduce '-d' option

[PATCH 0/5] Trailer readability cleanups
 2023-09-09  6:16 UTC  (8+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] trailer: separate public from internal portion of trailer_iterator
  ` [PATCH v2 2/6] trailer: split process_input_file into separate pieces
  ` [PATCH v2 3/6] trailer: split process_command_line_args into separate functions
  ` [PATCH v2 4/6] trailer: teach find_patch_start about --no-divider
  ` [PATCH v2 5/6] trailer: rename *_DEFAULT enums to *_UNSPECIFIED
  ` [PATCH v2 6/6] trailer: use offsets for trailer_start/trailer_end

[PATCH v2 00/13] Fixes to trailer test script, help text, and documentation
 2023-09-08 21:57 UTC  (18+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/13] trailer tests: make test cases self-contained
  ` [PATCH v3 02/13] trailer test description: this tests --where=after, not --where=before
  ` [PATCH v3 03/13] trailer: add tests to check defaulting behavior with --no-* flags
  ` [PATCH v3 04/13] trailer doc: narrow down scope of --where and related flags
  ` [PATCH v3 05/13] trailer: trailer location is a place, not an action
  ` [PATCH v3 06/13] trailer --no-divider help: describe usual "---" meaning
  ` [PATCH v3 07/13] trailer --parse help: expose aliased options
  ` [PATCH v3 08/13] trailer --only-input: prefer "configuration variables" over "rules"
  ` [PATCH v3 09/13] trailer --parse docs: add explanation for its usefulness
  ` [PATCH v3 10/13] trailer --unfold help: prefer "reformat" over "join"
  ` [PATCH v3 11/13] trailer doc: emphasize the effect of configuration variables
  ` [PATCH v3 12/13] trailer doc: separator within key suppresses default separator
  ` [PATCH v3 13/13] trailer doc: <token> is a <key> or <keyAlias>, not both

[PATCH] start_command: reset disposition of all signals in child
 2023-09-08 19:57 UTC  (7+ messages)

[PATCH] revision: add `--ignore-missing-links` user option
 2023-09-08 19:19 UTC  (2+ messages)

[PATCH v3 0/6] Introduce Git Standard Library
 2023-09-08 17:03 UTC 

[PATCH] [diff-lib] Fix check_removed when fsmonitor is on
 2023-09-08 15:00 UTC  (6+ messages)
` [PATCH v2] diff-lib: "

[PATCH 0/2] repack: implement `--cruft-max-size`
 2023-09-08 11:21 UTC  (6+ messages)
` [PATCH 1/2] t7700: split cruft-related tests to t7704
` [PATCH 2/2] builtin/repack.c: implement support for `--cruft-max-size`

Please explain avoiding history simplifications when diffing merges
 2023-09-08  9:09 UTC 

[PATCH 0/8] repack: refactor pack snapshot-ing logic
 2023-09-07 22:10 UTC  (21+ messages)
` [PATCH 1/8] builtin/repack.c: extract structure to store existing packs
` [PATCH 2/8] builtin/repack.c: extract marking packs for deletion
` [PATCH 3/8] builtin/repack.c: extract redundant pack cleanup for --geometric
` [PATCH 4/8] builtin/repack.c: extract redundant pack cleanup for existing packs
` [PATCH 5/8] builtin/repack.c: extract `has_existing_non_kept_packs()`
` [PATCH 6/8] builtin/repack.c: store existing cruft packs separately
` [PATCH 7/8] builtin/repack.c: drop `DELETE_PACK` macro

[PATCH v3 2/2] doc: revert: add discussion
 2023-09-07 21:29 UTC  (4+ messages)

[PATCH] grep: reject --no-or
 2023-09-07 20:34 UTC  (2+ messages)

[PATCH v3 0/7] rebase -i: impove handling of failed commands
 2023-09-07 20:33 UTC  (4+ messages)
` [PATCH v4 "

[PATCH v2 0/10] more unused parameters in parseopt callbacks
 2023-09-07 20:20 UTC  (5+ messages)
` [PATCH v2 10/10] parse-options: mark unused parameters in noop callback

[PATCH] name-rev: use OPT_HIDDEN_BOOL for --peel-tag
 2023-09-07 20:20 UTC  (3+ messages)

[PATCH] completion: commit: complete configured trailer tokens
 2023-09-07 20:20 UTC  (2+ messages)

Is "bare"ness in the context of multiple worktrees weird? Bitmap error in git gc
 2023-09-07 20:11 UTC  (13+ messages)

What's cooking in git.git (Sep 2023, #02; Tue, 5)
 2023-09-07  7:51 UTC  (2+ messages)

[PATCH 0/2] replacing ci/config/allow-ref with a repo variable
 2023-09-07  7:47 UTC  (6+ messages)
` [PATCH 1/2] ci: allow branch selection through "vars"

[PATCH 00/14] Introduce new `git replay` command
 2023-09-07  8:39 UTC  (15+ messages)
` [PATCH 11/14] replay: use standard revision ranges


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