messages from 2023-06-21 20:27:01 to 2023-06-26 21:31:09 UTC [more...]
[ANNOUNCE] Git Merge 2023 updates
2023-06-26 21:30 UTC
Bug: fetch with deepen shortens history
2023-06-26 21:24 UTC
[PATCH v2 00/14] [RFC] config: remove global state from config iteration
2023-06-26 20:45 UTC (21+ messages)
` [PATCH v3 00/12] "
` [PATCH v4 "
` [PATCH v4 01/12] config: inline git_color_default_config
` [PATCH v4 02/12] urlmatch.h: use config_fn_t type
` [PATCH v4 03/12] config: add ctx arg to config_fn_t
` [PATCH v4 04/12] config.c: pass ctx in configsets
` [PATCH v4 05/12] config: pass ctx with config files
` [PATCH v4 06/12] builtin/config.c: test misuse of format_config()
` [PATCH v4 07/12] config.c: pass ctx with CLI config
` [PATCH v4 08/12] trace2: plumb config kvi
` [PATCH v4 09/12] config: pass kvi to die_bad_number()
` [PATCH v4 10/12] config.c: remove config_reader from configsets
` [PATCH v4 11/12] config: add kvi.path, use it to evaluate includes
` [PATCH v4 12/12] config: pass source to config_parser_event_fn_t
[PATCH 0/3] Additional variables for git var
2023-06-26 20:02 UTC (29+ messages)
` [PATCH 1/3] var: add support for listing the shell
` [PATCH 2/3] var: add attributes files locations
` [PATCH 3/3] var: add config file locations
` [PATCH v2 0/7] Additional variables for git var
` [PATCH v2 1/7] t: add a function to check executable bit
` [PATCH v2 2/7] var: add support for listing the shell
` [PATCH v2 3/7] var: format variable structure with C99 initializers
` [PATCH v2 4/7] var: adjust memory allocation for strings
` [PATCH v2 5/7] attr: expose and rename accessor functions
` [PATCH v2 6/7] var: add attributes files locations
` [PATCH v2 7/7] var: add config file locations
[PATCH] config: don't BUG when both kvi and source are set
2023-06-26 19:06 UTC (2+ messages)
Git question rewarding git merge and its exit codes
2023-06-26 17:35 UTC (3+ messages)
[PATCH v0 0/4] Remove obsolete Cygwin support from git-gui
2023-06-26 16:55 UTC (21+ messages)
` [PATCH v0 1/4] git gui Makefile - remove Cygwin modiifications
` [PATCH v0 2/4] git-gui - remove obsolete Cygwin specific code
` [PATCH v0 3/4] git-gui - use cygstart to browse on Cygwin
` [PATCH v0 4/4] git-gui - use mkshortcut "
` [PATCH v1 0/4] Remove obsolete Cygwin support from git-gui
` [PATCH v1 1/4] git gui Makefile - remove Cygwin modifications
` [PATCH v1 2/4] git-gui - remove obsolete Cygwin specific code
` [PATCH v1 3/4] git-gui - use cygstart to browse on Cygwin
` [PATCH v1 4/4] git-gui - use mkshortcut "
Clean up stale .gitignore and .gitattribute patterns
2023-06-26 16:42 UTC (7+ messages)
[PATCH v2 00/25] completion: add missing diff options
2023-06-26 16:24 UTC (26+ messages)
` [PATCH v3 00/24] "
` [PATCH v3 01/24] completion: add comments describing __git_diff_* globals
` [PATCH v3 02/24] completion: complete --break-rewrites
` [PATCH v3 03/24] completion: complete --cc
` [PATCH v3 04/24] completion: complete --combined-all-paths
` [PATCH v3 05/24] completion: complete --compact-summary
` [PATCH v3 06/24] completion: complete --default-prefix
` [PATCH v3 07/24] completion: complete --find-copies
` [PATCH v3 08/24] completion: complete --find-object
` [PATCH v3 09/24] completion: complete --find-renames
` [PATCH v3 10/24] completion: complete --function-context
` [PATCH v3 11/24] completion: complete --ignore-matching-lines
` [PATCH v3 12/24] completion: complete --irreversible-delete
` [PATCH v3 13/24] completion: complete --ita-invisible-in-index and --ita-visible-in-index
` [PATCH v3 14/24] completion: complete --line-prefix
` [PATCH v3 15/24] completion: complete --no-relative
` [PATCH v3 16/24] completion: complete --no-stat
` [PATCH v3 17/24] completion: complete --output
` [PATCH v3 18/24] completion: complete --output-indicator-{context,new,old}
` [PATCH v3 19/24] completion: complete --unified
` [PATCH v3 20/24] completion: complete --ws-error-highlight
` [PATCH v3 21/24] completion: move --pickaxe-{all,regex} to __git_diff_common_options
` [PATCH v3 22/24] completion: complete --diff-merges, its options and --no-diff-merges
` [PATCH v3 23/24] completion: complete --remerge-diff
` [PATCH v3 24/24] diff.c: mention completion above add_diff_options
[PATCH 0/2] [RFC] for-each-ref: add --count-matches mode
2023-06-26 16:14 UTC (4+ messages)
` [PATCH 1/2] for-each-ref: extract ref output loop
` [PATCH 2/2] for-each-ref: add --count-matches option
[PATCH] apply: improve error messages when reading patch
2023-06-26 15:58 UTC (2+ messages)
[RFC PATCH 0/2] add an external testing library for unit tests
2023-06-26 13:15 UTC (7+ messages)
` [RFC PATCH 1/2] Add C TAP harness
Which tag works with submodules?
2023-06-25 18:12 UTC
Design issue in git merge driver interface
2023-06-25 13:40 UTC (7+ messages)
` [PATCH] ll-merge: killing the external merge driver aborts the merge
Bug: git add does not process gitignore properly
2023-06-24 22:19 UTC (4+ messages)
git apply fails with 'error: git apply: failed to read: No such file or directory'
2023-06-24 15:19 UTC (4+ messages)
` [EXTERNAL] "
[PATCH] t7701: make annotated tag unreachable
2023-06-24 14:33 UTC (3+ messages)
` [PATCH v2] "
[PATCH] credential/wincred: erase matching creds only
2023-06-24 8:52 UTC
[PATCH] credential/libsecret: erase matching creds only
2023-06-24 7:21 UTC
[PATCH v3 06/12] builtin/config.c: test misuse of format_config()
2023-06-24 1:31 UTC (3+ messages)
What's cooking in git.git (Jun 2023, #05; Tue, 20)
2023-06-24 1:25 UTC (8+ messages)
` bug in en/header-split-cache-h-part-3, was "
What's cooking in git.git (Jun 2023, #06; Fri, 23)
2023-06-24 1:18 UTC (3+ messages)
[PATCH] docs: add git-hash-object -t option's possible values
2023-06-23 21:43 UTC (8+ messages)
` [PATCH] docs: add git-hash-object -t option's possible valuesync-mailbox>
` [PATCH v2] docs: add git hash-object -t option's possible values
[PATCH v3 07/12] config.c: pass ctx with CLI config
2023-06-23 21:41 UTC (3+ messages)
[PATCH v3 10/12] config.c: remove config_reader from configsets
2023-06-23 21:33 UTC (3+ messages)
[PATCH 0/3] revision: refactor ref_excludes to ref_visibility
2023-06-23 20:57 UTC (11+ messages)
` [PATCH 1/3] revision: rename "
[PATCH v3 08/12] trace2: plumb config kvi
2023-06-23 20:40 UTC (2+ messages)
[PATCH v2] i18n: Enable percentage l10n for more strings
2023-06-23 19:48 UTC
BUG: config.c:129: kvi should not be set while parsing a config source
2023-06-23 19:22 UTC (3+ messages)
Feature: Use $HOME instead of /home/username in ~/.gitconfig
2023-06-23 17:21 UTC (2+ messages)
[PATCH v4 0/4] Changed path filter hash fix and version bump
2023-06-23 13:18 UTC (3+ messages)
[PATCH v4 1/4] gitformat-commit-graph: describe version 2 of BDAT
2023-06-23 13:05 UTC (3+ messages)
Getting path to a file from arbitrary project directory
2023-06-23 10:02 UTC (5+ messages)
bug: submodule update fails to fetch
2023-06-23 7:26 UTC (4+ messages)
[PATCH] unresolve: make sure resolve-undo info is left even for removed paths
2023-06-22 22:54 UTC
[PATCH 0/9] Repack objects into separate packfiles based on a filter
2023-06-22 18:32 UTC (10+ messages)
` [PATCH 6/9] repack: add `--filter=<filter-spec>` option
Newcomer
2023-06-22 15:58 UTC (3+ messages)
[PATCH v2 00/15] Introduce new `git replay` command
2023-06-22 10:10 UTC (10+ messages)
` [PATCH v3 "
` [PATCH v3 10/15] replay: make it a minimal server side command
` [PATCH v3 11/15] replay: use standard revision ranges
` [PATCH v3 13/15] replay: add --advance or 'cherry-pick' mode
` [PATCH v3 14/15] replay: add --contained to rebase contained branches
[PATCH] fix cherry-pick/revert status when doing multiple commits
2023-06-21 22:07 UTC
Video conference libification eng discussion, this Thursday 17:00 UTC
2023-06-21 21:55 UTC
[PATCH] rebase -i: do not update "done" when rescheduling command
2023-06-21 20:59 UTC (8+ messages)
` [PATCH v2 0/6] rebase -i: impove handling of failed commands
` [PATCH v2 4/6] rebase --continue: refuse to commit after failed command
` [PATCH v2 5/6] rebase: fix rewritten list for failed pick
` [PATCH v2 6/6] rebase -i: fix adding failed command to the todo list
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).