messages from 2022-06-03 19:27:59 to 2022-06-08 00:38:25 UTC [more...]
[PATCH 0/2] bitmap-format.txt: fix some formatting issues and include checksum info
2022-06-07 22:02 UTC (15+ messages)
` [PATCH 1/2] bitmap-format.txt: fix some formatting issues
` [PATCH v2 0/3] bitmap-format.txt: fix some formatting issues and include checksum info
` [PATCH v2 1/3] bitmap-format.txt: feed the file to asciidoc to generate html
` [PATCH v2 2/3] bitmap-format.txt: fix some formatting issues
` [PATCH v2 3/3] bitmap-format.txt: add information for trailing checksum
[PATCH 0/4] rebase: update branches in multi-part topic
2022-06-07 22:11 UTC (15+ messages)
` [PATCH 3/4] rebase: add --update-refs option
` [PATCH v2 0/7] rebase: update branches in multi-part topic
` [PATCH v2 3/7] sequencer: define array with enum values
[PATCH v3 0/5] config: introduce discovery.bare and protected config
2022-06-07 20:57 UTC (6+ messages)
` [PATCH v4 "
` [PATCH v4 1/5] Documentation/git-config.txt: add SCOPES section
` [PATCH v4 2/5] Documentation: define protected configuration
` [PATCH v4 4/5] safe.directory: use git_protected_config()
` [PATCH v4 5/5] setup.c: create `discovery.bare`
[PATCH v2 0/6] usage API: add and use a bug() + BUG_if_bug()
2022-06-07 21:12 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 1/6] common-main.o: move non-trace2 exit() behavior out of trace2.c
git diff word diff bug??
2022-06-07 22:40 UTC (6+ messages)
[PATCH v2] ls-tree: fix --long implying -r regression in 9c4d58ff2c3
2022-06-07 21:40 UTC (8+ messages)
` [PATCH] ls-tree: test for the "
` js/ci-github-workflow-markup output regression (was: [PATCH] ls-tree: test for the regression in 9c4d58ff2c3)
` js/ci-github-workflow-markup output regression
[PATCH] run-command: don't spam trace2_child_exit()
2022-06-07 22:09 UTC (8+ messages)
` [PATCH v2] "
[PATCH 0/2] builtin/show-ref.c: support `--count` for limiting output
2022-06-07 21:13 UTC (10+ messages)
` [PATCH 1/2] builtin/show-ref.c: rename `found_match` to `matches_nr`
` [PATCH 2/2] builtin/show-ref.c: limit output with `--count`
[PATCH] cocci: retire is_null_sha1() rule
2022-06-07 21:50 UTC
[PATCH] config: document and test the 'worktree' scope
2022-06-07 21:24 UTC
[RFC PATCH 00/15] Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode
2022-06-07 18:09 UTC (46+ messages)
` [RFC PATCH 01/15] remote.c: don't dereference NULL in freeing loop
` [RFC PATCH 02/15] pull.c: don't feed NULL to strcmp() on get_rebase_fork_point() path
` [RFC PATCH 03/15] reftable: don't memset() a NULL from failed malloc()
` [RFC PATCH 04/15] diff-lib.c: don't dereference NULL in oneway_diff()
` [RFC PATCH 05/15] refs/packed-backend.c: add a BUG() if iter is NULL
` [RFC PATCH 06/15] ref-filter.c: BUG() out on show_ref() with NULL refname
` [RFC PATCH 07/15] strbuf.c: placate -fanalyzer in strbuf_grow()
` [RFC PATCH 08/15] strbuf.c: use st_add3(), not unsigned_add_overflows()
` [RFC PATCH 09/15] add-patch: assert parse_diff() expectations with BUG()
` [RFC PATCH 15/15] config.mak.dev: add and use ASSERT_FOR_FANALYZER() macro
` [PATCH 0/3] remote API: fix -fanalyzer-spotted freeing issue
` [PATCH 1/3] remote.c: remove braces from one-statement "for"-loops
` [PATCH 2/3] remote.c: don't dereference NULL in freeing loop
` [PATCH 3/3] remote API: don't buggily FREE_AND_NULL(), free() instead
[PATCH] ssh signing: Support ECDSA as literal SSH keys
2022-06-07 17:20 UTC (7+ messages)
[PATCH v4 0/2] hook API: connect hooks to the TTY again, fixes a v2.36.0 regression
2022-06-07 17:08 UTC (11+ messages)
` [PATCH v5 "
` [PATCH v6 "
` [PATCH v6 1/2] run-command: add an "ungroup" option to run_process_parallel()
` [PATCH v6 2/2] hook API: fix v2.36.0 regression: hooks should be connected to a TTY
[PATCH] fsmonitor: query watchman with right valid json
2022-06-07 17:00 UTC (6+ messages)
` [PATCH v2] "
[PATCH v2] git-prompt: make colourization consistent
2022-06-07 16:22 UTC (23+ messages)
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "
` [PATCH v6] "
` [PATCH v7] "
[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
2022-06-07 7:38 UTC (20+ messages)
` [PATCH 08/12] merge-ort: provide a merge_get_conflicted_files() helper function
[PATCH] range-diff: show submodule changes irrespective of diff.submodule
2022-06-07 1:26 UTC (7+ messages)
` [PATCH v2] "
[PATCH] submodule merge: update conflict error message
2022-06-07 0:48 UTC (2+ messages)
[PATCH 0/6] bundle URIs: design doc and initial git fetch --bundle-uri implementation
2022-06-07 0:33 UTC (9+ messages)
` [PATCH 1/6] docs: document bundle URI standard
` [PATCH 2/6] remote-curl: add 'get' capability
` [PATCH 3/6] bundle-uri: create basic file-copy logic
` [PATCH 4/6] fetch: add --bundle-uri option
` [PATCH 5/6] bundle-uri: add support for http(s):// and file://
` [PATCH 6/6] fetch: add 'refs/bundle/' to log.excludeDecoration
git-config gpg.program - more flexibility needed ?
2022-06-06 22:51 UTC (2+ messages)
[PATCH v12 0/8] unpack-objects: support streaming blobs to disk
2022-06-06 20:02 UTC (14+ messages)
` [PATCH v13 0/7] "
` [PATCH v13 1/7] unpack-objects: low memory footprint for get_data() in dry_run mode
` [PATCH v13 2/7] object-file.c: do fsync() and close() before post-write die()
` [PATCH v13 3/7] object-file.c: refactor write_loose_object() to several steps
` [PATCH v13 4/7] object-file.c: factor out deflate part of write_loose_object()
` [PATCH v13 5/7] object-file.c: add "stream_loose_object()" to handle large object
` [PATCH v13 6/7] core doc: modernize core.bigFileThreshold documentation
` [PATCH v13 7/7] unpack-objects: use stream_loose_object() to unpack large objects
[PATCH 00/13] tests + init: don't rely on templates & add --no-template + config
2022-06-06 19:08 UTC (5+ messages)
` [PATCH v2 0/7] tests: don't depend on "git init" using the template
[PATCH 0/3] Die preserve ggg
2022-06-06 17:57 UTC (7+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 1/4] rebase.c: state preserve-merges has been removed
` [PATCH v2 2/4] rebase: help users when dying with `preserve-merges`
` [PATCH v2 3/4] rebase: note `preserve` merges may be a pull config option
` [PATCH v2 4/4] rebase: translate a die(preserve-merges) message
[PATCH] commit-reach: do not parse and iterate minima
2022-06-06 17:54 UTC (2+ messages)
` [PATCH v3] commit,shallow: unparse commits if grafts changed
[PATCH] ls-files.c: add --only-object-name option
2022-06-06 17:42 UTC (2+ messages)
[PATCH] Makefile: build 'gitweb' in the default target
2022-06-06 17:44 UTC (3+ messages)
` [PATCH v2 0/7] gitweb: fix "make" not including "gitweb" without NOOP run slowdowns
git push --delete <url> <branch> fails if run outside a repository
2022-06-06 17:29 UTC (2+ messages)
[PATCH] read-cache.c: reduce unnecessary cache entry name copying
2022-06-06 17:23 UTC (3+ messages)
[PATCH] builtin/show-ref.c: avoid over-iterating with --heads, --tags
2022-06-06 17:07 UTC (3+ messages)
git bug: Including a git repository in a directory
2022-06-06 16:57 UTC (3+ messages)
[PATCH v3 0/2] fetch: create fetch.credentialsInUrl config
2022-06-06 16:34 UTC (7+ messages)
` [PATCH v4] remote: "
` [PATCH v5] "
How to watch files in a Git repository
2022-06-06 16:04 UTC
CVE-2022-24975
2022-06-06 15:11 UTC (3+ messages)
[FR] supporting submodules with alternate version control systems (new contributor)
2022-06-06 14:53 UTC (11+ messages)
About GIT Internals
2022-06-06 11:52 UTC (11+ messages)
Bug: fsmonitor--daemon doesn't pick up submodule changes
2022-06-06 10:46 UTC (3+ messages)
[BUG?] Major performance issue with some commands on our repo's master branch
2022-06-06 5:18 UTC (4+ messages)
Files with \r\n\n line endings can result in needing to renormalize twice, after deleting checked out file and restoring from repo
2022-06-05 13:55 UTC (5+ messages)
[PATCH v1 0/2] Be nicer to the user on tracked/untracked merge conflicts
2022-06-04 9:49 UTC (6+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 1/4] t6436: tests how merge behave when there is untracked file with the same content
` [PATCH v2 2/4] merge with untracked file that are the same without failure
` [PATCH v2 4/4] error message now advice to use the new option
` [PATCH v2 3/4] add configuration variable corresponding to --overwrite-same-content
protocol: add Accept-Language header if possible
2022-06-04 5:46 UTC (4+ messages)
` "
BUG: git log on bare repository fails if the default branch is not called master
2022-06-04 0:50 UTC (4+ messages)
` AW: "
[RFC PATCH 0/3] trace2: log "signal" end events if we invoke BUG()
2022-06-03 23:05 UTC (6+ messages)
` [RFC PATCH 1/3] test-tool: don't fake up BUG() exits as code 99
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).