git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-05-19 10:24:02 to 2022-05-21 07:56:24 UTC [more...]

What's cooking in git.git (May 2022, #06; Fri, 20)
 2022-05-21  7:55 UTC 

[PATCH 0/8] Sparse index: integrate with sparse-checkout
 2022-05-21  7:45 UTC  (23+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] t1092: refactor 'sparse-index contents' test
  ` [PATCH v2 02/10] t1092: stress test 'git sparse-checkout set'
  ` [PATCH v2 03/10] sparse-index: create expand_to_pattern_list()
  ` [PATCH v2 04/10] sparse-index: introduce partially-sparse indexes
  ` [PATCH v2 05/10] cache-tree: implement cache_tree_find_path()
  ` [PATCH v2 06/10] sparse-checkout: --no-sparse-index needs a full index
  ` [PATCH v2 07/10] sparse-index: partially expand directories
  ` [PATCH v2 08/10] sparse-index: complete partial expansion
  ` [PATCH v2 09/10] p2000: add test for 'git sparse-checkout [add|set]'
  ` [PATCH v2 10/10] sparse-checkout: integrate with sparse index

Investigating Cirrus CI FreeBSD failures
 2022-05-21  0:52 UTC  (2+ messages)

[PATCH] setup: don't die if realpath(3) fails on getcwd(3)
 2022-05-21  0:14 UTC  (3+ messages)

[PATCH 00/17] cruft packs
 2022-05-20 23:30 UTC  (50+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/17] Documentation/technical: add cruft-packs.txt
  ` [PATCH v4 02/17] pack-mtimes: support reading .mtimes files
  ` [PATCH v4 04/17] chunk-format.h: extract oid_version()
  ` [PATCH v4 08/17] builtin/pack-objects.c: --cruft without expiration
  ` [PATCH v4 12/17] builtin/repack.c: support generating a cruft pack
  ` [PATCH v4 15/17] builtin/repack.c: add cruft packs to MIDX during geometric repack
  ` [RFC PATCH 0/2] Utility functions for duplicated pack(write) code
    ` [RFC PATCH 1/2] packfile API: add and use a pack_name_to_ext() utility function
    ` [RFC PATCH 2/2] hash API: add and use a hash_short_id_by_algo() function
` [PATCH v5 00/17] cruft packs
  ` [PATCH v5 01/17] Documentation/technical: add cruft-packs.txt
  ` [PATCH v5 02/17] pack-mtimes: support reading .mtimes files
  ` [PATCH v5 03/17] pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'
  ` [PATCH v5 04/17] chunk-format.h: extract oid_version()
  ` [PATCH v5 05/17] pack-mtimes: support writing pack .mtimes files
  ` [PATCH v5 06/17] t/helper: add 'pack-mtimes' test-tool
  ` [PATCH v5 07/17] builtin/pack-objects.c: return from create_object_entry()
  ` [PATCH v5 08/17] builtin/pack-objects.c: --cruft without expiration
  ` [PATCH v5 09/17] reachable: add options to add_unseen_recent_objects_to_traversal
  ` [PATCH v5 10/17] reachable: report precise timestamps from objects in cruft packs
  ` [PATCH v5 11/17] builtin/pack-objects.c: --cruft with expiration
  ` [PATCH v5 12/17] builtin/repack.c: support generating a cruft pack
  ` [PATCH v5 13/17] builtin/repack.c: allow configuring cruft pack generation
  ` [PATCH v5 14/17] builtin/repack.c: use named flags for existing_packs
  ` [PATCH v5 15/17] builtin/repack.c: add cruft packs to MIDX during geometric repack
  ` [PATCH v5 16/17] builtin/gc.c: conditionally avoid pruning objects via loose
  ` [PATCH v5 17/17] sha1-file.c: don't freshen cruft packs

What's cooking in git.git (May 2022, #05; Mon, 16)
 2022-05-20 23:28 UTC  (9+ messages)
` ab/env-array (was: What's cooking in git.git (May 2022, #05; Mon, 16))
  ` ab/env-array
` ar/send-email-confirm-by-default (was: What's cooking in git.git (May 2022, #05; Mon, 16))

[PATCH] repack: respect --keep-pack with geometric repack
 2022-05-20 23:26 UTC  (8+ messages)

[PATCH 0/3] repack: handle --keep-pack, --max-pack-size for geometric repacks
 2022-05-20 23:22 UTC  (10+ messages)
` [PATCH 1/3] repack: respect --keep-pack with geometric repack
` [PATCH 2/3] t7703: demonstrate object corruption with pack.packSizeLimit
` [PATCH 3/3] builtin/repack.c: ensure that `names` is sorted

[RFC PATCH 0/1] dir: consider worktree config in path recursion
 2022-05-20 20:03 UTC  (14+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] dir: minor refactoring / clean-up
` [PATCH v3 0/3] dir: traverse into repository
  ` [PATCH v3 1/3] "
  ` [PATCH v3 2/3] dir: cache git_dir's realpath
  ` [PATCH v3 3/3] dir: minor refactoring / clean-up

[PATCH 00/24] [RFC] Bundle URIs Combined RFC
 2022-05-20 18:40 UTC  (25+ messages)
` [PATCH 01/24] docs: document bundle URI standard
` [PATCH 02/24] remote-curl: add 'get' capability
` [PATCH 03/24] bundle-uri: create basic file-copy logic
` [PATCH 04/24] bundle-uri: add support for http(s):// and file://
` [PATCH 05/24] fetch: add --bundle-uri option
` [PATCH 06/24] fetch: add 'refs/bundle/' to log.excludeDecoration
` [PATCH 07/24] clone: add --bundle-uri option
` [PATCH 08/24] clone: --bundle-uri cannot be combined with --depth
` [PATCH 09/24] bundle-uri: create bundle_list struct and helpers
` [PATCH 10/24] bundle-uri: create base key-value pair parsing
` [PATCH 11/24] bundle-uri: create "key=value" line parsing
` [PATCH 12/24] bundle-uri: unit test "key=value" parsing
` [PATCH 13/24] bundle-uri: limit recursion depth for bundle lists
` [PATCH 14/24] bundle-uri: parse bundle list in config format
` [PATCH 15/24] bundle-uri: fetch a list of bundles
` [PATCH 16/24] protocol v2: add server-side "bundle-uri" skeleton
` [PATCH 17/24] bundle-uri client: add minimal NOOP client
` [PATCH 18/24] bundle-uri client: add "git ls-remote-bundle-uri"
` [PATCH 19/24] bundle-uri: serve URI advertisement from bundle.* config
` [PATCH 20/24] bundle-uri client: add boolean transfer.bundleURI setting
` [PATCH 21/24] bundle-uri: allow relative URLs in bundle lists
` [PATCH 22/24] bundle-uri: download bundles from an advertised list
` [PATCH 23/24] clone: unbundle the advertised bundles
` [PATCH 24/24] t5601: basic bundle URI tests

[Discussion] What is Git's Security Boundary?
 2022-05-20 17:53 UTC  (6+ messages)

[PATCH v2 00/15][GSoC] iterate dirs before or after their contents
 2022-05-20 17:43 UTC  (3+ messages)

Bug: `git show` honors path filters only for the first commit
 2022-05-20 17:23 UTC  (8+ messages)
  ` [PATCH] 2.36 show regression fix
    ` [PATCH] 2.36 format-patch "
          ` the state of diff_free() and release_revisions() (was: [PATCH] 2.36 format-patch regression fix)
            ` the state of diff_free() and release_revisions()

[PATCH 0/3] run-command.h: rename "env_array" to "env"
 2022-05-20 16:27 UTC  (7+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] cocci: add a rename of "struct child_process"'s "
  ` [PATCH v2 2/4] run-command API: rename "
  ` [PATCH v2 3/4] cocci: remove env_array -> env migration
  ` [PATCH v2 4/4] run-command API users: use "env" not "env_array" in comments & names

Let's have a user experience workshop
 2022-05-20 16:22 UTC  (7+ messages)

[PATCH v3 0/7] scalar: implement the subcommand "diagnose"
 2022-05-20 16:21 UTC  (27+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/7] archive --add-file-with-contents: allow paths containing colons
  ` [PATCH v4 3/7] scalar: validate the optional enlistment argument
  ` [PATCH v5 0/7] scalar: implement the subcommand "diagnose"
    ` [PATCH v5 1/7] archive: optionally add "virtual" files
    ` [PATCH v5 2/7] archive --add-file-with-contents: allow paths containing colons
    ` [PATCH v5 3/7] scalar: validate the optional enlistment argument
    ` [PATCH v5 4/7] Implement `scalar diagnose`
    ` [PATCH v5 5/7] scalar diagnose: include disk space information
    ` [PATCH v5 6/7] scalar: teach `diagnose` to gather packfile info
    ` [PATCH v5 7/7] scalar: teach `diagnose` to gather loose objects information

[PATCH] transport: free local and remote refs in transport_push()
 2022-05-20 12:49 UTC  (12+ messages)
` [PATCH v2 0/2] fix memory leaks "
  ` [PATCH v2 1/2] transport: remove unnecessary indenting "
  ` [PATCH v2 2/2] transport: free local and remote refs "
` [PATCH v3 0/3] fix memory leaks "
  ` [PATCH v3 1/3] transport: remove unnecessary indenting "
  ` [PATCH v3 2/3] transport: unify return values and exit point from transport_push()
  ` [PATCH v3 3/3] transport: free local and remote refs in transport_push()

[PATCH] cocci: add and apply a rule to find "unused" variables
 2022-05-20 11:57 UTC 

bug: `git diff` implies folder isn’t a git repo
 2022-05-20  4:22 UTC 

[PATCH v2 4/4] object-file: fix a unpack_loose_header() regression in 3b6a8db3b03
 2022-05-20  4:27 UTC  (5+ messages)
` [RFC PATCH 0/2] Alternate ab/valgrind-fixes fix-up
  ` [RFC PATCH 1/2] object-file API: fix obscure unpack_loose_header() return
  ` [RFC PATCH 2/2] object-file API: have unpack_loose_header() return "int" again

[PATCH v11 0/8] unpack-objects: support streaming blobs to disk
 2022-05-20  3:05 UTC  (3+ messages)
` [PATCH 0/1] unpack-objects: low memory footprint for get_data() in dry_run mode
  ` [PATCH 1/1] "

[PATCH v5 00/14] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects
 2022-05-19 21:54 UTC  (5+ messages)
` [PATCH v6 00/12] "

[PATCH v2 0/5] Improve MyFirstContribution's GitGitGadget section
 2022-05-19 21:49 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 0/5] core: update our SHA-1 docs, use sha1collisiondetection on OSX too
 2022-05-19 20:14 UTC  (3+ messages)

[PATCH] t6424: make sure a failed merge preserves local changes
 2022-05-19 18:59 UTC 

[PATCH 0/2] Fix merge restore state
 2022-05-19 18:32 UTC  (6+ messages)
` [PATCH 1/2] merge: remove unused variable
` [PATCH 2/2] merge: make restore_state() do as its name says

[PATCH 0/9] Incremental po/git.pot update and new l10n workflow
 2022-05-19 17:18 UTC  (21+ messages)
` [PATCH v2 "
` [PATCH v2 1/9] Makefile: sort "po/git.pot" by file location
` [PATCH v2 2/9] Makefile: generate "po/git.pot" from stable LOCALIZED_C
` [PATCH v2 3/9] Makefile: have "make pot" not "reset --hard"
` [PATCH v2 7/9] Makefile: add "po-update" rule to update po/XX.po
` [PATCH v2 8/9] Makefile: add "po-init" rule to initialize po/XX.po
` [PATCH v2 9/9] l10n: Document the new l10n workflow

[PATCH] Add pcre2 support for cmake build system
 2022-05-19 16:18 UTC  (2+ messages)

Question about pre-merge and git merge octopus strategy
 2022-05-19 14:46 UTC  (11+ messages)

Feature Request: add interactive accept only remove or add changes
 2022-05-19 10:49 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).