messages from 2023-07-12 23:38:49 to 2023-07-19 16:24:58 UTC [more...]
[PATCH 0/2] Add new "describe" atom
2023-07-19 16:15 UTC (11+ messages)
` [PATCH v2 0/3] "
` [RFC PATCH v2 1/3] ref filter: add multiple-option parsing functions
` [PATCH v2 2/3] ref-filter: add new "describe" atom
` [PATCH v2 3/3] t6300: run describe atom tests on a different repo
` [PATCH v3 0/2] Add new "describe" atom
` [PATCH v3 1/2] ref-filter: add multiple-option parsing functions
` [PATCH v3 2/2] ref-filter: add new "describe" atom
[QUESTION] how to diff one blob with nothing
2023-07-19 16:15 UTC (2+ messages)
[PATCH 0/3] configure.ac: misc configure fixes
2023-07-19 14:29 UTC (4+ messages)
` [PATCH 1/3] configure.ac: don't overwrite NO_EXPAT option
` [PATCH 2/3] configure.ac: don't overwrite NO_CURL option
` [PATCH 3/3] configure.ac: always save NO_ICONV to config.status
[PATCH] sequencer: finish parsing the todo list despite an invalid first line
2023-07-19 14:43 UTC
[PATCH] reset: reject --no-(mixed|soft|hard|merge|keep) option
2023-07-19 13:37 UTC
[PATCH] show-branch: --no-sparse should give dense output
2023-07-19 11:37 UTC
[PATCH] blame: allow --contents to work with bare repo
2023-07-19 10:48 UTC
Teach git-fetch(1) to use a quarantine directory
2023-07-19 7:24 UTC (5+ messages)
[PATCH v2 0/3] check-attr: integrate with sparse-index
2023-07-18 23:29 UTC (11+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] attr.c: read attributes in a sparse directory
` [PATCH v4 0/3] check-attr: integrate with sparse-index
` [PATCH v4 1/3] t1092: add tests for 'git check-attr'
` [PATCH v4 2/3] attr.c: read attributes in a sparse directory
` [PATCH v4 3/3] check-attr: integrate with sparse-index
receive.denyCurrentBranch=updateInstead won't update the repo
2023-07-18 23:29 UTC (9+ messages)
[Bug Report] Git fails to compile with fortify-headers and LTO - error: inlining failed in call to 'always_inline' 'fwrite': function body can be overwritten at link time
2023-07-18 23:18 UTC (3+ messages)
[PATCH] short help: allow multi-line opthelp
2023-07-18 22:58 UTC (4+ messages)
` [PATCH] remote: simplify "remote add --tags" help text
` [PATCH v2] short help: allow multi-line opthelp
` [RFC] short help: allow a gap smaller than USAGE_GAP
Git Privacy
2023-07-18 21:59 UTC (17+ messages)
[PATCH] parse-options: introduce OPT_IPVERSION()
2023-07-18 21:59 UTC (3+ messages)
` [PATCH] fetch: reject --no-ipv[46]
[PATCH] describe: --no-exact-match should not be the same as --exact-match
2023-07-18 21:22 UTC
[PATCH] ls-tree: fix --no-full-name
2023-07-18 20:49 UTC (3+ messages)
Video conference libification eng discussion, this Thursday 17:00 UTC
2023-07-18 19:26 UTC
[PATCH] branch: reject "--no-all" and "--no-remotes" early
2023-07-18 18:27 UTC
[PATCH] am: simplify parsing of "--[no-]keep-cr"
2023-07-18 18:22 UTC
[PATCH] gitignore.txt: mark up explanation of patterns consistently
2023-07-18 17:47 UTC
Join us for Review Club!
2023-07-18 17:03 UTC (4+ messages)
[PATCH] gitignore.txt: use backticks instead of double quotes
2023-07-18 13:53 UTC (2+ messages)
[PATCH] t2400: Fix test failures when using grep 2.5
2023-07-18 13:36 UTC (11+ messages)
` [PATCH v2] "
[PATCH] pretty: add %(decorate[:<options>]) format
2023-07-18 1:05 UTC (4+ messages)
` [PATCH v2] "
[PATCH] Prefer fgetc over fgets where possible
2023-07-17 20:14 UTC (3+ messages)
[PATCH] t6300: fix setup with GPGSSH but without GPG
2023-07-17 17:12 UTC (4+ messages)
Pressing Ctrl-C during 'git checkout <branch-name>' messes up the repository
2023-07-17 16:35 UTC (6+ messages)
[PATCH] rebase -i: do not update "done" when rescheduling command
2023-07-17 15:39 UTC (7+ messages)
` [PATCH v2 0/6] rebase -i: impove handling of failed commands
` [PATCH v2 2/6] rebase -i: remove patch file after conflict resolution
Parsing git send-email
2023-07-17 14:05 UTC (2+ messages)
[PATCH] strbuf: use skip_prefix() in strbuf_addftime()
2023-07-16 8:52 UTC
t2400 on freebsd12
2023-07-16 2:51 UTC (11+ messages)
[PATCH RFC v2 0/4] Add an external testing library for unit tests
2023-07-15 0:34 UTC (5+ messages)
` [PATCH RFC v2 1/4] common-main: split common_exit() into a new file
` Splitting common-main (Was: Re: [PATCH RFC v2 1/4] common-main: split common_exit() into a new file)
` Splitting common-main
[PATCH] doc: remove mentions of .gitmodules !command syntax
2023-07-14 22:03 UTC (19+ messages)
` [PATCH v3 1/1] docs: highlight that .gitmodules does not support !command
` [PATCH v4] "
[PATCH] t4002: fix "diff can read from stdin" syntax
2023-07-14 18:56 UTC (5+ messages)
[PATCH 0/2] Changed path filter hash fix and version bump
2023-07-14 18:48 UTC (10+ messages)
` [PATCH v5 0/4] "
` [PATCH v5 1/4] gitformat-commit-graph: describe version 2 of BDAT
` [PATCH v5 2/4] t4216: test changed path filters with high bit paths
` [PATCH v5 3/4] repo-settings: introduce commitgraph.changedPathsVersion
` [PATCH v5 4/4] commit-graph: new filter ver. that fixes murmur3
[PATCH 0/5] SubmittingPatches: clarify which branch to use
2023-07-14 17:31 UTC (15+ messages)
` [PATCH 2/5] SubmittingPatches: be more explicit
` [PATCH 4/5] SubmittingPatches: remove confusing guidance about base branches
` [PATCH v2 0/5] SubmittingPatches: clarify which branch to use
` [PATCH v2 1/5] SubmittingPatches: reword awkward phrasing
` [PATCH v2 2/5] SubmittingPatches: discuss subsystems separately from git.git
` [PATCH v2 3/5] SubmittingPatches: de-emphasize branches as starting points
` [PATCH v2 4/5] SubmittingPatches: emphasize need to communicate non-default "
` [PATCH v2 5/5] SubmittingPatches: simplify guidance for choosing a starting point
[PATCH] Use lowercase includes for some Windows headers
2023-07-14 17:07 UTC (3+ messages)
[PATCH 00/20] guard object lookups against 32-bit overflow
2023-07-14 16:29 UTC (14+ messages)
` [PATCH 02/20] packfile.c: prevent overflow in `load_idx()`
` [PATCH 07/20] midx.c: store `nr`, `alloc` variables as `size_t`'s
` [PATCH 17/20] commit-graph.c: prevent overflow in `split_graph_merge_strategy()`
` [PATCH 18/20] commit-graph.c: prevent overflow in `merge_commit_graph()`
` [PATCH 19/20] commit-graph.c: prevent overflow in `write_commit_graph()`
` [PATCH 20/20] commit-graph.c: prevent overflow in `verify_commit_graph()`
git gui locks-up system when invoked under wayland session (sometimes)
2023-07-14 14:07 UTC
Beyond Merge and Rebase: The Upstream Import Approach in Git
2023-07-14 10:56 UTC (8+ messages)
[PATCH] configure.ac: Don't overwrite NO_EXPAT option
2023-07-14 7:11 UTC (3+ messages)
Bug Report - Git does not require a space between shorthand flags and the commit-message
2023-07-14 0:48 UTC (2+ messages)
What's cooking in git.git (Jul 2023, #03; Thu, 13)
2023-07-13 23:09 UTC
[ANNOUNCE] Git for Windows 2.41.0(3)
2023-07-13 23:06 UTC
[PATCH] i18n: mark more bundle.c strings for translation
2023-07-13 22:20 UTC (2+ messages)
I delete files by mistake not in stage area
2023-07-13 18:44 UTC (2+ messages)
[PATCH v4 0/2] advise about force-pushing as an alternative to reconciliation
2023-07-13 16:15 UTC (7+ messages)
` [PATCH v5 0/3] don't imply that integration is always required before pushing
` [PATCH v5 1/3] wt-status: don't show divergence advice when committing
` [PATCH v5 2/3] remote: don't imply that integration is always required before pushing
` [PATCH v5 3/3] push: "
[PATCH v2 0/2] advise about force-pushing as an alternative to reconciliation
2023-07-13 4:09 UTC (14+ messages)
` [PATCH v3 "
` [PATCH v3 1/2] remote: "
bug report: cloning private repo to absolute path doesn't work if gitconfig has includeIf directives
2023-07-13 0:21 UTC (2+ messages)
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).