messages from 2021-07-28 22:45:30 to 2021-07-31 20:37:15 UTC [more...]
[PATCH] upload-pack.c: treat want-ref relative to namespace
2021-07-31 20:36 UTC (5+ messages)
` [PATCH v2] "
[GSoC] A small survey + My Git Blog, week 10
2021-07-31 18:29 UTC (2+ messages)
[PATCH 0/7] Final optimization batch (#15): use memory pools
2021-07-31 17:27 UTC (54+ messages)
` [PATCH 3/7] merge-ort: add pool_alloc, pool_calloc, and pool_strndup wrappers
` [PATCH v2 0/7] Final optimization batch (#15): use memory pools
` [PATCH v2 1/7] diffcore-rename: use a mem_pool for exact rename detection's hashmap
` [PATCH v2 2/7] merge-ort: add pool_alloc, pool_calloc, and pool_strndup wrappers
` [PATCH v2 3/7] merge-ort: set up a memory pool
` [PATCH v2 4/7] merge-ort: switch our strmaps over to using memory pools
` [PATCH v2 5/7] diffcore-rename, merge-ort: add wrapper functions for filepair alloc/dealloc
` [PATCH v2 6/7] merge-ort: store filepairs and filespecs in our mem_pool
` [PATCH v2 7/7] merge-ort: reuse path strings in pool_alloc_filespec
` [PATCH v3 0/9] Final optimization batch (#15): use memory pools
` [PATCH v3 1/9] merge-ort: rename str{map,intmap,set}_func()
` [PATCH v3 2/9] diffcore-rename: use a mem_pool for exact rename detection's hashmap
` [PATCH v3 3/9] merge-ort: add pool_alloc, pool_calloc, and pool_strndup wrappers
` [PATCH v3 4/9] merge-ort: set up a memory pool
` [PATCH v3 5/9] merge-ort: switch our strmaps over to using memory pools
` [PATCH v3 6/9] diffcore-rename, merge-ort: add wrapper functions for filepair alloc/dealloc
` [PATCH v3 7/9] merge-ort: store filepairs and filespecs in our mem_pool
` [PATCH v3 8/9] merge-ort: reuse path strings in pool_alloc_filespec
` [PATCH v3 9/9] merge-ort: remove compile-time ability to turn off usage of memory pools
` [PATCH v4 0/9] Final optimization batch (#15): use "
` [PATCH v4 1/9] merge-ort: rename str{map,intmap,set}_func()
` [PATCH v4 2/9] diffcore-rename: use a mem_pool for exact rename detection's hashmap
` [PATCH v4 3/9] merge-ort: add pool_alloc, pool_calloc, and pool_strndup wrappers
` [PATCH v4 4/9] merge-ort: set up a memory pool
` [PATCH v4 5/9] merge-ort: switch our strmaps over to using memory pools
` [PATCH v4 6/9] diffcore-rename, merge-ort: add wrapper functions for filepair alloc/dealloc
` [PATCH v4 7/9] merge-ort: store filepairs and filespecs in our mem_pool
` [PATCH v4 8/9] merge-ort: reuse path strings in pool_alloc_filespec
` [PATCH v4 9/9] merge-ort: remove compile-time ability to turn off usage of memory pools
[ANNOUNCE] Git Rev News edition 77
2021-07-31 14:38 UTC
Ambigious messages
2021-07-31 12:31 UTC (2+ messages)
` Ambigious messages (sparse checkout)
[PATCH v7 0/3] bundle doc: generalize & elaborate
2021-07-31 8:23 UTC (6+ messages)
` [PATCH v8 "
` [PATCH v8 1/4] bundle doc: rewrite the "DESCRIPTION" section
` [PATCH v8 2/4] bundle doc: elaborate on object prerequisites
` [PATCH v8 3/4] bundle doc: elaborate on rev<->ref restriction
` [PATCH v8 4/4] bundle doc: replace "basis" with "prerequsite(s)"
[PATCH 0/2] [GSOC] cherry-pick: fix bug when used with GIT_CHERRY_PICK_HELP
2021-07-31 7:01 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] [GSOC] cherry-pick: use better advice message
[BUG] 'git rebase -i ---rebase-merges' can leave MERGE_MSG behind
2021-07-31 6:23 UTC
[PATCH v1 0/6] globals: clean up some global usages
2021-07-31 2:42 UTC (7+ messages)
` [PATCH v1 1/6] branch: move `git_default_branch_config` to `branch.c`
` [PATCH v1 2/6] mailmap: move `git_default_mailmap_config` to `mailmap.c`
` [PATCH v1 3/6] apply: move `apply_default_*whitespace` to `apply.c`
` [PATCH v1 4/6] config: remove `core_compression_level`
` [PATCH v1 5/6] refs/debug: declare file-local variable to be static
` [PATCH v1 6/6] globals: remove explicit `0` initialization from globals
[PATCH v1 0/4] advice: remove usage of `advice_*` global variables
2021-07-31 2:25 UTC (5+ messages)
` [PATCH v1 1/4] advice: add a function to set the value of an advice type
` [PATCH v1 2/4] advice: add enum variants for missing advice variables
` [PATCH v1 3/4] advice: remove uses of global `advice_` variables
` [PATCH v1 4/4] advice: remove static global variables for advice tracking
[PATCH v2 0/5] drop support for ancient curl
2021-07-30 22:49 UTC (21+ messages)
` [PATCH v3 0/7] drop support for ancient curl, improve version checks
` [PATCH v3 1/7] http: drop support for curl < 7.11.1
` [PATCH v3 2/7] http: drop support for curl < 7.16.0
` [PATCH v3 3/7] http: drop support for curl < 7.19.4
` [PATCH v3 4/7] http: drop support for curl < 7.19.3 and <= 7.16.4 (or <7.17.0) (again)
` [PATCH v3 5/7] http: drop support for curl < 7.18.0 (again)
` [PATCH v3 6/7] http: rename CURLOPT_FILE to CURLOPT_WRITEDATA
` [PATCH v3 7/7] http: centralize the accounting of libcurl dependencies
` [PATCH v4 0/5] drop support for ancient curl
` [PATCH v4 1/5] http: drop support for curl < 7.11.1
` [PATCH v4 2/5] http: drop support for curl < 7.16.0
` [PATCH v4 3/5] http: drop support for curl < 7.19.4
` [PATCH v4 4/5] http: drop support for curl < 7.19.3 and < 7.17.0 (again)
` [PATCH v4 5/5] http: rename CURLOPT_FILE to CURLOPT_WRITEDATA
[PATCH] use fspathhash() everywhere
2021-07-30 20:22 UTC (3+ messages)
[PATCH 0/1] Improve automatic setup of tracking for new branches
2021-07-30 17:45 UTC (12+ messages)
` [PATCH 1/1] config: support a default remote tracking setup upon branch creation
[PATCH] t0001: fix broken not-quite getcwd(3) test in bed67874e2
2021-07-30 17:16 UTC (3+ messages)
` [PATCH v2] "
[PATCH v5 0/9] ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen
2021-07-30 15:05 UTC (34+ messages)
` [PATCH v6 "
` [PATCH v6 2/9] ssh signing: add ssh signature format and signing using ssh keys
` [PATCH v6 4/9] ssh signing: provide a textual representation of the signing key
` [PATCH v6 5/9] ssh signing: parse ssh-keygen output and verify signatures
` [PATCH v6 6/9] ssh signing: add test prereqs
Should "git apply"'s option "--3way" imply "--index" in option description?
2021-07-30 14:34 UTC (2+ messages)
[PATCH 0/2] [GSOC] cherry-pick: fix bug when used with GIT_CHERRY_PICK_HELP
2021-07-30 14:15 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] [GSOC] cherry-pick: use better advice message
[PATCH 0/2] Sparse index: delete ignored files outside sparse cone
2021-07-30 13:52 UTC (5+ messages)
` [PATCH 1/2] t7519: rewrite sparse index test
` [PATCH 2/2] sparse-checkout: clear tracked sparse dirs
[PATCH 0/5] Sparse Index: Integrate with 'git add'
2021-07-30 12:52 UTC (15+ messages)
` [PATCH v2 "
` [PATCH v3 "
` [PATCH v3 1/5] t1092: test merge conflicts outside cone
` [PATCH v3 2/5] add: allow operating on a sparse-only index
` [PATCH v3 3/5] pathspec: stop calling ensure_full_index
` [PATCH v3 4/5] add: ignore outside the sparse-checkout in refresh()
` [PATCH v3 5/5] add: remove ensure_full_index() with --renormalize
[PATCH 0/3] Override isatty with GIT_FORCE_TTY
2021-07-30 12:04 UTC (2+ messages)
[GSoC] [PATCH] submodule--helper: introduce add-config subcommand
2021-07-30 6:22 UTC (5+ messages)
` [GSoC] [PATCH v2] "
[PATCH v6 3/9] ssh signing: retrieve a default key from ssh-agent
2021-07-29 21:21 UTC (6+ messages)
[PATCH] mingw: align symlinks-related rmdir() behavior with Linux
2021-07-29 20:12 UTC (4+ messages)
[PATCH v2 08/24] midx: respect 'core.multiPackIndex' when writing
2021-07-29 19:44 UTC (11+ messages)
Using two-dot range notation in `git rebase`?
2021-07-29 19:33 UTC (10+ messages)
[PATCH 00/22] multi-pack reachability bitmaps
2021-07-29 19:33 UTC (12+ messages)
` [PATCH v2 00/24] "
` [PATCH v2 14/24] pack-bitmap: write multi-pack bitmaps
` [PATCH v3 00/25] multi-pack reachability bitmaps
` [PATCH v3 09/25] midx: avoid opening multiple MIDXs when writing
[PATCH] Documentation: render special characters correctly
2021-07-29 13:04 UTC (2+ messages)
[PATCH v6 1/9] ssh signing: preliminary refactoring and clean-up
2021-07-29 8:43 UTC (5+ messages)
Draft of Git Rev News edition 77
2021-07-29 6:59 UTC
[PATCH] Fix git-bisect when show-branch is configured to run with pager
2021-07-29 2:34 UTC (7+ messages)
` Re* "
[PATCH] git-apply: fix --3way with binary patch
2021-07-29 1:06 UTC (5+ messages)
` [PATCH] ll-merge: teach ll_binary_merge() a trivial three-way merge
What's cooking in git.git (Jul 2021, #07; Wed, 28)
2021-07-29 0:05 UTC
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).