git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-22 18:28:46 to 2021-09-24 11:59:21 UTC [more...]

[PATCH 00/19] Adds reftable library code from https://github.com/hanwen/reftable
 2021-09-24 11:52 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 08/19] reftable: reading/writing blocks

[PATCH 0/6] Fix various issues around removal of untracked files/directories
 2021-09-24 11:47 UTC  (15+ messages)
` [PATCH 2/6] Split unpack_trees 'reset' flag into two for untracked handling
` [PATCH 5/6] Comment important codepaths regarding nuking untracked files/dirs
` [PATCH v2 0/6] Fix various issues around removal of untracked files/directories
  ` [PATCH v2 1/6] t2500: add various tests for nuking untracked files
  ` [PATCH v2 2/6] Change unpack_trees' 'reset' flag into an enum
  ` [PATCH v2 3/6] unpack-trees: avoid nuking untracked dir in way of unmerged file
  ` [PATCH v2 4/6] unpack-trees: avoid nuking untracked dir in way of locally deleted file
  ` [PATCH v2 5/6] Comment important codepaths regarding nuking untracked files/dirs
  ` [PATCH v2 6/6] Documentation: call out commands that nuke untracked files/directories

[PATCH] doc/technical: remove outdated MIDX default note
 2021-09-24 11:11 UTC  (8+ messages)
    ` [PATCH v2] doc/technical: update note about core.multiPackIndex
      ` [PATCH v3] "

[PATCH v5 0/3] difftool dir-diff symlink bug fix and cleanup patches
 2021-09-24 10:35 UTC  (7+ messages)
` [PATCH v5 1/3] difftool: fix symlink-file writing in dir-diff mode
` [PATCH v5 2/3] difftool: create a tmpdir path without repeated slashes
` [PATCH v5 3/3] difftool: add a missing space to the run_dir_diff() comments

[PATCH 0/8] Makefile: generate a hook-list.h, prep for config-based-hooks
 2021-09-24 10:19 UTC  (10+ messages)
` [PATCH 1/8] Makefile: mark "check" target as .PHONY
` [PATCH 2/8] Makefile: stop hardcoding {command,config}-list.h
` [PATCH 3/8] Makefile: don't perform "mv $@+ $@" dance for $(GENERATED_H)
` [PATCH 4/8] Makefile: remove an out-of-date comment
` [PATCH 5/8] hook.[ch]: move find_hook() from run-command.c to hook.c
` [PATCH 6/8] hook.c: add a hook_exists() wrapper and use it in bugreport.c
` [PATCH 7/8] hook.c users: use "hook_exists()" instead of "find_hook()"
` [PATCH 8/8] hook-list.h: add a generated list of hooks, like config-list.h

[PATCH 0/2] RFC: implement new zdiff3 conflict style
 2021-09-24 10:16 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] xdiff: implement a zealous diff3, or "zdiff3"

[PATCH] http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errors
 2021-09-24 10:08 UTC 

What's cooking in git.git (Sep 2021, #07; Thu, 23)
 2021-09-24  9:14 UTC  (4+ messages)
` js/win-lazyload-buildfix (was Re: What's cooking in git.git (Sep 2021, #07; Thu, 23))

[PATCH 00/13] [RFC] Sparse-checkout: modify 'git add', 'git rm', and 'git add' behavior
 2021-09-24  7:44 UTC  (3+ messages)
` [PATCH 03/13] dir: select directories correctly

[PATCH] send-email: move bash completions to core script
 2021-09-24  6:56 UTC  (11+ messages)
` [PATCH v4 0/3] send-email: shell completion improvements
    ` [PATCH v5 "
    ` [PATCH v5 1/3] send-email: terminate --git-completion-helper with LF
    ` [PATCH v5 2/3] send-email: programmatically generate bash completions
    ` [PATCH v5 3/3] send-email docs: add format-patch options

[PATCH] packfile: release bad_objects in close_pack()
 2021-09-24  6:10 UTC 

[PATCH v2 00/14] Sparse-checkout: modify 'git add', 'git rm', and 'git add' behavior
 2021-09-24  6:08 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/14] t3705: test that 'sparse_entry' is unstaged
  ` [PATCH v3 02/14] t1092: behavior for adding sparse files
  ` [PATCH v3 03/14] dir: extract directory-matching logic

[PATCH 0/5] const-correctness in grep.c
 2021-09-24  4:22 UTC  (19+ messages)
` [PATCH 1/5] grep: stop modifying buffer in strip_timestamp
` [PATCH 6/5] grep.c: mark eol/bol and derived as "const char * const"

[PATCH 0/3] Makefile: make "sparse" and "hdr-check" non-.PHONY
 2021-09-24  1:30 UTC  (18+ messages)
` [PATCH v2] Makefile: make the "sparse" target non-.PHONY

[PATCH v2 00/11] rebase: dereference tags
 2021-09-24  1:26 UTC  (3+ messages)
` [PATCH v3 00/10] "

ANSI sequences produced on non-ANSI terminal
 2021-09-24  0:58 UTC  (5+ messages)
  ` [PATCH] config: add an includeIf.env{Exists,Bool,Is,Match}

[PATCH v3 0/6] Implement a batched fsync option for core.fsyncObjectFiles
 2021-09-23 22:32 UTC  (16+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/6] core.fsyncobjectfiles: batched disk flushes
  ` [PATCH v4 4/6] update-index: use the bulk-checkin infrastructure
  ` [PATCH v4 5/6] core.fsyncobjectfiles: tests for batch mode

[PATCH] connect: also update offset for features without values
 2021-09-23 22:02 UTC  (5+ messages)

[PATCH] http: match headers case-insensitively when redacting
 2021-09-23 21:56 UTC  (15+ messages)
          ` [PATCH v2] "

[PATCH] Makefile: make COMPUTE_HEADER_DEPENDENCIES=auto work with DEVOPTS=pedantic
 2021-09-23 21:33 UTC  (19+ messages)
` [PATCH v2 0/2] Makefile: "pedantic" fallout on .depend and "compdb"
  ` [PATCH v2 1/2] Makefile: make COMPUTE_HEADER_DEPENDENCIES=auto work with DEVOPTS=pedantic
  ` [PATCH v2 2/2] Makefile: pass -Wno-pendantic under GENERATE_COMPILATION_DATABASE=yes

[PATCH 0/7] Builtin FSMonitor Part 1
 2021-09-23 20:47 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 7/7] t/helper/simple-ipc: convert test-simple-ipc to use start_bg_command

[PATCH cb/pedantic-build-for-developers] lazyload.h: fix warnings about mismatching function pointer types
 2021-09-23 21:00 UTC  (9+ messages)
` [PATCH] lazyload.h: use an even more generic function pointer than FARPROC
  ` [PATCH v2] "

[PATCH 0/9] No more adding submodule ODB as alternate
 2021-09-23 18:05 UTC  (4+ messages)
` [PATCH 1/9] refs: make _advance() check struct repo, not flag

[PATCH v2 0/5] help: fix usage nits & bugs, completion shellscript->C
 2021-09-23 18:05 UTC  (7+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 2/9] help: correct usage & behavior of "git help --guides"
  ` [PATCH v3 6/9] help: simplify by moving to OPT_CMDMODE()

What's cooking in git.git (Sep 2021, #06; Mon, 20)
 2021-09-23 17:41 UTC  (5+ messages)

[PATCH] bundle: remove ignored & undocumented "--verbose" flag
 2021-09-23 17:38 UTC  (2+ messages)

[PATCH v7 1/2] grep: refactor next_match() and match_one_pattern() for external use
 2021-09-23 17:25 UTC  (2+ messages)

[PATCH 0/5] rebase -i: a couple of small improvements
 2021-09-23 15:26 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] sequencer.c: factor out a function
  ` [PATCH v2 2/2] rebase: fix todo-list rereading

potentially unexpected credential-helper behavior when using Git CLI from Junit test started by Ant script running in Karaf environment installed as a Windows service
 2021-09-23 15:18 UTC  (2+ messages)

Bug: Documentation and behavior mismatch in and between git-archive and gitattributes/git-check-attr
 2021-09-23 14:52 UTC 

[PATCH 0/5] Builtin FSMonitor Part 2
 2021-09-23 14:11 UTC  (5+ messages)
` [PATCH 1/5] fsmonitor: enhance existing comments

[PATCH] MyFirstContribution: Document --range-diff option when writing v2
 2021-09-23 13:44 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

(no subject)
 2021-09-23 10:28 UTC  (2+ messages)
` (unsubscribe git)

[PATCH v7 0/2] add a test mode for SANITIZE=leak, run it in CI
 2021-09-23  9:20 UTC  (4+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/2] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS
  ` [PATCH v8 2/2] tests: add a test mode for SANITIZE=leak, run it in CI

[PATCH v2 1/8] midx: expose `write_midx_file_only()` publicly
 2021-09-23  3:09 UTC  (3+ messages)

[PATCH v2 4/8] builtin/repack.c: keep track of existing packs unconditionally
 2021-09-23  2:59 UTC  (3+ messages)

[PATCH v2 6/8] builtin/repack.c: support writing a MIDX while repacking
 2021-09-23  2:40 UTC  (3+ messages)

[PATCH 0/8] repack: introduce `--write-midx`
 2021-09-23  2:18 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/8] builtin/multi-pack-index.c: support `--stdin-packs` mode
  ` [PATCH v2 3/8] midx: preliminary support for `--refs-snapshot`

[PATCH] Makefile: avoid breaking compilation database generation with DEPELOPER
 2021-09-23  2:08 UTC  (8+ messages)
` [PATCH v2] Makefile: avoid breaking compilation database generation with DEVELOPER

[PATCH v7 2/2] tests: add a test mode for SANITIZE=leak, run it in CI
 2021-09-23  1:50 UTC  (3+ messages)
` [PATCH] fixup! "

[PATCH v2] difftool: fix word spacing in the usage strings
 2021-09-23  0:10 UTC  (2+ messages)

[PATCH] rev-parse: fix mismatch quoting of separator in the message
 2021-09-22 20:58 UTC  (7+ messages)

[PATCH] Makefile: clean .depend dirs under COMPUTE_HEADER_DEPENDENCIES != yes
 2021-09-22 20:31 UTC  (3+ messages)

[PATCH v3 0/5] repo-settings.c: refactor for clarity, get rid of hacks etc
 2021-09-22 20:23 UTC  (5+ messages)
` [PATCH v4 "

Memory leak with sparse-checkout
 2021-09-22 19:37 UTC  (13+ messages)

[PATCH v4 0/3] difftool dir-diff symlink bug fix and cleanup patches
 2021-09-22 18:43 UTC  (4+ 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).