git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-24 12:04:41 to 2021-09-27 12:58:56 UTC [more...]

[PATCH 0/6] Non-trivial designated initializer conversion
 2021-09-27 12:58 UTC  (13+ 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 0/5] Designated initializer cleanup & conversion
 2021-09-27 12:54 UTC  (18+ 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 v9 0/3] maintenance: add support for systemd timers on Linux
 2021-09-27 12:50 UTC  (6+ messages)
` [PATCH v10 "

[PATCH 0/7] In grep, no adding submodule ODB as alternates
 2021-09-27 12:08 UTC  (4+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 6/8] grep: add repository to OID grep sources

[PATCH 0/8] Makefile: generate a hook-list.h, prep for config-based-hooks
 2021-09-27 10:38 UTC  (21+ 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

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

New built-in fsmonitor: messages accidentally on stdout?
 2021-09-27  9:32 UTC  (2+ messages)

[PATCH v2] lazyload.h: use an even more generic function pointer than FARPROC
 2021-09-27  2:58 UTC  (5+ 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

[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 v4 0/6] Implement a batched fsync option for core.fsyncObjectFiles
 2021-09-27  0:27 UTC  (23+ 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/15] [RFC] Upstreaming the Scalar command
 2021-09-26 19:15 UTC  (6+ messages)
` [PATCH v4 00/15] "
  ` [PATCH v4 01/15] scalar: create a rudimentary executable

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

[PATCH] connect: also update offset for features without values
 2021-09-26 15:58 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 0/6] Fix various issues around removal of untracked files/directories
 2021-09-26  6:50 UTC  (11+ messages)
` [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 2/6] Change unpack_trees' 'reset' flag into an enum
  ` [PATCH v2 5/6] Comment important codepaths regarding nuking untracked files/dirs

[PATCH] doc: fix capitalization in porcelain v2 section
 2021-09-26  3:48 UTC 

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

git-blame: '--color-by-age' option not documented in manual page
 2021-09-25 12:24 UTC  (3+ messages)
` [PATCH] blame: document --color-* options

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

[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  (12+ messages)
` [PATCH 0/3] show-ref, ls-remote, grep: fix -h handling
  ` [PATCH 1/3] show-ref: remove unused custom handling of -h
  ` [PATCH 2/3] ls-remote: remove documentation for custom -h option
  ` [PATCH 3/3] grep: pass PARSE_OPT_NO_INTERNAL_HELP, fix odd -h handling

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

[PATCH 0/16] enabling GIT_REF_PARANOIA by default
 2021-09-24 20:22 UTC  (18+ 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] 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  (9+ 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  (5+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] rebase: fix todo-list rereading

[PATCH v8 1/2] grep: refactor next_match() and match_one_pattern() for external use
 2021-09-24 19:23 UTC  (3+ messages)
` [PATCH v8 2/2] pretty: colorize pattern matches in commit messages

[PATCH] send-email: clarify dual-mode behavior
 2021-09-24 18:55 UTC  (3+ messages)

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

[PATCH v2 8/8] builtin/repack.c: pass `--refs-snapshot` when writing bitmaps
 2021-09-24 18:22 UTC  (2+ messages)

[PATCH 0/2] documentation: handle non-existing html pages and document 'git version'
 2021-09-24 17:59 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] documentation: add documentation for "
    ` Is "make check-docs" useful anymore?

Feature Request: `git commit --amend-to`
 2021-09-24 17:15 UTC  (2+ messages)

[PATCH v2 00/14] Sparse-checkout: modify 'git add', 'git rm', and 'git add' behavior
 2021-09-24 15:39 UTC  (22+ messages)
` [PATCH v3 "
  ` [PATCH v3 03/14] dir: extract directory-matching logic
  ` [PATCH v4 00/13] Sparse-checkout: modify 'git add', 'git rm', and 'git mv' behavior
    ` [PATCH v4 01/13] t3705: test that 'sparse_entry' is unstaged
    ` [PATCH v4 02/13] t1092: behavior for adding sparse files
    ` [PATCH v4 03/13] dir: select directories correctly
    ` [PATCH v4 04/13] dir: fix pattern matching on dirs
    ` [PATCH v4 05/13] add: fail when adding an untracked sparse file
    ` [PATCH v4 06/13] add: skip tracked paths outside sparse-checkout cone
    ` [PATCH v4 07/13] add: implement the --sparse option
    ` [PATCH v4 08/13] add: update --chmod to skip sparse paths
    ` [PATCH v4 09/13] add: update --renormalize "
    ` [PATCH v4 10/13] rm: add --sparse option
    ` [PATCH v4 11/13] rm: skip sparse paths with missing SKIP_WORKTREE
    ` [PATCH v4 12/13] mv: refuse to move sparse paths
    ` [PATCH v4 13/13] advice: update message to suggest '--sparse'

[PATCH v7 1/2] grep: refactor next_match() and match_one_pattern() for external use
 2021-09-24 12:04 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).