git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-10-19 02:47:44 to 2021-10-21 14:25:36 UTC [more...]

[PATCH v2 0/5] Builtin FSMonitor Part 2
 2021-10-21 14:24 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v4 00/29] "
    ` [PATCH v4 01/29] fsmonitor: enhance existing comments
    ` [PATCH v4 02/29] fsmonitor-ipc: create client routines for git-fsmonitor--daemon
    ` [PATCH v4 03/29] fsmonitor: config settings are repository-specific
    ` [PATCH v4 04/29] fsmonitor: use IPC to query the builtin FSMonitor daemon
    ` [PATCH v4 05/29] fsmonitor: document builtin fsmonitor
    ` [PATCH v4 06/29] fsmonitor--daemon: add a built-in fsmonitor daemon

Notes from the Git Contributors' Summit 2021, virtual, Oct 19/20
 2021-10-21 13:41 UTC  (14+ messages)
` [Summit topic] Crazy (and not so crazy) ideas
` [Summit topic] SHA-256 Updates
` [Summit topic] Server-side merge/rebase: needs and wants?
` [Summit topic] Submodules and how to make them worth using
` [Summit topic] Sparse checkout behavior and plans
` [Summit topic] The state of getting a reftable backend working in git.git
` [Summit topic] Documentation (translations, FAQ updates, new user-focused, general improvements, etc.)
` [Summit topic] Increasing diversity & inclusion (transition to `main`, etc)
` [Summit topic] Improving Git UX
` [Summit topic] Improving reviewer quality of life (patchwork, subsystem lists?, etc)

[PATCH 00/11] midx: clean up t5319 under 'SANITIZE=leak'
 2021-10-21 13:37 UTC  (22+ messages)
` [PATCH 01/11] midx.c: clean up chunkfile after reading the MIDX
` [PATCH 02/11] midx.c: don't leak MIDX from verify_midx_file
` [PATCH 03/11] t/helper/test-read-midx.c: free MIDX within read_midx_file()
` [PATCH 04/11] builtin/pack-objects.c: don't leak memory via arguments
` [PATCH 05/11] builtin/repack.c: avoid leaking child arguments
` [PATCH 06/11] builtin/multi-pack-index.c: don't leak concatenated options
` [PATCH 07/11] pack-bitmap.c: avoid leaking via midx_bitmap_filename()
` [PATCH 08/11] pack-bitmap.c: don't leak type-level bitmaps
` [PATCH 09/11] pack-bitmap.c: more aggressively free in free_bitmap_index()
` [PATCH 10/11] pack-bitmap-write.c: don't return without stop_progress()
` [PATCH 11/11] t5319: UNLEAK() the remaining leaks

[PATCH 0/2] sparse-index: expand/collapse based on 'index.sparse'
 2021-10-21 13:26 UTC  (10+ messages)
` [PATCH 2/2] sparse-index: update index read to consider index.sparse config

[PATCH 0/4] Additional FAQ entries
 2021-10-21 12:02 UTC  (29+ messages)
` [PATCH 1/4] gitfaq: add advice on monorepos
` [PATCH 2/4] gitfaq: add documentation on proxies
` [PATCH 3/4] gitfaq: give advice on using eol attribute in gitattributes
` [PATCH 4/4] doc: add a FAQ entry about syncing working trees
` [PATCH 4/4] gitfaq: add "

[PATCH] leak tests: free() before die for two API functions
 2021-10-21 11:42 UTC 

What's cooking in git.git (Oct 2021, #05; Mon, 18)
 2021-10-21 11:32 UTC  (8+ messages)
` js/scalar, was "
` ab/config-based-hooks-2
` ab/only-single-progress-at-once (was: What's cooking in git.git (Oct 2021, #05; Mon, 18))

AW: CoDeSys Git Sale
 2021-10-21  8:48 UTC 

"Not possible to fast-forward" when pull.ff=only and new commits on remote
 2021-10-21  6:38 UTC  (9+ messages)
    ` [PATCH v2] pull: --ff-only should make it a noop when already-up-to-date

Why the Makefile is so eager to re-build & re-link
 2021-10-21  5:39 UTC  (17+ messages)
` [PATCH 0/8] Makefile: make command-list.h 2-5x as fast with -jN
  ` [PATCH 1/8] command-list.txt: sort with "LC_ALL=C sort"
  ` [PATCH 2/8] generate-cmdlist.sh: trivial whitespace change
  ` [PATCH 3/8] generate-cmdlist.sh: spawn fewer processes
  ` [PATCH 4/8] generate-cmdlist.sh: don't call get_categories() from category_list()
  ` [PATCH 5/8] generate-cmdlist.sh: run "grep | sort", not "sort | grep"
  ` [PATCH 6/8] generate-cmdlist.sh: replace for loop by printf's auto-repeat feature
  ` [PATCH 7/8] Makefile: stop having command-list.h depend on a wildcard
  ` [PATCH 8/8] Makefile: assert correct generate-cmdlist.sh output

[PATCH] unpack-objects: unpack large object in stream
 2021-10-21  3:42 UTC  (4+ messages)

Questions, improvements
 2021-10-21  1:00 UTC  (7+ messages)

[PATCH v2 0/3] remote: replace static variables with struct remote_state
 2021-10-20 22:08 UTC  (9+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] remote: move static variables into per-repository struct
  ` [PATCH v3 2/4] remote: use remote_state parameter internally
  ` [PATCH v3 3/4] remote: remove the_repository->remote_state from static methods
  ` [PATCH v3 4/4] remote: add struct repository parameter to external functions

[PATCH] for-each-ref: delay parsing of --sort=<atom> options
 2021-10-20 21:32 UTC  (19+ messages)
      ` [RFC PATCH v2 0/4] for-each-ref: delay parsing of --sort=<atom> options + linux-leaks fixes
        ` [RFC PATCH v2 1/4] tag: use a "goto cleanup" pattern, leak less memory
        ` [RFC PATCH v2 2/4] ref-filter API user: add and use a ref_sorting_release()
        ` [RFC PATCH v2 3/4] for-each-ref: delay parsing of --sort=<atom> options
        ` [RFC PATCH v2 4/4] branch: use ref_sorting_release()
        ` [PATCH 0/3] ref-filter: add a ref_sorting_release()
          ` [PATCH 1/3] tag: use a "goto cleanup" pattern, leak less memory
          ` [PATCH 2/3] ref-filter API user: add and use a ref_sorting_release()
          ` [PATCH 3/3] branch: use ref_sorting_release()

[PoC] mailmap and trailers
 2021-10-20 19:21 UTC  (2+ messages)

What's cooking in git.git (Oct 2021, #02; Wed, 6)
 2021-10-20 16:13 UTC  (11+ messages)

[PATCH v5 2/2] blame: document --color-* options
 2021-10-20 15:35 UTC  (4+ messages)
` [PATCH] git config doc: fix recent ASCIIDOC formatting regresison

[PATCH 00/13] [RFC] Sparse-checkout: modify 'git add', 'git rm', and 'git add' behavior
 2021-10-20 14:28 UTC  (7+ messages)
` [PATCH v2 00/14] "

[PATCH v2] fetch-pack: redact packfile urls in traces
 2021-10-20 11:41 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/2] handling REF_STATUS_EXPECTING_REPORT over http
 2021-10-19 23:58 UTC  (2+ messages)

[PATCH v2 00/13] hook.[ch]: new library to run hooks + simple hook conversion
 2021-10-19 23:20 UTC  (18+ messages)
` [PATCH v2 01/13] hook: add 'run' subcommand
` [PATCH v3 00/13] hook.[ch]: new library to run hooks + simple hook conversion
  ` [PATCH v3 01/13] hook: add 'run' subcommand
  ` [PATCH v3 02/13] gc: use hook library for pre-auto-gc hook
  ` [PATCH v3 03/13] rebase: convert pre-rebase to use hook.h
  ` [PATCH v3 04/13] am: convert applypatch "
  ` [PATCH v3 05/13] hooks: convert 'post-checkout' hook to hook library
  ` [PATCH v3 06/13] merge: convert post-merge to use hook.h
  ` [PATCH v3 07/13] git hook run: add an --ignore-missing flag
  ` [PATCH v3 08/13] send-email: use 'git hook run' for 'sendemail-validate'
  ` [PATCH v3 09/13] git-p4: use 'git hook' to run hooks
  ` [PATCH v3 10/13] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h
  ` [PATCH v3 11/13] read-cache: convert post-index-change to use hook.h
  ` [PATCH v3 12/13] receive-pack: convert push-to-checkout hook to hook.h
  ` [PATCH v3 13/13] run-command: remove old run_hook_{le,ve}() hook API

Git failed to pull after upgrading to 2.33.1, using choco
 2021-10-19 23:19 UTC  (4+ messages)
  ` 答复: "

Unexpected conflict with ort merge strategy?
 2021-10-19 22:40 UTC 

[RFC PATCH] mergetools/vimdiff: add vimdiff4 merge tool variant
 2021-10-19 22:12 UTC  (2+ messages)

[PATCH 0/2] some leak fixes on fs/ssh-signing-fix
 2021-10-19 21:01 UTC  (3+ messages)

[PATCH] apply: fix delete-then-new patch fail with 3way
 2021-10-19 18:56 UTC  (4+ messages)

[PATCH v5 00/14] packfile-uris: commits, trees and tags exclusion
 2021-10-19 11:38 UTC  (14+ messages)
` [PATCH v6 00/12] packfile-uri: support excluding multiple object types
  ` [PATCH v6 01/12] objects.c: introduce `exclude_level` enum
  ` [PATCH v6 02/12] Introduce function `match_packfile_uri_exclusions`
  ` [PATCH v6 03/12] Replace `show_data` with structure `show_info`
  ` [PATCH v6 04/12] Introduce `uploadpack.excludeobject` configuration
  ` [PATCH v6 05/12] t5702: test cases for `uploadpack.excludeobject`
  ` [PATCH v6 06/12] packfile-uri: support for excluding commits
  ` [PATCH v6 07/12] t5702: test cases "
  ` [PATCH v6 08/12] packfile-uri: support for excluding trees
  ` [PATCH v6 09/12] t5702: test cases "
  ` [PATCH v6 10/12] packfile-uri: support for excluding tags
  ` [PATCH v6 11/12] t5702: test cases "
  ` [PATCH v6 12/12] packfile-uri.txt: support multiple object types

[PATCH v3] Documentation: specify base point when generating MyFirstContribution patchset
 2021-10-19  4:36 UTC  (5+ messages)
    ` Re* "

Bug - added changes are not shown in the diff view anymore ( not added
 2021-10-19  2:47 UTC  (2+ 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).