messages from 2020-04-16 04:57:40 to 2020-04-20 21:18:56 UTC [more...]
Git and sparse-checkout on large monorepos - hiding irrelevant changes for a sparse-checkout specification?
2020-04-20 21:18 UTC
[PATCH v7 0/6] Reftable support git-core
2020-04-20 21:14 UTC (15+ messages)
` [PATCH v8 0/9] "
` [PATCH v9 00/10] "
` [PATCH v9 01/10] refs.h: clarify reflog iteration order
` [PATCH v9 02/10] Iterate over the "refs/" namespace in for_each_[raw]ref
` [PATCH v9 03/10] create .git/refs in files-backend.c
` [PATCH v9 04/10] refs: document how ref_iterator_advance_fn should handle symrefs
` [PATCH v9 05/10] Add .gitattributes for the reftable/ directory
` [PATCH v9 06/10] reftable: file format documentation
` [PATCH v9 07/10] reftable: define version 2 of the spec to accomodate SHA256
` [PATCH v9 08/10] reftable: clarify how empty tables should be written
` [PATCH v9 09/10] Add reftable library
` [PATCH v9 10/10] Reftable support for git-core
[PATCH 0/8] t: replace incorrect test_must_fail usage (part 4)
2020-04-20 20:13 UTC (13+ messages)
` [PATCH 1/8] t6030: use test_path_is_missing()
` [PATCH 2/8] t7408: replace incorrect uses of test_must_fail
` [PATCH 3/8] t7508: don't use `test_must_fail test_cmp`
` [PATCH 4/8] t9141: use test_path_is_missing()
` [PATCH 5/8] t9160: "
` [PATCH 6/8] t9164: don't use `test_must_fail test_cmp`
` [PATCH 7/8] t9819: don't use test_must_fail with p4
` [PATCH 8/8] t9902: don't use `test_must_fail __git_*`
[PATCH] mailinfo.c::convert_to_utf8: reuse strlen info
2020-04-20 19:59 UTC (32+ messages)
` [PATCH 0/6] strbuf: simplify `strbuf_attach()` usage
` [PATCH 1/6] am: use `strbuf_attach()` correctly
` [PATCH 2/6] strbuf_attach: correctly pass in `strlen() + 1` for `alloc`
` [PATCH 3/6] strbuf: use `strbuf_attach()` correctly
` [PATCH 4/6] fast-import: avoid awkward use of `strbuf_attach()`
` [PATCH 5/6] rerere: "
` [PATCH 6/6] strbuf: simplify `strbuf_attach()` usage
` [PATCH 0/4] strbuf: fix doc for `strbuf_attach()` and avoid it
` [PATCH 1/4] strbuf: fix doc for `strbuf_attach()`
` [PATCH 2/4] strbuf: introduce `strbuf_attachstr_len()`
` [PATCH 3/4] strbuf: introduce `strbuf_attachstr()`
` [PATCH 4/4] strbuf_attach: prefer `strbuf_attachstr_len()`
` [PATCH v2 0/3] mailinfo: disallow and complains about NUL character
` [PATCH v2 1/3] t4254: merge 2 steps of a single test
` [PATCH v2 2/3] mailinfo.c::convert_to_utf8: reuse strlen info
` [PATCH v2 3/3] mailinfo: disallow NUL character in mail's header
[PATCH 0/2] [WIP] removed fetch_if_missing global
2020-04-20 19:54 UTC (3+ messages)
` [PATCH 1/2] fetch-pack: remove fetch_if_missing=0
` [PATCH 2/2] index-pack: "
[ANNOUNCE] Git for Windows 2.26.2
2020-04-20 19:08 UTC
git-filter-repo For Windows (possibly a request for a bash for Windows primer)
2020-04-20 18:46 UTC (4+ messages)
[Announce] Git v2.26.2 and others
2020-04-20 18:02 UTC
Bug in 2.26: git-fetch fetching too many objects?
2020-04-20 17:03 UTC (2+ messages)
[docs] git stash show also accepts -p|--patch option
2020-04-20 16:19 UTC (2+ messages)
[RFC][PATCH 0/2] submodule: port 'set-url' from shell to C
2020-04-20 8:19 UTC (6+ messages)
` [PATCH 1/2] submodule.c: update URL in .gitmodules using update_url_in_gitmodules
` [PATCH 2/2] submodule: port subcommand 'set-url' from shell to C
ls-files -o -i --directory omits files/directories
2020-04-20 8:03 UTC
gitk crashes if the diff contains certain unicode characters
2020-04-19 14:30 UTC (3+ messages)
git-grep's "-z" option misbehaves in subdirectory
2020-04-19 6:33 UTC (11+ messages)
` [PATCH] grep: follow conventions for printing paths w/ unusual chars
` [PATCH v2] "
minor patch required to compile git 2.26.1 on Oracle Solaris 10 with Oracle Studio
2020-04-19 5:35 UTC (2+ messages)
Why the stand-alone installer for macOS hasn't been updated for 8 months?
2020-04-19 5:34 UTC (2+ messages)
What's cooking in git.git (Apr 2020, #01; Wed, 15)
2020-04-18 17:36 UTC (18+ messages)
[PATCH v12 0/7] New proc-receive hook for centralized workflow
2020-04-18 16:03 UTC (10+ messages)
` [PATCH v13 0/8] "
` [PATCH v13 1/8] transport: not report a non-head push as a branch
` [PATCH v13 2/8] connect: export parse_feature_value()
` [PATCH v13 3/8] receive-pack: add new proc-receive hook
` [PATCH v13 4/8] send-pack: extension for client-side status report
` [PATCH v13 5/8] receive-pack: feed extended_status to post-receive
` [PATCH v13 6/8] refs.c: refactor to reuse ref_is_hidden()
` [PATCH v13 7/8] receive-pack: new config receive.procReceiveRefs
` [PATCH v13 8/8] doc: add documentation for the proc-receive hook
blame --ignore-rev - repo-level ignore file
2020-04-18 0:52 UTC (2+ messages)
a problem with git diff
2020-04-17 21:32 UTC (3+ messages)
[PATCH v2 0/4] Never report references we not push
2020-04-17 19:51 UTC (14+ messages)
` [PATCH v3 0/5] fix git-push porcelain output and atomic report issue
` [PATCH v4 "
` [PATCH v4 1/5] send-pack: fix inconsistent porcelain output
` [PATCH v4 2/5] t5543: never report what we do not push
` [PATCH v4 3/5] send-pack: mark failure of atomic push properly
` [PATCH v4 4/5] transport-helper: mark failure for atomic push
` [PATCH v4 5/5] transport-helper: new method reject_atomic_push()
` [PATCH v3 1/5] send-pack: fix inconsistent porcelain output
` [PATCH v3 2/5] t5543: never report what we do not push
` [PATCH v3 3/5] send-pack: mark failure of atomic push properly
` [PATCH v3 4/5] transport-helper: mark failure for atomic push
` [PATCH v3 5/5] transport-helper: new method reject_atomic_push()
[PATCH v13 0/5] git-bugreport with fixed VS build
2020-04-17 19:36 UTC (11+ messages)
` [PATCH v13 1/5] help: move list_config_help to builtin/help
` [PATCH v13 2/5] bugreport: add tool to generate debugging info
` [PATCH v13 3/5] bugreport: gather git version and build info
` [PATCH v13 4/5] bugreport: add uname info
` [PATCH v13 5/5] bugreport: add compiler info
[PATCH] complete: zsh: add missing sub cmd completion candidates
2020-04-17 18:24 UTC (2+ messages)
Allowing only blob filtering was: [TOPIC 5/17] Partial Clone
2020-04-17 18:06 UTC (6+ messages)
` [RFC PATCH 0/2] upload-pack.c: limit allowed filter choices
Move some files, with all history, from one project into a new one
2020-04-17 13:48 UTC (5+ messages)
[PATCH] log: add log.excludeDecoration config option
2020-04-17 2:01 UTC (13+ messages)
` [PATCH v2] "
` [PATCH v3 0/2] "
` [PATCH v3 1/2] log-tree: make ref_filter_match() a helper method
` [PATCH v3 2/2] log: add log.excludeDecoration config option
[PATCH] Documentation: explain "mboxrd" pretty format
2020-04-17 2:00 UTC (4+ messages)
[PATCH v2 0/4] Integrate changed-path Bloom filters with 'git blame'
2020-04-16 20:14 UTC (5+ messages)
` [PATCH v3 0/3] "
` [PATCH v3 1/3] revision: complicated pathspecs disable filters
` [PATCH v3 2/3] tests: write commit-graph with Bloom filters
` [PATCH v3 3/3] blame: use changed-path "
[PATCH v2 0/1] update gitfaq
2020-04-16 19:36 UTC (4+ messages)
` [PATCH v2 1/1] gitfaq: append the 'Common Issues' section
Order of operations at the end of fast-import?
2020-04-16 18:58 UTC (5+ messages)
[PATCH 0/3] Integrate changed-path Bloom filters with 'git blame'
2020-04-16 18:02 UTC (12+ messages)
` [PATCH 1/3] revision: complicated pathspecs disable filters
Git Test Coverage Report (April 16, 2020)
2020-04-16 16:32 UTC (3+ messages)
[PATCH 0/5] ci: replace our Azure Pipeline by GitHub Actions
2020-04-16 15:55 UTC (16+ messages)
` [PATCH v4 00/12] "
` fixing ci failure of 'pu' with the es/bugreport topic
[PATCH v2 2/2] remote.c: fix handling of %(push:remoteref)
2020-04-16 15:21 UTC (7+ messages)
` [PATCH v3 1/1] "
` [PATCH v8 "
[RFC PATCH] sequencer: do_commit: print the change summary ala git-am
2020-04-16 15:02 UTC (2+ messages)
[PATCH v6 0/5] doc: --recurse-submodules
2020-04-16 13:09 UTC (2+ messages)
[PATCH 0/2] git-pull.txt: correct outdated example + link to specific 'git fetch' section
2020-04-16 12:39 UTC (4+ messages)
` [PATCH 1/2] pull doc: refer to a specific section in 'fetch' doc
Mishandling of fractional seconds in ISO 8601 format
2020-04-16 11:16 UTC (11+ messages)
` [PATCH 0/2] More ISO-8601 support
` [PATCH 2/2] date.c: allow compact version of ISO-8601 datetime
` [PATCH v2 0/2] More ISO-8601 support
` [PATCH v2 1/2] date.c: skip fractional second part of ISO-8601
Fetching 24 Linux commits = 1.2 GiB
2020-04-16 6:31 UTC (3+ 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).