git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-06 18:01:55 to 2023-10-10 03:55:44 UTC [more...]

[PATCH] git-diff: Introduce --index and deprecate --cached
 2023-10-10  3:46 UTC 

[PATCH 0/2] diff-merges: introduce '-d' option
 2023-10-10  2:44 UTC  (23+ messages)
` [PATCH v3 0/3] diff-merges: introduce '--dd' option
  ` [PATCH v3 1/3] diff-merges: improve --diff-merges documentation
        ` [silly] worldview documents?
  ` [PATCH v3 3/3] completion: complete '--dd'
` [PATCH v4 0/3] diff-merges: introduce '--dd' option
  ` [PATCH v4 1/3] diff-merges: improve --diff-merges documentation
  ` [PATCH v4 2/3] diff-merges: introduce '--dd' option
  ` [PATCH v4 3/3] completion: complete '--dd'

[PATCH 0/3] Add `-p' option to `git-mv', inspired by `mkdir'
 2023-10-10  0:59 UTC  (6+ messages)
` [PATCH 1/3] mv: Add -p option to create parent directories
` [PATCH 2/3] mv: Add tests for new -p flag
` [PATCH 3/3] mv: Add documentation for new `-p' flag

[PATCH 00/25] Documentation fixes
 2023-10-10  0:57 UTC  (31+ messages)
` [PATCH 01/25] documentation: wording improvements
` [PATCH 02/25] documentation: fix small error
` [PATCH 03/25] documentation: fix typos
` [PATCH 04/25] documentation: fix apostrophe usage
` [PATCH 05/25] documentation: add missing words
` [PATCH 06/25] documentation: remove extraneous words
` [PATCH 07/25] documentation: fix subject/verb agreement
` [PATCH 08/25] documentation: employ consistent verb tense for a list
` [PATCH 09/25] documentation: fix verb tense
` [PATCH 10/25] documentation: fix adjective vs. noun
` [PATCH 11/25] documentation: fix verb "
` [PATCH 12/25] documentation: fix singular vs. plural
` [PATCH 13/25] documentation: whitespace is already generally plural
` [PATCH 14/25] documentation: fix choice of article
` [PATCH 15/25] documentation: add missing article
` [PATCH 16/25] documentation: remove unnecessary hyphens
` [PATCH 17/25] documentation: add missing hyphens
` [PATCH 18/25] documentation: use clearer prepositions
` [PATCH 19/25] documentation: fix punctuation
` [PATCH 20/25] documentation: fix capitalization
` [PATCH 21/25] documentation: fix whitespace issues
` [PATCH 22/25] documentation: add some commas where they are helpful
` [PATCH 23/25] documentation: add missing fullstops
` [PATCH 24/25] documentation: add missing quotes
` [PATCH 25/25] documentation: add missing parenthesis

[PATCH v4] unit tests: Add a project plan document
 2023-10-09 23:50 UTC  (13+ messages)
` [PATCH v7 0/3] Add unit test framework and project plan
  ` [PATCH v7 2/3] unit tests: add TAP unit test framework
` [PATCH v8 0/3] Add unit test framework and project plan
  ` [PATCH v8 1/3] unit tests: Add a project plan document
  ` [PATCH v8 2/3] unit tests: add TAP unit test framework
  ` [PATCH v8 3/3] ci: run unit tests in CI

[PATCH 0/3] rev-list: add support for commits in `--missing`
 2023-10-09 22:02 UTC  (5+ messages)
` [PATCH 1/3] revision: rename bit to `do_not_die_on_missing_objects`
` [PATCH 2/3] rev-list: move `show_commit()` to the bottom
` [PATCH 3/3] rev-list: add commit object support in `--missing` option

[PATCH 0/4] Performance improvement & cleanup in loose ref iteration
 2023-10-09 21:58 UTC  (19+ messages)
` [PATCH 1/4] ref-cache.c: fix prefix matching in "
` [PATCH 2/4] dir.[ch]: expose 'get_dtype'
` [PATCH 3/4] dir.[ch]: add 'follow_symlink' arg to 'get_dtype'
` [PATCH 4/4] files-backend.c: avoid stat in 'loose_fill_ref_dir'
` [PATCH v2 0/4] Performance improvement & cleanup in loose ref iteration
  ` [PATCH v2 1/4] ref-cache.c: fix prefix matching in "
  ` [PATCH v2 2/4] dir.[ch]: expose 'get_dtype'
  ` [PATCH v2 3/4] dir.[ch]: add 'follow_symlink' arg to 'get_dtype'
  ` [PATCH v2 4/4] files-backend.c: avoid stat in 'loose_fill_ref_dir'

[PATCH] merge-ort: initialize repo in index state
 2023-10-09 21:41 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

What's cooking in git.git (Oct 2023, #03; Fri, 6)
 2023-10-09 21:07 UTC  (8+ messages)

[PATCH 0/20] bounds-checks for chunk-based files
 2023-10-09 21:06 UTC  (21+ messages)
` [PATCH 01/20] chunk-format: note that pair_chunk() is unsafe
` [PATCH 02/20] t: add library for munging chunk-format files
` [PATCH 03/20] midx: stop ignoring malformed oid fanout chunk
` [PATCH 04/20] commit-graph: check size of "
` [PATCH 05/20] midx: check size of oid lookup chunk
` [PATCH 06/20] commit-graph: check consistency of fanout table
` [PATCH 07/20] midx: check size of pack names chunk
` [PATCH 08/20] midx: enforce chunk alignment on reading
` [PATCH 09/20] midx: check size of object offset chunk
` [PATCH 10/20] midx: bounds-check large "
` [PATCH 11/20] midx: check size of revindex chunk
` [PATCH 12/20] commit-graph: check size of commit data chunk
` [PATCH 13/20] commit-graph: detect out-of-bounds extra-edges pointers
` [PATCH 14/20] commit-graph: bounds-check base graphs chunk
` [PATCH 15/20] commit-graph: check size of generations chunk
` [PATCH 16/20] commit-graph: bounds-check generation overflow chunk
` [PATCH 17/20] commit-graph: check bounds when accessing BDAT chunk
` [PATCH 18/20] commit-graph: check bounds when accessing BIDX chunk
` [PATCH 19/20] commit-graph: detect out-of-order BIDX offsets
` [PATCH 20/20] chunk-format: drop pair_chunk_unsafe()

[RFC PATCH] Not computing changed path filter for root commits
 2023-10-09 20:59 UTC  (5+ messages)

gpg.ssh.defaultKeyCommand docs bug?
 2023-10-09 20:43 UTC  (2+ messages)

[PATCH 0/7] merge-ort: implement support for packing objects together
 2023-10-09 20:21 UTC  (20+ messages)
` [PATCH 1/7] bulk-checkin: factor out `format_object_header_hash()`
` [PATCH 2/7] bulk-checkin: factor out `prepare_checkpoint()`
` [PATCH 3/7] bulk-checkin: factor out `truncate_checkpoint()`
` [PATCH 4/7] bulk-checkin: factor our `finalize_checkpoint()`
` [PATCH 5/7] bulk-checkin: introduce `index_blob_bulk_checkin_incore()`
` [PATCH 6/7] bulk-checkin: introduce `index_tree_bulk_checkin_incore()`
` [PATCH 7/7] builtin/merge-tree.c: implement support for `--write-pack`

[PATCH] doc/cat-file: clarify description regarding various command forms
 2023-10-09 20:02 UTC  (11+ messages)
              ` [PATCH] doc/cat-file: make synopsis and description less confusing

[PATCH 07/15] commit-graph: new filter ver. that fixes murmur3
 2023-10-09 19:52 UTC  (7+ messages)

Outreachy Introduction and Interest in Contributing to the Git Community
 2023-10-09 18:54 UTC  (2+ messages)

[PATCH v5] merge-tree: add -X strategy option
 2023-10-09 18:52 UTC  (6+ messages)
` [PATCH v6] "

[PATCH 1/1] [OUTREACHY] Fixed add.c file to conform to guidelines when using die() listed in issue #635
 2023-10-09 18:49 UTC  (2+ messages)

[Outreachy] Introduction and Interest in Contributing to the Git Community
 2023-10-09 18:31 UTC 

[PATCH] pretty: fix ref filtering for %(decorate) formats
 2023-10-09 18:24 UTC  (2+ messages)

[PATCH 0/2] repack: implement `--cruft-max-size`
 2023-10-09 17:28 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] builtin/repack.c: implement support for `--max-cruft-size`
    ` [PATCH] repack: free existing_cruft array after use

Microsoft Smart App Control - Git - git-bash.exe File Unsigned
 2023-10-09 17:21 UTC  (3+ messages)
      ` [EXTERNAL] "

[OUTREACHY] Permission To Work On Tasks
 2023-10-09 13:45 UTC  (4+ messages)

[Outreachy] Introduction and Interest in Contributing to the Git Community
 2023-10-09 13:38 UTC  (6+ messages)

[Outreachy] Move existing tests to a unit testing framework
 2023-10-09  9:15 UTC  (4+ messages)

[PATCH 1/1] [OUTREACHY] Fixed add.c file to conform to guidelines when using die() listed in issue #635
 2023-10-09  8:22 UTC  (4+ messages)

[PATCH 0/1] *** EDITED add.c ***
 2023-10-09  8:14 UTC  (5+ messages)

[OUTREACHY] git send-email issues
 2023-10-09  1:25 UTC  (4+ messages)

Bug: 'git diff' crashes on corrupted repository
 2023-10-08 20:27 UTC 

[PATCH] doc: correct the 50 characters soft limit (+)
 2023-10-08 15:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/1] Allow attr magic for git-add, git-stash
 2023-10-07 10:10 UTC  (4+ messages)
` [PATCH 1/1] add: Enable attr pathspec magic for git-add
  `  "

[Outreachy] Good first issue/micro project
 2023-10-07  9:04 UTC 

[PATCH] doc: update list archive reference to use lore.kernel.org
 2023-10-06 22:57 UTC 

How To Pick And Work On A Microproject
 2023-10-06 19:03 UTC  (4+ messages)

What's cooking in git.git (Oct 2023, #01; Mon, 2)
 2023-10-06 18:02 UTC  (10+ messages)


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