git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-28 17:46:25 to 2021-07-31 02:25:46 UTC [more...]

[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] upload-pack.c: treat want-ref relative to namespace
 2021-07-30 21:08 UTC  (4+ messages)

[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  (16+ messages)
` [PATCH 1/1] config: support setting up a remote tracking branch upon creation
  ` [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 0/7] Final optimization batch (#15): use memory pools
 2021-07-30 16:24 UTC  (44+ 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 v5 0/9] ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-07-30 15:05 UTC  (49+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/9] ssh signing: preliminary refactoring and clean-up
  ` [PATCH v6 2/9] ssh signing: add ssh signature format and signing using ssh keys
  ` [PATCH v6 3/9] ssh signing: retrieve a default key from ssh-agent
  ` [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
  ` [PATCH v6 7/9] ssh signing: duplicate t7510 tests for commits
  ` [PATCH v6 8/9] ssh signing: add more tests for logs, tags & push certs
  ` [PATCH v6 9/9] ssh signing: add documentation

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] 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  (12+ 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)

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  (10+ 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 

[BUG] 'git bisect start' fails to detect bad revisions without '--'
 2021-07-28 20:58 UTC  (2+ messages)

[PATCH v2 00/30] Minimal restart of "config-based-hooks"
 2021-07-28 20:39 UTC  (3+ messages)
` [PATCH 00/27] Base for "config-based-hooks"

[PATCH v2] pull: introduce --merge option
 2021-07-28 19:25 UTC  (11+ messages)

[PATCH v5 0/3] bundle doc: generalize & elaborate
 2021-07-28 18:05 UTC  (4+ messages)
` [PATCH v7 "
  ` [PATCH v7 3/3] bundle doc: elaborate on rev<->ref restriction


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).