git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-06-03 05:17:57 to 2020-06-07 22:21:28 UTC [more...]

[PATCH v3 00/16] Changed Paths Bloom Filters
 2020-06-07 22:21 UTC  (4+ messages)
` [PATCH v4 00/15] "
  ` [PATCH v4 11/15] commit-graph: add --changed-paths option to write subcommand

[PATCH 00/12] Integrating line-log and changed-path Bloom filters
 2020-06-07 21:45 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 05/12] bloom: de-duplicate directory entries

Fetching a lot of repos
 2020-06-07 21:03 UTC  (2+ messages)

[PATCH] Recommend "git gc --auto" instead of "git prune"
 2020-06-07 20:45 UTC  (4+ messages)

[PATCH v2 0/4] Integrate changed-path Bloom filters with 'git blame'
 2020-06-07 20:33 UTC  (4+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] revision: complicated pathspecs disable filters

[PATCH] refs: implement reference transaction hooks
 2020-06-07 20:12 UTC  (11+ messages)
` [PATCH v2] refs: implement reference transaction hook

[GSoC Patch 0/3] Move generation, graph_pos to a slab
 2020-06-07 19:53 UTC  (20+ messages)
` [GSoC Patch 1/3] commit: introduce helpers for generation slab
` [GSoC Patch 2/3] commit: convert commit->generation to a slab
` [GSoC Patch 3/3] commit: convert commit->graph_pos "
` [GSOC Patch v2 0/4] Move generation, graph_pos "
  ` [GSOC Patch v2 1/4] commit-graph: introduce commit_graph_data_slab
  ` [GSOC Patch v2 2/4] commit: move members graph_pos, generation to a slab
  ` [GSOC Patch v2 3/4] commit-graph: use generation directly when writing commit-graph
  ` [GSOC Patch v2 4/4] commit-graph: minimize commit_graph_data_slab access

[PATCH] doc: fix a typo inside `--bare` section
 2020-06-07 18:54 UTC  (3+ messages)

[PATCH 0/3] Ignore merge bases graph simplification
 2020-06-07 17:42 UTC  (5+ messages)
` [PATCH 1/3] Clean up t6016-rev-list-graph-simplify-history
` [PATCH 2/3] Teach git-rev-list --ignore-merge-bases
` [PATCH 3/3] Add new tests of --ignore-merge-bases

fread reading directories
 2020-06-07 17:16 UTC  (3+ messages)

[PATCH] CodingGuidelines: specify Python 2.7 is the oldest version
 2020-06-07 10:21 UTC 

[PATCH] t/README: avoid poor-man's small caps GIT
 2020-06-07  9:48 UTC 

What's cooking in git.git (Jun 2020, #01; Wed, 3)
 2020-06-07  6:27 UTC  (10+ messages)

[GSoC] Week 4 Blog
 2020-06-07  6:08 UTC 

[PATCH v1] builtin/checkout.c: replace bit-shift values for macros in call to check_stages
 2020-06-07  5:54 UTC  (2+ messages)

not sure if this is appropriate -- GH/Github question
 2020-06-06 20:36 UTC 

[PATCH tig] Mention again that 'generic' keymap can be overridden
 2020-06-06 11:20 UTC 

[PATCH] git-gui: allow opening work trees from the startup dialog
 2020-06-06  4:33 UTC  (4+ messages)
` [PATCH v2] "

git-fast-import out of memory
 2020-06-06  0:31 UTC  (6+ messages)
` [PATCH] fast-import: fix incomplete conversion with multiple mark files
  ` [PATCH v2 0/1] Run pipeline command in subshell in sh mode
  ` [PATCH v2] exec: run final pipeline command in a "

[PATCH] fuzz-commit-graph: properly free graph struct
 2020-06-05 23:30 UTC  (3+ messages)

Standardizing on Oxford English
 2020-06-05 23:24 UTC  (3+ messages)

[PATCH v2 00/24] SHA-256 stage 4 implementation, part 1/3
 2020-06-05 22:53 UTC  (6+ messages)
` [PATCH v2 20/24] fast-import: permit reading multiple marks files

[PATCH] http: redact all cookies, teach GIT_TRACE_REDACT=0
 2020-06-05 21:21 UTC 

[PATCH v2 1/1] fetch: allow adding a filter after initial clone
 2020-06-05 19:21 UTC  (16+ messages)
        ` [PATCH v4] "
              ` [PATCH v6 0/4] "
                ` [PATCH v6 1/4] repository: add a helper function to perform repository format upgrade
                ` [PATCH v6 2/4] fetch: allow adding a filter after initial clone
                ` [PATCH v6 3/4] sparse-checkout: upgrade repository to version 1 when enabling extension
                ` [PATCH v6 4/4] check_repository_format_gently(): refuse extensions for old repositories

Possible regression in `git grep --untracked` pathspec matching in v2.27.0
 2020-06-05 18:46 UTC  (3+ messages)

[PATCH] dir: fix treatment of negated pathspecs
 2020-06-05 18:23 UTC 

[PATCH v15 00/13] Reftable support git-core
 2020-06-05 18:03 UTC  (16+ messages)
` [PATCH v16 00/14] "
  ` [PATCH v16 01/14] Write pseudorefs through ref backends
  ` [PATCH v16 02/14] Make refs_ref_exists public
  ` [PATCH v16 03/14] Treat BISECT_HEAD as a pseudo ref
  ` [PATCH v16 04/14] Treat CHERRY_PICK_HEAD "
  ` [PATCH v16 05/14] Treat REVERT_HEAD "
  ` [PATCH v16 06/14] Move REF_LOG_ONLY to refs-internal.h
  ` [PATCH v16 07/14] Iterate over the "refs/" namespace in for_each_[raw]ref
  ` [PATCH v16 08/14] Add .gitattributes for the reftable/ directory
  ` [PATCH v16 09/14] Add reftable library
  ` [PATCH v16 10/14] Reftable support for git-core
  ` [PATCH v16 11/14] Hookup unittests for the reftable library
  ` [PATCH v16 12/14] Add GIT_DEBUG_REFS debugging mechanism
  ` [PATCH v16 13/14] vcxproj: adjust for the reftable changes
  ` [PATCH v16 14/14] Add reftable testing infrastructure

name-ref on annotated-tags is null terminated, but lightweight tags arent
 2020-06-05 17:59 UTC  (4+ messages)

[BUG?] 'git rebase --abort' couldn't abort aborted rebase
 2020-06-05 15:29 UTC  (4+ messages)

Possible regression for sparse-checkout in git 2.27.0
 2020-06-05 13:07 UTC  (8+ messages)

[PATCH 00/10] Szeder's commit-graph cleanups
 2020-06-05 13:00 UTC  (11+ messages)
` [PATCH 01/10] tree-walk.c: don't match submodule entries for 'submod/anything'
` [PATCH 02/10] commit-graph: fix parsing the Chunk Lookup table
` [PATCH 03/10] commit-graph-format.txt: all multi-byte numbers are in network byte order
` [PATCH 04/10] commit-slab: add a function to deep free entries on the slab
` [PATCH 05/10] diff.h: drop diff_tree_oid() & friends' return value
` [PATCH 06/10] commit-graph: clean up #includes
` [PATCH 07/10] commit-graph: simplify parse_commit_graph() #1
` [PATCH 08/10] commit-graph: simplify parse_commit_graph() #2
` [PATCH 09/10] commit-graph: simplify write_commit_graph_file() #1
` [PATCH 10/10] commit-graph: simplify write_commit_graph_file() #2

[PATCH v2 00/13] upload-pack: use 'struct upload_pack_data' thoroughly, part 2
 2020-06-05 10:38 UTC  (17+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/13] upload-pack: actually use some upload_pack_data bitfields
  ` [PATCH v3 02/13] upload-pack: annotate upload_pack_data fields
  ` [PATCH v3 03/13] upload-pack: move static vars to upload_pack_data
  ` [PATCH v3 04/13] upload-pack: move use_sideband "
  ` [PATCH v3 05/13] upload-pack: move filter_capability_requested "
  ` [PATCH v3 06/13] upload-pack: move multi_ack "
  ` [PATCH v3 07/13] upload-pack: change multi_ack to an enum
  ` [PATCH v3 08/13] upload-pack: pass upload_pack_data to upload_pack_config()
  ` [PATCH v3 09/13] upload-pack: move keepalive to upload_pack_data
  ` [PATCH v3 10/13] upload-pack: move allow_filter "
  ` [PATCH v3 11/13] upload-pack: move allow_ref_in_want "
  ` [PATCH v3 12/13] upload-pack: move allow_sideband_all "
  ` [PATCH v3 13/13] upload-pack: move pack_objects_hook "

Change Native Windows shell
 2020-06-05  4:39 UTC  (4+ messages)

[PATCH] sparse-checkout: avoid staging deletions of all files
 2020-06-05  2:41 UTC  (9+ messages)
` [PATCH v2] "

[PATCH] format-patch: generate valid patch with diff.noprefix config
 2020-06-04 23:26 UTC  (6+ messages)

[PATCH] msvc: fix "REG_STARTEND" issue
 2020-06-04 21:09 UTC 

[PATCH] clone/fetch: anonymize URLs in the reflog
 2020-06-04 20:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4] submodule: port subcommand 'set-branch' from shell to C
 2020-06-04 19:26 UTC  (12+ messages)
` [GSoC][PATCH v5] "

[PATCH] shallow.c: use 'reset_repository_shallow' when appropriate
 2020-06-04 17:45 UTC  (13+ messages)
` [PATCH v2 0/2] shallow.c: reset shallow-ness after updating
  ` [PATCH v2 2/2] shallow.c: use '{commit,rollback}_shallow_file'

[PoC PATCH 00/34] An alternative modified path Bloom filters implementation
 2020-06-04 16:43 UTC  (3+ messages)
` [PATCH 04/34] commit-slab: add a function to deep free entries on the slab

The commit-msg hook is not invoked by git-merge as specified in documentation
 2020-06-04 15:14 UTC  (5+ messages)

[RFC PATCH v1 0/6] stash: drop usage of a second index
 2020-06-04 12:07 UTC  (2+ messages)

[PATCH 0/2] t5318: test '--stdin-commits' with '--[no-]progress'
 2020-06-03 22:21 UTC  (4+ messages)
` [PATCH 1/2] t5318: use 'test_must_be_empty'

Huge push upload despite only having a tiny change
 2020-06-03 20:39 UTC  (3+ messages)

Crash when opening GIT bash on Window 7 with newest version of GIT 2.27.0-32bit
 2020-06-03 20:23 UTC 

Questions about Git-Gui Makefile and GNU File Name and Text Functions
 2020-06-03 19:45 UTC 

[ANNOUNCE] Git for Windows 2.27.0-rc2
 2020-06-03 19:34 UTC  (7+ messages)
` symbolic links in Git for Windows v2.27.0, was "

2.27.0 HPE NonStop Regression Testing Cycle
 2020-06-03 17:31 UTC 

Questions about Git-Gui Makefile and GNU File Name and Text Functions
 2020-06-03 14:34 UTC  (2+ messages)


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