messages from 2019-06-22 02:55:15 to 2019-06-25 13:50:36 UTC [more...]
[PATCH v5 00/16] Many promisor remotes
2019-06-25 13:50 UTC (5+ messages)
` [PATCH v5 04/16] promisor-remote: implement promisor_remote_get_direct()
[PATCH v6 00/15] Many promisor remotes
2019-06-25 13:40 UTC (16+ messages)
` [PATCH v6 01/15] t0410: remove pipes after git commands
` [PATCH v6 02/15] fetch-object: make functions return an error code
` [PATCH v6 03/15] Add initial support for many promisor remotes
` [PATCH v6 04/15] promisor-remote: implement promisor_remote_get_direct()
` [PATCH v6 05/15] promisor-remote: add promisor_remote_reinit()
` [PATCH v6 06/15] promisor-remote: use repository_format_partial_clone
` [PATCH v6 07/15] Use promisor_remote_get_direct() and has_promisor_remote()
` [PATCH v6 08/15] promisor-remote: parse remote.*.partialclonefilter
` [PATCH v6 09/15] builtin/fetch: remove unique promisor remote limitation
` [PATCH v6 10/15] t0410: test fetching from many promisor remotes
` [PATCH v6 11/15] partial-clone: add multiple remotes in the doc
` [PATCH v6 12/15] remote: add promisor and partial clone config to "
` [PATCH v6 13/15] Remove fetch-object.{c,h} in favor of promisor-remote.{c,h}
` [PATCH v6 14/15] Move repository_format_partial_clone to promisor-remote.c
` [PATCH v6 15/15] Move core_partial_clone_filter_default "
[PATCH] rebase: fix garbled progress display with '-x'
2019-06-25 13:35 UTC (21+ messages)
` [PATCH v2 0/4] rebase/progress: add and use term_clear_line()
` [PATCH v2 3/4] rebase: fix garbled progress display with '-x'
` [PATCH v3 0/5] rebase/progress: add and use term_clear_line()
` [PATCH v3 1/5] t3404: modernize here doc style
` [PATCH v3 2/5] t3404: make the 'rebase.missingCommitsCheck=ignore' test more focused
` [PATCH v3 3/5] pager: add a helper function to clear the last line in the terminal
` [PATCH v3 4/5] rebase: fix garbled progress display with '-x'
` [PATCH v3 5/5] progress: use term_clear_line()
[PATCH 0/3] Wip/quieter sequencer status parsing
2019-06-25 13:26 UTC (6+ messages)
` [PATCH 2/3] sequencer: factor out todo command name parsing
` [PATCH 1/3] sequencer: always allow tab after command name
` [PATCH 3/3] status: do not report errors in sequencer/todo
Git status parse error after v.2.22.0 upgrade
2019-06-25 13:25 UTC (9+ messages)
[PATCH v2 00/10] Add 'ls-files --debug-json' to dump the index in json
2019-06-25 12:40 UTC (28+ messages)
` [PATCH v2 01/10] ls-files: add --json to dump the index
` [PATCH v2 02/10] read-cache.c: dump common extension info in json
` [PATCH v2 03/10] cache-tree.c: dump "TREE" extension as json
` [PATCH v2 04/10] dir.c: dump "UNTR" "
` [PATCH v2 05/10] split-index.c: dump "link" "
` [PATCH v2 06/10] fsmonitor.c: dump "FSMN" "
` [PATCH v2 07/10] resolve-undo.c: dump "REUC" "
` [PATCH v2 08/10] read-cache.c: dump "EOIE" "
` [PATCH v2 09/10] read-cache.c: dump "IEOT" "
` [PATCH v2 10/10] t3008: use the new SINGLE_CPU prereq
specifying revision - how to enforce matching a tag/branch-name or revision only
2019-06-25 11:43 UTC (4+ messages)
[PATCH] doc: fix form -> from typo
2019-06-25 11:40 UTC (3+ messages)
[PATCH] make slash-rules more readable
2019-06-25 11:31 UTC (3+ messages)
[PATCH 0/1] submodule foreach: fix recursion of options
2019-06-25 11:18 UTC (16+ messages)
` [PATCH v2 "
` [PATCH v2 1/1] "
` "
` [PATCH] "
Revision walking, commit dates, slop
2019-06-25 10:54 UTC (10+ messages)
[PATCH v3 0/5] Speed up repacking when lots of pack-kept objects
2019-06-25 10:32 UTC (11+ messages)
` [PATCH v3 1/5] count-objects: report statistics about kept packs
` [PATCH v3 2/5] revision walk: optionally use sparse reachability
` [PATCH v3 3/5] repack: add --sparse and pass to pack-objects
` [PATCH v3 4/5] repack: optionally assume transitive kept packs
` [PATCH v3 5/5] builtin/gc: add --assume-pack-keep-transitive
[PATCH 0/1] Fix a test on NTFS (and probably HFS+)
2019-06-25 10:50 UTC (10+ messages)
` [PATCH v2 1/1] t0001: fix on case-insensitive filesystems
` [PATCH v3 "
` vger vs GitGitGadget, was "
What's cooking in git.git (Jun 2019, #05; Wed, 19)
2019-06-25 9:45 UTC (4+ messages)
[GSoC][PATCH 0/3] Teach cherry-pick/revert to skip commits
2019-06-25 9:18 UTC (9+ messages)
` [GSoC][PATCH v7 0/6] "
` [GSoC][PATCH v7 1/6] advice: add sequencerInUse config variable
` [GSoC][PATCH v7 2/6] sequencer: add advice for revert
` [GSoC][PATCH v7 3/6] sequencer: rename reset_for_rollback to reset_merge
` [GSoC][PATCH v7 4/6] sequencer: use argv_array in reset_merge
` [GSoC][PATCH v7 5/6] cherry-pick/revert: add --skip option
` [GSoC][PATCH v7 6/6] cherry-pick/revert: advise using --skip
[PATCH 0/1] ci: split linux-gcc into linux-gcc and linux-gcc-extra
2019-06-25 8:56 UTC (8+ messages)
` [PATCH 1/1] ci: split the `linux-gcc` job into two jobs
[PATCH v5] l10n: localizable upload progress messages
2019-06-25 6:25 UTC
git bisect should return 1 when the first bad commit is found
2019-06-25 5:13 UTC (9+ messages)
[PATCH 00/14] completion: a bunch of updates
2019-06-25 3:32 UTC (13+ messages)
` [PATCH 01/14] completion: zsh: fix __gitcomp_direct()
` [PATCH 13/14] completion: add default options
` [PATCH 14/14] completion: add default merge strategies
[PATCH] Add example on how to import changes with time interval specified
2019-06-24 21:17 UTC
[PATCH] Branch detection final listing simplified
2019-06-24 21:02 UTC
`git stash <command> <n>` stopped working in 2.22.0
2019-06-24 20:29 UTC (3+ messages)
` [PATCH] stash: fix show referencing stash index
nntp://news.public-inbox.org/ may be unstable
2019-06-24 19:03 UTC (2+ messages)
` TLS on news.public-inbox.org [was: may be unstable]
[BUG] Symbolic links break "git fast-export"?
2019-06-24 18:58 UTC (4+ messages)
[PATCH] Makefile: include contrib docs in dist-doc tarballs
2019-06-24 18:47 UTC (2+ messages)
[PATCH v3] l10n: localizable upload progress messages
2019-06-24 18:04 UTC (10+ messages)
[PATCH] l10n: localizable upload progress messages
2019-06-24 17:11 UTC (4+ messages)
[PATCH v2 0/8] Change <non-empty?> GIT_TEST_* variables to <boolean>
2019-06-24 16:47 UTC (3+ messages)
` [PATCH v3 5/8] tests: make GIT_TEST_GETTEXT_POISON a boolean
Git 2.22 , --preserve-merges fails with custom commentChar
2019-06-24 16:01 UTC
[PATCH] rm: add --intent-to-add, to be used with --cached
2019-06-24 15:02 UTC (3+ messages)
[PATCH 0/6] Kill the_repository in tree-walk.c
2019-06-24 14:55 UTC (12+ messages)
` [PATCH 1/6] sha1-file.c: remove the_repo from read_object_with_reference()
` [PATCH 2/6] tree-walk.c: remove the_repo from fill_tree_descriptor()
` [PATCH 3/6] tree-walk.c: remove the_repo from get_tree_entry()
` [PATCH 4/6] tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks()
` [PATCH 5/6] match-trees.c: remove the_repo from shift_tree*()
` [PATCH 6/6] Use the right 'struct repository' instead of the_repository
[PATCH 0/8] Add 'ls-files --json' to dump the index in json
2019-06-24 12:50 UTC (16+ messages)
` [PATCH 1/8] ls-files: add --json to dump the index
[PATCH] t5551: use 'test_i18ngrep' to check translated output
2019-06-24 12:44 UTC
windows: error cannot lock ref ... unable to create lock
2019-06-24 10:40 UTC (4+ messages)
2.22.0 repack -a duplicating pack contents
2019-06-24 9:30 UTC (7+ messages)
[PATCH 0/17] drop non-object_id hashing
2019-06-23 22:46 UTC (6+ messages)
` [PATCH 15/17] khash: rename oid helper functions
[PATCH] documentation: add tutorial for revision walking
2019-06-23 18:54 UTC (6+ messages)
[PATCH v4] l10n: localizable upload progress messages
2019-06-23 9:27 UTC
[GSoC] Blogging with Rohit
2019-06-22 20:52 UTC (2+ messages)
[PATCH] doc: don't use git.kernel.org as example gitweb URL
2019-06-22 16:48 UTC
[PATCH 0/4] Support building with GCC v8.x/v9.x
2019-06-22 10:03 UTC (12+ messages)
` [PATCH 4/4] config: avoid calling `labs()` on too-large data type
` [PATCH v2 1/3] config: use unsigned_mult_overflows to check for overflows
` [PATCH v2 2/3] config: don't multiply in parse_unit_factor()
` [PATCH v2 3/3] config: simplify parsing of unit factors
[PATCH v2] l10n: localizable upload progress messages
2019-06-22 9:26 UTC
[PATCH v2] doc: improve usage string in MyFirstContribution
2019-06-22 6:10 UTC
page: next (older) | prev (newer) | latest
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).