git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-05-17 13:44:42 to 2022-05-20 17:43:34 UTC [more...]

[PATCH v2 00/15][GSoC] iterate dirs before or after their contents
 2022-05-20 17:43 UTC  (16+ messages)
` [PATCH v2 04/15] test-dir-iterator: consistently return EXIT_FAILURE or EXIT_SUCCESS
` [PATCH v2 10/15] dir-iterator: refactor dir_iterator_advance()
` [PATCH v2 13/15] dir-iterator: option to iterate dirs in pre-order

[PATCH] repack: respect --keep-pack with geometric repack
 2022-05-20 17:27 UTC  (3+ messages)

[Discussion] What is Git's Security Boundary?
 2022-05-20 17:23 UTC  (5+ 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  (29+ 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 v4 4/7] Implement `scalar diagnose`
  ` [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 

What's cooking in git.git (May 2022, #05; Mon, 16)
 2022-05-20  8:33 UTC  (7+ 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 00/17] cruft packs
 2022-05-20  7:32 UTC  (37+ 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 03/17] pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'
  ` [PATCH v4 04/17] chunk-format.h: extract oid_version()
  ` [PATCH v4 05/17] pack-mtimes: support writing pack .mtimes files
  ` [PATCH v4 06/17] t/helper: add 'pack-mtimes' test-tool
  ` [PATCH v4 07/17] builtin/pack-objects.c: return from create_object_entry()
  ` [PATCH v4 08/17] builtin/pack-objects.c: --cruft without expiration
  ` [PATCH v4 09/17] reachable: add options to add_unseen_recent_objects_to_traversal
  ` [PATCH v4 10/17] reachable: report precise timestamps from objects in cruft packs
  ` [PATCH v4 11/17] builtin/pack-objects.c: --cruft with expiration
  ` [PATCH v4 12/17] builtin/repack.c: support generating a cruft pack
  ` [PATCH v4 13/17] builtin/repack.c: allow configuring cruft pack generation
  ` [PATCH v4 14/17] builtin/repack.c: use named flags for existing_packs
  ` [PATCH v4 15/17] builtin/repack.c: add cruft packs to MIDX during geometric repack
  ` [PATCH v4 16/17] builtin/gc.c: conditionally avoid pruning objects via loose
  ` [PATCH v4 17/17] sha1-file.c: don't freshen cruft packs
  ` [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

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] setup: don't die if realpath(3) fails on getcwd(3)
 2022-05-19 23:39 UTC 

[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 0/8] Sparse index: integrate with sparse-checkout
 2022-05-19 20:19 UTC  (16+ 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

[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  (25+ 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 4/9] i18n CI: stop allowing non-ASCII source messages in po/git.pot
` [PATCH v2 5/9] po/git.pot: this is now a generated file
` [PATCH v2 6/9] po/git.pot: don't check in result of "make pot"
` [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  (3+ 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 

Bug - remote.c:236: hashmap_put overwrote entry after hashmap_get returned NULL
 2022-05-19  6:58 UTC  (2+ messages)

[PATCH 0/6] hook API: connect hooks to the TTY again, fixes a v2.36.0 regression
 2022-05-18 21:53 UTC  (13+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] run-command tests: change if/if/... to if/else if/else
  ` [PATCH v2 2/8] run-command API: use "opts" struct for run_processes_parallel{,_tr2}()
  ` [PATCH v2 3/8] run-command tests: test stdout of run_command_parallel()
  ` [PATCH v2 4/8] run-command.c: add an initializer for "struct parallel_processes"
  ` [PATCH v2 5/8] run-command: add an "ungroup" option to run_process_parallel()
  ` [PATCH v2 6/8] hook tests: fix redirection logic error in 96e7225b310
  ` [PATCH v2 7/8] hook API: don't redundantly re-set "no_stdin" and "stdout_to_stderr"
  ` [PATCH v2 8/8] hook API: fix v2.36.0 regression: hooks should be connected to a TTY

[PATCH] builtin/receive-pack.c: remove redundant 'if'
 2022-05-18 21:16 UTC  (2+ messages)

[PATCH] stash: added safety flag for stash clear subcommand
 2022-05-18 21:05 UTC 

[PATCH] stash: added safety flag for stash clear subcommand
 2022-05-18 20:51 UTC  (2+ messages)

[PATCH] templates: clarify SHA1 arg in prepare-commit-msg
 2022-05-18 18:58 UTC  (2+ messages)

[PATCH] getpriority: Only getpriority translation the priority values
 2022-05-18 17:21 UTC  (4+ messages)
      ` Perhaps we want {diff,log,format}.noprefix and friends?

[PATCH 0/2] commit: trivial leak fix, add 2 tests to linux-leaks CI
 2022-05-18 16:30 UTC  (4+ messages)
` [PATCH] commit: fix "author_ident" leak

Bugreport - submodules are fetched twice in some cases
 2022-05-18 15:53 UTC  (13+ messages)
                ` [PATCH] fetch: do not run a redundant fetch from submodule
                  ` [PATCH v2] "

[PATCH] fetch: limit shared symref check only for local branches
 2022-05-18 15:50 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] [RFC] setup.c: make bare repo discovery optional
 2022-05-17 21:51 UTC  (8+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "

[PATCH v5 00/28] Builtin FSMonitor Part 3
 2022-05-17 21:14 UTC  (14+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/28] fsm-listen-win32: handle shortnames
  ` [PATCH v6 16/28] fsmonitor--daemon: stub in health thread
  ` [PATCH v6 20/28] fsmonitor: optimize processing of directory events
  ` [PATCH v6 26/28] t/lib-unicode-nfc-nfd: helper prereqs for testing unicode nfc/nfd

Corrupt name-rev output
 2022-05-17 16:20 UTC  (7+ messages)


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