git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-10-20 13:24:50 to 2021-10-21 22:30:54 UTC [more...]

[PATCH v2 0/8] progress: assert "global_progress" + test fixes / cleanup
 2021-10-21 22:30 UTC  (4+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 03/10] progress.c tests: make start/stop verbs on stdin

[PATCH 0/2] Print stash info in the v2 porcelain format
 2021-10-21 22:25 UTC  (3+ messages)
` [PATCH 1/2] status: count stash entries in separate function
` [PATCH 2/2] status: print stash info with --porcelain=v2 --show-stash

[PATCH 0/2] sparse-index: expand/collapse based on 'index.sparse'
 2021-10-21 22:20 UTC  (15+ messages)
` [PATCH 2/2] sparse-index: update index read to consider index.sparse config
` [PATCH v2 0/3] sparse-index: expand/collapse based on 'index.sparse'
  ` [PATCH v2 1/3] test-read-cache.c: prepare_repo_settings after config init
  ` [PATCH v2 2/3] sparse-index: add ensure_correct_sparsity function
  ` [PATCH v2 3/3] sparse-index: update do_read_index to ensure correct sparsity

Unified workflow for `git add/checkout --patch`?
 2021-10-21 22:19 UTC 

git format-patch --signoff
 2021-10-21 22:04 UTC  (3+ messages)

Git submodule remove
 2021-10-21 21:36 UTC  (2+ messages)

[PATCH v2 0/5] Builtin FSMonitor Part 2
 2021-10-21 21:16 UTC  (37+ 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
    ` [PATCH v4 07/29] fsmonitor--daemon: implement 'stop' and 'status' commands
    ` [PATCH v4 08/29] compat/fsmonitor/fsm-listen-win32: stub in backend for Windows
    ` [PATCH v4 09/29] compat/fsmonitor/fsm-listen-darwin: stub in backend for Darwin
    ` [PATCH v4 10/29] fsmonitor--daemon: implement 'run' command
    ` [PATCH v4 11/29] fsmonitor--daemon: implement 'start' command
    ` [PATCH v4 12/29] fsmonitor--daemon: add pathname classification
    ` [PATCH v4 13/29] fsmonitor--daemon: define token-ids
    ` [PATCH v4 14/29] fsmonitor--daemon: create token-based changed path cache
    ` [PATCH v4 15/29] compat/fsmonitor/fsm-listen-win32: implement FSMonitor backend on Windows
    ` [PATCH v4 16/29] compat/fsmonitor/fsm-listen-darwin: add macos header files for FSEvent
    ` [PATCH v4 17/29] compat/fsmonitor/fsm-listen-darwin: implement FSEvent listener on MacOS
    ` [PATCH v4 18/29] fsmonitor--daemon: implement handle_client callback
    ` [PATCH v4 19/29] help: include fsmonitor--daemon feature flag in version info
    ` [PATCH v4 20/29] t/helper/fsmonitor-client: create IPC client to talk to FSMonitor Daemon
    ` [PATCH v4 21/29] t7527: create test for fsmonitor--daemon
    ` [PATCH v4 22/29] t/perf: avoid copying builtin fsmonitor files into test repo
    ` [PATCH v4 23/29] t/helper/test-chmtime: skip directories on Windows
    ` [PATCH v4 24/29] t/perf/p7519: speed up test "
    ` [PATCH v4 25/29] t/perf/p7519: add fsmonitor--daemon test cases
    ` [PATCH v4 26/29] fsmonitor--daemon: periodically truncate list of modified files
    ` [PATCH v4 27/29] fsmonitor--daemon: use a cookie file to sync with file system
    ` [PATCH v4 28/29] fsmonitor: force update index after large responses
    ` [PATCH v4 29/29] t7527: test status with untracked-cache and fsmonitor--daemon

[PATCH] checkout: fix "branch info" memory leaks
 2021-10-21 20:16 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] Makefile: remove redundant GIT-CFLAGS dependency from "sparse"
 2021-10-21 20:00 UTC 

[PATCH 0/6] Makefile: be less eager to re-build, *.sh code cleanups
 2021-10-21 19:58 UTC  (7+ messages)
` [PATCH 1/6] Makefile: move git-SCRIPT-DEFINES adjacent to $(SCRIPT_DEFINES)
` [PATCH 2/6] Makefile: remove $(GIT_VERSION) from $(SCRIPT_DEFINES)
` [PATCH 3/6] Makefile: remove $(NO_CURL) "
` [PATCH 4/6] git-instaweb: unconditionally assume that gitweb is mod_perl capable
` [PATCH 5/6] git-sh-setup: remove unused sane_egrep() function
` [PATCH 6/6] git-sh-setup: remove "sane_grep", it's not needed anymore

[PATCH] leak tests: free() before die for two API functions
 2021-10-21 19:54 UTC  (8+ messages)
` [PATCH v2 0/3] refs.c + config.c: plug memory leaks
  ` [PATCH v2 1/3] refs.c: make "repo_default_branch_name" static, remove xstrfmt()
  ` [PATCH v2 2/3] config.c: don't leak memory in handle_path_include()
  ` [PATCH v2 3/3] config.c: free(expanded) before die(), work around GCC oddity

[PATCH 00/11] midx: clean up t5319 under 'SANITIZE=leak'
 2021-10-21 18:47 UTC  (31+ 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] remove code that's dead post-rebase --preserve-merges removal
 2021-10-21 18:37 UTC  (3+ messages)
` [PATCH 1/2] git-sh-i18n: remove unused eval_ngettext()
` [PATCH 2/2] git-sh-setup: remove messaging supporting --preserve-merges

Why the Makefile is so eager to re-build & re-link
 2021-10-21 18:24 UTC  (22+ 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

Notes from the Git Contributors' Summit 2021, virtual, Oct 19/20
 2021-10-21 16:45 UTC  (15+ 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
  ` changing the experimental 'git switch' (was: [Summit topic] Improving Git UX)
` [Summit topic] Improving reviewer quality of life (patchwork, subsystem lists?, etc)

[PATCH 0/2] pkt-line.[ch]: dead code removal
 2021-10-21 16:30 UTC  (2+ messages)

[PATCH 0/6] leaks: miscellaneous small leak fixes
 2021-10-21 15:57 UTC  (7+ messages)
` [PATCH 1/6] grep: prefer "struct grep_opt" over its "void *"
` [PATCH 2/6] grep: use object_array_clear() in cmd_grep()
` [PATCH 3/6] clone: fix a memory leak of the "git_dir" variable
` [PATCH 4/6] submodule--helper: fix small memory leaks
` [PATCH 5/6] reflog: free() ref given to us by dwim_log()
` [PATCH 6/6] repack: stop leaking a "struct child_process"

AW: CoDeSys Git Sale
 2021-10-21 15:03 UTC  (2+ messages)
` AW: CoDeSys Git Sale (licencing?)

[PATCH] for-each-ref: delay parsing of --sort=<atom> options
 2021-10-21 14:54 UTC  (6+ messages)

[PATCH 0/4] Additional FAQ entries
 2021-10-21 12:02 UTC  (26+ 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 "

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

"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

[PATCH] unpack-objects: unpack large object in stream
 2021-10-21  3:42 UTC  (3+ 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  (6+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 2/4] remote: use remote_state parameter internally

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

[PATCH] for-each-ref: delay parsing of --sort=<atom> options
 2021-10-20 18:27 UTC  (13+ 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()

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] "


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