git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-01-24 17:31:51 to 2021-01-27 04:00:19 UTC [more...]

[PATCH 00/17] Refactor chunk-format into an API
 2021-01-27  3:02 UTC  (22+ messages)
` [PATCH 01/17] commit-graph: anonymize data in chunk_write_fn
` [PATCH 02/17] chunk-format: create chunk format write API
` [PATCH 03/17] commit-graph: use chunk-format "
` [PATCH 04/17] midx: rename pack_info to write_midx_context
` [PATCH 05/17] midx: use context in write_midx_pack_names()
` [PATCH 06/17] midx: add entries to write_midx_context
` [PATCH 07/17] midx: add pack_perm "
` [PATCH 08/17] midx: add num_large_offsets "
` [PATCH 09/17] midx: return success/failure in chunk write methods
` [PATCH 10/17] midx: drop chunk progress during write
` [PATCH 11/17] midx: use chunk-format API in write_midx_internal()
` [PATCH 12/17] chunk-format: create read chunk API
` [PATCH 13/17] commit-graph: use chunk-format read API
` [PATCH 14/17] midx: "
` [PATCH 15/17] midx: use 64-bit multiplication for chunk sizes
` [PATCH 16/17] chunk-format: restore duplicate chunk checks
` [PATCH 17/17] chunk-format: add technical docs

[PATCH v5 00/11] [GSoC] Implement Corrected Commit Date
 2021-01-27  0:04 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 11/11] doc: add corrected commit date info

[PATCH v4 1/3] ls-refs: report unborn targets of symrefs
 2021-01-26 23:16 UTC  (3+ messages)

[PATCH 00/27] [RFC] Sparse Index
 2021-01-27  3:05 UTC  (31+ messages)
` [PATCH 01/27] sparse-index: add guard to ensure full index
` [PATCH 02/27] sparse-index: implement ensure_full_index()
` [PATCH 03/27] t1092: compare sparse-checkout to sparse-index
` [PATCH 04/27] test-read-cache: print cache entries with --table
` [PATCH 05/27] test-tool: read-cache --table --no-stat
` [PATCH 06/27] test-tool: don't force full index
` [PATCH 07/27] unpack-trees: ensure "
` [PATCH 08/27] sparse-checkout: hold pattern list in index
` [PATCH 09/27] sparse-index: convert from full to sparse
` [PATCH 10/27] submodule: sparse-index should not collapse links
` [PATCH 11/27] unpack-trees: allow sparse directories
` [PATCH 12/27] sparse-index: check index conversion happens
` [PATCH 13/27] sparse-index: create extension for compatibility
` [PATCH 14/27] sparse-checkout: toggle sparse index from builtin
` [PATCH 15/27] [RFC-VERSION] *: ensure full index
` [PATCH 16/27] unpack-trees: make sparse aware
` [PATCH 17/27] dir.c: accept a directory as part of cone-mode patterns
` [PATCH 18/27] status: use sparse-index throughout
` [PATCH 19/27] status: skip sparse-checkout percentage with sparse-index
` [PATCH 20/27] sparse-index: expand_to_path() trivial implementation
` [PATCH 21/27] sparse-index: expand_to_path no-op if path exists
` [PATCH 22/27] add: allow operating on a sparse-only index
` [PATCH 23/27] submodule: die_path_inside_submodule is sparse aware
` [PATCH 24/27] dir: use expand_to_path in add_patterns()
` [PATCH 25/27] fsmonitor: disable if index is sparse
` [PATCH 26/27] pathspec: stop calling ensure_full_index
` [PATCH 27/27] cache-tree: integrate with sparse directory entries

Cloning empty repository uses locally configured default branch name
 2021-01-26 21:54 UTC  (7+ messages)
` [PATCH v5 0/3] Cloning with remote unborn HEAD
  ` [PATCH v5 1/3] ls-refs: report unborn targets of symrefs
  ` [PATCH v5 2/3] connect, transport: encapsulate arg in struct
  ` [PATCH v5 3/3] clone: respect remote unborn HEAD

[PATCH 0/8] pack-revindex: introduce on-disk '.rev' format
 2021-01-26 21:43 UTC  (33+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] packfile: prepare for the existence of '*.rev' files
  ` [PATCH v2 2/8] pack-write.c: prepare to write 'pack-*.rev' files
  ` [PATCH v2 3/8] builtin/index-pack.c: write reverse indexes
  ` [PATCH v2 4/8] builtin/pack-objects.c: respect 'pack.writeReverseIndex'
` [PATCH v3 00/10] pack-revindex: introduce on-disk '.rev' format
  ` [PATCH v3 01/10] packfile: prepare for the existence of '*.rev' files
  ` [PATCH v3 02/10] pack-write.c: prepare to write 'pack-*.rev' files
  ` [PATCH v3 03/10] builtin/index-pack.c: allow stripping arbitrary extensions
  ` [PATCH v3 04/10] builtin/index-pack.c: write reverse indexes
  ` [PATCH v3 05/10] builtin/pack-objects.c: respect 'pack.writeReverseIndex'
  ` [PATCH v3 06/10] Documentation/config/pack.txt: advertise 'pack.writeReverseIndex'
  ` [PATCH v3 07/10] t: prepare for GIT_TEST_WRITE_REV_INDEX
  ` [PATCH v3 08/10] t: support GIT_TEST_WRITE_REV_INDEX
  ` [PATCH v3 09/10] pack-revindex: ensure that on-disk reverse indexes are given precedence
  ` [PATCH v3 10/10] t5325: check both on-disk and in-memory reverse index

[PATCH 0/1] upload-pack.c: fix filter spec quoting bug
 2021-01-26 21:09 UTC  (19+ messages)
` [PATCH 1/1] "
    ` [PATCH v2] "
          ` [PATCH v3 0/1] "
            ` [PATCH v3 1/1] "

[PATCH] grep/log: remove hidden --debug and --grep-debug options
 2021-01-26 20:27 UTC  (3+ messages)

[PATCH 0/4] Makefile: micro-optimize light non-test builds
 2021-01-26 21:16 UTC  (6+ messages)
` [PATCH 1/4] Makefile: refactor assignment for subsequent change
` [PATCH 2/4] Makefile: refactor "
` [PATCH 3/4] Makefile: add a NO_TEST_TOOLS flag
` [PATCH 4/4] Makefile: add a NO_{INSTALL_,}SCRIPT_FALLBACKS target

Null pointer dereference in error pathway on git pull
 2021-01-26 20:31 UTC 

[PATCH] test-lib: prevent '--stress-jobs=X' from being ignored
 2021-01-26 22:05 UTC 

[PATCH] strbuf.c: optimize program logic
 2021-01-26 20:15 UTC  (6+ messages)

[PATCH] fixup! mergetool: add automerge configuration
 2021-01-26 20:10 UTC  (14+ messages)
` [PATCH v2] "
      ` Re* "

[PATCH 0/3] Range diff with ranges lacking dotdot
 2021-01-26 19:25 UTC  (16+ messages)
` [PATCH 1/3] range-diff: refactor check for commit range
` [PATCH 3/3] range-diff(docs): explain how to specify commit ranges
` [PATCH v2 0/3] Range diff with ranges lacking dotdot
  ` [PATCH v2 1/3] range-diff/format-patch: refactor check for commit range

[PATCH] doc/reftable: document how to handle windows
 2021-01-26 20:12 UTC  (6+ messages)

[PATCH v4 0/7] Finish converting git bisect to C part 3
 2021-01-26 20:05 UTC  (11+ messages)
` [PATCH v4 1/7] bisect--helper: reimplement `bisect_log` shell function in C
` [PATCH v4 2/7] bisect--helper: reimplement `bisect_replay` "
` [PATCH v4 3/7] bisect--helper: retire `--bisect-write` subcommand
` [PATCH v4 4/7] bisect--helper: use `res` instead of return in BISECT_RESET case option
` [PATCH v4 5/7] bisect--helper: retire `--bisect-auto-next` subcommand
` [PATCH v4 6/7] bisect--helper: reimplement `bisect_skip` shell function in C
` [PATCH v4 7/7] bisect--helper: retire `--check-and-set-terms` subcommand

[PATCH v3 0/7] Finish converting git bisect to C part 3
 2021-01-26 19:12 UTC  (11+ messages)
` [PATCH v3 1/7] bisect--helper: reimplement `bisect_log` shell function in C
` [PATCH v3 2/7] bisect--helper: reimplement `bisect_replay` "

Git Commit Signature Encoding
 2021-01-26 19:11 UTC  (3+ messages)

[PATCH v4 2/3] connect, transport: add no-op arg for future patch
 2021-01-26 18:16 UTC  (2+ messages)

[PATCH v4 3/3] clone: respect remote unborn HEAD
 2021-01-26 18:22 UTC  (2+ messages)

Can not rebase to first commit
 2021-01-26 17:26 UTC  (7+ messages)

Bug report: gitk is no longer working on my OSX machine
 2021-01-26 18:30 UTC  (2+ messages)

[PATCH v2 00/14] Remove more index compatibility macros
 2021-01-25 13:04 UTC  (4+ messages)
` [PATCH v3 "

git-bugreport-2021-01-06-1209.txt (git can't deal with special characters)
 2021-01-25 16:53 UTC  (4+ messages)
` [PATCH/RFC v1 1/1] git restore -p . and precomposed unicode

Can git change?
 2021-01-26 12:32 UTC  (9+ messages)
        ` RES: "

[PATCH v2 0/8] More index cleanups
 2021-01-25 18:45 UTC  (4+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 9/9] t1092: test interesting sparse-checkout scenarios

[Outreachy] Project blog - 6
 2021-01-25 19:16 UTC 

What's cooking in git.git (Jan 2021, #05; Mon, 25)
 2021-01-26  1:59 UTC 

[Outreachy] Blog Post Submission
 2021-01-26  7:31 UTC  (2+ messages)

[PATCH v3 00/16] reftable library
 2021-01-26 13:44 UTC  (7+ messages)
` [PATCH v4 00/15] "
  ` [PATCH v4 13/15] Reftable support for git-core

RFC on packfile URIs and .gitmodules check
 2021-01-26  1:57 UTC  (5+ messages)
` [PATCH 0/4] Check .gitmodules when using packfile URIs
  ` [PATCH 4/4] fetch-pack: print and use dangling .gitmodules

Cannot list untracked changes stashed with the --include-untracked flag
 2021-01-25 12:37 UTC 

ls-refs protocol extension
 2021-01-25  8:44 UTC  (3+ messages)

[PATCH 00/10] [RFC] Simple IPC Mechanism
 2021-01-25 19:34 UTC  (4+ messages)
` [PATCH 01/10] pkt-line: use stack rather than static buffer in packet_write_gently()

[RFC PATCH v2 0/3] implement tabbed mode in difftools
 2021-01-25 23:04 UTC  (7+ messages)
` [PATCH v3 0/4] difftools in tabbed mode
  ` [PATCH v3 1/4] mergetools: support difftool.tabbed setting
  ` [PATCH v3 2/4] difftool-helper: conciliate difftool.tabbed and difftool.prompt settings
  ` [PATCH v3 3/4] doc: describe new difftool.tabbed feature
  ` [PATCH v3 4/4] t7800: new tests of "

[PATCH v6 0/3] builtin/ls-files.c:add git ls-file --dedup option
 2021-01-25 19:05 UTC  (6+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/3] ls_files.c: bugfix for --deleted and --modified

add a blank line when a commit has no parent in log output?
 2021-01-25  7:00 UTC  (19+ messages)
` [PATCH 0/2] Option to modify revision mark for root commits
  ` [PATCH 1/2] revision: Denote root commits with '#'

[PATCH 0/2] ls-refs: only traverse through longest common ref prefix
 2021-01-25  1:35 UTC  (5+ messages)
` [PATCH v2 0/3] ls-refs: traverse prefixes of disjoint "ref-prefix" sets
  ` [PATCH v2 1/3] refs: expose 'for_each_fullref_in_prefixes'

How to Verify Git GPG Signed Downloads?
 2021-01-25  1:03 UTC  (5+ messages)

[PATCH] ci/install-depends: attempt to fix "brew cask" stuff
 2021-01-25  0:56 UTC  (4+ messages)

gitattributes export-subst and software versioning
 2021-01-25  0:32 UTC 

[PATCH v3 0/1] And so it begins...merge/rename performance work
 2021-01-24 19:11 UTC  (4+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] merge-ort: fix massive leak

[PATCH v3 0/4] grep: better support invalid UTF-8 haystacks
 2021-01-24 17:29 UTC  (7+ messages)
` [PATCH v4 2/2] grep/pcre2: "

[PATCH v4 0/2] grep: better support invalid UTF-8 haystacks
 2021-01-24 17:28 UTC  (4+ messages)
` [PATCH v5 "
` [PATCH v5 1/2] grep/pcre2 tests: don't rely on invalid UTF-8 data test
` [PATCH v5 2/2] grep/pcre2: better support invalid UTF-8 haystacks


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