git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-12 20:29:19 to 2021-09-14 14:11:50 UTC [more...]

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

What's cooking in git.git (Sep 2021, #04; Mon, 13)
 2021-09-14 13:33 UTC  (4+ messages)

[PATCH 0/2] documentation: handle non-existing html pages and document 'git version'
 2021-09-14 13:27 UTC  (12+ messages)
` [PATCH 1/2] help: make sure local html page exists before calling external processes
` [PATCH 2/2] documentation: add documentation for 'git version'
` [PATCH v2 0/2] documentation: handle non-existing html pages and document "
  ` [PATCH v2 1/2] help: make sure local html page exists before calling external processes
  ` [PATCH v2 2/2] documentation: add documentation for 'git version'

[PATCH 00/11] rebase: dereference tags
 2021-09-14 13:27 UTC  (24+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/11] t3407: run tests in $TEST_DIRECTORY
  ` [PATCH v2 02/11] t3407: use test_commit
  ` [PATCH v2 03/11] t3407: use test_cmp_rev
  ` [PATCH v2 04/11] t3407: rename a variable
  ` [PATCH v2 05/11] t3407: use test_path_is_missing
  ` [PATCH v2 06/11] t3407: strengthen rebase --abort tests
  ` [PATCH v2 07/11] t3407: rework rebase --quit tests
  ` [PATCH v2 08/11] rebase: remove redundant strbuf
  ` [PATCH v2 09/11] rebase: use our standard error return value
  ` [PATCH v2 10/11] rebase: use lookup_commit_reference_by_name()
  ` [PATCH v2 11/11] rebase: dereference tags

Test
 2021-09-14 12:20 UTC 

[PATCH 00/15] [RFC] Upstreaming the Scalar command
 2021-09-14 10:59 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/15] scalar: create a rudimentary executable
  ` [PATCH v3 00/15] [RFC] Upstreaming the Scalar command
    ` [PATCH v3 01/15] scalar: create a rudimentary executable

The 2nd Virtual Git Contributors’ Summit
 2021-09-14 11:32 UTC  (2+ messages)
` Dates for the Virtual Summit, was "

[PATCH v2 0/6] Implement a batched fsync option for core.fsyncObjectFiles
 2021-09-14 10:39 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] bulk-checkin: rename 'state' variable and separate 'plugged' boolean
  ` [PATCH v3 2/6] core.fsyncobjectfiles: batched disk flushes
  ` [PATCH v3 3/6] core.fsyncobjectfiles: add windows support for batch mode
  ` [PATCH v3 4/6] update-index: use the bulk-checkin infrastructure
  ` [PATCH v3 5/6] core.fsyncobjectfiles: performance tests for add and stash
  ` [PATCH v3 6/6] core.fsyncobjectfiles: enable batch mode for testing

[PATCH v1] git-clone.txt: add the --recursive option
 2021-09-14 10:27 UTC  (6+ messages)

[PATCH 0/3] windows: allow building without NO_UNIX_SOCKETS
 2021-09-14  7:26 UTC  (22+ 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 v3 0/3] windows: allow building without NO_UNIX_SOCKETS
    ` [PATCH v3 1/3] t0301: fixes for windows compatibility
    ` [PATCH v3 2/3] credential-cache: check for windows specific errors
    ` [PATCH v3 3/3] git-compat-util: include declaration for unix sockets in windows

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

[PATCH 0/3] Use default values from settings instead of config
 2021-09-14  4:00 UTC  (16+ messages)
` [PATCH 1/3] fsck: verify commit graph when implicitly enabled
` [PATCH 2/3] fsck: verify multi-pack-index when implictly enabled
` [PATCH 3/3] gc: perform incremental repack "

[PATCH] MyFirstContribution: Document --range-diff option when writing v2
 2021-09-14  3:55 UTC  (7+ messages)

[PATCH 0/3] More add_submodule_odb() cleanup in merge code
 2021-09-14  1:31 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] doc: config, tell readers of `git help --config`
 2021-09-13 21:23 UTC 

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

[PATCH v7 0/6] Finish converting git bisect to C part 4
 2021-09-13 19:27 UTC  (8+ messages)
` [PATCH v7 1/6] t6030-bisect-porcelain: add tests to control bisect run exit cases
` [PATCH v7 2/6] t6030-bisect-porcelain: add test for bisect visualize
` [PATCH v7 3/6] run-command: make `exists_in_PATH()` non-static
` [PATCH v7 4/6] bisect--helper: reimplement `bisect_visualize()` shell function in C
` [PATCH v7 5/6] bisect--helper: reimplement `bisect_run` "
` [PATCH v7 6/6] bisect--helper: retire `--bisect-next-check` subcommand

[PATCH 0/2] parse-options.c: remove OPT_ARGUMENT
 2021-09-13 19:27 UTC  (17+ 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 0/6] help: fix usage nits & bugs, completion shellscript->C
 2021-09-13 19:21 UTC  (4+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 3/5] help tests: add test for --config output

[PATCH] refs/files-backend: remove unused open mode parameter
 2021-09-13 19:03 UTC  (4+ messages)

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

[PATCH] strvec: use size_t to store nr and alloc
 2021-09-13 17:20 UTC  (15+ messages)
    ` [PATCH v2 0/7] "
      ` [PATCH v2 1/7] remote-curl: pass "struct strvec *" instead of int/char ** pair

[PATCH 0/8] Drop support for git rebase --preserve-merges
 2021-09-13 15:53 UTC  (11+ messages)
` [PATCH v2 0/7] "
                ` merge-ort and --rebase-merges, was "

[PATCH 00/13] [RFC] Sparse-checkout: modify 'git add', 'git rm', and 'git add' behavior
 2021-09-13 15:02 UTC  (9+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 02/14] t1092: behavior for adding sparse files
  ` [PATCH v2 04/14] dir: select directories correctly
  ` [PATCH v2 14/14] advice: update message to suggest '--sparse'

What's cooking in git.git (Sep 2021, #03; Fri, 10)
 2021-09-13 12:11 UTC  (3+ messages)
  ` js/retire-preserve-merges, was "

[PATCH 0/2] A pair of git am --abort issues
 2021-09-13 12:08 UTC  (3+ messages)
` [PATCH v2 0/3] "

[PATCH v2 0/6] parse-options: properly align continued usage output & related
 2021-09-13  6:41 UTC  (15+ messages)
` [PATCH v3 "
  ` [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 v4 0/4] parse-options: properly align continued usage output
    ` [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

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  (7+ messages)
  ` Oddidies in the .mailmap parser & future syntax extensions

[PATCH v2 0/7] remove dead & undocumented shell code
 2021-09-13  3:28 UTC  (4+ messages)
` [PATCH v3 0/4] remove dead & internal-only "
  ` [PATCH v3 1/4] git-submodule: remove unused is_zero_oid() function

[PATCH 0/8] repack: introduce `--write-midx`
 2021-09-12 22:32 UTC  (9+ messages)
` [PATCH 2/8] builtin/multi-pack-index.c: support --stdin-packs mode

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


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