messages from 2023-07-17 02:37:45 to 2023-07-21 18:34:33 UTC [more...]
[PATCH 0/5] commit-graph: test cleanup and modernization
2023-07-21 18:34 UTC (11+ messages)
` [PATCH 1/5] t/lib-commit-graph.sh: allow `graph_read_expect()` in sub-directories
` [PATCH 2/5] t/lib-commit-graph.sh: avoid directory change in `graph_git_behavior()`
` [PATCH 3/5] t5318: avoid top-level directory changes
` [PATCH 4/5] t5328: "
` [PATCH 5/5] t/lib-commit-graph.sh: avoid sub-shell in `graph_git_behavior()`
[PATCH v2 0/3] Add new "describe" atom
2023-07-21 18:26 UTC (15+ messages)
` [PATCH v3 0/2] "
` [PATCH v3 1/2] ref-filter: add multiple-option parsing functions
` [PATCH v3 2/2] ref-filter: add new "describe" atom
Lost files after git stash && git stash pop
2023-07-21 17:31 UTC
[PATCH] ls-tree: fix --no-full-name
2023-07-21 17:03 UTC (19+ messages)
` [PATCH] show-branch: fix --no-sparse
` [PATCH] show-branch: disallow --no-{date,topo}-order
` [PATCH] reset: disallow --no-{mixed,soft,hard,merge,keep}
` [PATCH] pack-objects: fix --no-quiet
` [PATCH] pack-objects: fix --no-keep-true-parents
` [PATCH] branch: disallow --no-{all,remotes}
` [PATCH] am: unify definition of --keep-cr and --no-keep-cr
` [PATCH] describe: fix --no-exact-match
[PATCH] gitweb: wrong capture group used for grep search
2023-07-21 16:36 UTC (3+ messages)
[PATCH 0/2] config-parse: create config parsing library
2023-07-21 16:36 UTC (9+ messages)
` [PATCH 1/2] config: return positive from git_config_parse_key()
` [PATCH 2/2] config-parse: split library out of config.[c|h]
[BUG?] Confusion with git stash list
2023-07-21 16:33 UTC (3+ messages)
[PATCH] t2400: Fix test failures when using grep 2.5
2023-07-21 15:49 UTC (15+ messages)
` [PATCH v2] "
` [PATCH v3 0/3] "
` [PATCH v3 1/3] t2400: drop no-op `--sq` from rev-parse call
` [PATCH v3 2/3] builtin/worktree.c: convert tab in advice to space
` [PATCH v3 3/3] t2400: rewrite regex to avoid unintentional PCRE
[PATCH] sequencer: finish parsing the todo list despite an invalid first line
2023-07-21 15:21 UTC (14+ messages)
` [PATCH v2 0/1] "
` [PATCH v2 1/1] "
` [PATCH v3 0/1] "
` [PATCH v3 1/1] "
` [PATCH v4 0/1] "
` [PATCH v4 1/1] "
彥良
2023-07-21 15:05 UTC
[PATCH] blame: allow --contents to work with bare repo
2023-07-21 14:32 UTC (4+ messages)
` [PATCH v2] "
[bug] lots of changes including .gitignore, many rebases, can't legally share the repo
2023-07-21 10:03 UTC (3+ messages)
[PATCH 0/2] Changed path filter hash fix and version bump
2023-07-21 1:38 UTC (31+ 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 0/4] commit-graph: avoid looking at Bloom filter data directly
` [PATCH 1/4] t/helper/test-read-graph.c: extract `dump_graph_info()`
` [PATCH 2/4] bloom.h: make `load_bloom_filter_from_graph()` public
` [PATCH 3/4] t/helper/test-read-graph: implement `bloom-filters` mode
` [PATCH 4/4] fixup! 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 v6 0/7] Changed path filter hash fix and version bump
` [PATCH v6 1/7] gitformat-commit-graph: describe version 2 of BDAT
` [PATCH v6 2/7] t/helper/test-read-graph.c: extract `dump_graph_info()`
` [PATCH v6 3/7] bloom.h: make `load_bloom_filter_from_graph()` public
` [PATCH v6 4/7] t/helper/test-read-graph: implement `bloom-filters` mode
` [PATCH v6 5/7] t4216: test changed path filters with high bit paths
` [PATCH v6 6/7] repo-settings: introduce commitgraph.changedPathsVersion
` [PATCH v6 7/7] commit-graph: new filter ver. that fixes murmur3
[GSoC] Blog
2023-07-20 20:57 UTC (2+ messages)
[PATCH v3 0/3] check-attr: integrate with sparse-index
2023-07-20 20:18 UTC (7+ messages)
` [PATCH v4 "
` [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
[PATCH 1/2] trace2: fix a comment
2023-07-20 19:26 UTC (5+ messages)
` [PATCH 2/2] wrapper: use trace2 counters to collect fsync stats
` [PATCH v2 "
SHA256 support not experimental, or?
2023-07-20 18:18 UTC (3+ messages)
[PATCH] short help: allow multi-line opthelp
2023-07-19 23:26 UTC (6+ 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
[PATCH 0/3] configure.ac: misc configure fixes
2023-07-19 21:35 UTC (5+ 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
What's cooking in git.git (Jul 2023, #04; Wed, 19)
2023-07-19 21:25 UTC
[PATCH] pretty: add %(decorate[:<options>]) format
2023-07-19 18:16 UTC (5+ messages)
` [PATCH v2] "
[PATCH] MyFirstContribution: refrain from self-iterating too much
2023-07-19 17:04 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] reset: reject --no-(mixed|soft|hard|merge|keep) option
2023-07-19 16:57 UTC (2+ messages)
[PATCH] show-branch: --no-sparse should give dense output
2023-07-19 16:32 UTC (2+ messages)
` [PATCH] show-branch: reject --[no-](topo|date)-order
[QUESTION] how to diff one blob with nothing
2023-07-19 16:15 UTC (2+ messages)
Teach git-fetch(1) to use a quarantine directory
2023-07-19 7:24 UTC (5+ messages)
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)
Git Privacy
2023-07-18 21:59 UTC (16+ 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
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] 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 (3+ 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)
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).