git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-10 15:23:25 to 2021-09-12 08:22:56 UTC [more...]

[PATCH 0/3] suppress trailing whitespace on empty "notes" lines
 2021-09-12  8:22 UTC  (14+ messages)
` [PATCH 3/3] notes: don't indent empty lines

[PATCH 0/2] parse-options: properly align continued usage output
 2021-09-12  4:45 UTC  (27+ messages)
` [PATCH v2 0/6] parse-options: properly align continued usage output & related
  ` [PATCH v2 1/6] test-lib.sh: add a UNIX_SOCKETS prerequisite
  ` [PATCH v2 2/6] git.c: add a NEED_UNIX_SOCKETS option for built-ins
  ` [PATCH v2 3/6] parse-options: stop supporting "" in the usagestr array
  ` [PATCH v2 4/6] built-ins: "properly" align continued usage output
  ` [PATCH v2 5/6] send-pack: properly use parse_options() API for usage string
  ` [PATCH v2 6/6] parse-options: properly align continued usage output
  ` [PATCH v3 0/6] parse-options: properly align continued usage output & related
    ` [PATCH v3 1/6] credential-cache{,--daemon}: don't build under NO_UNIX_SOCKETS
    ` [PATCH v3 2/6] blame: replace usage end blurb with better option spec
    ` [PATCH v3 3/6] parse-options: stop supporting "" in the usagestr array
    ` [PATCH v3 4/6] built-ins: "properly" align continued usage output
    ` [PATCH v3 5/6] send-pack: properly use parse_options() API for usage string
    ` [PATCH v3 6/6] parse-options: properly align continued usage output

[PATCH 0/3] packfile: use oidset for bad objects
 2021-09-12  4:01 UTC  (28+ messages)
` [PATCH 1/3] packfile: convert mark_bad_packed_object() to object_id
` [PATCH 2/3] packfile: convert has_packed_and_bad() "
` [PATCH 3/3] packfile: use oidset for bad objects
` [PATCH 4/3] midx: inline nth_midxed_pack_entry()
` [PATCH v2 0/5] packfile: use oidset for bad objects
  ` [PATCH 1/5] oidset: make oidset_size() an inline function
  ` [PATCH 2/5] midx: inline nth_midxed_pack_entry()
  ` [PATCH 3/5] packfile: convert mark_bad_packed_object() to object_id
  ` [PATCH v2 4/5] packfile: convert has_packed_and_bad() "
  ` [PATCH v2 5/5] packfile: use oidset for bad objects

[PATCH] strvec: use size_t to store nr and alloc
 2021-09-12  3:00 UTC  (14+ messages)
    ` [PATCH v2 0/7] "
      ` [PATCH v2 1/7] remote-curl: pass "struct strvec *" instead of int/char ** pair
      ` [PATCH v2 2/7] pack-objects: "
      ` [PATCH v2 3/7] sequencer.[ch]: "
      ` [PATCH v2 4/7] upload-pack.c: "
      ` [PATCH v2 5/7] rebase: don't have loop over "struct strvec" depend on signed "nr"
      ` [PATCH v2 6/7] strvec: use size_t to store nr and alloc
      ` [PATCH v2 7/7] strvec API users: change some "int" tracking "nr" to "size_t"

[PATCH 0/8] repack: introduce `--write-midx`
 2021-09-12  2:21 UTC  (24+ messages)
` [PATCH 1/8] midx: expose 'write_midx_file_only()' publicly
` [PATCH 2/8] builtin/multi-pack-index.c: support --stdin-packs mode
` [PATCH 3/8] midx: preliminary support for `--refs-snapshot`
` [PATCH 4/8] builtin/repack.c: keep track of existing packs unconditionally
` [PATCH 5/8] builtin/repack.c: extract showing progress to a variable
` [PATCH 6/8] builtin/repack.c: support writing a MIDX while repacking
` [PATCH 7/8] builtin/repack.c: make largest pack preferred
` [PATCH 8/8] builtin/repack.c: pass `--refs-snapshot` when writing bitmaps

What's cooking in git.git (Sep 2021, #03; Fri, 10)
 2021-09-12  1:57 UTC  (5+ messages)

[PATCH] gc: remove unused launchctl_get_uid() call
 2021-09-12  0:24 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/7] drop support for ancient curl, improve version checks
 2021-09-11 21:58 UTC  (48+ messages)
` [PATCH v4 0/5] drop support for ancient curl
  ` [PATCH v4 2/5] http: drop support for curl < 7.16.0
  ` [PATCH 0/5] post-v2.33 "drop support for ancient curl" follow-up
    ` [PATCH 2/5] http: correct curl version check for CURLOPT_PINNEDPUBLICKEY
    ` [PATCH v2 0/8] post-v2.33 "drop support for ancient curl" follow-up
      ` [PATCH v2 2/8] INSTALL: mention that we need libcurl 7.19.4 or newer to build
      ` [PATCH v2 5/8] http: correct version check for CURL_HTTP_VERSION_2
      ` [PATCH v2 6/8] http: correct curl version check for CURLOPT_PINNEDPUBLICKEY
      ` [PATCH v3 0/9] post-v2.33 "drop support for ancient curl" follow-up
        ` [PATCH v3 1/9] INSTALL: don't mention the "curl" executable at all
        ` [PATCH v3 2/9] INSTALL: reword and copy-edit the "libcurl" section
        ` [PATCH v3 3/9] INSTALL: mention that we need libcurl 7.19.4 or newer to build
        ` [PATCH v3 4/9] Makefile: drop support for curl < 7.9.8 (again)
        ` [PATCH v3 5/9] http: drop support for curl < 7.18.0 (again)
        ` [PATCH v3 6/9] http: correct version check for CURL_HTTP_VERSION_2
        ` [PATCH v3 7/9] http: correct curl version check for CURLOPT_PINNEDPUBLICKEY
        ` [PATCH v3 8/9] http: centralize the accounting of libcurl dependencies
        ` [PATCH v3 9/9] http: don't hardcode the value of CURL_SOCKOPT_OK

[PATCH] test-tool run-command: remove dead "testsuite" code
 2021-09-11 18:26 UTC  (6+ messages)
` [PATCH] test-tool run-command: fix confusing init pattern
  ` [PATCH v2] test-tool run-command: fix flip-flop "

[PATCH 0/2] parse-options.c: remove OPT_ARGUMENT
 2021-09-11 18:21 UTC  (3+ messages)
` [PATCH 1/2] difftool: use "struct strvec" API in run_{dir,file}_diff()
` [PATCH 2/2] parse-options API: remove OPTION_ARGUMENT feature

[PATCH] tests: remove leftover untracked files
 2021-09-11 17:08 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/2] RFC: implement new zdiff3 conflict style
 2021-09-11 17:03 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] xdiff: implement a zealous diff3, or "zdiff3"
  ` [PATCH v2 2/2] update documentation for new zdiff3 conflictStyle

[PATCH] merge-recursive: use fspathcmp() in path_hashmap_cmp()
 2021-09-11 16:08 UTC  (6+ messages)

[PATCH] .mailmap: Update mailmap
 2021-09-11 14:52 UTC  (12+ messages)
  ` Oddidies in the .mailmap parser & future syntax extensions

[PATCH] compression: drop write-only core_compression_* variables
 2021-09-11 14:15 UTC  (2+ messages)

[PATCH v2 0/7] remove dead & undocumented shell code
 2021-09-11 11:17 UTC  (6+ messages)
` [PATCH v3 0/4] remove dead & internal-only "
  ` [PATCH v3 1/4] git-submodule: remove unused is_zero_oid() function
  ` [PATCH v3 2/4] git-sh-setup: remove unused "pull with rebase" message
  ` [PATCH v3 3/4] git-bisect: remove unused SHA-1 $x40 shell variable
  ` [PATCH v3 4/4] test-lib: remove unused $_x40 and $_z40 variables

Fwd: Bug report: Githook reference-transaction does not change working directory on git clone
 2021-09-11  6:57 UTC 

Git apply can convert LF file into CRLF when .gitattributes file is a part of a patch
 2021-09-11  6:43 UTC  (2+ messages)

[PATCH 0/6] help: fix usage nits & bugs, completion shellscript->C
 2021-09-11  2:34 UTC  (16+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] help: correct the usage string in -h and documentation
  ` [PATCH v2 2/5] help: correct usage & behavior of "git help --guides"
  ` [PATCH v2 3/5] help tests: add test for --config output
  ` [PATCH v2 4/5] help: correct logic error in combining --all and --config
  ` [PATCH v2 5/5] help / completion: make "git help" do the hard work

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2021-09-11  0:52 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Docs: web server must setenv GIT_PROTOCOL for v2
 2021-09-10 22:08 UTC  (10+ messages)

[PATCH v6 0/9] ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-09-10 21:01 UTC  (22+ messages)
` [PATCH v7 "
  ` [PATCH v8 "
    ` [PATCH v8 1/9] ssh signing: preliminary refactoring and clean-up
    ` [PATCH v8 2/9] ssh signing: add test prereqs
    ` [PATCH v8 3/9] ssh signing: add ssh key format and signing code
    ` [PATCH v8 4/9] ssh signing: retrieve a default key from ssh-agent
    ` [PATCH v8 5/9] ssh signing: provide a textual signing_key_id
    ` [PATCH v8 6/9] ssh signing: verify signatures using ssh-keygen
    ` [PATCH v8 7/9] ssh signing: duplicate t7510 tests for commits
    ` [PATCH v8 8/9] ssh signing: tests for logs, tags & push certs
    ` [PATCH v8 9/9] ssh signing: test that gpg fails for unknown keys

[PATCH] index-pack: use xopen in init_thread
 2021-09-10 20:25 UTC 

[PATCH 0/8] Drop support for git rebase --preserve-merges
 2021-09-10 17:16 UTC  (9+ messages)
` [PATCH v2 0/7] "

[RFC PATCH v2 0/4] developer: support pedantic
 2021-09-10 15:39 UTC  (4+ messages)
` [PATCH v3 0/3] support pedantic in developer mode
  ` [PATCH v3 1/3] gettext: remove optional non-standard parens in N_() definition


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