messages from 2020-12-08 15:23:53 to 2020-12-09 20:05:20 UTC [more...]
[PATCH v2 00/10] make "mktag" use fsck_tag()
2020-12-09 20:01 UTC (4+ messages)
` [PATCH v3 "
` [PATCH v3 01/10] mktag doc: say <hash> not <sha1>
` [PATCH v3 02/10] mktag: use default strbuf_read() hint
[PATCH 00/11] merge-ort: add basic rename detection
2020-12-09 19:41 UTC (12+ messages)
` [PATCH 01/11] merge-ort: add basic data structures for handling renames
` [PATCH 02/11] merge-ort: add initial outline for basic rename detection
` [PATCH 03/11] merge-ort: implement detect_regular_renames()
` [PATCH 04/11] merge-ort: implement compare_pairs() and collect_renames()
` [PATCH 05/11] merge-ort: add basic outline for process_renames()
` [PATCH 06/11] merge-ort: add implementation of both sides renaming identically
` [PATCH 07/11] merge-ort: add implementation of both sides renaming differently
` [PATCH 08/11] merge-ort: add implementation of rename collisions
` [PATCH 09/11] merge-ort: add implementation of rename/delete conflicts
` [PATCH 10/11] merge-ort: add implementation of normal rename handling
` [PATCH 11/11] merge-ort: add implementation of type-changed "
[PATCH 00/26] git-log: implement new --diff-merge options
2020-12-09 19:44 UTC (16+ messages)
RFC: Modernizing the contept of plumbing v.s. porcelain
2020-12-09 19:38 UTC (2+ messages)
[PATCH v5 0/4] Maintenance IV: Platform-specific background maintenance
2020-12-09 19:29 UTC (6+ messages)
` [PATCH v6 "
` [PATCH v6 1/4] maintenance: extract platform-specific scheduling
` [PATCH v6 2/4] maintenance: include 'cron' details in docs
` [PATCH v6 3/4] maintenance: use launchctl on macOS
` [PATCH v6 4/4] maintenance: use Windows scheduled tasks
[PATCH v3 0/7] Maintenance III: Background maintenance
2020-12-09 19:16 UTC (5+ messages)
` [PATCH v4 0/8] "
` [PATCH v4 5/8] maintenance: add start/stop subcommands
[PATCH] doc: 'T' status code for git status
2020-12-09 19:12 UTC (5+ messages)
` [PATCH v2] "
[PATCH v2 00/14] pull: default warning improvements
2020-12-09 19:05 UTC (20+ messages)
` [PATCH v2 02/14] pull: improve default warning
[PATCH v2 0/2] vim: configuration and sharness syntax
2020-12-09 17:27 UTC (10+ messages)
` [PATCH v2 1/2] Add project-wide .vimrc configuration
` [PATCH v2 2/2] contrib: vim: add sharness syntax file
[PATCH 00/15] Refactor chunk-format into an API
2020-12-09 17:13 UTC (15+ 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()
[PATCH v2 0/2] config: allow specifying config entries via envvar pairs
2020-12-09 16:34 UTC (17+ messages)
` [PATCH v4 0/6] config: allow specifying config entries via env
` [PATCH v4 1/6] git: add `--super-prefix` to usage string
` [PATCH v4 2/6] config: add new way to pass config via `--config-env`
` [PATCH 1/3] quote: make sq_dequote_step() a public function
` [PATCH 2/3] config: parse more robust format in GIT_CONFIG_PARAMETERS
` [PATCH 3/3] config: store "git -c" variables using more robust format
` [PATCH v4 3/6] environment: make `getenv_safe()` non-static
` [PATCH v4 4/6] config: extract function to parse config pairs
` [PATCH v4 5/6] config: refactor parsing of GIT_CONFIG_PARAMETERS
` [PATCH v4 6/6] config: allow specifying config entries via envvar pairs
[PATCH] Add project-wide .vimrc configuration
2020-12-09 16:18 UTC (15+ messages)
[PATCH v2 0/5] pretty format %(trailers): improve machine readability
2020-12-09 15:52 UTC (7+ messages)
` [PATCH v3 "
` [PATCH v3 1/5] pretty format %(trailers) test: split a long line
` [PATCH v3 2/5] pretty format %(trailers) doc: avoid repetition
` [PATCH v3 3/5] pretty-format %(trailers): fix broken standalone "valueonly"
` [PATCH v3 4/5] pretty format %(trailers): add a "keyonly"
` [PATCH v3 5/5] pretty format %(trailers): add a "key_value_separator"
[PATCH] t5310: stop expecting the default branch name `master`
2020-12-09 14:53 UTC (6+ messages)
[PATCH 0/3] Add helpful advice about init.defaultBranch
2020-12-09 14:47 UTC (7+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 4/4] init: provide useful "
What's cooking in git.git (Dec 2020, #01; Tue, 8)
2020-12-09 14:11 UTC (6+ messages)
` fc/pull-merge-rebase, was "
` js/init-defaultbranch-advice, "
[PATCH v3 00/16] reftable library
2020-12-09 14:00 UTC (17+ messages)
` [PATCH v4 00/15] "
` [PATCH v4 01/15] init-db: set the_repository->hash_algo early on
` [PATCH v4 02/15] reftable: add LICENSE
` [PATCH v4 03/15] reftable: add error related functionality
` [PATCH v4 04/15] reftable: utility functions
` [PATCH v4 05/15] reftable: add blocksource, an abstraction for random access reads
` [PATCH v4 06/15] reftable: (de)serialization for the polymorphic record type
` [PATCH v4 07/15] reftable: reading/writing blocks
` [PATCH v4 08/15] reftable: a generic binary tree implementation
` [PATCH v4 09/15] reftable: write reftable files
` [PATCH v4 10/15] reftable: read "
` [PATCH v4 11/15] reftable: reftable file level tests
` [PATCH v4 12/15] reftable: rest of library
` [PATCH v4 13/15] Reftable support for git-core
` [PATCH v4 14/15] git-prompt: prepare for reftable refs backend
` [PATCH v4 15/15] Add "test-tool dump-reftable" command
[PATCH v2] submodules: fix of regression on fetching of non-init subsub-repo
2020-12-09 14:00 UTC (8+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH] t7064: avoid relying on a specific default branch name
2020-12-09 10:01 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v3] "
Single-Branch Clone: Ability to set a branch for tracking (--track, --set-upstream-to) inoptimally relies on whether it's specified in git config as a branch that's fetchable by default, or if still intended/required, git-fetch should do automatically
2020-12-09 11:22 UTC
GIT_DIR output from git worktree list
2020-12-09 9:30 UTC (6+ messages)
[PATCH 0/1] maintenance: Fix a SEGFAULT when no repository when running git maintenance run/start
2020-12-09 9:29 UTC (7+ messages)
` [PATCH v2 0/1] maintenance: Fix SEGFAULT when running outside of a repository
` [PATCH v2 1/1] maintenance: fix SEGFAULT when no repository
New sharness/test vim syntax
2020-12-09 0:30 UTC (4+ messages)
[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 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 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 (30+ messages)
` [PATCH v3 00/24] "
` [PATCH v4 "
` [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)
Cloning empty repository uses locally configured default branch name
2020-12-08 21:15 UTC (4+ messages)
[PATCH v3 00/16] pull: default warning improvements
2020-12-08 18:55 UTC (9+ messages)
` [PATCH v3 01/16] doc: pull: explain what is a fast-forward
Cloning empty repository uses locally configured default branch name
2020-12-08 21:00 UTC (3+ messages)
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).