messages from 2020-09-05 14:50:08 to 2020-09-09 17:19:48 UTC [more...]
[PATCH 00/12] more miscellaneous Bloom filter improvements, redux
2020-09-09 15:24 UTC (12+ messages)
` [PATCH 02/12] t4216: use an '&&'-chain
` [PATCH 03/12] commit-graph: pass a 'struct repository *' in more places
` [PATCH 04/12] t/helper/test-read-graph.c: prepare repo settings
` [PATCH 05/12] commit-graph: respect 'commitGraph.readChangedPaths'
` [PATCH 06/12] commit-graph.c: store maximum changed paths
` [PATCH 07/12] bloom: split 'get_bloom_filter()' in two
` [PATCH 08/12] bloom: use provided 'struct bloom_filter_settings'
` [PATCH 09/12] bloom/diff: properly short-circuit on max_changes
` [PATCH 10/12] bloom: encode out-of-bounds filters as non-empty
` [PATCH 11/12] commit-graph: rename 'split_commit_graph_opts'
` [PATCH 12/12] builtin/commit-graph.c: introduce '--max-new-filters=<n>'
[PATCH] rev-parse: add option for absolute or relative path formatting
2020-09-09 14:51 UTC (3+ messages)
[PATCH] add -p: fix editing of intent-to-add paths
2020-09-09 13:58 UTC
[PATCH] blame.c: replace instance of !oidcmp for oideq
2020-09-09 14:00 UTC (6+ messages)
post-checkout hook aborts rebase
2020-09-09 16:07 UTC (6+ messages)
[PATCH 0/7] Maintenance III: Background maintenance
2020-09-09 12:14 UTC (8+ messages)
` [PATCH 2/7] maintenance: add --schedule option and config
` [PATCH 5/7] maintenance: add start/stop subcommands
[PATCH v5 0/8] grep: honor sparse checkout and add option to ignore it
2020-09-09 13:04 UTC (4+ messages)
` [PATCH v5 6/8] config: correctly read worktree configs in submodules
[PATCH v2] blame.c: replace instance of !oidcmp for oideq
2020-09-09 13:10 UTC (3+ messages)
[PATCH] config: complain about --worktree outside of a git repo
2020-09-09 13:16 UTC
[PATCH v3] blame.c: replace instance of !oidcmp for oideq
2020-09-09 13:15 UTC
style(git-gui): Fix mixed tabs & spaces; Always use tabs
2020-09-09 13:01 UTC (4+ messages)
` [PATCH v2] style(git-gui): Fix mixed tabs & spaces; Prefer tabs
[PATCH] RFC: refs: add GIT_DEBUG_REFS debugging mechanism
2020-09-09 10:15 UTC (5+ messages)
` [PATCH v2] refs: add GIT_TRACE_REFS "
` [PATCH v3] "
git add intent-to-add then git add patch no longer allows edit
2020-09-09 9:40 UTC (10+ messages)
[PATCH] refs: move REF_LOG_ONLY to refs-internal.h
2020-09-09 9:35 UTC (5+ messages)
No edit option when "git add --patch" a new file
2020-09-09 9:33 UTC (2+ messages)
[PATCH 0/2] some minor add--interactive fixes
2020-09-09 9:15 UTC (7+ messages)
` [PATCH 1/2] add-patch: fix inverted return code of repo_read_index()
` [PATCH 2/2] add--interactive.perl: specify --no-color explicitly
[PATCH] pretty: allow to override the built-in formats
2020-09-09 9:08 UTC (9+ messages)
[PATCH] push: make `--force-with-lease[=<ref>]` safer
2020-09-09 3:44 UTC (12+ messages)
[PATCH 0/3] format-patch: --interiff/--range-diff tweaks
2020-09-09 6:02 UTC (6+ messages)
` [PATCH 1/3] diff: move show_interdiff() from its own file to diff-lib
` [PATCH 2/3] diff-lib: tighten show_interdiff()'s interface
` [PATCH 3/3] format-patch: use 'origin' as start of current-series-range when known
permissions of main folder for git-manpages.tar.gz
2020-09-09 3:28 UTC (3+ messages)
[PATCH v16] Support auto-merge for meld to follow the vim-diff behavior
2020-09-09 1:31 UTC (5+ messages)
` [PATCH v17] "
[PATCH v3 0/6] propose config-based hooks
2020-09-09 0:49 UTC (11+ messages)
` [PATCH v4 0/9] "
` [PATCH v4 1/9] doc: propose hooks managed by the config
` [PATCH v4 2/9] hook: scaffolding for git-hook subcommand
` [PATCH v4 3/9] hook: add list command
` [PATCH v4 4/9] hook: add --porcelain to "
` [PATCH v4 5/9] parse-options: parse into strvec
` [PATCH v4 6/9] hook: add 'run' subcommand
` [PATCH v4 7/9] hook: replace run-command.h:find_hook
` [PATCH v4 8/9] commit: use config-based hooks
` [PATCH v4 9/9] run_commit_hook: take strvec instead of varargs
[PATCH] ref-filter: allow merged and no-merged filters
2020-09-09 0:00 UTC (4+ messages)
`git describe --dirty` doesn't consider untracked files to be dirty
2020-09-08 23:59 UTC (5+ messages)
[Bug report] git status doesn't escape paths of untracked files
2020-09-08 22:56 UTC (17+ messages)
` [PATCH] wt-status: quote paths identically whether tracked or untracked
` [PATCH 0/6] quote_path() clean-ups
` [PATCH 1/6] quote_path: rename quote_path_relative() to quote_path()
` [PATCH 2/6] quote_path: give flags parameter "
` [PATCH 3/6] quote_path: optionally allow quoting a path with SP in it
` [PATCH 4/6] wt-status: consistently quote paths in "status --short" output
` [PATCH 5/6] quote: rename misnamed sq_lookup[] to cq_lookup[]
` [PATCH 6/6] quote: turn 'nodq' parameter into a set of flags
[PATCH 0/7] Better threaded delta resolution in index-pack (another try)
2020-09-08 22:53 UTC (10+ messages)
` [PATCH v2 "
` [PATCH v2 1/7] Documentation: deltaBaseCacheLimit is per-thread
` [PATCH v2 2/7] index-pack: remove redundant parameter
` [PATCH v2 3/7] index-pack: unify threaded and unthreaded code
` [PATCH v2 4/7] index-pack: remove redundant child field
` [PATCH v2 5/7] index-pack: calculate {ref,ofs}_{first,last} early
` [PATCH v2 6/7] index-pack: make resolve_delta() assume base data
` [PATCH v2 7/7] index-pack: make quantum of work smaller
Proposal: server-advertised config options
2020-09-08 14:14 UTC (7+ messages)
Possible bug: --shallow-since and old branches
2020-09-08 19:58 UTC
[PATCH v2 0/3] Optionally skip linking/copying the built-ins
2020-09-08 17:18 UTC (7+ messages)
` [PATCH v3 "
` [PATCH v3 3/3] ci: stop linking built-ins to the dashed versions
[PATCH] add -p: fix memory leak
2020-09-08 12:09 UTC (2+ messages)
[PATCH] gitweb: Map names/emails with mailmap
2020-09-07 22:10 UTC (8+ messages)
` [PATCH v2] gitweb: map "
[PATCH] contrib/buildsystems: fix expat library name for generated vcxproj
2020-09-07 20:09 UTC (2+ messages)
Git in Outreachy?
2020-09-07 18:55 UTC (7+ messages)
List one hash in "Some good revs are not ancestors of the bad rev."
2020-09-07 15:53 UTC
[PATCH] fetch: do not look for submodule changes in unchanged refs
2020-09-07 15:49 UTC (3+ messages)
[PATCH] pack-bitmap-write: use hashwrite_be32() in write_hash_cache()
2020-09-07 2:30 UTC (4+ messages)
[PATCH 0/3] worktree: add -d shorthand for --detach & improve documentation
2020-09-07 0:02 UTC (6+ messages)
` [PATCH v2 0/3] worktree: teach `add` -d "
` [PATCH v2 1/3] git-checkout.txt: document -d short option for --detach
` [PATCH v2 2/3] worktree: teach `add` to recognize -d as shorthand "
` [PATCH v2 3/3] git-worktree.txt: discuss branch-based vs. throwaway worktrees
[PATCH] submodule: suppress checking for file name ambiguity for object ids
2020-09-06 21:59 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] submodule: suppress checking for file name and ref "
` [PATCH v4] "
[PATCH 0/4] builtin/diff: learn --merge-base
2020-09-06 21:58 UTC (6+ messages)
` [PATCH 1/4] t4068: remove unnecessary >tmp
` [PATCH 2/4] git-diff.txt: backtick quote command text
` [PATCH 3/4] builtin/diff: parse --no-index using parse_options()
` [PATCH 4/4] builtin/diff: learn --merge-base
[PATCH 0/2] log_tree_diff: simplify
2020-09-06 21:52 UTC (2+ messages)
[PATCH 00/10] more miscellaneous Bloom filter improvements
2020-09-06 21:52 UTC (13+ messages)
` [PATCH v4 00/14] "
` [PATCH v4 07/14] bloom: split 'get_bloom_filter()' in two
Aborting git rebase --edit-todo
2020-09-06 21:52 UTC (6+ messages)
[PATCH] Documentation/git-send-email.txt: Mention less secure app access might need to enable
2020-09-06 21:52 UTC (5+ messages)
[PATCH] midx: use hashwrite_u8() in write_midx_header()
2020-09-06 19:03 UTC (2+ messages)
Git error message "Server does not allow request for unadvertised object"
2020-09-06 12:47 UTC (2+ messages)
[PATCH] fast-import: use write_pack_header()
2020-09-06 8:39 UTC
[PATCH 0/2] Unify trailers formatting logic for pretty.c and ref-filter.c
2020-09-05 21:59 UTC (4+ messages)
` [PATCH 1/2] pretty.c: refactor trailer logic to `format_set_trailers_options()`
` [PATCH 2/2] ref-filter: using pretty.c logic for trailers
[PATCH v2 00/10] [GSoC] Implement Corrected Commit Date
2020-09-05 17:21 UTC (9+ messages)
` [PATCH v3 00/11] "
` [PATCH v3 05/11] commit-graph: return 64-bit generation number
[PATCH 1/2] push: release strbufs used for refspec formatting
2020-09-05 14:49 UTC (2+ messages)
` [PATCH 2/2] refspec: add and use refspec_appendf()
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).