messages from 2021-03-10 08:06:59 to 2021-03-11 17:23:47 UTC [more...]
[PATCH] fetch-pack: do not mix --pack_header and packfile uri
2021-03-11 17:22 UTC (8+ messages)
[PATCH v3 0/6][Outreachy] commit: Implementation of "amend!" commit
2021-03-11 17:07 UTC (22+ messages)
` [PATCH v4 "
` [PATCH v4 1/6] sequencer: export and rename subject_length()
` [PATCH v4 2/6] commit: add amend suboption to --fixup to create amend! commit
` [PATCH v4 3/6] commit: add a reword suboption to --fixup
` [PATCH v4 4/6] t7500: add tests for --fixup=[amend|reword] options
` [PATCH v4 5/6] t3437: use --fixup with options to create amend! commit
` [PATCH v4 6/6] doc/git-commit: add documentation for fixup=[amend|reword] options
[PATCH 0/9] midx: implement a multi-pack reverse index
2021-03-11 17:05 UTC (18+ messages)
` [PATCH v3 00/16] "
` [PATCH v3 01/16] builtin/multi-pack-index.c: inline 'flags' with options
` [PATCH v3 02/16] builtin/multi-pack-index.c: don't handle 'progress' separately
` [PATCH v3 03/16] builtin/multi-pack-index.c: define common usage with a macro
` [PATCH v3 04/16] builtin/multi-pack-index.c: split sub-commands
` [PATCH v3 05/16] builtin/multi-pack-index.c: don't enter bogus cmd_mode
` [PATCH v3 06/16] builtin/multi-pack-index.c: display usage on unrecognized command
` [PATCH v3 07/16] t/helper/test-read-midx.c: add '--show-objects'
` [PATCH v3 08/16] midx: allow marking a pack as preferred
` [PATCH v3 09/16] midx: don't free midx_name early
` [PATCH v3 10/16] midx: keep track of the checksum
` [PATCH v3 11/16] midx: make some functions non-static
` [PATCH v3 12/16] Documentation/technical: describe multi-pack reverse indexes
` [PATCH v3 13/16] pack-revindex: read "
` [PATCH v3 14/16] pack-write.c: extract 'write_rev_file_order'
` [PATCH v3 15/16] pack-revindex: write multi-pack reverse indexes
` [PATCH v3 16/16] midx.c: improve cache locality in midx_pack_order_cmp()
[PATCH 00/11] Complete merge-ort implementation...almost
2021-03-11 16:42 UTC (12+ messages)
` [PATCH v2 00/10] "
` [PATCH v2 02/10] merge-ort: add a special minimal index just for renormalization
` [PATCH v2 03/10] merge-ort: have ll_merge() use a special attr_index "
` [PATCH v2 06/10] t6428: new test for SKIP_WORKTREE handling and conflicts
` [PATCH v2 08/10] t: mark several submodule merging tests as fixed under merge-ort
What's cooking in git.git (Mar 2021, #03; Wed, 10)
2021-03-11 16:17 UTC (9+ messages)
GSoC'21@git project application
2021-03-11 15:12 UTC (3+ messages)
[PATCH] [GSOC] commit: provides multiple common signatures
2021-03-11 15:03 UTC (2+ messages)
[PATCH 0/7] rev-parse: implement object type filter
2021-03-11 14:43 UTC (6+ messages)
[PATCH 00/20] Sparse Index: Design, Format, Tests
2021-03-11 14:17 UTC (32+ messages)
` [PATCH 17/20] sparse-checkout: disable sparse-index
` [PATCH v2 00/20] Sparse Index: Design, Format, Tests
` [PATCH v2 01/20] sparse-index: design doc and format update
` [PATCH v2 02/20] t/perf: add performance test for sparse operations
` [PATCH v2 03/20] t1092: clean up script quoting
` [PATCH v2 04/20] sparse-index: add guard to ensure full index
` [PATCH v2 05/20] sparse-index: implement ensure_full_index()
` [PATCH v2 06/20] t1092: compare sparse-checkout to sparse-index
` [PATCH v2 07/20] test-read-cache: print cache entries with --table
` [PATCH v2 08/20] test-tool: don't force full index
` [PATCH v2 09/20] unpack-trees: ensure "
` [PATCH v2 10/20] sparse-checkout: hold pattern list in index
` [PATCH v2 11/20] sparse-index: convert from full to sparse
` [PATCH v2 12/20] submodule: sparse-index should not collapse links
` [PATCH v2 13/20] unpack-trees: allow sparse directories
` [PATCH v2 14/20] sparse-index: check index conversion happens
` [PATCH v2 15/20] sparse-index: create extension for compatibility
` [PATCH v2 16/20] sparse-checkout: toggle sparse index from builtin
` [PATCH v2 17/20] sparse-checkout: disable sparse-index
` [PATCH v2 18/20] cache-tree: integrate with sparse directory entries
` [PATCH v2 19/20] sparse-index: loose integration with cache_tree_verify()
` [PATCH v2 20/20] p2000: add sparse-index repos
[Bug] Stashing during merge loses MERGING state
2021-03-11 14:00 UTC
[PATCH 0/3] po/README: document miscellaneous topics mentioned by l10n coordinator
2021-03-11 13:13 UTC (5+ messages)
` [PATCH 1/3] po/README: document PO helper
` [PATCH 2/3] po/README: document "core translation"
` [PATCH 3/3] po/README: document l10n conventions
[PATCH] test-lib: guard against being run as 'prove t*.sh'
2021-03-11 12:42 UTC
[PATCH v5 00/39] SHA-256, part 3/3
2021-03-11 10:29 UTC (27+ messages)
` [PATCH v6 "
` [PATCH 0/3] sha256 fixes for filter-branch
` [PATCH 1/3] t7003: test ref rewriting explicitly
` [PATCH 2/3] filter-branch: drop multiple-ancestor warning
` [PATCH 3/3] filter-branch: drop $_x40 glob
` [PATCH 0/4] bisect + tests: remove old $_x05, $_x35 and $_x40 variables
` [PATCH 1/4] git-bisect: remove unused SHA-1 $x40 shell variable
` [PATCH 2/4] test-lib: remove unused $_x40 and $_z40 variables
` [PATCH 3/4] shortlog tests: rewrite to get rid of --abbrev=35 hardcoding
` [PATCH 4/4] tests: get rid of $_x05 from the test suite
[RFC PATCH] merge-recursive: create new files with O_EXCL
2021-03-11 9:54 UTC (3+ messages)
[PATCH v8 00/37] config-based hooks
2021-03-11 2:10 UTC (38+ messages)
` [PATCH v8 01/37] doc: propose hooks managed by the config
` [PATCH v8 02/37] hook: scaffolding for git-hook subcommand
` [PATCH v8 03/37] hook: add list command
` [PATCH v8 04/37] hook: include hookdir hook in list
` [PATCH v8 05/37] hook: teach hook.runHookDir
` [PATCH v8 06/37] hook: implement hookcmd.<name>.skip
` [PATCH v8 07/37] parse-options: parse into strvec
` [PATCH v8 08/37] hook: add 'run' subcommand
` [PATCH v8 09/37] hook: introduce hook_exists()
` [PATCH v8 10/37] hook: support passing stdin to hooks
` [PATCH v8 11/37] run-command: allow stdin for run_processes_parallel
` [PATCH v8 12/37] hook: allow parallel hook execution
` [PATCH v8 13/37] hook: allow specifying working directory for hooks
` [PATCH v8 14/37] run-command: add stdin callback for parallelization
` [PATCH v8 15/37] hook: provide stdin by string_list or callback
` [PATCH v8 16/37] run-command: allow capturing of collated output
` [PATCH v8 17/37] hooks: allow callers to capture output
` [PATCH v8 18/37] commit: use config-based hooks
` [PATCH v8 19/37] am: convert applypatch hooks to use config
` [PATCH v8 20/37] merge: use config-based hooks for post-merge hook
` [PATCH v8 21/37] gc: use hook library for pre-auto-gc hook
` [PATCH v8 22/37] rebase: teach pre-rebase to use hook.h
` [PATCH v8 23/37] read-cache: convert post-index-change hook to use config
` [PATCH v8 24/37] receive-pack: convert push-to-checkout hook to hook.h
` [PATCH v8 25/37] git-p4: use 'git hook' to run hooks
` [PATCH v8 26/37] hooks: convert 'post-checkout' hook to hook library
` [PATCH v8 27/37] hook: convert 'post-rewrite' hook to config
` [PATCH v8 28/37] transport: convert pre-push hook to use config
` [PATCH v8 29/37] reference-transaction: look for hooks in config
` [PATCH v8 30/37] receive-pack: convert 'update' hook to hook.h
` [PATCH v8 31/37] proc-receive: acquire hook list from hook.h
` [PATCH v8 32/37] post-update: use hook.h library
` [PATCH v8 33/37] receive-pack: convert receive hooks to hook.h
` [PATCH v8 34/37] bugreport: use hook_exists instead of find_hook
` [PATCH v8 35/37] git-send-email: use 'git hook run' for 'sendemail-validate'
` [PATCH v8 36/37] run-command: stop thinking about hooks
` [PATCH v8 37/37] docs: unify githooks and git-hook manpages
[PATCH v10 0/3] mergetool: add hideResolved configuration (was automerge)
2021-03-11 1:57 UTC (6+ messages)
` [PATCH v11 "
` [PATCH v11 1/3] mergetool: add hideResolved configuration
` [PATCH] mergetool: do not enable hideResolved by default
[PATCH 0/8] Optimization batch 9: avoid detecting irrelevant renames
2021-03-11 0:38 UTC (12+ messages)
` [PATCH v2 "
` [PATCH v3 "
` [PATCH v3 1/8] diffcore-rename: enable filtering possible rename sources
` [PATCH v3 2/8] merge-ort: precompute subset of sources for which we need rename detection
` [PATCH v3 3/8] merge-ort: add data structures for an alternate tree traversal
` [PATCH v3 4/8] merge-ort: introduce wrappers for "
` [PATCH v3 5/8] merge-ort: precompute whether directory rename detection is needed
` [PATCH v3 6/8] merge-ort: use relevant_sources to filter possible rename sources
` [PATCH v3 7/8] merge-ort: skip rename detection entirely if possible
` [PATCH v3 8/8] diffcore-rename: avoid doing basename comparisons for irrelevant sources
bug: conflicting core.bare setting causes segfault during bare clone
2021-03-10 23:33 UTC (4+ messages)
` [PATCH v2] builtin/init-db: handle bare clones when core.bare set to false
[PATCH v3 00/17] use config-based hooks (config-based hooks part II)
2021-03-10 22:36 UTC (7+ messages)
` [PATCH v3 01/17] commit: use config-based hooks
Can git change?
2021-03-10 21:39 UTC (9+ messages)
` RES: "
[PATCH 0/5] clean-ups to geometric repacking
2021-03-10 21:00 UTC (3+ messages)
` [PATCH 4/5] builtin/repack.c: be more conservative with unsigned overflows
[PATCH] http: store credential when PKI auth is used
2021-03-10 20:01 UTC (2+ messages)
[ANNOUNCE] Git for Windows 2.31.0-rc2
2021-03-10 19:59 UTC
[PATCH v7 00/17] propose config-based hooks (part I)
2021-03-10 19:30 UTC (4+ messages)
` [PATCH v7 01/17] doc: propose hooks managed by the config
[PATCH] Update 'make fuzz-all' docs to reflect modern clang
2021-03-10 18:52 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] Makefile: update "
[PATCH v7 14/17] run-command: add stdin callback for parallelization
2021-03-10 18:24 UTC (3+ messages)
git credential cache timeout questions
2021-03-10 15:41 UTC (3+ messages)
git branch: filtering by formatted ref when using --format and --list flags
2021-03-10 13:36 UTC
[PATCH v5 00/21] Offer to run CI/PR builds in Azure Pipelines
2021-03-10 12:40 UTC (4+ messages)
` [PATCH v6 "
` [PATCH v6 16/21] mingw: try to work around issues with the test cleanup
Core translation should be documented on po/README
2021-03-10 11:32 UTC (2+ messages)
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).