git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-08-03 06:16:30 to 2022-08-05 17:59:44 UTC [more...]

[PATCH 0/3] log: create tighter default decoration filter
 2022-08-05 17:58 UTC  (51+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] refs: allow "HEAD" as "
  ` [PATCH v2 02/10] t4207: test coloring of grafted decorations
  ` [PATCH v2 03/10] refs: add array of ref namespaces
  ` [PATCH v2 04/10] refs: use ref_namespaces for replace refs base
  ` [PATCH v2 05/10] log-tree: use ref_namespaces instead of if/else-if
  ` [PATCH v2 06/10] log: add default decoration filter
  ` [PATCH v2 07/10] log: add --decorate-all option
  ` [PATCH v2 08/10] log: create log.decorateFilter=all
  ` [PATCH v2 09/10] maintenance: stop writing log.excludeDecoration
  ` [PATCH v3 00/11] log: create tighter default decoration filter
    ` [PATCH v3 01/11] refs: allow "HEAD" as "
    ` [PATCH v3 02/11] t4207: modernize test
    ` [PATCH v3 03/11] t4207: test coloring of grafted decorations
    ` [PATCH v3 04/11] refs: add array of ref namespaces
    ` [PATCH v3 05/11] refs: use ref_namespaces for replace refs base
    ` [PATCH v3 06/11] log-tree: use ref_namespaces instead of if/else-if
    ` [PATCH v3 07/11] log: add default decoration filter
    ` [PATCH v3 08/11] log: add --clear-decorations option
    ` [PATCH v3 09/11] log: create log.initialDecorationSet=all
    ` [PATCH v3 10/11] maintenance: stop writing log.excludeDecoration

[PATCH 0/4] reset/checkout: fix miscellaneous sparse index bugs
 2022-08-05 17:59 UTC  (9+ messages)
` [PATCH 1/4] checkout: fix nested sparse directory diff in sparse index
` [PATCH 2/4] oneway_diff: handle removed sparse directories
` [PATCH 3/4] cache.h: replace 'index_entry_exists()' with 'index_name_pos_sparse()'
` [PATCH 4/4] unpack-trees: handle missing sparse directories

Bugreport: pack-objects died of signal 11
 2022-08-05 16:41 UTC  (10+ messages)
          ` [PATCH] revision.c: set-up "index_state.repo", don't segfault in pack-objects

[bug] Segfault in git commit when a hook has a broken shebang
 2022-08-05 16:12 UTC  (5+ messages)

[PATCH v6 0/9] docs: create & use "(user|developer) interfaces" categories
 2022-08-05 16:12 UTC  (36+ messages)
` [PATCH v7 00/10] "
  ` [PATCH v7 06/10] docs: move commit-graph format docs to man section 5
  ` [PATCH v7 07/10] docs: move protocol-related "
  ` [PATCH v7 08/10] docs: move pack format "
  ` [PATCH v7 09/10] docs: move http-protocol "
  ` [PATCH v7 10/10] docs: move multi-pack-index "
  ` [PATCH v8 00/12] docs: create & use "(user|developer) interfaces" categories
    ` [PATCH v8 01/12] help.c: refactor drop_prefix() to use a "switch" statement"
    ` [PATCH v8 02/12] help.c: remove common category behavior from drop_prefix() behavior
    ` [PATCH v8 03/12] git help doc: use "<doc>" instead of "<guide>"
    ` [PATCH v8 04/12] git docs: add a category for user-facing file, repo and command UX
    ` [PATCH v8 05/12] git docs: add a category for file formats, protocols and interfaces
    ` [PATCH v8 06/12] docs: move commit-graph format docs to man section 5
    ` [PATCH v8 07/12] docs: move protocol-related "
    ` [PATCH v8 08/12] docs: move index format "
    ` [PATCH v8 09/12] docs: move signature "
    ` [PATCH v8 10/12] docs: move pack format "
    ` [PATCH v8 11/12] docs: move cruft pack docs to gitformat-pack
    ` [PATCH v8 12/12] docs: move http-protocol docs to man section 5

[PATCH] hook API: don't segfault on strbuf_addf() to NULL "out"
 2022-08-05 15:51 UTC  (3+ messages)

[RFC/PATCH] pipe_command(): mark stdin descriptor as non-blocking
 2022-08-05 15:36 UTC  (8+ messages)
    ` [PATCH v2] "

[PATCH] rev-list: support `--human-readable` option when applied `disk-usage`
 2022-08-05 11:01 UTC  (3+ messages)
  `  "

[PATCH v2 0/6] revisions API: fix more memory leaks
 2022-08-05  9:01 UTC  (17+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] bisect.c: add missing "goto" for release_revisions()
  ` [PATCH v3 3/6] log: fix a memory leak in "git show <revision>..."
  ` [PATCH v3 4/6] log: refactor "rev.pending" code in cmd_show()
  ` [PATCH v3 6/6] revisions API: don't leak memory on argv elements that need free()-ing

[PATCH v1 0/4] rm: integrate with sparse-index
 2022-08-05  8:07 UTC  (11+ messages)
` [PATCH v1 1/4] t1092: add tests for `git-rm`
` [PATCH v1 2/4] pathspec.h: move pathspec_needs_expanded_index() from reset.c to here
` [PATCH v1 3/4] rm: expand the index only when necessary
` [PATCH v1 4/4] rm: integrate with sparse-index

[PATCH v1 0/7] mv: from in-cone to out-of-cone
 2022-08-05  3:05 UTC  (16+ messages)
` [PATCH v1 6/7] "
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] t7002: add tests for moving "
  ` [PATCH v2 2/9] mv: rename check_dir_in_index() to empty_dir_has_sparse_contents()
  ` [PATCH v2 3/9] mv: free the *with_slash in check_dir_in_index()
  ` [PATCH v2 4/9] mv: check if <destination> is a SKIP_WORKTREE_DIR
  ` [PATCH v2 5/9] mv: remove BOTH from enum update_mode
  ` [PATCH v2 6/9] mv: from in-cone to out-of-cone
  ` [PATCH v2 7/9] mv: cleanup empty WORKING_DIRECTORY
  ` [PATCH v2 8/9] advice.h: add advise_on_moving_dirty_path()
  ` [PATCH v2 9/9] mv: check overwrite for in-to-out move

[PATCH 0/9] Fix issues of reference-transaction hook for various git commands
 2022-08-05  1:41 UTC  (4+ messages)
` [PATCH 5/9] refs: avoid duplicate running of the reference-transaction hook

--batch or some --paths-file for very long lists of paths
 2022-08-04 22:59 UTC 

[PATCH v4 0/8] cat-file: add --batch-command remote-object-info command
 2022-08-04 22:57 UTC  (9+ messages)
` [PATCH v5 0/6] "
` [PATCH v5 5/6] transport: add client support for object-info

[PATCH 0/7] Generalize 'scalar diagnose' into 'git bugreport --diagnose'
 2022-08-04 21:09 UTC  (28+ messages)
` [PATCH 3/7] builtin/bugreport.c: avoid size_t overflow
` [PATCH v2 00/10] Generalize 'scalar diagnose' into 'git diagnose' and 'git bugreport --diagnose'
  ` [PATCH v2 01/10] scalar-diagnose: use "$GIT_UNZIP" in test
  ` [PATCH v2 02/10] scalar-diagnose: avoid 32-bit overflow of size_t
  ` [PATCH v2 03/10] scalar-diagnose: add directory to archiver more gently
  ` [PATCH v2 04/10] scalar-diagnose: move 'get_disk_info()' to 'compat/'
  ` [PATCH v2 05/10] scalar-diagnose: move functionality to common location
  ` [PATCH v2 06/10] builtin/diagnose.c: create 'git diagnose' builtin
  ` [PATCH v2 07/10] builtin/diagnose.c: gate certain data behind '--all'
  ` [PATCH v2 08/10] builtin/bugreport.c: create '--diagnose' option
  ` [PATCH v2 09/10] scalar-diagnose: use 'git diagnose --all'
  ` [PATCH v2 10/10] scalar: update technical doc roadmap

[PATCH v2 0/6] bundle URIs: design doc and initial git fetch --bundle-uri implementation
 2022-08-04 20:29 UTC  (6+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 2/2] bundle-uri: add example bundle organization

[PATCH] tests: cache glibc version check
 2022-08-04 20:41 UTC  (6+ messages)

[PATCH v7] submodule merge: update conflict error message
 2022-08-04 19:51 UTC  (2+ messages)
` [PATCH v8] "

[PATCH 0/5] Bundle URIs II: git clone --bundle-uri
 2022-08-04 18:19 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 4/5] bundle-uri: add support for http(s):// and file://

[PATCH v4 00/17] submodule--helper: (only) fix memory leaks
 2022-08-04 18:04 UTC  (9+ messages)
` [PATCH v5 00/17] submodule--helper: "
  ` [PATCH v5 03/17] submodule--helper: fix most "struct pathspec" "
  ` [PATCH v5 08/17] submodule--helper: fix "sm_path" and other "module_cb_list" leaks
  ` [PATCH v5 16/17] submodule--helper: free rest of "displaypath" in "struct update_data"

mail from mathworks.com domain is rejected
 2022-08-04 16:21 UTC  (2+ messages)

[PATCH 0/2] let feature.experimental imply gc.cruftPacks=true
 2022-08-04 16:10 UTC  (9+ messages)
` [PATCH 1/2] gc: add tests for --cruft and friends
` [PATCH 2/2] config: let feature.experimental imply gc.cruftPacks=true

[PATCH 0/3] refs-advertise: add hook to filter advertised refs
 2022-08-04  8:27 UTC  (6+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] t1419: add test cases for refs-advertise hook
` [PATCH 3/3] doc: add documentation for the "

[PATCH] rebase: introduce allow-inline-reword option
 2022-08-04  7:57 UTC  (3+ messages)

[PATCH 00/20] parse-options: handle subcommands
 2022-08-04  7:47 UTC  (8+ messages)
` [PATCH 01/20] git.c: update NO_PARSEOPT markings

[Question]: Question about "cherry-pick" internal
 2022-08-04  1:25 UTC 

[RFC PATCH 1/2] notes: support fetching notes from an external repo
 2022-08-03 22:32 UTC  (4+ messages)

[PATCH v2] Add note that conflict resolution is still performed
 2022-08-03 20:59 UTC  (2+ messages)
` [PATCH] doc: clarify rerere-autoupdate

[PATCH 00/20] submodule--helper: add tests, rm dead code, refactor & leak prep
 2022-08-03 13:06 UTC  (5+ messages)
` [PATCH v2 00/28] "
  ` [PATCH v2 22/28] submodule--helper: move submodule_strategy_to_string() to only user


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