git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-11 02:40:12 to 2021-09-13 10:14:48 UTC [more...]

[PATCH 00/19] Adds reftable library code from https://github.com/hanwen/reftable
 2021-09-13 10:14 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] refs/files-backend: remove unused open mode parameter
 2021-09-13 10:12 UTC  (2+ messages)

[PATCH 0/3] windows: allow building without NO_UNIX_SOCKETS
 2021-09-13  8:56 UTC  (12+ messages)
` [PATCH 1/3] t0301: fixes for windows compatibility
` [PATCH 2/3] credential-cache: check for windows specific errors
` [PATCH 3/3] git-compat-util: include declaration for unix sockets
` [PATCH v2 0/3] windows: allow building without NO_UNIX_SOCKETS
  ` [PATCH v2 1/3] t0301: fixes for windows compatibility
  ` [PATCH v2 2/3] credential-cache: check for windows specific errors
  ` [PATCH v2 3/3] git-compat-util: include declaration for unix sockets

[PATCH 0/2] parse-options: properly align continued usage output
 2021-09-13  6:41 UTC  (34+ messages)
` [PATCH v2 0/6] parse-options: properly align continued usage output & related
  ` [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 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 v4 0/4] "
      ` [PATCH v4 1/4] parse-options API users: align usage output in C-strings
      ` [PATCH v4 2/4] send-pack: properly use parse_options() API for usage string
      ` [PATCH v4 3/4] git rev-parse --parseopt tests: add more usagestr tests
      ` [PATCH v4 4/4] parse-options: properly align continued usage output

[PATCH 0/2] parse-options.c: remove OPT_ARGUMENT
 2021-09-13  6:27 UTC  (13+ 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 v2 0/4] difftool refactoring + remove OPT_ARGUMENT() macro
  ` [PATCH v2 1/4] difftool: prepare "struct child_process" in cmd_difftool()
  ` [PATCH v2 2/4] difftool: prepare "diff" cmdline "
  ` [PATCH v2 3/4] difftool: use run_command() API in run_file_diff()
  ` [PATCH v2 4/4] parse-options API: remove OPTION_ARGUMENT feature

[PATCH] strvec: use size_t to store nr and alloc
 2021-09-13  5:38 UTC  (19+ 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"

git tag -h fatal error with global tag.sort config
 2021-09-13  4:37 UTC  (4+ messages)

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

[PATCH v2 0/7] remove dead & undocumented shell code
 2021-09-13  3:28 UTC  (7+ 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

[PATCH 0/4] pack-bitmap: permute existing namehash values
 2021-09-13  0:46 UTC  (5+ messages)
` [PATCH 3/4] midx.c: respect 'pack.writeBitmapHashcache' when writing bitmaps
` [PATCH 4/4] t5326: test propagating hashcache values

[PATCH 0/8] repack: introduce `--write-midx`
 2021-09-12 22:32 UTC  (27+ 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

[PATCH 00/13] [RFC] Sparse-checkout: modify 'git add', 'git rm', and 'git add' behavior
 2021-09-12 22:21 UTC  (19+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 01/14] t3705: test that 'sparse_entry' is unstaged
  ` [PATCH v2 02/14] t1092: behavior for adding sparse files
  ` [PATCH v2 03/14] dir: extract directory-matching logic
  ` [PATCH v2 04/14] dir: select directories correctly
  ` [PATCH v2 05/14] dir: fix pattern matching on dirs
  ` [PATCH v2 06/14] add: fail when adding an untracked sparse file
  ` [PATCH v2 07/14] add: skip tracked paths outside sparse-checkout cone
  ` [PATCH v2 08/14] add: implement the --sparse option
  ` [PATCH v2 09/14] add: update --chmod to skip sparse paths
  ` [PATCH v2 10/14] add: update --renormalize "
  ` [PATCH v2 11/14] rm: add --sparse option
  ` [PATCH v2 12/14] rm: skip sparse paths with missing SKIP_WORKTREE
  ` [PATCH v2 13/14] mv: refuse to move sparse paths
  ` [PATCH v2 14/14] advice: update message to suggest '--sparse'

[PATCH] git-diff: Introduce --index and deprecate --cached
 2021-09-12 21:39 UTC 

[PATCH v2 0/8] post-v2.33 "drop support for ancient curl" follow-up
 2021-09-12 19:01 UTC  (13+ messages)
` [PATCH v3 0/9] "
  ` [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

Question about timezones in commit & tag dates
 2021-09-12 16:16 UTC  (4+ messages)

[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/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

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  (7+ messages)
` [PATCH v4 0/5] drop support for ancient curl
  ` [PATCH v4 2/5] http: drop support for curl < 7.16.0

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

[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] compression: drop write-only core_compression_* variables
 2021-09-11 14:15 UTC  (2+ messages)

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  (5+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] help: correct the usage string in -h and documentation


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