git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-29 11:13:27 to 2021-07-01 14:48:26 UTC [more...]

[PATCH v2 00/28] Builtin FSMonitor Feature
 2021-07-01 14:47 UTC  (33+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 01/34] simple-ipc: preparations for supporting binary messages
  ` [PATCH v3 02/34] fsmonitor--daemon: man page
  ` [PATCH v3 03/34] fsmonitor--daemon: update fsmonitor documentation
  ` [PATCH v3 04/34] fsmonitor-ipc: create client routines for git-fsmonitor--daemon
  ` [PATCH v3 05/34] help: include fsmonitor--daemon feature flag in version info
  ` [PATCH v3 06/34] fsmonitor: config settings are repository-specific
  ` [PATCH v3 07/34] fsmonitor: use IPC to query the builtin FSMonitor daemon
  ` [PATCH v3 08/34] fsmonitor--daemon: add a built-in fsmonitor daemon
  ` [PATCH v3 09/34] fsmonitor--daemon: implement 'stop' and 'status' commands
  ` [PATCH v3 10/34] t/helper/fsmonitor-client: create IPC client to talk to FSMonitor Daemon
  ` [PATCH v3 11/34] fsmonitor-fs-listen-win32: stub in backend for Windows
  ` [PATCH v3 12/34] fsmonitor-fs-listen-macos: stub in backend for MacOS
  ` [PATCH v3 13/34] fsmonitor--daemon: implement 'run' command
  ` [PATCH v3 14/34] fsmonitor--daemon: implement 'start' command
  ` [PATCH v3 15/34] fsmonitor: do not try to operate on bare repos
  ` [PATCH v3 16/34] fsmonitor--daemon: add pathname classification
  ` [PATCH v3 17/34] fsmonitor--daemon: define token-ids
  ` [PATCH v3 18/34] fsmonitor--daemon: create token-based changed path cache
  ` [PATCH v3 19/34] fsmonitor-fs-listen-win32: implement FSMonitor backend on Windows
  ` [PATCH v3 20/34] fsmonitor-fs-listen-macos: add macos header files for FSEvent
  ` [PATCH v3 21/34] fsmonitor-fs-listen-macos: implement FSEvent listener on MacOS
  ` [PATCH v3 22/34] fsmonitor--daemon: implement handle_client callback
  ` [PATCH v3 23/34] t/helper/test-touch: add helper to touch a series of files
  ` [PATCH v3 24/34] t/perf/p7519: speed up test using "test-tool touch"
  ` [PATCH v3 25/34] t/perf: avoid copying builtin fsmonitor files into test repo
  ` [PATCH v3 26/34] t/perf/p7519: add fsmonitor--daemon test cases
  ` [PATCH v3 27/34] t7527: create test for fsmonitor--daemon
  ` [PATCH v3 28/34] fsmonitor--daemon: periodically truncate list of modified files
  ` [PATCH v3 29/34] fsmonitor--daemon: use a cookie file to sync with file system
  ` [PATCH v3 30/34] fsmonitor: enhance existing comments
  ` [PATCH v3 32/34] t7527: test status with untracked-cache and fsmonitor--daemon

What's cooking in git.git (Jun 2021, #07; Wed, 30)
 2021-07-01 14:20 UTC  (7+ messages)

[PATCH 0/8] test-lib tests: split off subtest code in t0000 into lib-subtest.sh
 2021-07-01 14:30 UTC  (5+ messages)

[PATCH v5 00/15] [GSOC][RFC] cat-file: reuse ref-filter logic
 2021-07-01 14:17 UTC  (5+ messages)
` [PATCH v6 "

[PATCH] Makefile: add and use the ".DELETE_ON_ERROR" flag
 2021-07-01 13:34 UTC  (26+ messages)

[PATCH 0/7] Optimization batch 14: trivial directory resolution
 2021-07-01 13:21 UTC  (9+ messages)
` [PATCH 1/7] merge-ort: resolve paths early when we have sufficient information
` [PATCH 2/7] merge-ort: add some more explanations in collect_merge_info_callback()
` [PATCH 3/7] merge-ort: add data structures for allowable trivial directory resolves
` [PATCH 4/7] merge-ort: add a handle_deferred_entries() helper function
` [PATCH 5/7] merge-ort: defer recursing into directories when merge base is matched
` [PATCH 6/7] merge-ort: avoid recursing into directories when we don't need to
` [PATCH 7/7] merge-ort: restart merge with cached renames to reduce process entry cost

[PATCH 0/8] refs: cleanup errno sideband ref related functions
 2021-07-01 12:26 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/8] refs/files-backend: stop setting errno from lock_ref_oid_basic
  ` [PATCH v2 3/8] refs: make errno output explicit for read_raw_ref_fn
  ` [PATCH v2 4/8] refs: make errno output explicit for refs_resolve_ref_unsafe
  ` [PATCH v2 5/8] refs: use refs_resolve_ref_unsafe_with_errno() where needed
  ` [PATCH v2 6/8] refs: add failure_errno to refs_read_raw_ref() signature
  ` [PATCH v2 7/8] refs: clear errno return in refs_resolve_ref_unsafe()
  ` [PATCH v2 8/8] refs: explicitly propagate errno from refs_read_raw_ref

PATCH: improve git switch documentation
 2021-07-01 11:27 UTC  (9+ messages)

[PATCH v2 0/3] bundle.c: remove "ref_list" in favor of string-list.c API
 2021-07-01 10:53 UTC  (12+ messages)
` [PATCH v3 0/3]
  ` [PATCH v3 1/3] bundle cmd: stop leaking memory from parse_options_cmd_bundle()
  ` [PATCH v3 2/3] bundle.c: use a temporary variable for OIDs and names
  ` [PATCH v3 3/3] bundle: remove "ref_list" in favor of string-list.c API

[PATCH 0/5] *.[ch]: don't duplicate *_init() and *_INIT logic
 2021-07-01 10:51 UTC  (6+ messages)
` [PATCH 1/5] *.h: move some *_INIT to designated initializers
` [PATCH 2/5] *.c *_init(): define in terms of corresponding *_INIT macro
` [PATCH 3/5] dir.[ch]: replace dir_init() with DIR_INIT
` [PATCH 4/5] string-list.[ch]: add a string_list_init_{nodup,dup}()
` [PATCH 5/5] string-list.h users: change to use *_{nodup,dup}()

Structured (ie: json) output for query commands?
 2021-07-01  8:18 UTC  (6+ messages)

git difftool: No such file or directory
 2021-07-01  0:35 UTC  (2+ messages)

[PATCH] fetch: show progress for packfile uri downloads
 2021-06-30 23:09 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/4] test-tool: split up "read-cache" tool
 2021-06-30 22:24 UTC  (3+ messages)

[PATCH v3 0/3] bundle doc: generaliz & elaborate
 2021-06-30 21:13 UTC  (6+ messages)
` [PATCH v4 0/3] bundle doc: generalize "
  ` [PATCH v4 1/3] bundle doc: rewrite the "DESCRIPTION" section
  ` [PATCH v4 2/3] bundle doc: split out open v.s. closed discussion from <rev-arg>
  ` [PATCH v4 3/3] bundle doc: elaborate on rev<->ref restriction

[PATCH v2 0/5] t: new helper test_line_count_cmd
 2021-06-30 20:44 UTC  (11+ messages)
` [PATCH v4 0/2] t640{0,2}: preserve ls-files exit status code
  ` [PATCH v4 1/2] t6400: preserve git "
  ` [PATCH v4 2/2] t6402: preserve git "

[BUG] 'git bisect start' fails to detect bad revisions without '--'
 2021-06-30 18:47 UTC 

git log exclude pathspec from file - supported? plans?
 2021-06-30 18:22 UTC  (3+ messages)

[PATCH 0/3] fetch: fix segfault, missing docs in --negotiate-only
 2021-06-30 18:01 UTC  (5+ messages)
` [PATCH 1/3] send-pack.c: move "no refs in common" abort earlier
` [PATCH 2/3] fetch: document the --negotiate-only option
` [PATCH 3/3] fetch: fix segfault in --negotiate-only without --negotiation-tip=*

[PATCH 0/3] Fix bugs from interesting renaming pairs: one side renames A/file -> B/file, the other B/ -> A/
 2021-06-30 17:30 UTC  (11+ messages)
` [PATCH 1/3] t6423: test directory renames causing rename-to-self
` [PATCH 3/3] merge-recursive: handle rename-to-self case
` [PATCH v2 0/3] Fix bugs from interesting renaming pairs: one side renames A/file -> B/file, the other B/ -> A/
  ` [PATCH v2 1/3] t6423: test directory renames causing rename-to-self
  ` [PATCH v2 2/3] merge-ort: ensure we consult df_conflict and path_conflicts
  ` [PATCH v2 3/3] merge-recursive: handle rename-to-self case

[PATCH 0/4] gracefully handling mmap failures
 2021-06-30 17:18 UTC  (14+ messages)
` [PATCH 1/4] use_pack: attempt to handle ENOMEM from mmap
` [PATCH 2/4] map_loose_object_1: "
` [PATCH 3/4] check_packed_git_idx: "
  ` [HOLD "
` [PATCH v2] xmmap: inform Linux users of tuning knobs on ENOMEM

git add --interactive patch improvement for split hunks
 2021-06-30 17:06 UTC  (9+ messages)
  ` Antw: [EXT] "

segfault on invalid 'git grep' invocation
 2021-06-30 16:12 UTC  (5+ messages)
` [PATCH] grep: report missing left operand of --and
` [PATCH v2] "

[PATCH v6 00/14] Sparse-index: integrate with status
 2021-06-30 14:32 UTC  (3+ messages)
` [PATCH v7 00/16] "

[PATCH v2 0/3] Speed up connectivity checks via bitmaps
 2021-06-30 13:52 UTC  (16+ messages)
` [PATCH v2 1/3] p5400: add perf tests for git-receive-pack(1)
` [PATCH v2 2/3] receive-pack: skip connectivity checks on delete-only commands
` [PATCH v2 3/3] connected: implement connectivity check using bitmaps

Projects
 2021-06-30  8:10 UTC 

[PATCH v5] tr2: log parent process name
 2021-06-30  6:10 UTC  (4+ messages)

[PATCH 0/3] Makefile: "make tags" fixes & cleanup
 2021-06-30  0:05 UTC  (8+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 3/5] Makefile: fix "cscope" target to refer to cscope.out
  ` [PATCH v2 4/5] Makefile: don't use "FORCE" for tags targets
  ` [PATCH v2 5/5] Makefile: normalize clobbering & xargs "

[PATCH 0/3] Add a generated list of hooks in hook-list.h
 2021-06-29 22:09 UTC  (13+ messages)
` [PATCH 3/3] hook-list.h: add a generated list of hooks, like config-list.h
` [PATCH v2 0/3] Add a generated list of hooks in hook-list.h
  ` [PATCH v2 1/3] hook.[ch]: move find_hook() to this new library
  ` [PATCH v2 2/3] hook.c: add a hook_exists() wrapper and use it in bugreport.c
  ` [PATCH v2 3/3] hook-list.h: add a generated list of hooks, like config-list.h

[PATCH 0/5] optimizations for many odb alternates
 2021-06-29 20:53 UTC  (10+ messages)
` [PATCH 5/5] oidtree: a crit-bit tree for odb_loose_cache
` [PATCH v2 0/5] optimizations for many alternates
` [PATCH v2 1/5] speed up alt_odb_usable() with "
` [PATCH v2 2/5] avoid strlen via strbuf_addstr in link_alt_odb_entry
` [PATCH v2 3/5] make object_directory.loose_objects_subdir_seen a bitmap
` [PATCH v2 4/5] oidcpy_with_padding: constify `src' arg
` [PATCH v2 5/5] oidtree: a crit-bit tree for odb_loose_cache

[PATCH 0/3] Makefile: misc trivial fixes
 2021-06-29 19:25 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] Makefile: mark "check" target as .PHONY
  ` [PATCH v2 2/3] Makefile: stop hardcoding {command,config}-list.h
  ` [PATCH v2 3/3] Makefile: remove an out-of-date comment

Nonexistent changes appear rebasing but only with rebase.backend=apply
 2021-06-29 18:58 UTC  (7+ messages)

feedback/idea about "switch -C" force create
 2021-06-29 15:01 UTC  (4+ messages)

GIT_TERMINAL_PROMPT environment variable isn't honored properly
 2021-06-29 14:37 UTC  (3+ messages)

[PATCH v2 0/4] Use singular "they" when appropriate
 2021-06-29 12:29 UTC  (12+ messages)
` [PATCH v3 0/4] Avoid gendered pronouns
  ` [PATCH v3 4/4] CodingGuidelines: recommend singular they

[PATCH] test-lib.sh: set COLUMNS=80 for --verbose repeatability
 2021-06-29 11:29 UTC  (2+ messages)
` [PATCH v2] "


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 NNTP newsgroup(s).