git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-10-13 18:21:50 to 2020-10-15 19:39:44 UTC [more...]

[PATCH] ci: fix GitHub workflow when on a tagged revision
 2020-10-15 19:39 UTC  (11+ messages)
` [PATCH v2 0/2] Do not skip tagged revisions in the GitHub workflow runs
  ` [PATCH v2 1/2] ci: skip GitHub workflow runs for already-tested commits/trees

[PATCH] fast-import: remove duplicated option-parsing line
 2020-10-15 19:34 UTC 

[PATCH] dir.c: fix comments to agree with argument name
 2020-10-15 19:33 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] clean up extern decl of functions
 2020-10-15 19:30 UTC  (12+ messages)
      ` [RFC] CodingGuidelines: mark external declarations with "extern"
                  ` [PATCH v2 1/2] usage: define a type for a reporting function
                  ` [PATCH v2 2/2] config.mak.dev: build with -fno-common

git fast-import leaks memory drastically, so crashes with out of memory by attempt to import 22MB export dump
 2020-10-15 19:17 UTC  (16+ messages)
    ` [PATCH] fast-import: fix over-allocation of marks storage

[Outreachy] Introduction
 2020-10-15 19:16 UTC  (4+ messages)

[PATCH v1] hook: add sample template for push-to-checkout
 2020-10-15 18:47 UTC 

[PATCH 0/5][Outreachy] modernizing the test scripts
 2020-10-15 17:57 UTC  (6+ messages)
` [PATCH 1/5][Outreachy] t7101,t7102,t7201: modernize test formatting
` [PATCH 2/5][Outreachy] t7102,t7201: remove unnecessary blank spaces in test body
` [PATCH 3/5][Outreachy] t7102,t7201: remove whitespace after redirect operator
` [PATCH 4/5][Outreachy] t7201: avoid using cd outside of subshells
` [PATCH 5/5][Outreachy] t7201: place each command in its own line

[PATCH v3 0/7] Maintenance III: Background maintenance
 2020-10-15 17:22 UTC  (10+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 1/8] maintenance: optionally skip --auto process
  ` [PATCH v4 2/8] maintenance: add --schedule option and config
  ` [PATCH v4 3/8] for-each-repo: run subcommands on configured repos
  ` [PATCH v4 4/8] maintenance: add [un]register subcommands
  ` [PATCH v4 5/8] maintenance: add start/stop subcommands
  ` [PATCH v4 6/8] maintenance: create maintenance.strategy config
  ` [PATCH v4 7/8] maintenance: use 'incremental' strategy by default
  ` [PATCH v4 8/8] maintenance: add troubleshooting guide to docs

[PATCH] diff: do not show submodule with untracked files as "-dirty"
 2020-10-15 17:08 UTC 

[PATCH v3 1/3] t3435: use `test_config` instead of `git config`
 2020-10-15 17:02 UTC  (6+ messages)
` [PATCH v3 2/3] sequencer: fix gpg option passed to merge subcommand
` [PATCH v3 3/3] sequencer: pass explicit --no-gpg-sign to merge

[PATCH v2 1/3] remote-curl: add testing for intelligent retry for HTTP
 2020-10-15 16:33 UTC  (30+ messages)
` [PATCH v2 2/3] replace CURLOPT_FILE With CURLOPT_WRITEDATA
` [PATCH v2 3/3] http: automatically retry some requests

[PATCH v4 0/9] propose config-based hooks
 2020-10-15 16:31 UTC  (11+ messages)
` [PATCH v5 0/8] propose config-based hooks (part I)
  ` [PATCH v5 1/8] doc: propose hooks managed by the config
  ` [PATCH v5 2/8] hook: scaffolding for git-hook subcommand
  ` [PATCH v5 3/8] hook: add list command
  ` [PATCH v5 4/8] hook: include hookdir hook in list
  ` [PATCH v5 5/8] hook: implement hookcmd.<name>.skip
  ` [PATCH v5 6/8] parse-options: parse into strvec
  ` [PATCH v5 7/8] hook: add 'run' subcommand
  ` [PATCH v5 8/8] hook: replace find_hook() with hook_exists()

[PATCH 00/13] reftable library
 2020-10-15 16:23 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 05/13] reftable: utility functions

[PATCH 0/3] Make test selection easier by specifying description substrings instead of just numeric counters
 2020-10-15 16:20 UTC  (41+ messages)
` [PATCH 1/3] test-lib: allow selecting tests by substring/regex with --run
` [PATCH 3/3] test-lib: reduce verbosity of skipped tests
` [PATCH v2 0/3] Make test selection easier by specifying description substrings instead of just numeric counters
  ` [PATCH v2 1/3] test-lib: allow selecting tests by substring/regex with --run
  ` [PATCH v2 2/3] t6006, t6012: adjust tests to use 'setup' instead of synonyms
  ` [PATCH v2 3/3] test-lib: reduce verbosity of skipped tests
  ` [PATCH v3 0/3] Make test selection easier by specifying description substrings instead of just numeric counters
    ` [PATCH v3 1/3] test-lib: allow selecting tests by substring/glob with --run
    ` [PATCH v3 2/3] t6006, t6012: adjust tests to use 'setup' instead of synonyms
    ` [PATCH v3 3/3] test-lib: reduce verbosity of skipped tests

[Outreachy] Introduction
 2020-10-15 14:45 UTC  (13+ messages)
              ` [PATCH] fixup! diff: do not show submodule with untracked files as "-dirty"

[PATCH v11 0/7] Finish converting git bisect to C part 2 subset 2
 2020-10-15 13:38 UTC  (8+ messages)
` [PATCH v11 1/7] bisect--helper: finish porting `bisect_start()` to C
` [PATCH v11 2/7] bisect--helper: retire `--bisect-clean-state` subcommand
` [PATCH v11 3/7] bisect--helper: retire `--next-all` subcommand
` [PATCH v11 4/7] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C
` [PATCH v11 5/7] bisect--helper: retire `--check-expected-revs` subcommand
` [PATCH v11 6/7] bisect--helper: retire `--write-terms` subcommand
` [PATCH v11 7/7] bisect--helper: retire `--bisect-autostart` subcommand

[PATCH v3 00/10] More commit-graph/Bloom filter improvements
 2020-10-15 13:21 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 04/10] commit-graph: persist existence of changed-paths

[PATCH 0/2] diff: add -I<regex> that ignores matching changes
 2020-10-15 11:45 UTC  (16+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 2/3] "
  ` [PATCH v2 3/3] t: add -I<regex> tests
  ` [PATCH v3 0/2] diff: add -I<regex> that ignores matching changes
    ` [PATCH v3 1/2] merge-base, xdiff: zero out xpparam_t structures
    ` [PATCH v3 2/2] diff: add -I<regex> that ignores matching changes

[PATCH] fetch-pack: show detailed error in read_pack_header
 2020-10-15 11:42 UTC 

Branch Management questions
 2020-10-15 10:39 UTC  (4+ messages)

Wireshark-dev Digest, Vol 173, Issue 14
 2020-10-15  8:52 UTC 

BUG: git rebase shows different commit message
 2020-10-15  7:36 UTC  (3+ messages)

[PATCH] gitk: Add options --select-file and --select-line
 2020-10-15  7:31 UTC  (3+ messages)
  ` [PATCH v2] "

Outreachy
 2020-10-15  7:03 UTC 

[BUG?] Weird interaction between `git -C`, aliases and worktrees
 2020-10-14 22:35 UTC  (3+ messages)

Partial clone fails with file:/// URI
 2020-10-15  1:20 UTC  (6+ messages)

[PATCH] commit: use config-based hooks (config-based hooks part II)
 2020-10-14 23:25 UTC 

git diff --submodule=diff and --stat/--dirstat/--name-only
 2020-10-14 22:59 UTC  (5+ messages)

[PATCH v2 0/3] Teach ref-filter API to correctly handle CRLF in messages
 2020-10-14 23:01 UTC  (13+ messages)
` [PATCH v3 0/3] ref-filter: handle CRLF at end-of-line more gracefully
  ` [PATCH v3 1/3] t: add lib-crlf-messages.sh for messages containing CRLF
  ` [PATCH v3 2/3] ref-filter: handle CRLF at end-of-line more gracefully

error: Unable to get pack file
 2020-10-14 18:25 UTC  (2+ messages)
` Unable to get pack file - HTTP 416 [was: error: Unable to get pack file]

[PATCH v2 1/2] sequencer: fix gpg option passed to merge subcommand
 2020-10-14 15:31 UTC  (5+ messages)

[Announce] 2.29-rc2 will be tagged tomorrow, not today
 2020-10-14 15:23 UTC 

[PATCH] Fix zsh installation instructions
 2020-10-14 15:10 UTC  (3+ messages)

[PATCH] git-gui: Make usettk off by default on Mac OS X
 2020-10-14 10:27 UTC  (4+ messages)

[Request] gitweb: tag feeds
 2020-10-13 22:12 UTC 

[PATCH 0/4] Clean-up around get_x_ish()
 2020-10-13 20:12 UTC  (8+ messages)
` [PATCH 2/4] blame: validate and peel the object names on the ignore list

[ISSUE] Stop accessing, storing, and sharing the user's time zone
 2020-10-13 20:03 UTC  (4+ messages)
` [WIP v2 0/2] experiment with commit option record-time-zone
  ` [WIP v2 1/2] Adding a record-time-zone command option for commit

[PATCH] t5500.43: make the check a bit more robust
 2020-10-13 19:09 UTC  (4+ messages)


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