messages from 2021-10-11 21:55:39 to 2021-10-13 22:28:41 UTC [more...]
[PATCH v2 0/8] progress: assert "global_progress" + test fixes / cleanup
2021-10-13 22:28 UTC (8+ messages)
` [PATCH v3 00/10] "
` [PATCH v3 01/10] leak tests: fix a memory leaks in "test-progress" helper
` [PATCH v3 02/10] progress.c test helper: add missing braces
` [PATCH v3 03/10] progress.c tests: make start/stop verbs on stdin
` [PATCH v3 04/10] progress.c tests: test some invalid usage
` [PATCH v3 05/10] progress.c: move signal handler functions lower
` [PATCH v3 06/10] progress.c: call progress_interval() from progress_test_force_update()
[PATCH] ci(windows): ensure that we do not pick up random executables
2021-10-13 22:01 UTC (3+ messages)
[PATCH 0/2] remote: replace static variables with struct remote_state
2021-10-13 22:00 UTC (12+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] remote: move static variables into per-repository struct
` [PATCH v2 2/3] remote: use remote_state parameter internally
` [PATCH v2 3/3] remote: add struct repository parameter to external functions
[PATCH] t/perf/perf-lib.sh: remove test_times.* at the end test_perf_()
2021-10-13 21:09 UTC (4+ messages)
[PATCH v2 0/5] Builtin FSMonitor Part 2
2021-10-13 20:31 UTC (7+ messages)
` [PATCH v3 "
` [PATCH v3 1/5] fsmonitor: enhance existing comments
` [PATCH v3 2/5] fsmonitor-ipc: create client routines for git-fsmonitor--daemon
` [PATCH v3 3/5] fsmonitor: config settings are repository-specific
` [PATCH v3 4/5] fsmonitor: use IPC to query the builtin FSMonitor daemon
` [PATCH v3 5/5] fsmonitor: update fsmonitor config documentation
[PATCH] Documentation: specify base point when generating MyFirstContribution patchset
2021-10-13 20:30 UTC (2+ messages)
[RFC PATCH 0/2] Conditional config includes based on remote URL
2021-10-13 19:52 UTC (14+ messages)
` [RFC PATCH 1/2] config: make git_config_include() static
` [RFC PATCH 2/2] config: include file if remote URL matches a glob
[PATCH v3 0/4] cache parent project's gitdir in submodules
2021-10-13 19:42 UTC (11+ messages)
` [PATCH v3 2/4] introduce submodule.superprojectGitDir record
` [PATCH v3 3/4] submodule: record superproject gitdir during absorbgitdirs
Possibly wrong assignment in config.c
2021-10-13 19:14 UTC (2+ messages)
[PATCH 0/7] leak tests: fix "test-tool" & other small leaks
2021-10-13 19:01 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 5/7] ls-files: fix a trivial dir_clear() leak
[PATCH] doc: add bundle-format to TECH_DOCS
2021-10-13 18:05 UTC (2+ messages)
[PATCH] mergetools/xxdiff: prevent segfaults from stopping difftool
2021-10-13 18:03 UTC (2+ messages)
test-lib.sh musings: test_expect_failure considered harmful
2021-10-13 17:16 UTC (5+ messages)
[PATCH v2 0/2] ssh signing: fix merging signed tags & docs
2021-10-13 17:03 UTC (4+ messages)
` [PATCH v2 1/2] ssh signing: fmt-merge-msg tests & config parse
` [PATCH v2 2/2] ssh signing: clarify trustlevel usage in docs
[BUG] credential wildcard does not match hostnames containing an underscore
2021-10-13 16:21 UTC (16+ messages)
` [PATCH] urlmatch: add underscore to URL_HOST_CHARS
[PATCH v3 0/3] Use default values from settings instead of config
2021-10-13 15:57 UTC (10+ messages)
` [PATCH v4 "
` [PATCH v4 1/3] fsck: verify commit graph when implicitly enabled
` [PATCH v4 2/3] fsck: verify multi-pack-index when implictly enabled
` [PATCH v4 3/3] gc: perform incremental repack "
What's cooking in git.git (Oct 2021, #03; Mon, 11)
2021-10-13 13:47 UTC (7+ messages)
` Submodules UX overhaul update (was: What's cooking in git.git (Oct 2021, #03; Mon, 11))
` ab/mark-leak-free-tests
` ab/unpack-trees-leakfix
` ab/parse-options-cleanup
[PATCH RFC] stash: implement '--staged' option for 'push' and 'save'
2021-10-13 13:43 UTC (13+ messages)
` [PATCH RFC v1] "
[PATCH 0/4] midx: avoid potential rename-while-mapped on Windows
2021-10-13 13:29 UTC (4+ messages)
` [PATCH 2/4] midx.c: lookup MIDX by object directory during expire
[PATCH v2 0/3] unpack-trees: memory-leak fixes
2021-10-13 13:23 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] unpack-trees: don't leak memory in verify_clean_subdirectory()
` [PATCH v3 2/3] sequencer: add a "goto cleanup" to do_reset()
` [PATCH v3 3/3] sequencer: fix a memory leak in do_reset()
[PATCH 00/13] hook.[ch]: new library to run hooks + simple hook conversion
2021-10-13 13:04 UTC (18+ messages)
` [PATCH 01/13] hook: add 'run' subcommand
` [PATCH 02/13] gc: use hook library for pre-auto-gc hook
` [PATCH 03/13] rebase: convert pre-rebase to use hook.h
` [PATCH 04/13] am: convert applypatch "
` [PATCH 05/13] hooks: convert 'post-checkout' hook to hook library
` [PATCH 06/13] merge: convert post-merge to use hook.h
` [PATCH 07/13] git hook run: add an --ignore-missing flag
` [PATCH 08/13] send-email: use 'git hook run' for 'sendemail-validate'
` [PATCH 09/13] git-p4: use 'git hook' to run hooks
` [PATCH 10/13] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h
` [PATCH 11/13] read-cache: convert post-index-change to use hook.h
` [PATCH 12/13] receive-pack: convert push-to-checkout hook to hook.h
` [PATCH 13/13] run-command: remove old run_hook_{le,ve}() hook API
[PATCH v2 0/8] submodule: convert the rest of 'update' to C
2021-10-13 5:18 UTC (11+ messages)
` [PATCH v3 0/9] "
` [PATCH v3 1/9] submodule--helper: split up ensure_core_worktree()
` [PATCH v3 2/9] submodule--helper: get remote names from any repository
` [PATCH v3 3/9] submodule--helper: rename helpers for update-clone
` [PATCH v3 4/9] submodule--helper: refactor get_submodule_displaypath()
` [PATCH v3 5/9] submodule--helper: allow setting superprefix for init_submodule()
` [PATCH v3 6/9] submodule--helper: run update using child process struct
` [PATCH v3 7/9] submodule: move core cmd_update() logic to C
` [PATCH v3 8/9] submodule--helper: remove unused helpers
` [PATCH v3 9/9] submodule--helper: rename helper functions
[PATCH 1/1] signature-format.txt: add space to fix gpgsig continuation line
2021-10-13 2:06 UTC (6+ messages)
` [PATCH] signature-format.txt: explain and illustrate multi-line headers
[ANNOUNCE] Git v2.33.1
2021-10-13 0:18 UTC
[PATCH] test-lib.sh: try to re-chmod & retry on failed trash removal
2021-10-12 23:03 UTC (3+ messages)
` [PATCH v2] "
[PATCH v12 1/3] grep: refactor next_match() and match_one_pattern() for external use
2021-10-12 23:01 UTC (4+ messages)
` [PATCH v12 3/3] grep: fix an edge case concerning ascii patterns and UTF-8 data
[PATCH 0/9] No more adding submodule ODB as alternate
2021-10-12 22:49 UTC (5+ messages)
` [PATCH v4 0/7] "
why git is so slow for a tiny git push?
2021-10-12 21:46 UTC (8+ messages)
` [External Mail]Re: "
Commit ae1a7eefff may have broken git behind a firewall
2021-10-12 21:41 UTC (3+ messages)
[BUG] git add -A --dry-run adds files to .git directory
2021-10-12 20:37 UTC (5+ messages)
` [PATCH] add: don't write objects with --dry-run
[PATCH v2 0/7] Sparse Index: integrate with reset
2021-10-12 19:15 UTC (11+ messages)
` [PATCH v3 0/8] "
` [PATCH v3 6/8] reset: make sparse-aware (except --mixed)
[PATCH] archive: add test testing MIME for created archive through compression filter
2021-10-12 19:15 UTC (4+ messages)
[PATCH 0/2] ssh signing: fix merging signed tags & docs
2021-10-12 17:36 UTC (5+ messages)
` [PATCH 1/2] ssh signing: fmt-merge-msg tests & config parse
` [PATCH 2/2] fixup! ssh signing: verify signatures using ssh-keygen
[PATCH] http-backend: remove a duplicated code branch
2021-10-12 17:18 UTC (6+ messages)
[PATCH 2/2] commit: fix duplication regression in permission error output
2021-10-12 14:30 UTC (4+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] unwritable tests: assert exact "
` [PATCH v2 2/2] commit: fix duplication regression in permission "
[PATCH 00/10] leak tests: mark more tests as passing
2021-10-12 13:56 UTC (16+ messages)
` [PATCH 03/10] leak tests: mark t0000-init.sh as passing with SANITIZE=leak
` [PATCH v2 0/9] leak tests: mark more tests as passing
` [PATCH v2 1/9] leak tests: run various built-in tests in t00*.sh SANITIZE=leak
` [PATCH v2 2/9] leak tests: run various "test-tool" "
` [PATCH v2 3/9] leak tests: mark all ls-tree tests as passing with SANITIZE=leak
` [PATCH v2 4/9] leak tests: mark all trace2 "
` [PATCH v2 5/9] leak tests: mark all checkout-index "
` [PATCH v2 6/9] leak tests: mark some ls-files "
` [PATCH v2 7/9] leak tests: mark some read-tree "
` [PATCH v2 8/9] leak tests: mark various "generic" "
` [PATCH v2 9/9] leak tests: mark some misc "
[PATCH v4 00/36] Run hooks via "git run hook" & hook library
2021-10-12 12:59 UTC (5+ messages)
` [PATCH v5 "
` [PATCH v5 24/36] run-command: add stdin callback for parallelization
` ab/config-based-hooks-N status (was Re: [PATCH v5 24/36] run-command: add stdin callback for parallelization)
bug: git stash -p considers non sparsely checked-out paths deletions
2021-10-12 9:57 UTC
[PATCH 00/11] rebase: reset_head() related fixes and improvements
2021-10-12 8:48 UTC (5+ messages)
` [PATCH 03/11] reset_head(): don't run checkout hook if there is an error
[support/possible bug] Permission denied even with Administrator privileges
2021-10-12 8:47 UTC
Inconsistency in git credential helper docs
2021-10-12 2:21 UTC (2+ messages)
I just want the revision
2021-10-12 1:03 UTC (8+ 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).