messages from 2021-03-01 15:04:07 to 2021-03-04 15:30:19 UTC [more...]
[PATCH] Update 'make fuzz-all' docs to reflect modern clang
2021-03-04 15:26 UTC (3+ messages)
[PATCH v2 6/7] add: warn when pathspec only matches SKIP_WORKTREE entries
2021-03-04 15:23 UTC (2+ messages)
[PATCH v3 00/12] Simple IPC Mechanism
2021-03-04 15:13 UTC (33+ messages)
` [PATCH v4 "
` [PATCH v4 01/12] pkt-line: eliminate the need for static buffer in packet_write_gently()
` [PATCH v4 03/12] pkt-line: (optionally) libify the packet readers
` [PATCH v4 05/12] simple-ipc: design documentation for new IPC mechanism
` [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 12/12] t0052: add simple-ipc tests and t/helper/test-simple-ipc tool
[L10N] Kickoff for Git 2.31.0 round #2
2021-03-04 14:53 UTC
[PATCH] format-patch: allow a non-integral version numbers
2021-03-04 12:49 UTC (10+ messages)
` [PATCH v2] "
` [PATCH v3] "
Proposalö git push -F
2021-03-04 10:02 UTC (3+ messages)
git pull unclear manual
2021-03-04 11:52 UTC (3+ messages)
bug: conflicting core.bare setting causes segfault during bare clone
2021-03-04 11:48 UTC (4+ messages)
Can I convince the diff algorithm to behave better?
2021-03-04 9:52 UTC (4+ messages)
[PATCH v3 0/6][Outreachy] commit: Implementation of "amend!" commit
2021-03-04 9:01 UTC (40+ messages)
` [PATCH v3 1/6] sequencer: export subject_length()
` [PATCH v3 2/6] commit: add amend suboption to --fixup to create amend! commit
` [PATCH v3 3/6] commit: add a reword suboption to --fixup
` [PATCH v3 4/6] t7500: add tests for --fixup=[amend|reword] options
` [PATCH v3 6/6] doc/git-commit: add documentation for fixup=[amend|reword] options
[ANNOUNCE] Git v2.31.0-rc1
2021-03-04 8:14 UTC (5+ messages)
[PATCH 0/8] Optimization batch 9: avoid detecting irrelevant renames
2021-03-04 7:54 UTC (3+ messages)
[PATCH v4] builtin/clone.c: add --reject-shallow option
2021-03-04 6:26 UTC (7+ messages)
` [PATCH v5] "
` "
[PATCH v2 15/15] pack-revindex: write multi-pack reverse indexes
2021-03-04 3:06 UTC (5+ messages)
[PATCH v2 08/15] midx: allow marking a pack as preferred
2021-03-04 3:04 UTC (5+ messages)
[PATCH v2 04/15] builtin/multi-pack-index.c: split sub-commands
2021-03-04 3:02 UTC (5+ messages)
[PATCH v2 12/15] Documentation/technical: describe multi-pack reverse indexes
2021-03-04 2:03 UTC (5+ messages)
[PATCH v4] builtin/clone.c: add --reject-shallow option
2021-03-04 1:53 UTC (6+ messages)
` "
[PATCH v3 0/2] stash show: learn --include-untracked and --only-untracked
2021-03-04 1:42 UTC (7+ messages)
` [PATCH v4 "
` [PATCH v4 1/2] stash show: teach "
` [PATCH v4 2/2] stash show: learn stash.showIncludeUntracked
[PATCH] branch: return error when --list finds no matches
2021-03-04 1:27 UTC (2+ messages)
[PATCH] Fix small typo in .gitignore documentation
2021-03-04 1:16 UTC (2+ messages)
[PATCH] t9801: replace test -f with test_path_is_file
2021-03-04 1:11 UTC (2+ messages)
Round-tripping fast-export/import changes commit hashes
2021-03-04 0:55 UTC (15+ messages)
[PATCH 0/3] docs: misc cleanup
2021-03-04 0:43 UTC (5+ messages)
` [PATCH v2 0/2] git-cat-file.txt: doc cleanup
` [PATCH v2 1/2] git-cat-file.txt: monospace args, placeholders and filenames
` [PATCH v2 2/2] git-cat-file.txt: remove references to "sha1"
[PATCH] wrapper: add workaround for open() returning EINTR
2021-03-04 0:47 UTC (11+ messages)
` [PATCH v2] Makefile: add OPEN_RETURNS_EINTR knob
` [PATCH] config.mak.uname: enable OPEN_RETURNS_EINTR for macOS Big Sur
[PATCH 00/10] grep/pcre2: memory allocation fixes
2021-03-04 0:34 UTC (11+ messages)
` [PATCH v2 "
` [PATCH v2 06/10] grep/pcre2: use compile-time PCREv2 version test
` [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}
[PATCH v2 2/3] grep: make PCRE2 aware of custom allocator
2021-03-04 0:16 UTC (3+ messages)
` [PATCH 07/10] grep/pcre2: use pcre2_maketables_free() function
[PATCH v4] clone: document partial clone section
2021-03-03 19:25 UTC (3+ messages)
` [PATCH v5] "
2.31.0-rc0 Update
2021-03-03 19:56 UTC
[PATCH] coccicheck: optionally batch spatch invocations
2021-03-03 11:45 UTC (4+ messages)
` [PATCH] Makefile: fix bugs in coccicheck and speed it up
[PATCH v2 13/15] pack-revindex: read multi-pack reverse indexes
2021-03-03 15:27 UTC (3+ messages)
What's cooking in git.git (Mar 2021, #01; Tue, 2)
2021-03-03 10:14 UTC
[ANNOUNCE] Git for Windows 2.31.0-rc1
2021-03-03 18:38 UTC
[PATCH] describe: dont abort too early when searching tags
2021-03-03 6:35 UTC (13+ messages)
` [PATCH 02/10] describe tests: refactor away from glob matching
` [PATCH 03/10] describe tests: always assert empty stderr from "describe"
` [PATCH 04/10] test-lib functions: add an --annotated-tag option to "test_commit"
` [PATCH 05/10] describe tests: convert setup to use test_commit
` [PATCH 10/10] test-lib: return 1 from test_expect_{success,failure}
gitattributes export-subst and software versioning
2021-03-02 16:00 UTC (16+ messages)
` [PATCH 1/2] pretty: add %(describe)
` [PATCH 2/2] pretty: add merge and exclude options to %(describe)
[PATCH v7 15/17] hook: provide stdin by string_list or callback
2021-03-02 23:33 UTC (4+ messages)
[PATCH 0/4] Documentation updates to FAQ and git-archive
2021-03-03 6:55 UTC (9+ messages)
` [PATCH 3/4] docs: add a FAQ section on push and fetch problems
` [PATCH 4/4] docs: note that archives are not stable
Argument list too long when fetching many missing objects from partial clone
2021-03-03 0:42 UTC (5+ messages)
[PATCH] git-mv: fix git mv bug with case insensitive fs
2021-03-01 23:59 UTC (9+ messages)
` [PATCH v2 1/1] git mv foo FOO ; git mv foo bar gave an assert
` [EXTERNAL] "
` [PATCH v3 "
[PATCH] Add support for C# record types
2021-03-02 0:58 UTC
[PATCH] commit-graph: warn about incompatibilities only when trying to write
2021-03-01 22:21 UTC (7+ messages)
[PATCH] pack-revindex.c: don't close unopened file descriptors
2021-03-01 22:18 UTC (3+ messages)
[PATCH v6 00/17] propose config-based hooks (part I)
2021-03-01 22:19 UTC (9+ messages)
` [PATCH v7 "
[PATCH] t/perf: handle worktrees as test repos
2021-03-01 22:03 UTC (4+ messages)
` [PATCH v2] t/perf worktree improvements
partial clone: promisor fetch during push (pack-objects)
2021-03-01 20:55 UTC (2+ messages)
Submodules and SHA-256/SHA-1 interoperability
2021-03-01 19:28 UTC (2+ messages)
[PATCH] docs: clarified that --lost-found implies --no-reflogs
2021-03-01 19:02 UTC (2+ messages)
[BUG?] git submodule update --remote assumes 'origin' remote
2021-03-01 17:17 UTC (4+ messages)
[PATCH] githooks.txt: Clarify documentation on reference-transaction hook
2021-03-01 16:54 UTC (5+ messages)
` [PATCH v2 1/2] githooks.txt: Replace mentions of SHA-1 specific properties
` [PATCH v2 2/2] githooks.txt: Clarify documentation on reference-transaction hook
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).