git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-04 17:45:48 to 2020-06-08 22:37:21 UTC [more...]

Fetching a lot of repos
 2020-06-08 22:36 UTC  (5+ messages)

[PATCH] docs: mention MyFirstContribution in more places
 2020-06-08 22:12 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v2 00/11] CMake build system for git
 2020-06-08 22:10 UTC  (7+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 2/8] cmake: generate the shell/perl/python scripts and templates, translations

[PATCH 0/8] worktree: tighten duplicate path detection
 2020-06-08 22:06 UTC  (18+ messages)
` [PATCH 1/8] worktree: factor out repeated string literal
` [PATCH 2/8] worktree: prune corrupted worktree even if locked
` [PATCH 3/8] worktree: give "should be pruned?" function more meaningful name
` [PATCH 4/8] worktree: make high-level pruning re-usable
` [PATCH 5/8] worktree: prune duplicate entries referencing same worktree path
` [PATCH 6/8] worktree: prune linked worktree referencing main "
` [PATCH 7/8] worktree: generalize candidate worktree path validation
` [PATCH 8/8] worktree: make "move" refuse to move atop missing registered worktree

[Possible Bug] Use of write on size-limited platforms
 2020-06-08 21:41 UTC 

fread reading directories
 2020-06-08 19:41 UTC  (6+ messages)

[PATCH v15 00/13] Reftable support git-core
 2020-06-08 19:39 UTC  (17+ 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

[PATCH 00/10] Szeder's commit-graph cleanups
 2020-06-08 17:39 UTC  (12+ 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] Recommend "git gc --auto" instead of "git prune"
 2020-06-08 17:34 UTC  (5+ messages)

[PATCH v2 1/1] fetch: allow adding a filter after initial clone
 2020-06-08 16:59 UTC  (17+ 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

git-fast-import out of memory
 2020-06-08 16:47 UTC  (8+ 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 "

[GSoC Patch 0/3] Move generation, graph_pos to a slab
 2020-06-08 16:46 UTC  (26+ 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

Bug: git worktree remove and overwritten directory
 2020-06-08 14:07 UTC  (5+ messages)

[PATCH] grep: add configuration variables for --heading
 2020-06-08 14:02 UTC  (5+ messages)
` [PATCH v2] "

[BUG] Installing git-gui (2.27.0)
 2020-06-08 14:02 UTC 

Trailing slash conflicts with url.<base>.insteadOf
 2020-06-08 13:26 UTC 

not sure if this is appropriate -- GH/Github question
 2020-06-08 12:40 UTC  (2+ messages)

[PATCH] Recommend "git gc --prune=now" instead of "git prune"
 2020-06-08 10:17 UTC  (2+ messages)

[PATCH] Enable auto-merge for meld to follow the vim-diff beharior
 2020-06-08  9:49 UTC  (2+ messages)

[PATCH] Enable auto-merge for meld to follow the vim-diff beharior
 2020-06-08  9:33 UTC  (2+ messages)

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

[PATCH] refs: implement reference transaction hooks
 2020-06-08  5:36 UTC  (5+ messages)

Standardizing on Oxford English
 2020-06-08  0:28 UTC  (4+ messages)

[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

[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] 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

[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  (9+ 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)

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

[PATCH] fuzz-commit-graph: properly free graph struct
 2020-06-05 23:30 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 

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 

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 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  (2+ 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  (5+ messages)
` [GSoC][PATCH v5] "

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


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