git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-02-16 16:49:39 to 2020-02-19 16:59:53 UTC [more...]

[PATCH v5 0/5] Reftable support git-core
 2020-02-19 16:59 UTC  (11+ 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

[PATCH v7 00/15] add git-bugreport tool
 2020-02-19 16:55 UTC  (16+ 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] t3424: new rebase testcase documenting a stat-dirty-like failure
 2020-02-19 16:38 UTC  (13+ messages)
` [PATCH v2] "
  ` [PATCH v3] t3433: "

[PATCH 0/2] Document two partial clone bugs, fix one
 2020-02-19 16:21 UTC  (3+ 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 16:13 UTC  (5+ 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

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

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)

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

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] check-ignore: fix handling with negated patterns
 2020-02-18 23:05 UTC  (8+ messages)
` [PATCH v2] check-ignore: fix documentation and implementation to match
  ` [PATCH v3] "

[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  (28+ 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 07/15] rev-list: allow bitmaps when counting 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  (5+ 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] mingw: workaround for hangs when sending STDIN
 2020-02-18 16:39 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

What's cooking in git.git (Feb 2020, #04; Mon, 17)
 2020-02-18 16:00 UTC  (3+ messages)
  ` en/rebase-backend, was "

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 "

Git Test Coverage Report (Feb. 18, 2020)
 2020-02-18 12:55 UTC  (2+ messages)

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  (6+ 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  (22+ messages)
` [PATCH 2/8] rm: support the --pathspec-from-file option
` [PATCH v2 0/8] Support --pathspec-from-file in rm, stash
  ` [PATCH v2 2/8] rm: support the --pathspec-from-file option
  ` [PATCH v3 0/8] Support --pathspec-from-file in rm, stash
    ` [PATCH v3 1/8] doc: rm: synchronize <pathspec> description
    ` [PATCH v3 2/8] rm: support the --pathspec-from-file option
    ` [PATCH v3 3/8] doc: stash: split options from description (1)
    ` [PATCH v3 4/8] doc: stash: split options from description (2)
    ` [PATCH v3 5/8] doc: stash: document more options
    ` [PATCH v3 6/8] doc: stash: synchronize <pathspec> description
    ` [PATCH v3 7/8] stash: eliminate crude option parsing
    ` [PATCH v3 8/8] stash push: 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 "

[PATCH 0/3] git gui: improve German translation
 2020-02-17 15:50 UTC  (3+ messages)
` [PATCH v2 "

Facing error in git-imap-send while compiling Git
 2020-02-17  9:30 UTC 

git diff from a pre-commit hook
 2020-02-17  9:00 UTC 

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

What's cooking in git.git (Feb 2020, #03; Wed, 12)
 2020-02-17  7:38 UTC  (3+ messages)

[ANNOUNCE] Git v2.25.1
 2020-02-17  6:40 UTC 

[PATCH 0/6] unpack-trees: fix '--recurse-submodules' when switching from no submodules to nested submodules
 2020-02-17  4:53 UTC  (7+ messages)
` [PATCH 1/6] t7112: remove mention of KNOWN_FAILURE_SUBMODULE_RECURSIVE_NESTED
` [PATCH 2/6] t/lib-submodule-update: remove outdated test description
` [PATCH 3/6] t/lib-submodule-update: move a test to the right section
` [PATCH 4/6] unpack-trees: remove outdated description for verify_clean_submodule
` [PATCH 5/6] unpack-trees: check for missing submodule directory in merged_entry
` [PATCH 6/6] t/lib-submodule-update: add test removing nested submodules

[GSoC Patch 1/5] lib-log-graph.sh: consolidate test_cmp_graph logic
 2020-02-17  0:05 UTC  (2+ messages)

[PATCH 0/3] [GSoC] receive.denyCurrentBranch: respect all worktrees
 2020-02-16 23:49 UTC  (7+ messages)
` [PATCH 2/3] t5509: initialized `pushee` as bare repository

[PATCH 0/3] Wildcard matching for credentials
 2020-02-16 20:53 UTC  (4+ messages)
` [PATCH 3/3] credential: allow wildcard patterns when matching config


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