messages from 2019-06-20 20:00:44 to 2019-06-24 15:41:28 UTC [more...]
[PATCH 0/1] submodule foreach: fix recursion of options
2019-06-24 15:40 UTC (8+ messages)
` [PATCH v2 "
` [PATCH v2 1/1] "
` "
[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 v3 0/5] Speed up repacking when lots of pack-kept objects
2019-06-24 13:21 UTC (10+ 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 v2 00/10] Add 'ls-files --debug-json' to dump the index in json
2019-06-24 13:02 UTC (11+ 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
[BUG] Symbolic links break "git fast-export"?
2019-06-24 12:55 UTC (3+ messages)
[PATCH 0/8] Add 'ls-files --json' to dump the index in json
2019-06-24 12:50 UTC (19+ 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)
[PATCH 0/1] Fix a test on NTFS (and probably HFS+)
2019-06-24 10:13 UTC (7+ messages)
` [PATCH 1/1] t0001: fix on case-insensitive filesystems
` [PATCH v2 "
2.22.0 repack -a duplicating pack contents
2019-06-24 9:30 UTC (7+ messages)
git bisect should return 1 when the first bad commit is found
2019-06-24 7:16 UTC (5+ 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] Makefile: include contrib docs in dist-doc tarballs
2019-06-23 21:50 UTC
[GSoC][PATCH 0/3] Teach cherry-pick/revert to skip commits
2019-06-23 20:03 UTC (20+ messages)
` [GSoC][PATCH v5 0/5] "
` [GSoC][PATCH v5 4/5] cherry-pick/revert: add --skip option
` [GSoC][PATCH v6 0/5] Teach cherry-pick/revert to skip commits
` [GSoC][PATCH v6 1/5] sequencer: add advice for revert
` [GSoC][PATCH v6 2/5] sequencer: rename reset_for_rollback to reset_merge
` [GSoC][PATCH v6 3/5] sequencer: use argv_array in reset_merge
` [GSoC][PATCH v6 4/5] cherry-pick/revert: add --skip option
` [GSoC][PATCH v6 5/5] cherry-pick/revert: advise using --skip
` [GSoC][PATCH v7 0/6] Teach cherry-pick/revert to skip commits
` [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] documentation: add tutorial for revision walking
2019-06-23 18:54 UTC (10+ messages)
[PATCH v3] l10n: localizable upload progress messages
2019-06-23 16:58 UTC (8+ 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 00/14] completion: a bunch of updates
2019-06-22 15:03 UTC (18+ messages)
` [PATCH 01/14] completion: zsh: fix __gitcomp_direct()
` [PATCH 02/14] completion: zsh: fix for directories with spaces
` [PATCH 03/14] completion: remove zsh hack
` [PATCH 04/14] completion: zsh: improve main function selection
` [PATCH 05/14] completion: prompt: fix color for Zsh
` [PATCH 06/14] completion: bash: cleanup cygwin check
` [PATCH 07/14] completion: zsh: update installation instructions
` [PATCH 08/14] completion: bash: remove old compat wrappers
` [PATCH 09/14] completion: bash: remove zsh wrapper
` [PATCH 10/14] completion: zsh: trivial cleanups
` [PATCH 11/14] test: completion: tests for __gitcomp regression
` [PATCH 12/14] test: completion: use global config
` [PATCH 13/14] completion: add default options
` [PATCH 14/14] completion: add default merge strategies
[PATCH 0/4] Support building with GCC v8.x/v9.x
2019-06-22 10:03 UTC (13+ 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
What's cooking in git.git (Jun 2019, #05; Wed, 19)
2019-06-22 9:46 UTC (5+ messages)
` sg/rebase-progress, was "
` md/list-objects-filter-combo, "
[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
[PATCH] l10n: localizable upload progress messages
2019-06-22 3:10 UTC (3+ messages)
[PATCH v4 10/10] list-objects-filter-options: make parser void
2019-06-22 0:46 UTC (2+ messages)
[PATCH v4 06/10] list-objects-filter-options: make filter_spec a string_list
2019-06-22 0:37 UTC (2+ messages)
[PATCH v2 0/9] Filter combination
2019-06-22 0:26 UTC (7+ messages)
` [PATCH v4 00/10] "
` [PATCH v4 04/10] list-objects-filter: implement composite filters
[PATCH v4 01/10] list-objects-filter: make API easier to use
2019-06-21 22:58 UTC (2+ messages)
Deadname rewriting
2019-06-21 22:16 UTC (5+ messages)
[PATCH 00/17] Fix MSVC support, at long last
2019-06-21 20:45 UTC (5+ messages)
` [PATCH v2 00/20] "
` [PATCH v2 15/20] msvc: support building Git using MS Visual C++
[PATCH] tests: add a special setup where prerequisites fail
2019-06-21 20:08 UTC (5+ messages)
` [PATCH] tests: mark two failing tests under FAIL_PREREQS
[PATCH] doc: improve usage string in MyFirstContribution
2019-06-21 19:00 UTC (6+ messages)
nntp://news.public-inbox.org/ may be unstable
2019-06-21 17:21 UTC
[PATCH] fetch: only run 'gc' once when fetching multiple remotes
2019-06-21 17:07 UTC (37+ messages)
` [RFC/PATCH] gc: run more pre-detach operations under lock
` [PATCH 0/6] Change <non-empty?> GIT_TEST_* variables to <boolean>
` [PATCH v2 0/8] "
` [PATCH v3 "
` [PATCH v3 1/8] config tests: simplify include cycle test
` [PATCH v3 2/8] env--helper: new undocumented builtin wrapping git_env_*()
` [PATCH v3 3/8] config.c: refactor die_bad_number() to not call gettext() early
` [PATCH v3 4/8] t6040 test: stop using global "script" variable
` [PATCH v3 5/8] tests: make GIT_TEST_GETTEXT_POISON a boolean
` [PATCH v3 6/8] tests README: re-flow a previously changed paragraph
` [PATCH v3 7/8] tests: replace test_tristate with "git env--helper"
` [PATCH v3 8/8] tests: make GIT_TEST_FAIL_PREREQS a boolean
` [PATCH v2 1/8] config tests: simplify include cycle test
` [PATCH v2 2/8] env--helper: new undocumented builtin wrapping git_env_*()
` [PATCH v2 3/8] config.c: refactor die_bad_number() to not call gettext() early
` [PATCH v2 4/8] t6040 test: stop using global "script" variable
` [PATCH v2 5/8] tests: make GIT_TEST_GETTEXT_POISON a boolean
` [PATCH v2 6/8] tests README: re-flow a previously changed paragraph
` [PATCH v2 7/8] tests: replace test_tristate with "git env--helper"
` [PATCH v2 8/8] tests: make GIT_TEST_FAIL_PREREQS a boolean
` [PATCH 3/6] tests: make GIT_TEST_GETTEXT_POISON "
[PATCH 0/3] git-status: create config for ahead/behind calculation
2019-06-21 16:33 UTC (3+ messages)
` [PATCH 1/3] status: add status.aheadbehind setting
[RFC/PATCH] refs: tone down the dwimmery in refname_match() for {heads,tags,remotes}/*
2019-06-21 16:05 UTC (3+ messages)
` [PATCH] push: make "HEAD:tags/my-tag" consistently push to a branch
[PATCH] json-writer: fix a 'hdr-check' warning
2019-06-21 15:51 UTC
specifying revision - how to enforce matching a tag/branch-name or revision only
2019-06-21 15:16 UTC (3+ messages)
[GSoC][PATCH v6 00/10] clone: dir-iterator refactoring with tests
2019-06-21 13:41 UTC (4+ messages)
` [GSoC][PATCH v7 "
What's cooking in git.git (Jun 2019, #04; Fri, 14)
2019-06-21 13:27 UTC (6+ messages)
` pw/rebase-abort-clean-rewritten, was "
[RFC PATCH 0/3] Add a JSON Schema for trace2 events
2019-06-21 11:53 UTC (5+ messages)
` [RFC PATCH 3/3] trace2: add a schema validator "
[PATCH 0/2] Add OBJECT_INFO_NO_FETCH_IF_MISSING flag
2019-06-21 10:47 UTC (8+ messages)
` [PATCH 2/2] sha1-file: use OBJECT_INFO_NO_FETCH_IF_MISSING
Re-enabled a folder set as untracked
2019-06-21 9:11 UTC (2+ messages)
[GSoC][PATCH v5 4/5] cherry-pick/revert: add --skip option
2019-06-21 7:47 UTC (2+ 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).