git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-12-07 18:21:46 to 2020-12-09 03:09:59 UTC [more...]

[PATCH 00/26] git-log: implement new --diff-merge options
 2020-12-09  3:06 UTC  (7+ messages)

What's cooking in git.git (Dec 2020, #01; Tue, 8)
 2020-12-09  2:45 UTC  (3+ messages)

[PATCH] Add project-wide .vimrc configuration
 2020-12-09  2:32 UTC  (6+ messages)

New sharness/test vim syntax
 2020-12-09  0:30 UTC  (4+ messages)

[PATCH] submodules: fix of regression on fetching of non-init subsub-repo
 2020-12-08 23:25 UTC  (16+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH 00/17] use config-based hooks (config-based hooks part
 2020-12-08 23:02 UTC  (3+ messages)
` [PATCH 10/17] hook: convert 'post-rewrite' hook to config

[PATCH] t7064: avoid relying on a specific default branch name
 2020-12-08 22:46 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v3 3/5] gitweb/Makefile: conditionally include ../GIT-VERSION-FILE
 2020-12-08 22:34 UTC 

[PATCH v3 4/5] Makefile: don't try to clean old debian build product
 2020-12-08 22:35 UTC 

[PATCH v3 5/5] Makefile: don't use a versioned temp distribution directory
 2020-12-08 22:36 UTC 

[PATCH v3 0/5] speed up 'make clean'
 2020-12-08 22:30 UTC 

[PATCH v3 1/5] Documentation/Makefile: conditionally include doc.dep
 2020-12-08 22:31 UTC 

[PATCH v3 2/5] Documentation/Makefile: conditionally include ../GIT-VERSION-FILE
 2020-12-08 22:33 UTC 

[PATCH] diff: do not show submodule with untracked files as "-dirty"
 2020-12-08 22:26 UTC  (9+ messages)
` [Outreachy][PATCH v6] "
` [Outreachy][PATCH v7] "

'git worktree repair' can't repair when main and linked worktrees are moved
 2020-12-08 22:27 UTC  (4+ messages)

[PATCH v2 1/5] Documentation/Makefile: conditionally include doc.dep
 2020-12-08 22:25 UTC  (5+ messages)

[PATCH v2 2/5] Documentation/Makefile: conditionally include ../GIT-VERSION-FILE
 2020-12-08 22:23 UTC  (3+ messages)

[PATCH 0/1] maintenance: Fix a SEGFAULT when no repository when running git maintenance run/start
 2020-12-08 22:17 UTC  (6+ messages)
` [PATCH v2 0/1] maintenance: Fix SEGFAULT when running outside of a repository
  ` [PATCH v2 1/1] maintenance: fix SEGFAULT when no repository

[PATCH v6 00/17] propose config-based hooks (part I)
 2020-12-08 22:11 UTC  (4+ messages)
` [PATCH 15/17] hook: provide stdin by string_list or callback

[PATCH 00/23] pack-bitmap: bitmap generation improvements
 2020-12-08 22:05 UTC  (54+ messages)
` [PATCH v3 00/24] "
  ` [PATCH v3 01/24] ewah/ewah_bitmap.c: avoid open-coding ALLOC_GROW()
  ` [PATCH v3 02/24] pack-bitmap: fix header size check
  ` [PATCH v3 03/24] pack-bitmap: bounds-check size of cache extension
  ` [PATCH v3 04/24] t5310: drop size of truncated ewah bitmap
  ` [PATCH v3 05/24] rev-list: die when --test-bitmap detects a mismatch
  ` [PATCH v3 06/24] ewah: factor out bitmap growth
  ` [PATCH v3 07/24] ewah: make bitmap growth less aggressive
  ` [PATCH v3 08/24] ewah: implement bitmap_or()
  ` [PATCH v3 09/24] ewah: add bitmap_dup() function
  ` [PATCH v3 10/24] pack-bitmap-write: reimplement bitmap writing
  ` [PATCH v3 11/24] pack-bitmap-write: pass ownership of intermediate bitmaps
  ` [PATCH v3 12/24] pack-bitmap-write: fill bitmap with commit history
  ` [PATCH v3 13/24] bitmap: implement bitmap_is_subset()
  ` [PATCH v3 14/24] commit: implement commit_list_contains()
  ` [PATCH v3 15/24] t5310: add branch-based checks
  ` [PATCH v3 16/24] pack-bitmap-write: rename children to reverse_edges
  ` [PATCH v3 17/24] pack-bitmap.c: check reads more aggressively when loading
  ` [PATCH v3 18/24] pack-bitmap-write: build fewer intermediate bitmaps
  ` [PATCH v3 19/24] pack-bitmap-write: ignore BITMAP_FLAG_REUSE
  ` [PATCH v3 20/24] pack-bitmap: factor out 'bitmap_for_commit()'
  ` [PATCH v3 21/24] pack-bitmap: factor out 'add_commit_to_bitmap()'
  ` [PATCH v3 22/24] pack-bitmap-write: use existing bitmaps
  ` [PATCH v3 23/24] pack-bitmap-write: relax unique rewalk condition
  ` [PATCH v3 24/24] pack-bitmap-write: better reuse bitmaps
` [PATCH v4 00/24] pack-bitmap: bitmap generation improvements
  ` [PATCH v4 01/24] ewah/ewah_bitmap.c: avoid open-coding ALLOC_GROW()
  ` [PATCH v4 02/24] pack-bitmap: fix header size check
  ` [PATCH v4 03/24] pack-bitmap: bounds-check size of cache extension
  ` [PATCH v4 04/24] t5310: drop size of truncated ewah bitmap
  ` [PATCH v4 05/24] rev-list: die when --test-bitmap detects a mismatch
  ` [PATCH v4 06/24] ewah: factor out bitmap growth
  ` [PATCH v4 07/24] ewah: make bitmap growth less aggressive
  ` [PATCH v4 08/24] ewah: implement bitmap_or()
  ` [PATCH v4 09/24] ewah: add bitmap_dup() function
  ` [PATCH v4 10/24] pack-bitmap-write: reimplement bitmap writing
  ` [PATCH v4 11/24] pack-bitmap-write: pass ownership of intermediate bitmaps
  ` [PATCH v4 12/24] pack-bitmap-write: fill bitmap with commit history
  ` [PATCH v4 13/24] bitmap: implement bitmap_is_subset()
  ` [PATCH v4 14/24] commit: implement commit_list_contains()
  ` [PATCH v4 15/24] t5310: add branch-based checks
  ` [PATCH v4 16/24] pack-bitmap-write: rename children to reverse_edges
  ` [PATCH v4 17/24] pack-bitmap.c: check reads more aggressively when loading
  ` [PATCH v4 18/24] pack-bitmap-write: build fewer intermediate bitmaps
  ` [PATCH v4 19/24] pack-bitmap-write: ignore BITMAP_FLAG_REUSE
  ` [PATCH v4 20/24] pack-bitmap: factor out 'bitmap_for_commit()'
  ` [PATCH v4 21/24] pack-bitmap: factor out 'add_commit_to_bitmap()'
  ` [PATCH v4 22/24] pack-bitmap-write: use existing bitmaps
  ` [PATCH v4 23/24] pack-bitmap-write: relax unique revwalk condition
  ` [PATCH v4 24/24] pack-bitmap-write: better reuse bitmaps

[PATCH] worktree: teach `repair` to fix multi-directional breakage
 2020-12-08 21:47 UTC  (2+ messages)

[PATCH] t5310: stop expecting the default branch name `master`
 2020-12-08 21:36 UTC  (6+ messages)

Cloning empty repository uses locally configured default branch name
 2020-12-08 21:15 UTC  (8+ messages)

[PATCH v3 00/16] pull: default warning improvements
 2020-12-08 18:55 UTC  (16+ messages)
` [PATCH v3 01/16] doc: pull: explain what is a fast-forward
` [PATCH v3 02/16] pull: improve default warning

[PATCH 00/15] Refactor chunk-format into an API
 2020-12-08 18:49 UTC  (14+ messages)
` [PATCH 02/15] chunk-format: add API for writing table of contents
` [PATCH 05/15] midx: add entries to write_midx_context
` [PATCH 10/15] midx: use chunk-format API in write_midx_internal()
` [PATCH 11/15] midx: use 64-bit multiplication for chunk sizes
` [PATCH 12/15] chunk-format: create write_chunks()

GIT_DIR output from git worktree list
 2020-12-08 19:27 UTC  (5+ messages)

[PATCH v2 00/14] pull: default warning improvements
 2020-12-08 20:16 UTC  (19+ messages)
` [PATCH v2 02/14] pull: improve default warning

[PATCH 0/1] git-gui: fix colored label backgrounds on Mac
 2020-12-08 15:20 UTC  (6+ messages)
` [PATCH 1/1] git-gui: fix colored label backgrounds when using themed widgets

[ANNOUNCE] Git for Windows 2.29.2(3)
 2020-12-08 14:35 UTC 

[Outreachy ] Project Blog
 2020-12-08 12:09 UTC 

[PATCH v4 0/2] rev-parse options for absolute or relative paths
 2020-12-08  2:51 UTC  (4+ messages)
` [PATCH v4 1/2] abspath: add a function to resolve paths with missing components

[PATCH v4 00/19] pull: default ff-only mode
 2020-12-08  0:57 UTC  (21+ messages)
` [PATCH v4 01/19] doc: pull: explain what is a fast-forward
` [PATCH v4 02/19] pull: improve default warning
` [PATCH v4 03/19] pull: refactor fast-forward check
` [PATCH v4 04/19] pull: cleanup autostash check
` [PATCH v4 05/19] pull: trivial cleanup
` [PATCH v4 06/19] pull: move default warning
` [PATCH v4 07/19] pull: display default warning only when non-ff
` [PATCH v4 08/19] pull: trivial whitespace style fix
` [PATCH v4 09/19] pull: introduce --merge option
` [PATCH v4 10/19] pull: show warning with --ff
` [PATCH v4 11/19] rebase: add REBASE_DEFAULT
` [PATCH v4 12/19] pull: move configurations fetches
` [PATCH v4 13/19] test: merge-pull-config: trivial cleanup
` [PATCH v4 14/19] test: pull-options: revert unnecessary changes
` [PATCH v4 15/19] pull: trivial memory fix
` [PATCH v4 16/19] pull: add pull.mode
` [PATCH v4 17/19] pull: add pull.mode=ff-only
` [PATCH v4 18/19] pull: advice of future changes
` [PATCH v4 19/19] future: pull: enable ff-only mode by default

Smudge Error: Smudge Filter LFS Failed during Git Pull
 2020-12-07 15:00 UTC 

[PATCH] completion: bash: fix gitk alias regression
 2020-12-07 21:44 UTC  (3+ messages)

[PATCH] init-db: init the_repository->hash_algo early from GIT_DEFAULT_HASH
 2020-12-07 19:31 UTC  (6+ messages)

`git grep` is too picky about option parsing
 2020-12-07 19:35 UTC  (5+ messages)

[PATCH 0/9] misc commit-graph and oid-array cleanups
 2020-12-07 19:26 UTC  (19+ messages)
` [PATCH 6/9] oid-array: provide a for-loop iterator
` [PATCH 7/9] commit-graph: drop count_distinct_commits() function
` [PATCH v2 0/9] misc commit-graph and oid-array cleanups
  ` [PATCH v2 1/9] oid-array.h: drop sha1 mention from header guard
  ` [PATCH v2 2/9] t0064: drop sha1 mention from filename
  ` [PATCH v2 3/9] t0064: make duplicate tests more robust
  ` [PATCH v2 4/9] cache.h: move hash/oid functions to hash.h
  ` [PATCH v2 5/9] oid-array: make sort function public
  ` [PATCH v2 6/9] oid-array: provide a for-loop iterator
  ` [PATCH v2 7/9] commit-graph: drop count_distinct_commits() function
  ` [PATCH v2 8/9] commit-graph: replace packed_oid_list with oid_array
  ` [PATCH v2 9/9] commit-graph: use size_t for array allocation and indexing

[PATCH v2 24/24] pack-bitmap-write: better reuse bitmaps
 2020-12-07 19:20 UTC  (3+ messages)

[PATCH v4 00/19] Parallel Checkout (part I)
 2020-12-07 19:06 UTC  (4+ messages)
` [PATCH v4 10/19] unpack-trees: add basic support for parallel checkout

[PATCH v2 23/24] pack-bitmap-write: relax unique rewalk condition
 2020-12-07 18:48 UTC  (5+ messages)

[PATCH v2 24/24] pack-bitmap-write: better reuse bitmaps
 2020-12-07 18:26 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).