git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-06-29 02:05:14 to 2021-07-01 11:55:29 UTC [more...]

[PATCH 0/8] refs: cleanup errno sideband ref related functions
 2021-07-01 11:34 UTC  (6+ 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: 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)

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

[PATCH] Makefile: add and use the ".DELETE_ON_ERROR" flag
 2021-07-01  3:54 UTC  (26+ messages)
` [PATCH v2] "

[PATCH 0/7] Optimization batch 14: trivial directory resolution
 2021-07-01  3:46 UTC  (8+ 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

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 v5 00/15] [GSOC][RFC] cat-file: reuse ref-filter logic
 2021-06-30 22:04 UTC  (3+ messages)
` [PATCH v6 "

[PATCH v2] bundle doc: rewrite the "DESCRIPTION" section
 2021-06-30 21:13 UTC  (11+ messages)
` [PATCH v3 0/3] bundle doc: generaliz & elaborate
  ` [PATCH v3 1/3] bundle doc: rewrite the "DESCRIPTION" section
  ` [PATCH v3 2/3] bundle doc: split out thin v.s. not discussion from <rev-arg>
  ` [PATCH v4 0/3] bundle doc: generalize & elaborate
    ` [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  (15+ 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 4/4] xmmap: inform Linux users of tuning knobs on ENOMEM
` [PATCH v2] "

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  (16+ messages)
` [PATCH v7 00/16] "
  ` [PATCH v7 05/16] t1092: add tests for status/add and sparse files
  ` [PATCH v7 06/16] unpack-trees: preserve cache_bottom
  ` [PATCH v7 07/16] unpack-trees: compare sparse directories correctly
  ` [PATCH v7 08/16] unpack-trees: rename unpack_nondirectories()
  ` [PATCH v7 09/16] unpack-trees: unpack sparse directory entries
  ` [PATCH v7 10/16] unpack-trees: handle dir/file conflict of sparse entries
  ` [PATCH v7 11/16] dir.c: accept a directory as part of cone-mode patterns
  ` [PATCH v7 12/16] diff-lib: handle index diffs with sparse dirs
  ` [PATCH v7 13/16] status: skip sparse-checkout percentage with sparse-index
  ` [PATCH v7 14/16] status: use sparse-index throughout
  ` [PATCH v7 15/16] wt-status: expand added sparse directory entries
  ` [PATCH v7 16/16] fsmonitor: integrate with sparse index

[PATCH v2 0/3] Speed up connectivity checks via bitmaps
 2021-06-30 13:52 UTC  (18+ 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

[PATCH 0/8] test-lib tests: split off subtest code in t0000 into lib-subtest.sh
 2021-06-30  7:04 UTC  (4+ messages)

[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  (10+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] Makefile: move ".PHONY: cscope" near its target
  ` [PATCH v2 2/5] Makefile: add QUIET_GEN to "cscope" target
  ` [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] "

Definition of "the Git repository"
 2021-06-29  6:59 UTC  (9+ messages)

Documentation Typo
 2021-06-29  6:48 UTC  (2+ messages)
` [PATCH] rev-list-options.txt: fix "not be not" typo

(no subject)
 2021-06-29  6:09 UTC  (6+ messages)
` Forcing git to use a pager without a tty

Why the Makefile is so eager to re-build & re-link
 2021-06-29  5:04 UTC  (6+ messages)

[PATCH 0/3] Empty untracked cache performance issue
 2021-06-29  4:42 UTC  (5+ messages)
` [PATCH 1/3] Add a second's delay to t7519 for untracked cache
` [PATCH 3/3] Write index when populating empty "

[PATCH 0/5] Sparse index: integrate with commit and checkout
 2021-06-29  2:13 UTC  (6+ messages)
` [PATCH 1/5] p2000: add 'git checkout -' test and decrease depth
` [PATCH 2/5] p2000: compress repo names
` [PATCH 3/5] commit: integrate with sparse-index
` [PATCH 4/5] sparse-index: recompute cache-tree
` [PATCH 5/5] checkout: stop expanding sparse indexes


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