messages from 2021-02-16 21:24:15 to 2021-02-18 12:53:32 UTC [more...]
[PATCH 0/4] Check .gitmodules when using packfile URIs
2021-02-18 11:31 UTC (3+ messages)
[PATCH 4/4] fetch-pack: print and use dangling .gitmodules
2021-02-18 10:58 UTC (33+ messages)
` [PATCH 00/14] fsck: API improvements
` [PATCH v2 00/10] fsck: API improvements (no conflicts with 'seen')
` [PATCH v2 01/10] fsck.h: indent arguments to of fsck_set_msg_type
` [PATCH v2 02/10] fsck.h: use "enum object_type" instead of "int"
` [PATCH v2 03/10] fsck.c: rename variables in fsck_set_msg_type() for less confusion
` [PATCH v2 04/10] fsck.c: move definition of msg_id into append_msg_id()
` [PATCH v2 05/10] fsck.c: rename remaining fsck_msg_id "id" to "msg_id"
` [PATCH v2 06/10] fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
` [PATCH v2 07/10] fsck.c: call parse_msg_type() early in fsck_set_msg_type()
` [PATCH v2 08/10] fsck.c: undefine temporary STR macro after use
` [PATCH v2 09/10] fsck.c: give "FOREACH_MSG_ID" a more specific name
` [PATCH v2 10/10] fsck.h: update FSCK_OPTIONS_* for object_name
` [PATCH 01/14] fsck.h: indent arguments to of fsck_set_msg_type
` [PATCH 02/14] fsck.h: use use "enum object_type" instead of "int"
` [PATCH 03/14] fsck.c: rename variables in fsck_set_msg_type() for less confusion
` [PATCH 04/14] fsck.c: move definition of msg_id into append_msg_id()
` [PATCH 05/14] fsck.c: rename remaining fsck_msg_id "id" to "msg_id"
` [PATCH 06/14] fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
` [PATCH 07/14] fsck.c: call parse_msg_type() early in fsck_set_msg_type()
` [PATCH 08/14] fsck.c: undefine temporary STR macro after use
` [PATCH 09/14] fsck.c: give "FOREACH_MSG_ID" a more specific name
` [PATCH 10/14] fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.h
` [PATCH 11/14] fsck.c: pass along the fsck_msg_id in the fsck_error callback
` [PATCH 12/14] fsck.c: add an fsck_set_msg_type() API that takes enums
` [PATCH 13/14] fsck.h: update FSCK_OPTIONS_* for object_name
` [PATCH 14/14] fsck.c: move gitmodules_{found,done} into fsck_options
[PATCH 4/4] fetch-pack: print and use dangling .gitmodules
2021-02-18 12:07 UTC (5+ messages)
git-send-email: smtpserver in $HOME
2021-02-18 10:18 UTC (10+ messages)
[PATCH 0/3] fix some doc rendering issues since v2.30.0
2021-02-18 10:48 UTC (10+ messages)
` [PATCH 1/3] rev-list-options.txt: fix rendering of bonus paragraph
` [PATCH 2/3] git.txt: fix monospace rendering
` [PATCH 3/3] gitmailmap.txt: fix rendering of e-mail addresses
What's cooking in git.git (Feb 2021, #03; Wed, 17)
2021-02-18 10:44 UTC (4+ messages)
[PATCH 0/6][Outreachy] commit: Implementation of "amend!" commit
2021-02-18 10:15 UTC (13+ messages)
` [PATCH 1/6] sequencer: export subject_length()
` [PATCH 2/6] commit: add amend suboption to --fixup to create amend! commit
` [PATCH 3/6] commit: add a reword suboption to --fixup
` [PATCH 4/6] t7500: add tests for --fixup[amend|reword] options
` [PATCH 5/6] t3437: use --fixup with options to create amend! commit
` [PATCH 6/6] doc/git-commit: add documentation for fixup[amend|reword] options
[PATCH] test-lib-functions.sh: update comment on generate_zero_bytes()
2021-02-18 9:57 UTC
[PATCH v4] difftool.c: learn a new way start at specified file
2021-02-18 5:20 UTC (11+ messages)
` [PATCH v5 0/2] "
` [PATCH v5 2/2] "
[OUTREACHY][PATCH v2] doc: fix naming of response-end-pkt
2021-02-18 3:49 UTC (2+ messages)
[PATCH 00/10] repack: support repacking into a geometric sequence
2021-02-18 3:14 UTC (41+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 1/8] packfile: introduce 'find_kept_pack_entry()'
` [PATCH v2 2/8] revision: learn '--no-kept-objects'
` [PATCH v2 3/8] builtin/pack-objects.c: add '--stdin-packs' option
` [PATCH v2 5/8] p5303: measure time to repack with keep
` [PATCH v2 6/8] builtin/pack-objects.c: rewrite honor-pack-keep logic
` [PATCH v2 7/8] packfile: add kept-pack cache for find_kept_pack_entry()
` [PATCH v2 8/8] builtin/repack.c: add '--geometric' option
` [PATCH v3 0/8] repack: support repacking into a geometric sequence
` [PATCH v3 1/8] packfile: introduce 'find_kept_pack_entry()'
` [PATCH v3 2/8] revision: learn '--no-kept-objects'
` [PATCH v3 3/8] builtin/pack-objects.c: add '--stdin-packs' option
` [PATCH v3 4/8] p5303: add missing &&-chains
` [PATCH v3 5/8] p5303: measure time to repack with keep
` [PATCH v3 6/8] builtin/pack-objects.c: rewrite honor-pack-keep logic
` [PATCH v3 7/8] packfile: add kept-pack cache for find_kept_pack_entry()
` [PATCH v3 8/8] builtin/repack.c: add '--geometric' option
[PATCH v2] rm: honor sparse checkout patterns
2021-02-18 3:11 UTC (17+ messages)
` [RFC PATCH 0/7] add/rm: honor sparse checkout and warn on sparse paths
` [RFC PATCH 1/7] add --chmod: don't update index when --dry-run is used
` [RFC PATCH 2/7] add: include magic part of pathspec on --refresh error
` [RFC PATCH 3/7] t3705: add tests for `git add` in sparse checkouts
` [RFC PATCH 4/7] add: make --chmod and --renormalize honor "
` [RFC PATCH 5/7] pathspec: allow to ignore SKIP_WORKTREE entries on index matching
` [RFC PATCH 6/7] add: warn when pathspec only matches SKIP_WORKTREE entries
` [RFC PATCH 7/7] rm: honor sparse checkout patterns
[PATCH] read-cache: make the index write buffer size 128K
2021-02-18 2:48 UTC
[RFC PATCH] push: perform negotiation before sending packfile
2021-02-18 1:34 UTC (2+ messages)
New orphan worktree?
2021-02-18 1:26 UTC (4+ messages)
[PATCH 00/10] grep/pcre2: memory allocation fixes
2021-02-18 0:07 UTC (12+ messages)
` [PATCH v2 "
` [PATCH v2 01/10] grep/pcre2: drop needless assignment + assert() on opt->pcre2
` [PATCH v2 02/10] grep/pcre2: drop needless assignment to NULL
` [PATCH v2 03/10] grep/pcre2: correct reference to grep_init() in comment
` [PATCH v2 04/10] grep/pcre2: prepare to add debugging to pcre2_malloc()
` [PATCH v2 05/10] grep/pcre2: add GREP_PCRE2_DEBUG_MALLOC debug mode
` [PATCH v2 06/10] grep/pcre2: use compile-time PCREv2 version test
` [PATCH v2 07/10] grep/pcre2: use pcre2_maketables_free() function
` [PATCH v2 08/10] grep/pcre2: actually make pcre2 use custom allocator
` [PATCH v2 09/10] grep/pcre2: move back to thread-only PCREv2 structures
` [PATCH v2 10/10] grep/pcre2: move definitions of pcre2_{malloc,free}
[OUTREACHY][PATCH v1] doc: fix naming of response-end-pkt
2021-02-17 23:59 UTC (4+ messages)
[PATCH 0/2] rev-list --disk-usage
2021-02-17 23:44 UTC (13+ messages)
` [PATCH v2] "
` [PATCH 0/2] rev-list --disk-usage example docs
` [PATCH 1/2] docs/rev-list: add an examples section
` [PATCH 2/2] docs/rev-list: add some examples of --disk-usage
[PATCH v6 00/17] propose config-based hooks (part I)
2021-02-17 23:07 UTC (6+ messages)
` [PATCH v7 "
[PATCH v3 00/12] Simple IPC Mechanism
2021-02-17 21:48 UTC (14+ messages)
` [PATCH v4 "
` [PATCH v4 01/12] pkt-line: eliminate the need for static buffer in packet_write_gently()
` [PATCH v4 02/12] pkt-line: do not issue flush packets in write_packetized_*()
` [PATCH v4 03/12] pkt-line: (optionally) libify the packet readers
` [PATCH v4 04/12] pkt-line: add options argument to read_packetized_to_strbuf()
` [PATCH v4 05/12] simple-ipc: design documentation for new IPC mechanism
` [PATCH v4 06/12] simple-ipc: add win32 implementation
` [PATCH v4 07/12] unix-socket: elimiate static unix_stream_socket() helper function
` [PATCH v4 08/12] unix-socket: add backlog size option to unix_stream_listen()
` [PATCH v4 09/12] unix-socket: disallow chdir() when creating unix domain sockets
` [PATCH v4 10/12] unix-socket: create `unix_stream_server__listen_with_lock()`
` [PATCH v4 11/12] simple-ipc: add Unix domain socket implementation
` [PATCH v4 12/12] t0052: add simple-ipc tests and t/helper/test-simple-ipc tool
the git add command
2021-02-17 20:48 UTC (2+ messages)
RFC on packfile URIs and .gitmodules check
2021-02-17 20:11 UTC (9+ messages)
` [PATCH 0/4] Check .gitmodules when using packfile URIs
` [PATCH 2/4] http-fetch: allow custom index-pack args
` [PATCH 4/4] fetch-pack: print and use dangling .gitmodules
[Outreachy] Project blog - 9
2021-02-17 19:36 UTC
[PATCH 00/20] userdiff: refactor + test + doc + misc improvements
2021-02-17 19:01 UTC (20+ messages)
` [PATCH v2 09/27] userdiff tests: match full hunk headers
` [PATCH v2 10/27] blame tests: don't rely on t/t4018/ directory
` [PATCH v2 11/27] blame tests: simplify userdiff driver test
` [PATCH v2 18/27] gitattributes doc: reword discussion of built-in userdiff patterns
` [PATCH v2 19/27] gitattributes doc: document multi-line "
Considering merge --dry-run to foresee conflicts ahead of time
2021-02-17 18:39 UTC (2+ messages)
gitattributes export-subst and software versioning
2021-02-17 18:31 UTC (9+ messages)
` [PATCH 1/2] pretty: add %(describe)
` [PATCH 2/2] pretty: add merge and exclude options to %(describe)
[PATCH] generate-configlist.sh: Fix determinism issue
2021-02-17 17:53 UTC
[PATCH v2 0/9] stash show: learn --include-untracked and --only-untracked
2021-02-17 17:50 UTC (7+ messages)
` [PATCH v3 0/2] "
` [PATCH v3 1/2] stash show: teach "
Git in GSoC 2021 ?
2021-02-17 17:01 UTC (2+ messages)
[PATCH 0/1] blame: remove unnecessary use of get_commit_info()
2021-02-17 14:54 UTC (8+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
` [PATCH v2 1/1] "
[PATCH 00/11] FSMonitor Preliminary Commits
2021-02-17 1:54 UTC (4+ messages)
` [PATCH v2 "
[PATCH 00/25] grep: PCREv2 fixes, remove kwset.[ch]
2021-02-17 1:19 UTC (4+ messages)
` [PATCH v2 00/22] pickaxe: test and refactoring for follow-up changes
[PATCH] t/perf: handle worktrees as test repos
2021-02-16 22:56 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).