git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-02-17 18:05:03 to 2020-02-20 01:59:27 UTC [more...]

[PATCH v7 00/15] add git-bugreport tool
 2020-02-20  1:58 UTC  (33+ messages)
` [PATCH v7 03/15] bugreport: add tool to generate debugging info
` [PATCH v7 06/15] bugreport: add compiler info
` [PATCH v7 07/15] bugreport: add git-remote-https version
` [PATCH v7 14/15] bugreport: list contents of $OBJDIR/info
` [PATCH v8 00/15] add git-bugreport tool
  ` [PATCH v8 01/15] help: move list_config_help to builtin/help
  ` [PATCH v8 02/15] help: add shell-path to --build-options
  ` [PATCH v8 03/15] bugreport: add tool to generate debugging info
  ` [PATCH v8 04/15] bugreport: gather git version and build info
  ` [PATCH v8 05/15] bugreport: add uname info
  ` [PATCH v8 06/15] bugreport: add compiler info
  ` [PATCH v8 07/15] bugreport: add git-remote-https version
  ` [PATCH v8 08/15] bugreport: include user interactive shell

[PATCH] advice: refactor advise API
 2020-02-20  1:42 UTC  (9+ messages)
` [PATCH v2 0/2] [RFC][Outreachy] "
  ` [PATCH v2 1/2] "
  ` [PATCH v3 0/2] [Outreachy] advice: revamp "
    ` [PATCH v3 1/2] "
    ` [PATCH v3 2/2] advice: extract vadvise() from advise()

git rebase allows branches to be checked out in multiple worktrees
 2020-02-20  0:29 UTC 

[PATCH 0/6] unpack-trees: fix '--recurse-submodules' when switching from no submodules to nested submodules
 2020-02-19 23:32 UTC  (5+ messages)
` [PATCH 1/6] t7112: remove mention of KNOWN_FAILURE_SUBMODULE_RECURSIVE_NESTED
` [PATCH 5/6] unpack-trees: check for missing submodule directory in merged_entry

What's cooking in git.git (Feb 2020, #04; Mon, 17)
 2020-02-19 22:07 UTC  (7+ messages)
  ` en/rebase-backend, was "

[PATCH] t3424: new rebase testcase documenting a stat-dirty-like failure
 2020-02-19 21:39 UTC  (20+ messages)
` [PATCH v2] "
  ` [PATCH v3] t3433: "
    ` [PATCH v4 0/2] "
      ` [PATCH v4 1/2] "
      ` [PATCH v4 2/2] merge-recursive: fix the refresh logic in update_file_flags

[PATCH] check-ignore: fix handling with negated patterns
 2020-02-19 21:36 UTC  (9+ messages)
` [PATCH v2] check-ignore: fix documentation and implementation to match
  ` [PATCH v3] "

[PATCH 0/2] Document two partial clone bugs, fix one
 2020-02-19 21:20 UTC  (11+ messages)
` [PATCH 1/2] partial-clone: demonstrate bugs in partial fetch
` [PATCH 2/2] partial-clone: avoid fetching when looking for objects

[PATCH 0/4] am: provide a replacement for "cat .git/rebase-apply/patch"
 2020-02-19 21:05 UTC  (14+ messages)
` [PATCH 1/4] parse-options: convert "command mode" to a flag
` [PATCH 2/4] am: convert "resume" variable to a struct
` [PATCH 3/4] am: support --show-current-patch=raw as a synonym for--show-current-patch
` [PATCH 4/4] am: support --show-current-patch=diff to retrieve .git/rebase-apply/patch

Git Test Coverage Report (Feb. 18, 2020)
 2020-02-19 20:44 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.25.1
 2020-02-19 20:10 UTC  (2+ messages)

[PATCH v5 0/5] Reftable support git-core
 2020-02-19 20:09 UTC  (17+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/5] refs.h: clarify reflog iteration order
  ` [PATCH v6 2/5] create .git/refs in files-backend.c
  ` [PATCH v6 3/5] refs: document how ref_iterator_advance_fn should handle symrefs
  ` [PATCH v6 4/5] Add reftable library
  ` [PATCH v6 5/5] Reftable support for git-core

[ANNOUNCE] Git Rev News edition 60
 2020-02-19 18:01 UTC 

[Outreachy] [PATCH v4 00/12] Finish converting git bisect to C part 1
 2020-02-19 17:40 UTC  (2+ messages)

[GSoC Patch 1/5] lib-log-graph.sh: consolidate test_cmp_graph logic
 2020-02-19 17:32 UTC  (11+ messages)
` [GSoC Patch 2/5] t3430: use lib-log-graph functions
` [GSoC Patch 3/5] t4215: "
` [GSoC Patch 4/5] t4214: "
` [GSoC Patch 5/5] t4202: "

[PATCH 0/9] [RFC] Changed Paths Bloom Filters
 2020-02-19 15:13 UTC  (10+ messages)
` [PATCH v2 00/11] "
  ` [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

git-describe --tags warning: 'X' is really 'Y' here
 2020-02-19 11:14 UTC  (12+ messages)
` [PATCH] describe: output tag's ref instead of embedded name

[GSoC][RFC][PATCH 2/2] STRBUF_INIT_CONST: Adapting strbuf_* functions
 2020-02-19 10:44 UTC  (8+ messages)

Committing with one single option
 2020-02-19  9:11 UTC  (2+ messages)

[GSoC][RFC][PATCH 0/2] STRBUF_INIT_CONST Cover
 2020-02-19  8:13 UTC  (7+ messages)
` [GSoC][RFC][PATCH 1/2] STRBUF_INIT_CONST: a new way to initialize strbuf
` [GSoC][RFC][PATCH 2/2] STRBUF_INIT_CONST: Adapting strbuf_* functions

Nested submodule checkout
 2020-02-19  4:19 UTC  (4+ messages)

Draft of Git Rev News edition 60
 2020-02-19  1:29 UTC  (7+ messages)

[PATCH] doc/config/push: use longer "--" line for preformatted example
 2020-02-18 21:47 UTC  (2+ messages)

[PATCH] doc-diff: use single-colon rule in rendering Makefile
 2020-02-18 21:40 UTC 

[PATCH v2 0/15] combining object filters and bitmaps
 2020-02-18 21:23 UTC  (24+ messages)
` [PATCH v2 02/15] pack-bitmap: fix leak of haves/wants object lists
` [PATCH v2 06/15] rev-list: make --count work with --objects
` [PATCH v2 09/15] rev-list: allow commit-only bitmap traversals
` [PATCH v2 13/15] pack-bitmap: implement BLOB_NONE filtering

[PATCH v2] push: introduce --push-option-if-able
 2020-02-18 20:59 UTC  (2+ messages)

Bug: Git: Clone: University Network: No Output on Terminal
 2020-02-18 19:24 UTC  (4+ messages)

[PATCH 1/2] git-receive-pack: document push options
 2020-02-18 17:44 UTC  (5+ messages)
` [PATCH 2/2] send-pack: downgrade push options error to warning

[PATCH] git-gui: add missing close bracket
 2020-02-18 17:32 UTC  (2+ messages)

[PATCH v2] mingw: workaround for hangs when sending STDIN
 2020-02-18 16:39 UTC  (3+ messages)
` [PATCH v3] "

What's cooking in git.git (Feb 2020, #02; Mon, 10)
 2020-02-18 14:00 UTC  (4+ messages)
` js/ci-squelch-doc-warning, was "

Question git
 2020-02-18 12:00 UTC  (2+ messages)

use libcurl to obtain the real-time speed of git clone
 2020-02-18  9:37 UTC 

[PATCH v3 0/6] Reftable support git-core
 2020-02-18  9:25 UTC  (11+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 4/5] Add reftable library

"Garbage collect" old commits in git repository to free disk space
 2020-02-18  5:51 UTC  (2+ messages)

! [remote rejected] master -> master (unpacker error)
 2020-02-18  5:19 UTC  (5+ messages)

[Outreachy][PATCH 00/29] Finish converting git bisect to C part 1
 2020-02-17 22:00 UTC  (5+ messages)
` [PATCH 12/29] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C

[PATCH 0/8] Support --pathspec-from-file in rm, stash
 2020-02-17 21:03 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/8] rm: support the --pathspec-from-file option
  ` [PATCH v3 0/8] Support --pathspec-from-file in rm, stash
    ` [PATCH v3 2/8] rm: support the --pathspec-from-file option

What does Git call services like GitHub and GitLab?
 2020-02-17 21:02 UTC  (2+ messages)

[PATCH 0/3] builtin/commit-graph.c: new split/merge options
 2020-02-17 18:24 UTC  (3+ messages)
` [PATCH v3 "


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