messages from 2022-08-09 13:12:17 to 2022-08-12 02:57:06 UTC [more...]
[PATCH v1 0/2] tr2: shows the scope unconditionally with config
2022-08-12 2:56 UTC (3+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] api-trace2.txt: print config key-value pair
[ANNOUNCE] Git for Windows 2.37.2(2)
2022-08-12 0:31 UTC
[PATCH] fsmonitor: option to allow fsmonitor to run against network-mounted repos
2022-08-11 23:57 UTC (17+ messages)
` [PATCH v2 0/2] Option to allow fsmonitor to run against repos on network file systems
` [PATCH v2 1/2] fsmonitor: option to allow fsmonitor to run against network-mounted repos
` [PATCH v2 2/2] fsmonitor.allowRemote now overrides default behavior
` [PATCH v3] fsmonitor: option to allow fsmonitor to run against network-mounted repos
` [PATCH v4] "
[ANNOUNCE] Git for Windows 2.37.2
2022-08-11 23:22 UTC (3+ messages)
[ANNOUNCE] Git v2.37.2
2022-08-11 22:12 UTC (2+ messages)
[PATCH 00/20] parse-options: handle subcommands
2022-08-11 21:35 UTC (7+ messages)
` [PATCH 01/20] git.c: update NO_PARSEOPT markings
[PATCH] rev-list: support `--human-readable` option when applied `disk-usage`
2022-08-11 20:49 UTC (14+ messages)
` [PATCH v2] rev-list: support human-readable output for `--disk-usage`
` "
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "
[PATCH 0/7] Generalize 'scalar diagnose' into 'git bugreport --diagnose'
2022-08-11 20:30 UTC (36+ messages)
` [PATCH v2 00/10] Generalize 'scalar diagnose' into 'git diagnose' and "
` [PATCH v2 06/10] builtin/diagnose.c: create 'git diagnose' builtin
` [PATCH v2 08/10] builtin/bugreport.c: create '--diagnose' option
` [PATCH v2 09/10] scalar-diagnose: use 'git diagnose --all'
` [PATCH v3 00/11] Generalize 'scalar diagnose' into 'git diagnose' and 'git bugreport --diagnose'
` [PATCH v3 01/11] scalar-diagnose: use "$GIT_UNZIP" in test
` [PATCH v3 02/11] scalar-diagnose: avoid 32-bit overflow of size_t
` [PATCH v3 03/11] scalar-diagnose: add directory to archiver more gently
` [PATCH v3 04/11] scalar-diagnose: move 'get_disk_info()' to 'compat/'
` [PATCH v3 05/11] scalar-diagnose: move functionality to common location
` [PATCH v3 06/11] diagnose.c: add option to configure archive contents
` [PATCH v3 07/11] builtin/diagnose.c: create 'git diagnose' builtin
` [PATCH v3 08/11] builtin/diagnose.c: add '--mode' option
` [PATCH v3 09/11] builtin/bugreport.c: create '--diagnose' option
` [PATCH v3 10/11] scalar-diagnose: use 'git diagnose --mode=all'
` [PATCH v3 11/11] scalar: update technical doc roadmap
[PATCH 0/3] log: create tighter default decoration filter
2022-08-11 19:30 UTC (8+ messages)
` [PATCH v2 00/10] "
` [PATCH v2 06/10] log: add "
What's cooking in git.git (Aug 2022, #04; Thu, 11)
2022-08-11 19:01 UTC
[RFC/PATCH] pipe_command(): mark stdin descriptor as non-blocking
2022-08-11 18:20 UTC (25+ messages)
` [PATCH v2] "
` [PATCH] mingw: handle writes to non-blocking pipe
Better advertise Git for GSoC ?
2022-08-11 17:52 UTC
Partial-clone cause big performance impact on server
2022-08-11 17:22 UTC (2+ messages)
Fwd: Idea: add --squash to cherry-pick
2022-08-11 16:43 UTC (3+ messages)
fsck: BAD_FILEMODE diagnostic broken / never triggers
2022-08-11 16:24 UTC (16+ messages)
` [PATCH 0/3] actually detect bad file modes in fsck
` [PATCH 1/3] tree-walk: add a mechanism for getting non-canonicalized modes
` [PATCH 2/3] fsck: actually detect bad file modes in trees
` [PATCH 3/3] fsck: downgrade tree badFilemode to "info"
[PATCH v3 0/2] bundle URIs: design doc and initial git fetch --bundle-uri implementation
2022-08-11 15:42 UTC (7+ messages)
` [PATCH v4 0/2] bundle URIs: design doc
` [PATCH v4 1/2] docs: document bundle URI standard
` [PATCH v4 2/2] bundle-uri: add example bundle organization
[PATCH 0/5] Some fixes and an improvement for using CTest on Windows
2022-08-11 12:58 UTC (13+ messages)
` [PATCH 1/5] cmake: align CTest definition with Git's CI runs
` [PATCH 2/5] cmake: copy the merge tools for testing
` [PATCH 3/5] tests: explicitly skip `chmod` calls on Windows
` [PATCH 4/5] add -p: avoid ambiguous signed/unsigned comparison
` [PATCH 5/5] cmake: avoid editing t/test-lib.sh
[PATCH 0/2] cat-file: support NUL-delimited input with `-z`
2022-08-11 11:52 UTC (3+ messages)
` [PATCH 2/2] builtin/cat-file.c: "
[PATCH v4 0/8] cat-file: add --batch-command remote-object-info command
2022-08-11 10:58 UTC (5+ messages)
` [PATCH v5 6/6] cat-file: add remote-object-info to batch-command
[BUG] git rev-list --missing=allow-promisor
2022-08-11 8:12 UTC (2+ messages)
[PATCH v7 00/15] Rewrite the remaining merge strategies from shell to C
2022-08-10 21:20 UTC (21+ messages)
` [PATCH v8 00/14] "
` [PATCH v8 01/14] t6060: modify multiple files to expose a possible issue with merge-index
` [PATCH v8 02/14] t6060: add tests for removed files
` [PATCH v8 03/14] merge-index: libify merge_one_path() and merge_all()
` [PATCH v8 04/14] merge-index: drop the index
` [PATCH v8 05/14] merge-index: add a new way to invoke `git-merge-one-file'
` [PATCH v8 06/14] update-index: move add_cacheinfo() to read-cache.c
` [PATCH v8 07/14] merge-one-file: rewrite in C
` [PATCH v8 08/14] merge-resolve: "
` [PATCH v8 09/14] merge-recursive: move better_branch_name() to merge.c
` [PATCH v8 10/14] merge-octopus: rewrite in C
` [PATCH v8 11/14] merge: use the "resolve" strategy without forking
` [PATCH v8 12/14] merge: use the "octopus" "
` [PATCH v8 13/14] sequencer: use the "resolve" "
` [PATCH v8 14/14] sequencer: use the "octopus" "
[PATCH] [RFC] list-objects-filter: introduce new filter sparse:buffer=<spec>
2022-08-10 21:15 UTC (4+ messages)
[PATCH v3 0/3] t0021: convert perl script to C test-tool helper
2022-08-10 19:58 UTC (6+ messages)
` [PATCH v3 2/3] t0021: implementation the rot13-filter.pl script in C
[PATCH v4 0/7] mergetools: vimdiff: regression fixes and improvements
2022-08-10 19:37 UTC (10+ messages)
` [PATCH v4 1/7] mergetools: vimdiff: fix comment
` [PATCH v4 2/7] mergetools: vimdiff: make vimdiff3 actually work
` [PATCH v4 3/7] mergetools: vimdiff: silence annoying messages
` [PATCH v4 4/7] mergetools: vimdiff: fix for diffopt
` [PATCH v4 5/7] mergetools: vimdiff: rework tab logic
` [PATCH v4 6/7] mergetools: vimdiff: fix single window layouts
` [PATCH v4 7/7] mergetools: vimdiff: simplify tabfirst
Bug: Git-Alias is callable from outside a git repo
2022-08-10 19:14 UTC (2+ messages)
` "
[PATCH] tests: fix incorrect --write-junit-xml code
2022-08-10 18:44 UTC (6+ messages)
[PATCH v3 0/7] mergetools: vimdiff: regression fixes and improvements
2022-08-10 18:29 UTC (7+ messages)
` [PATCH v3 7/7] mergetools: vimdiff: restore selective diff mode
[PATCH v4 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
2022-08-10 17:51 UTC (15+ messages)
` [PATCH v5 "
` [PATCH v5 3/6] pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests
[PATCH 0/4] Add some Glossary terms, and extra renormalize information
2022-08-10 17:42 UTC (11+ messages)
` [PATCH 4/4] doc add: renormalize is not idempotent for CRCRLF
` [PATCH v2 0/1] .. Add extra renormalize information
` [PATCH v2 1/1] doc add: renormalize is not idempotent for CRCRLF
[BUG] Unicode filenames handling in `git log --stat`
2022-08-10 17:35 UTC (11+ messages)
[PATCH] Documentation/git-reflog: remove unneeded \ from \{
2022-08-10 16:55 UTC (5+ messages)
[PATCH 0/3] refs-advertise: add hook to filter advertised refs
2022-08-10 13:09 UTC (3+ messages)
[PATCH v1 0/4] rm: integrate with sparse-index
2022-08-10 12:47 UTC (8+ messages)
` [PATCH v2 "
` [PATCH v2 1/4] t1092: add tests for `git-rm`
` [PATCH v2 3/4] rm: expand the index only when necessary
[PATCH] mingw: include the Python parts in the build
2022-08-10 9:33 UTC (9+ messages)
` [PATCH v2 0/3] "
` Overriding creation factor in format-patch, was "
What's cooking in git.git (Aug 2022, #02; Fri, 5)
2022-08-10 9:26 UTC (4+ messages)
Bugreport: pack-objects died of signal 11
2022-08-09 16:56 UTC (10+ messages)
` [PATCH] revision.c: set-up "index_state.repo", don't segfault in pack-objects
What's cooking in git.git (Aug 2022, #03; Mon, 8)
2022-08-09 16:49 UTC (3+ messages)
` ds/* (was What's cooking in git.git (Aug 2022, #03; Mon, 8))
[PATCH v2 0/4] reset/checkout: fix miscellaneous sparse index bugs
2022-08-09 13:20 UTC (4+ messages)
` [PATCH v3 "
[PATCH v2 0/5] Bundle URIs II: git clone --bundle-uri
2022-08-09 13:11 UTC (3+ messages)
` [PATCH v3 "
` [PATCH v3 4/5] bundle-uri: add support for http(s):// and file://
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).