git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-24 18:32:25 to 2021-09-27 21:44:49 UTC [more...]

[PATCH v9 0/3] maintenance: add support for systemd timers on Linux
 2021-09-27 21:44 UTC  (7+ messages)
` [PATCH v10 "

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

[PATCH 0/1] maintenance: fix test t7900-maintenance.sh
 2021-09-27 21:30 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/6] Fix various issues around removal of untracked files/directories
 2021-09-27 21:31 UTC  (23+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/6] Change unpack_trees' 'reset' flag into an enum
  ` [PATCH v2 5/6] Comment important codepaths regarding nuking untracked files/dirs
  ` [PATCH v3 00/11] Fix various issues around removal of untracked files/directories
    ` [PATCH v3 01/11] t2500: add various tests for nuking untracked files
    ` [PATCH v3 02/11] checkout, read-tree: fix leak of unpack_trees_options.dir
    ` [PATCH v3 03/11] read-tree, merge-recursive: overwrite ignored files by default
    ` [PATCH v3 04/11] unpack-trees: introduce preserve_ignored to unpack_trees_options
    ` [PATCH v3 05/11] unpack-trees: make dir an internal-only struct
    ` [PATCH v3 06/11] Remove ignored files by default when they are in the way
    ` [PATCH v3 07/11] Change unpack_trees' 'reset' flag into an enum
    ` [PATCH v3 08/11] unpack-trees: avoid nuking untracked dir in way of unmerged file
    ` [PATCH v3 09/11] unpack-trees: avoid nuking untracked dir in way of locally deleted file
    ` [PATCH v3 10/11] Comment important codepaths regarding nuking untracked files/dirs
    ` [PATCH v3 11/11] Documentation: call out commands that nuke untracked files/directories

Bug Report: git ls-files -d
 2021-09-27 21:21 UTC  (2+ messages)

[PATCH v4 0/6] Implement a batched fsync option for core.fsyncObjectFiles
 2021-09-27 21:03 UTC  (26+ messages)
` [PATCH v5 0/7] "
  ` [PATCH v5 1/7] object-file.c: do not rename in a temp odb
  ` [PATCH v5 2/7] bulk-checkin: rename 'state' variable and separate 'plugged' boolean
  ` [PATCH v5 3/7] core.fsyncobjectfiles: batched disk flushes
  ` [PATCH v5 4/7] update-index: use the bulk-checkin infrastructure
  ` [PATCH v5 5/7] unpack-objects: "
  ` [PATCH v5 6/7] core.fsyncobjectfiles: tests for batch mode
  ` [PATCH v5 7/7] core.fsyncobjectfiles: performance tests for add and stash
  ` [PATCH v6 0/8] Implement a batched fsync option for core.fsyncObjectFiles
    ` [PATCH v6 1/8] object-file.c: do not rename in a temp odb
    ` [PATCH v6 2/8] bulk-checkin: rename 'state' variable and separate 'plugged' boolean
    ` [PATCH v6 3/8] core.fsyncobjectfiles: batched disk flushes
    ` [PATCH v6 4/8] core.fsyncobjectfiles: add windows support for batch mode
    ` [PATCH v6 5/8] update-index: use the bulk-checkin infrastructure
    ` [PATCH v6 6/8] unpack-objects: "
    ` [PATCH v6 7/8] core.fsyncobjectfiles: tests for batch mode
    ` [PATCH v6 8/8] core.fsyncobjectfiles: performance tests for add and stash

[PATCH v3 00/14] Sparse-checkout: modify 'git add', 'git rm', and 'git add' behavior
 2021-09-27 20:51 UTC  (4+ messages)
` [PATCH v4 00/13] Sparse-checkout: modify 'git add', 'git rm', and 'git mv' behavior

[PATCH v3 00/15] [RFC] Upstreaming the Scalar command
 2021-09-27 20:32 UTC  (7+ messages)
` [PATCH v4 00/15] "
  ` [PATCH v4 01/15] scalar: create a rudimentary executable

[PATCH 0/5] Designated initializer cleanup & conversion
 2021-09-27 20:25 UTC  (19+ messages)
` [PATCH 1/5] submodule-config.h: remove unused SUBMODULE_INIT macro
` [PATCH 2/5] *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom
` [PATCH 3/5] *.h _INIT macros: don't specify fields equal to 0
` [PATCH 4/5] *.h: move some *_INIT to designated initializers
` [PATCH 5/5] cbtree.h: define cb_init() in terms of CBTREE_INIT
` [PATCH v2 0/5] Designated initializer cleanup & conversion
  ` [PATCH v2 1/5] submodule-config.h: remove unused SUBMODULE_INIT macro
  ` [PATCH v2 2/5] *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom
  ` [PATCH v2 3/5] *.h _INIT macros: don't specify fields equal to 0
  ` [PATCH v2 4/5] *.h: move some *_INIT to designated initializers
  ` [PATCH v2 5/5] cbtree.h: define cb_init() in terms of CBTREE_INIT

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

[PATCH v2] lazyload.h: use an even more generic function pointer than FARPROC
 2021-09-27 20:13 UTC  (8+ messages)
` [PATCH v3 0/2] js/win-lazyload-buildfix
  ` [PATCH v3 1/2] lazyload.h: fix warnings about mismatching function pointer types
  ` [PATCH v3 2/2] lazyload.h: use an even more generic function pointer than FARPROC

[PATCH] doc: fix capitalization in porcelain v2 section
 2021-09-27 20:12 UTC  (3+ messages)

[PATCH 0/16] enabling GIT_REF_PARANOIA by default
 2021-09-27 19:49 UTC  (22+ messages)
` [PATCH 01/16] t7900: clean up some more broken refs
` [PATCH 02/16] t5516: don't use HEAD ref for invalid ref-deletion tests
` [PATCH 03/16] t5600: provide detached HEAD for corruption failures
` [PATCH 04/16] t5312: drop "verbose" helper
` [PATCH 05/16] t5312: create bogus ref as necessary
` [PATCH 06/16] t5312: test non-destructive repack
` [PATCH 07/16] t5312: be more assertive about command failure
` [PATCH 08/16] refs-internal.h: move DO_FOR_EACH_* flags next to each other
` [PATCH 09/16] refs-internal.h: reorganize DO_FOR_EACH_* flag documentation
` [PATCH 10/16] refs: add DO_FOR_EACH_OMIT_DANGLING_SYMREFS flag
` [PATCH 11/16] refs: omit dangling symrefs when using GIT_REF_PARANOIA
` [PATCH 12/16] refs: turn on GIT_REF_PARANOIA by default
` [PATCH 13/16] repack, prune: drop GIT_REF_PARANOIA settings
` [PATCH 14/16] ref-filter: stop setting FILTER_REFS_INCLUDE_BROKEN
` [PATCH 15/16] ref-filter: drop broken-ref code entirely
` [PATCH 16/16] refs: drop "broken" flag from for_each_fullref_in()

[PATCH] connect: also update offset for features without values
 2021-09-27 19:47 UTC  (10+ messages)
` [PATCH v2] "

git-blame: '--color-by-age' option not documented in manual page
 2021-09-27 19:44 UTC  (4+ messages)
` [PATCH] blame: document --color-* options

[INFO] Does Git GUI support Dark Mode on Windows 10 ?
 2021-09-27 18:08 UTC  (6+ messages)

[PATCH 0/3] Use default values from settings instead of config
 2021-09-27 17:59 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/7] In grep, no adding submodule ODB as alternates
 2021-09-27 17:30 UTC  (6+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 6/8] grep: add repository to OID grep sources
      ` [RFC PATCH 0/3] grep: don'\''t add subrepos to in-memory alternates

What's cooking in git.git (Sep 2021, #07; Thu, 23)
 2021-09-27 17:33 UTC  (5+ messages)
` js/win-lazyload-buildfix (was Re: What's cooking in git.git (Sep 2021, #07; Thu, 23))

New built-in fsmonitor: messages accidentally on stdout?
 2021-09-27 13:52 UTC  (3+ messages)

[PATCH 0/7] Builtin FSMonitor Part 1
 2021-09-27 13:37 UTC  (6+ messages)
` [PATCH v2 "

[PATCH 0/6] Non-trivial designated initializer conversion
 2021-09-27 12:58 UTC  (15+ messages)
` [PATCH 1/6] daemon.c: refactor hostinfo_init() to HOSTINFO_INIT macro
` [PATCH 2/6] builtin/blame.c: refactor commit_info_init() to COMMIT_INFO_INIT macro
` [PATCH 3/6] shortlog: use designated initializer for "struct shortlog"
` [PATCH 4/6] urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT
` [PATCH 5/6] builtin/remote.c: add and use a REF_STATES_INIT
` [PATCH 6/6] builtin/remote.c: add and use SHOW_INFO_INIT
` [PATCH v2 0/5] Non-trivial designated initializer conversion
  ` [PATCH v2 1/5] daemon.c: refactor hostinfo_init() to HOSTINFO_INIT macro
  ` [PATCH v2 2/5] builtin/blame.c: refactor commit_info_init() to COMMIT_INFO_INIT macro
  ` [PATCH v2 3/5] urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT
  ` [PATCH v2 4/5] builtin/remote.c: add and use a REF_STATES_INIT
  ` [PATCH v2 5/5] builtin/remote.c: add and use SHOW_INFO_INIT

[BUG REPORT] split-index behavior during interactive rebase
 2021-09-27  2:17 UTC  (3+ messages)

BUG: git log dies to SIGPIPE
 2021-09-27  0:29 UTC  (3+ messages)

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

[PATCH] git(1): Define "porcelain commands"
 2021-09-25 16:36 UTC  (2+ messages)

[PATCH v4 0/3] send-email: shell completion improvements
 2021-09-25  6:13 UTC  (12+ messages)
` [PATCH v5 "
` [PATCH v5 3/3] send-email docs: add format-patch options

[PATCH] http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errors
 2021-09-24 21:24 UTC  (2+ messages)

Wrong option -h in grep, ls-remote, and show-ref
 2021-09-24 21:21 UTC  (6+ messages)
` [PATCH 0/3] show-ref, ls-remote, grep: fix -h handling
  ` [PATCH 1/3] show-ref: remove unused custom handling of -h

pull failed - why should I receive this message
 2021-09-24 20:49 UTC  (11+ messages)

[PATCH] packfile: release bad_objects in close_pack()
 2021-09-24 20:21 UTC  (2+ messages)

[PATCH 1/9] refs: make _advance() check struct repo, not flag
 2021-09-24 19:55 UTC  (3+ messages)

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

[PATCH 0/5] rebase -i: a couple of small improvements
 2021-09-24 19:24 UTC  (3+ messages)
` [PATCH v2 0/2] "

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

[PATCH] send-email: clarify dual-mode behavior
 2021-09-24 18:55 UTC  (3+ 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).