messages from 2024-03-02 14:30:31 to 2024-03-05 17:01:24 UTC [more...]
[PATCH] show-ref: add --unresolved option
2024-03-05 17:01 UTC (4+ messages)
Clarify the meaning of "character" in the documentation
2024-03-05 16:58 UTC (6+ messages)
Should --update-refs exclude refs pointing to the current HEAD?
2024-03-05 16:22 UTC (3+ messages)
[PATCH] branch: advise about ref syntax rules
2024-03-05 16:02 UTC (19+ messages)
` [PATCH v2 0/1] "
` [PATCH v2 1/1] branch: "
` [PATCH v3 0/5] "
` [PATCH v3 1/5] t3200: improve test style
` [PATCH v3 2/5] advice: make all entries stylistically consistent
` [PATCH v3 3/5] advice: use backticks for code
` [PATCH v3 4/5] advice: use double quotes for regular quoting
` [PATCH v3 5/5] branch: advise about ref syntax rules
[PATCH 0/2] builtin/clone: allow remote helpers to detect repo
2024-03-05 15:59 UTC (16+ messages)
` [PATCH 1/2] refs/reftable: don't fail empty transactions in repo without HEAD
` [PATCH 2/2] builtin/clone: allow remote helpers to detect repo
[PATCH 0/7] reftable: memory optimizations for reflog iteration
2024-03-05 12:11 UTC (8+ messages)
` [PATCH 1/7] refs/reftable: reload correct stack when creating reflog iter
` [PATCH 2/7] reftable/record: convert old and new object IDs to arrays
` [PATCH 3/7] reftable/record: avoid copying author info
` [PATCH 4/7] reftable/record: reuse refnames when decoding log records
` [PATCH 5/7] reftable/record: reuse message "
` [PATCH 6/7] reftable/record: use scratch buffer when decoding records
` [PATCH 7/7] refs/reftable: track last log record name via strbuf
[PATCH V2 0/1] [GSoC][PATCH] t9117: prefer test_path_* helper functions
2024-03-05 11:42 UTC (12+ messages)
` [PATCH v3 0/1] "
` [PATCH v3 1/1] [PATCH] "
` [PATCH v4 0/1] Change commit message
` [PATCH v4 1/1] [PATCH] t9117: prefer test_path_* helper functions
What's cooking in git.git (Mar 2024, #01; Mon, 4)
2024-03-05 10:19 UTC (2+ messages)
[PATCH] gpg-interface: Look up signing keys with only email address
2024-03-05 7:53 UTC (3+ messages)
[RFC PATCH 0/3] Parallel submodule status
2024-03-05 4:29 UTC (6+ messages)
` [RFC PATCH 1/3] Make read_gitfile and resolve_gitfile thread safe
` [RFC PATCH 2/3] Make ce_compare_gitlink thread-safe
` [RFC PATCH 3/3] Preload submodule state in refresh_index
[GSOC][RFC PATCH 0/1] microproject: use test_path_is_* functions in test scripts
2024-03-04 23:53 UTC (8+ messages)
` [GSOC][PATCH v2 "
` [GSOC][PATCH v2 1/1] t7301: use test_path_is_(missing|file)
` [GSOC][PATCH v3 0/1] microproject: use test_path_is_* functions in test scripts
` [GSOC][PATCH v3 1/1] t7301: use test_path_is_(missing|file)
[PATCH] setup: clarify TODO comment about ignoring core.bare
2024-03-04 21:53 UTC (5+ messages)
` [PATCH v2] setup: remove unnecessary variable
[PATCH v2] clean: improve -n and -f implementation and documentation
2024-03-04 20:19 UTC (9+ messages)
` [PATCH 1/1] clean: further clean-up of implementation around "--force"
[PATCH 0/2] Run limited fuzz tests in GitHub CI
2024-03-04 18:57 UTC (4+ messages)
` [PATCH 1/2] fuzz: fix fuzz test build rules
[PATCH 0/3] t-ctype: simplify unit test definitions
2024-03-04 18:46 UTC (17+ messages)
` [PATCH 3/3] t-ctype: do one test per class and char
` [PATCH v2 0/4] t-ctype: simplify unit test definitions
` [PATCH v2 1/4] t-ctype: allow NUL anywhere in the specification string
` [PATCH v2 2/4] t-ctype: simplify EOF check
` [PATCH v2 3/4] t-ctype: align output of i
` [PATCH v2 4/4] t-ctype: avoid duplicating class names
[PATCH] sequencer: allow disabling conflict advice
2024-03-04 17:56 UTC (6+ messages)
[GSoC][PATCH 0/1] microproject: Use test_path_is_* functions in test scripts
2024-03-04 17:02 UTC (8+ messages)
` [PATCH 1/1] [GSoC][PATCH] t3070: refactor test -e command
` [PATCH] SoC 2024: clarify `test_path_is_*` conversion microproject
[PATCH 0/3] Auditing use of xwrite()
2024-03-04 16:43 UTC (7+ messages)
` [PATCH 1/3] unpack: replace xwrite() loop with write_in_full()
` [PATCH 2/3] sideband: avoid short write(2)
` [PATCH 3/3] repack: check error writing to pack-objects subprocess
[PATCH 0/4] trace2: move 'def_param' events into 'cmd_name' and 'cmd_alias'
2024-03-04 15:40 UTC (5+ messages)
` [PATCH 1/4] t0211: demonstrate missing 'def_param' events for certain commands
` [PATCH 2/4] trace2: avoid emitting 'def_param' set more than once
` [PATCH 3/4] trace2: emit 'def_param' set with 'cmd_name' event
` [PATCH 4/4] trace2: remove unneeded calls to generate 'def_param' set
[PATCH 0/4] reftable/stack: register temporary files
2024-03-04 11:10 UTC (5+ messages)
` [PATCH 1/4] lockfile: report when rollback fails
` [PATCH 2/4] reftable/stack: register new tables as tempfiles
` [PATCH 3/4] reftable/stack: register lockfiles during compaction
` [PATCH 4/4] reftable/stack: register compacted tables as tempfiles
[PATCH 00/12] reftable: improve ref iteration performance (pt.2)
2024-03-04 10:49 UTC (21+ messages)
` [PATCH 09/12] reftable/record: reuse refname when decoding
` [PATCH 11/12] reftable/record: decode keys in place
` [PATCH v3 00/13] reftable: improve ref iteration performance (pt.2)
` [PATCH v3 01/13] reftable/pq: use `size_t` to track iterator index
` [PATCH v3 02/13] reftable/merged: make `merged_iter` structure private
` [PATCH v3 03/13] reftable/merged: advance subiter on subsequent iteration
` [PATCH v3 04/13] reftable/merged: make subiters own their records
` [PATCH v3 05/13] reftable/merged: remove unnecessary null check for subiters
` [PATCH v3 06/13] reftable/merged: handle subiter cleanup on close only
` [PATCH v3 07/13] reftable/merged: circumvent pqueue with single subiter
` [PATCH v3 08/13] reftable/merged: avoid duplicate pqueue emptiness check
` [PATCH v3 09/13] reftable/record: reuse refname when decoding
` [PATCH v3 10/13] reftable/record: reuse refname when copying
` [PATCH v3 11/13] reftable/record: decode keys in place
` [PATCH v3 12/13] reftable: allow inlining of a few functions
` [PATCH v3 13/13] refs/reftable: precompute prefix length
Support with finding git objects
2024-03-04 10:34 UTC (2+ messages)
[PATCH 0/4] some v2 capability advertisement cleanups
2024-03-04 10:02 UTC (7+ messages)
` [PATCH 1/4] upload-pack: use repository struct to get config
` [PATCH 4/4] upload-pack: only accept packfile-uris if we advertised it
[PATCH 0/9] bound upload-pack memory allocations
2024-03-04 10:00 UTC (8+ messages)
` [PATCH 6/9] upload-pack: disallow object-info capability by default
` [PATCH 9/9] upload-pack: free tree buffers after parsing
[PATCH 0/1] rebase: teach `--exec` about `GIT_REBASE_BRANCH`
2024-03-04 9:56 UTC (4+ messages)
` [PATCH 1/1] "
Query about gitignore
2024-03-04 9:51 UTC (3+ messages)
[PATCH] Fix git-p4 decode() missing an assignment
2024-03-04 9:36 UTC (2+ messages)
[GSOC][PATCH] Userdiff: add builtin patterns for JavaScript
2024-03-04 9:04 UTC (5+ messages)
` [GSOC][PATCH] userdiff: Add JavaScript function patterns
GSoC 2024
2024-03-04 8:37 UTC (2+ messages)
[PATCH 0/4] osxkeychain: bring in line with other credential helpers
2024-03-04 8:00 UTC (4+ messages)
[PATCH] Allow git-config to append a comment
2024-03-04 6:00 UTC
[PATCH v2 0/2] This PR enables a successful git build on z/OS
2024-03-04 4:19 UTC (7+ messages)
` [PATCH v3] build: support z/OS (OS/390)
[question] How to customize git revert template
2024-03-03 14:44 UTC (3+ messages)
Allow setting diff.worddiff=color via gitconfig
2024-03-03 17:45 UTC (11+ messages)
` [PATCH 0/2] Support diff.wordDiff config
` [PATCH 2/2] diff: add 'diff.wordDiff' config option
[PATCH 0/6] parse-options: long option parsing fixes and cleanup
2024-03-03 12:19 UTC (8+ messages)
` [PATCH v2 "
` [PATCH v2 1/6] parse-options: recognize abbreviated negated option with arg
` [PATCH v2 2/6] parse-options: set arg of abbreviated option lazily
` [PATCH v2 3/6] parse-options: factor out register_abbrev() and struct parsed_option
` [PATCH v2 4/6] parse-options: detect ambiguous self-negation
` [PATCH v2 5/6] parse-options: normalize arg and long_name before comparison
` [PATCH v2 6/6] parse-options: rearrange long_name matching code
what should "git clean -n -f [-d] [-x] <pattern>" do?
2024-03-03 9:54 UTC (12+ messages)
` [PATCH] clean: improve -n and -f implementation and documentation
` [PATCH v2] "
[PATCH] test-lib-functions: simplify `test_file_not_empty` failure message
2024-03-03 6:42 UTC (8+ messages)
Modernise .gitconfig Signing Block Name
2024-03-02 21:08 UTC (2+ messages)
[PATCH] branch: rework the descriptions of rename and copy operations
2024-03-02 16:18 UTC (20+ messages)
` [PATCH] branch: adjust documentation
[PATCH 0/4] completion for git-reflog show
2024-03-02 15:52 UTC (7+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 1/5] completion: reflog with implicit "show"
` [PATCH v2 3/5] completion: reflog show <log-options>
` [PATCH v2 2/5] completion: introduce __git_find_subcommand
` [PATCH v2 4/5] completion: factor out __git_resolve_builtins
` [PATCH v2 5/5] completion: reflog subcommands and options
[PATCH v5 0/2] Implement `git log --merge` also for rebase/cherry-pick/revert
2024-03-02 15:35 UTC (4+ messages)
` [PATCH v6 "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).