git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-02-05 17:50:32 to 2020-02-08 20:44:13 UTC [more...]

[PATCH v2 0/2] Minor fixes to git notes fanout code
 2020-02-08 20:44 UTC  (3+ messages)
` [PATCH v2 1/2] t3305: check notes fanout more carefully and robustly
` [PATCH v2 2/2] notes.c: fix off-by-one error when decreasing notes fanout

[PATCH] strbuf: add and use strbuf_insertstr()
 2020-02-08 19:56 UTC 

[Outreachy] [PATCH v3 00/13] Finish converting git bisect to C part 1
 2020-02-08 10:55 UTC  (15+ messages)
` [PATCH v3 01/13] bisect--helper: convert `vocab_*` char pointers to char arrays
` [PATCH v3 02/13] bisect--helper: change `retval` to `res`
` [PATCH v3 03/13] bisect: use the standard 'if (!var)' way to check for 0
` [PATCH v3 04/13] run-command: make `exists_in_PATH()` non-static
` [PATCH v3 05/13] bisect--helper: introduce new `decide_next()` function
` [PATCH v3 06/13] bisect: add enum to represent bisect returning codes
` [PATCH v3 07/13] bisect--helper: return error codes from `cmd_bisect__helper()`
` [PATCH v3 08/13] bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its dependents
` [PATCH v3 09/13] bisect: libify `bisect_checkout`
` [PATCH v3 10/13] bisect: libify `check_merge_bases` and its dependents
` [PATCH v3 11/13] bisect: libify `check_good_are_ancestors_of_bad` "
` [PATCH v3 12/13] bisect: libify `handle_bad_merge_base` "
` [PATCH v3 13/13] bisect: libify `bisect_next_all`

Git 2.25 on Fedora 1 and Ubuntu 4
 2020-02-08  7:53 UTC 

[PATCH v2] doc: describe Git bundle format
 2020-02-08  1:49 UTC  (6+ messages)
` [PATCH v3] "

Support 'help' for custom/alias commands
 2020-02-07 23:46 UTC  (3+ messages)

[PATCH] pack-format: correct multi-pack-index description
 2020-02-07 22:16 UTC 

fatal: cannot rebase with locally recorded submodule modifications
 2020-02-07 22:04 UTC  (2+ messages)

bug? illegal text in commit log
 2020-02-07 21:12 UTC  (13+ messages)

[PATCH] branch: let '--edit-description' default to rebased branch during rebase
 2020-02-07 20:14 UTC  (19+ messages)

[PATCH v5 00/15] add git-bugreport tool
 2020-02-07 18:51 UTC  (42+ messages)
` [PATCH v5 06/15] bugreport: add compiler info
` [PATCH v5 08/15] bugreport: include user interactive shell
` [PATCH v5 09/15] bugreport: generate config safelist based on docs
` [PATCH v5 10/15] bugreport: add config values from safelist
` [PATCH v6 00/15] add git-bugreport tool
  ` [PATCH v6 01/15] help: move list_config_help to builtin/help
  ` [PATCH v6 02/15] help: add shell-path to --build-options
  ` [PATCH v6 03/15] bugreport: add tool to generate debugging info
  ` [PATCH v6 04/15] bugreport: gather git version and build info
  ` [PATCH v6 05/15] bugreport: add uname info
  ` [PATCH v6 06/15] bugreport: add compiler info
  ` [PATCH v6 07/15] bugreport: add git-remote-https version
  ` [PATCH v6 08/15] bugreport: include user interactive shell
  ` [PATCH v6 09/15] bugreport: generate config safelist based on docs
  ` [PATCH v6 10/15] bugreport: add config values from safelist
  ` [PATCH v6 11/15] bugreport: collect list of populated hooks
  ` [PATCH v6 12/15] bugreport: count loose objects
  ` [PATCH v6 13/15] bugreport: add packed object summary
  ` [PATCH v6 14/15] bugreport: list contents of $OBJDIR/info
  ` [PATCH v6 15/15] bugreport: summarize contents of alternates file

[PATCH] clone: use submodules.recurse option for automatically clone submodules
 2020-02-07 18:33 UTC  (6+ messages)
` [PATCH v2] "

[BUG?] 'git rebase --abort' couldn't abort aborted rebase
 2020-02-07 17:52 UTC  (4+ messages)

[PATCH 0/9] [RFC] Changed Paths Bloom Filters
 2020-02-07 16:33 UTC  (18+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] commit-graph: use MAX_NUM_CHUNKS
  ` [PATCH v2 02/11] bloom: core Bloom filter implementation for changed paths
  ` [PATCH v2 03/11] diff: halt tree-diff early after max_changes
  ` [PATCH v2 04/11] commit-graph: compute Bloom filters for changed paths
  ` [PATCH v2 05/11] commit-graph: examine changed-path objects in pack order
  ` [PATCH v2 06/11] commit-graph: examine commits by generation number
  ` [PATCH v2 07/11] commit-graph: write Bloom filters to commit graph file
  ` [PATCH v2 08/11] commit-graph: reuse existing Bloom filters during write
  ` [PATCH v2 09/11] commit-graph: add --changed-paths option to write subcommand
  ` [PATCH v2 10/11] revision.c: use Bloom filters to speed up path based revision walks
  ` [PATCH v2 11/11] commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flag

[PATCH 0/3] builtin/commit-graph.c: new split/merge options
 2020-02-07 15:48 UTC  (12+ messages)
` [PATCH 1/3] builtin/commit-graph.c: support '--split[=<strategy>]'
` [PATCH v2 0/3] builtin/commit-graph.c: new split/merge options
  ` [PATCH v2 1/3] builtin/commit-graph.c: support '--split[=<strategy>]'
  ` [PATCH v2 3/3] builtin/commit-graph.c: support '--input=none'

[PATCH] submodule: add newline on invalid submodule error
 2020-02-07 13:55 UTC  (2+ messages)

What's cooking in git.git (Feb 2020, #01; Wed, 5)
 2020-02-07 12:45 UTC  (10+ messages)

[RFC] xl command for visualizing recent history
 2020-02-07  1:39 UTC  (6+ messages)

[PATCH v3 00/21] SHA-256 test fixes, part 8
 2020-02-07  0:52 UTC  (22+ messages)
` [PATCH v3 01/21] t/lib-pack: support SHA-256
` [PATCH v3 02/21] t3206: make hash size independent
` [PATCH v3 03/21] t3308: make test work with SHA-256
` [PATCH v3 04/21] t3309: "
` [PATCH v3 05/21] t3310: "
` [PATCH v3 06/21] t3311: "
` [PATCH v3 07/21] t4013: make test hash independent
` [PATCH v3 08/21] t4211: move SHA-1-specific test cases into a directory
` [PATCH v3 09/21] t4211: add test cases for SHA-256
` [PATCH v3 10/21] t4060: make test work with SHA-256
` [PATCH v3 11/21] t5302: make hash size independent
` [PATCH v3 12/21] t5309: make test hash independent
` [PATCH v3 13/21] t5313: "
` [PATCH v3 14/21] t5321: "
` [PATCH v3 15/21] t5515: "
` [PATCH v3 16/21] t5318: update for SHA-256
` [PATCH v3 17/21] t5607: make hash size independent
` [PATCH v3 18/21] t5703: make test work with SHA-256
` [PATCH v3 19/21] t6000: abstract away SHA-1-specific constants
` [PATCH v3 20/21] t6006: make hash size independent
` [PATCH v3 21/21] t6024: update for SHA-256

[PATCH v3 0/6] Reftable support git-core
 2020-02-07  0:16 UTC  (11+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 1/5] refs.h: clarify reflog iteration order
  ` [PATCH v4 2/5] create .git/refs in files-backend.c
  ` [PATCH v4 3/5] refs: document how ref_iterator_advance_fn should handle symrefs
  ` [PATCH v4 4/5] Add reftable library
  ` [PATCH v4 5/5] Reftable support for git-core

[PATCH v6] MyFirstContribution: add avenues for getting help
 2020-02-06 22:13 UTC  (8+ messages)
` [PATCH v7] "

Printing a uint64_t portably in Git?
 2020-02-06 21:11 UTC  (5+ messages)

[PATCH] diff-options.txt: correct command syntax
 2020-02-06 20:53 UTC  (2+ messages)
` [PATCH] diff-options.txt: avoid "regex" overload in example

[PATCH] git-p4: Add hook p4-pre-pedit-changelist
 2020-02-06 19:42 UTC  (17+ messages)
` [PATCH v2 0/4] git-p4: add hook p4-pre-edit-changelist
  ` [PATCH v2 2/4] git-p4: create new method gitRunHook
  ` [PATCH v3 0/5] git-p4: add hook p4-pre-edit-changelist
    ` [PATCH v3 1/5] git-p4: rewrite prompt to be Windows compatible
    ` [PATCH v3 2/5] git-p4: create new function run_git_hook
    ` [PATCH v3 3/5] git-p4: add --no-verify option
    ` [PATCH v3 4/5] git-p4: restructure code in submit
    ` [PATCH v3 5/5] git-p4: add p4 submit hooks

Git Test Coverage Report (Feb. 6)
 2020-02-06 13:46 UTC 

What's cooking in git.git (Jan 2020, #04; Wed, 22)
 2020-02-06 11:45 UTC  (13+ messages)

[Outreachy][PATCH 0/1] add: change advice config variables used by the add API
 2020-02-06 10:57 UTC  (2+ messages)
` [PATCH 1/1] "

[ANNOUNCE] git-cinnabar 0.5.4
 2020-02-06  0:24 UTC 

[PATCH v2 0/1] [Outreachy] add: use advise function to display hints
 2020-02-05 23:18 UTC  (9+ messages)
` [PATCH v3] add: use advice API "

[PATCH v3 00/15] rebase: make the default backend configurable
 2020-02-05 22:38 UTC  (5+ messages)
` [PATCH v4 00/19] "

Broken branch after git commit - tracked files in staging area can't be removed with restore --staged, or commit or stash
 2020-02-05 20:24 UTC  (8+ messages)
          ` [PATCH] restore: invalidate cache-tree when removing entries with --staged

[PATCH-2] Change writing style
 2020-02-05 20:11 UTC  (4+ messages)
` [PATCH] parse-options: lose an unnecessary space in an error message

[PATCH v5 0/6] config: allow user to know scope of config options
 2020-02-05 19:01 UTC  (6+ messages)
` [PATCH v6 "
  ` [PATCH v6 6/6] config: add '--show-scope' to print the scope of a config value

[PATCH 00/10] name-rev: improve memory usage
 2020-02-05 18:55 UTC  (4+ messages)
` [PATCH 11/10] name-rev: sort tip names before applying


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).