git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-05-27 18:06:15 to 2020-05-29 08:52:48 UTC [more...]

[PoC PATCH 00/34] An alternative modified path Bloom filters implementation
 2020-05-29  8:50 UTC  (35+ messages)
` [PATCH 01/34] tree-walk.c: don't match submodule entries for 'submod/anything'
` [PATCH 02/34] commit-graph: fix parsing the Chunk Lookup table
` [PATCH 03/34] commit-graph-format.txt: all multi-byte numbers are in network byte order
` [PATCH 04/34] commit-slab: add a function to deep free entries on the slab
` [PATCH 05/34] diff.h: drop diff_tree_oid() & friends' return value
` [PATCH 06/34] commit-graph: clean up #includes
` [PATCH 07/34] commit-graph: simplify parse_commit_graph() #1
` [PATCH 08/34] commit-graph: simplify parse_commit_graph() #2
` [PATCH 09/34] commit-graph: simplify write_commit_graph_file() #1
` [PATCH 10/34] commit-graph: simplify write_commit_graph_file() #2
` [PATCH 11/34] commit-graph: allocate the 'struct chunk_info' array dinamically
` [PATCH 12/34] commit-graph: unify the signatures of all write_graph_chunk_*() functions
` [PATCH 13/34] commit-graph: simplify write_commit_graph_file() #3
` [PATCH 14/34] commit-graph: check chunk sizes after writing
` [PATCH 15/34] commit-graph-format.txt: document the modified path Bloom filter chunks
` [PATCH 16/34] Add a generic and minimal Bloom filter implementation
` [PATCH 17/34] Import a streaming-capable Murmur3 hash function implementation
` [PATCH 18/34] commit-graph: write "empty" Modified Path Bloom Filter Index chunk
` [PATCH 19/34] commit-graph: add commit slab for modified path Bloom filters
` [PATCH 20/34] commit-graph: fill the Modified Path Bloom Filter Index chunk
` [PATCH 21/34] commit-graph: load and use "
` [PATCH 22/34] commit-graph: write the Modified Path Bloom Filters chunk
` [PATCH 23/34] commit-graph: load and use "
` [PATCH 24/34] commit-graph: check all leading directories in modified path Bloom filters
` [PATCH 25/34] commit-graph: check embedded modified path Bloom filters with a mask
` [PATCH 26/34] commit-graph: deduplicate modified path Bloom filters
` [PATCH 27/34] commit-graph: load modified path Bloom filters for merge commits
` [PATCH 28/34] commit-graph: write Modified Path Bloom Filter Merge Index chunk
` [PATCH 29/34] commit-graph: extract init and free write_commit_graph_context
` [PATCH 30/34] commit-graph: move write_commit_graph_reachable below write_commit_graph
` [PATCH 31/34] t7007-show: make the first test compatible with the next patch
` [PATCH 32/34] PoC commit-graph: use revision walk machinery for '--reachable'
` [PATCH 33/34] commit-graph: write modified path Bloom filters in "history order"
` [PATCH 34/34] commit-graph: use modified path Bloom filters with wildcards, if possible

Git gui freeze on ubuntu 18.04
 2020-05-29  8:37 UTC  (2+ messages)

[PATCH] t: avoid alternation (not POSIX) in grep's BRE
 2020-05-29  8:20 UTC  (10+ messages)
            ` digging into historical commit references
` [PATCH v2] t: avoid alternation (not POSIX) in grep's BRE

[PATCH] fetch: allow adding a filter after initial clone
 2020-05-29  6:54 UTC  (14+ messages)
` [PATCH v2 0/1] "
` [PATCH v2 1/1] "
    ` [PATCH v3] "
          ` [PATCH v4] "
              ` [PATCH v5] "

[BUG] New git unable to show this commit completely?
 2020-05-29  6:16 UTC  (3+ messages)

[PATCH] fast-import: accept invalid timezones so we can import existing repos
 2020-05-29  6:13 UTC  (6+ messages)
` [PATCH v2] fast-import: add new --date-format=raw-permissive format

[git-scm.com PATCH] community: advertise 'git-bugreport' tool
 2020-05-29  3:37 UTC  (8+ messages)

[PATCH] docs: mention MyFirstContribution in more places
 2020-05-29  1:36 UTC  (3+ messages)

[RFC PATCH 0/6] various documentation bits
 2020-05-29  1:20 UTC  (6+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 3/6] doc: Add namespace collision guidelines file

[PATCH] doc: ls-tree paths do not support wildcards
 2020-05-28 23:17 UTC  (7+ messages)

[PATCH] completion: use native ZSH array pattern matching
 2020-05-28 23:01 UTC  (8+ messages)

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

[PATCH 00/15] [RFC] Maintenance jobs and job runner
 2020-05-28 15:30 UTC  (17+ messages)
` [PATCH 05/15] run-job: implement pack-files job

Git gui freeze on ubuntu 18.04
 2020-05-28 21:05 UTC 

[ANNOUNCE] Git Rev News edition 63
 2020-05-28 20:48 UTC 

Assessing about commit order in upstream Linux
 2020-05-28 20:25 UTC  (6+ messages)

git grep --show-function treats GOTO labels as function names
 2020-05-28 19:01 UTC  (7+ messages)

[PATCH 0/4] Selectively show only blamed limes
 2020-05-28 18:30 UTC  (5+ messages)

[PATCH v3 00/16] improve switch/checkout completion
 2020-05-28 18:10 UTC  (17+ messages)
` [PATCH v3 01/16] completion: add test showing subpar git switch completion
` [PATCH v3 02/16] completion: add tests showing subpar DWIM logic for switch/checkout
` [PATCH v3 03/16] completion: add tests showing subar checkout --detach logic
` [PATCH v3 04/16] completion: add tests showing subpar switch/checkout --track logic
` [PATCH v3 05/16] completion: add tests showing subpar -c/-C startpoint completion
` [PATCH v3 06/16] completion: add tests showing subpar -c/C argument completion
` [PATCH v3 07/16] completion: add tests showing subpar switch/checkout --orphan logic
` [PATCH v3 08/16] completion: replace overloaded track term for __git_complete_refs
` [PATCH v3 09/16] completion: extract function __git_dwim_remote_heads
` [PATCH v3 10/16] completion: perform DWIM logic directly in __git_complete_refs
` [PATCH v3 11/16] completion: improve handling of DWIM mode for switch/checkout
` [PATCH v3 12/16] completion: improve completion for git switch with no options
` [PATCH v3 13/16] completion: improve handling of --detach in checkout
` [PATCH v3 14/16] completion: improve handling of --track in switch/checkout
` [PATCH v3 15/16] completion: improve handling of -c/-C and -b/-B "
` [PATCH v3 16/16] completion: improve handling of --orphan option of switch/checkout

[PATCH v3] submodule: port subcommand 'set-branch' from shell to C
 2020-05-28 15:55 UTC  (7+ messages)
` [PATCH v4] "

What's cooking in git.git (May 2020, #09; Tue, 26)
 2020-05-28 14:44 UTC  (7+ messages)
` jn/experimental-opts-into-proto-v2, was "

'HEAD' is not a commit (according to git-checkout)
 2020-05-28 13:53 UTC  (7+ messages)
      ` [PATCH 1/2] checkout: add tests for -b and --track

[PATCH v4 5/5] rebase: add --reset-author-date
 2020-05-28 13:17 UTC  (3+ messages)
` [PATCH v4 6/5] fixup! "

[GSoC] Shourya's Blog
 2020-05-28 13:15 UTC  (2+ messages)

[ANNOUNCE] Git v2.27.0-rc2
 2020-05-28 12:54 UTC  (4+ messages)

[PATCH] checkout -p: handle new files correctly
 2020-05-27 23:03 UTC  (5+ messages)

[PATCH v2 0/9] refactor completion for switch and checkout
 2020-05-28  8:53 UTC  (5+ messages)
` [PATCH v2 2/9] completion: improve handling of DWIM mode for switch/checkout

[RFC PATCH v2 0/4] grep: honor sparse checkout and add option to ignore it
 2020-05-28  1:13 UTC  (7+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] doc: grep: unify info on configuration variables
  ` [PATCH v3 2/5] t/helper/test-config: return exit codes consistently
  ` [PATCH v3 3/5] config: correctly read worktree configs in submodules
  ` [PATCH v3 4/5] grep: honor sparse checkout patterns
  ` [PATCH v3 5/5] config: add setting to ignore sparsity patterns in some cmds

[PATCH v2 0/4] propose config-based hooks
 2020-05-27 23:37 UTC  (4+ messages)
` [PATCH v2 3/4] hook: add list command

Draft of Git Rev News edition 63
 2020-05-27 21:54 UTC  (3+ messages)

Question about behaviour of git-checkout --patch option
 2020-05-27 21:27 UTC  (7+ messages)

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-05-27 21:10 UTC  (3+ messages)
` [PATCH v4 0/5] cleanup ra/rebase-i-more-options

[PATCH 00/13] upload-pack: use 'struct upload_pack_data' thoroughly, part 1
 2020-05-27 20:41 UTC  (22+ messages)
` [PATCH 00/12] upload-pack: use 'struct upload_pack_data' thoroughly, part 2
  ` [PATCH 02/12] upload-pack: move static vars to upload_pack_data
  ` [PATCH 03/12] upload-pack: move use_sideband "
  ` [PATCH 04/12] upload-pack: move filter_capability_requested "
  ` [PATCH 06/12] upload-pack: change multi_ack to an enum
  ` [PATCH 07/12] upload-pack: pass upload_pack_data to upload_pack_config()
  ` [PATCH 08/12] upload-pack: move keepalive to upload_pack_data
  ` [PATCH 09/12] upload-pack: move allow_filter "
  ` [PATCH 10/12] upload-pack: move allow_ref_in_want "
  ` [PATCH 12/12] upload-pack: move pack_objects_hook "

2.27.0-rc2 Test Report for HPE NonStop TNS/S
 2020-05-27 20:23 UTC 

[Feature request] Add -u option to git rm to delete untracked files
 2020-05-27 19:31 UTC  (4+ messages)

rationale behind git not tracking history of branches
 2020-05-27 19:31 UTC  (4+ 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).