messages from 2021-02-17 21:04:27 to 2021-02-19 19:16:25 UTC [more...]
[PATCH] read-cache: make the index write buffer size 128K
2021-02-19 19:12 UTC (2+ messages)
Git in GSoC 2021 ?
2021-02-19 18:26 UTC (11+ messages)
[PATCH 0/2] Add --no-filters option to git-add
2021-02-19 18:12 UTC (3+ messages)
` [PATCH 1/2] add: add option --no-filters to disable attribute-based filtering
` [PATCH 2/2] hash-object: use the new HASH_RAW flag instead of setting path to NULL
[RFC PATCH 0/7] add/rm: honor sparse checkout and warn on sparse paths
2021-02-19 17:11 UTC (20+ messages)
` [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 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
git credential cache timeout questions
2021-02-19 17:04 UTC (2+ messages)
[RFC][PATCH 0/2] rm: changes in the '.gitmodules' are staged after using '--cached'
2021-02-19 15:24 UTC (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] t3600: amend test 46 to check for '.gitmodules' modification
[PATCH v4] difftool.c: learn a new way start at specified file
2021-02-19 12:53 UTC (12+ messages)
` [PATCH v5 0/2] "
` [PATCH v6] "
[PATCH v3 00/17] Refactor chunk-format into an API
2021-02-19 12:42 UTC (21+ messages)
` [PATCH v4 "
` [PATCH v4 01/17] commit-graph: anonymize data in chunk_write_fn
` [PATCH v4 02/17] chunk-format: create chunk format write API
` [PATCH v4 03/17] commit-graph: use chunk-format "
` [PATCH v4 04/17] midx: rename pack_info to write_midx_context
` [PATCH v4 05/17] midx: use context in write_midx_pack_names()
` [PATCH v4 06/17] midx: add entries to write_midx_context
` [PATCH v4 07/17] midx: add pack_perm "
` [PATCH v4 08/17] midx: add num_large_offsets "
` [PATCH v4 09/17] midx: return success/failure in chunk write methods
` [PATCH v4 10/17] midx: drop chunk progress during write
` [PATCH v4 11/17] midx: use chunk-format API in write_midx_internal()
` [PATCH v4 12/17] chunk-format: create read chunk API
` [PATCH v4 13/17] commit-graph: use chunk-format read API
` [PATCH v4 14/17] midx: "
` [PATCH v4 15/17] midx: use 64-bit multiplication for chunk sizes
` [PATCH v4 16/17] chunk-format: restore duplicate chunk checks
` [PATCH v4 17/17] chunk-format: add technical docs
[PATCH 0/3] Speed up remove_redundant()
2021-02-19 12:34 UTC (11+ messages)
` [PATCH v2 0/5] "
` [PATCH v3 "
` [PATCH v3 1/5] commit-reach: reduce requirements for remove_redundant()
` [PATCH v3 2/5] commit-reach: use one walk in remove_redundant()
` [PATCH v3 3/5] commit-reach: move compare_commits_by_gen
` [PATCH v3 4/5] commit-reach: use heuristic in remove_redundant()
` [PATCH v3 5/5] commit-reach: stale commits may prune generation further
[PATCH v4 0/2] negative-refspec: fix segfault on : refspec
2021-02-19 9:32 UTC (4+ messages)
` [PATCH v5 "
` [PATCH v5 1/2] "
[PATCH] negative-refspec: fix segfault on : refspec
2021-02-19 9:28 UTC (3+ messages)
[PATCH 0/3] fix some doc rendering issues since v2.30.0
2021-02-19 6:33 UTC (11+ messages)
` [PATCH 2/3] git.txt: fix monospace rendering
` [PATCH 3/3] gitmailmap.txt: fix rendering of e-mail addresses
[PATCH 0/6][Outreachy] commit: Implementation of "amend!" commit
2021-02-19 6:10 UTC (20+ 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 6/6] doc/git-commit: add documentation for fixup[amend|reword] options
What's cooking in git.git (Feb 2021, #03; Wed, 17)
2021-02-19 6:14 UTC (8+ messages)
What's cooking in git.git (Feb 2021, #04; Thu, 18)
2021-02-19 3:11 UTC
RFC on packfile URIs and .gitmodules check
2021-02-19 1:08 UTC (5+ messages)
` [PATCH 0/4] Check .gitmodules when using packfile URIs
[PATCH 4/4] fetch-pack: print and use dangling .gitmodules
2021-02-19 0:54 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 02/14] fsck.h: use use "enum object_type" instead of "int"
[RFC PATCH] push: perform negotiation before sending packfile
2021-02-19 0:42 UTC (6+ messages)
[PATCH] rebase: add a config option for --no-fork-point
2021-02-18 23:29 UTC (8+ messages)
[PATCH 00/17] use config-based hooks (config-based hooks part
2021-02-18 22:32 UTC (3+ messages)
` [PATCH v3 00/17] use config-based hooks (config-based hooks part II)
[PATCH v7 09/17] hook: replace find_hook() with hook_exists()
2021-02-18 22:23 UTC (3+ messages)
git subtree pull vs git pull
2021-02-18 19:49 UTC
[PATCH] test-lib-functions.sh: update comment on generate_zero_bytes()
2021-02-18 17:03 UTC (2+ messages)
[PATCH v2] git-gui: remove lines starting with the comment character
2021-02-18 18:19 UTC
[PATCH v2] gitk: tag add right click options
2021-02-18 15:55 UTC (2+ messages)
` [PATCH v3] "
git-send-email: smtpserver in $HOME
2021-02-18 12:57 UTC (7+ messages)
[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 12:07 UTC (3+ messages)
[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 (17+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 7/8] packfile: add kept-pack cache for find_kept_pack_entry()
` [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
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 (3+ 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
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).