git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-04-11 12:48:11 to 2019-04-14 21:19:32 UTC [more...]

[PATCH 0/2] Prepare our git-p4 tests for running on APFS
 2019-04-14 21:19 UTC  (7+ messages)
` [PATCH 1/2] t9822: skip tests if file names cannot be ISO-8895-1 encoded
` [PATCH 2/2] macOS: make sure that gettext is found
` [PATCH v2 0/2] Prepare our git-p4 tests for running on APFS
  ` [PATCH v2 1/2] t9822: skip tests if file names cannot be ISO-8859-1 encoded

incorrect range-diff output?
 2019-04-14 21:12 UTC  (11+ messages)
  ` [RFC PATCH 0/4] output improvements for git range-diff
    ` [RFC PATCH 1/4] range-diff: fix function parameter indentation
    ` [RFC PATCH 2/4] range-diff: don't remove funcname from inner diff
    ` [RFC PATCH 3/4] range-diff: add section header instead of diff header
    ` [RFC PATCH 4/4] range-diff: add section headers to the outer hunk header

[PATCH v6 0/6] blame: add the ability to ignore commits
 2019-04-14 21:10 UTC  (13+ messages)
` [PATCH v6 3/6] blame: add the ability to ignore commits and their changes
` [PATCH v6 4/6] blame: add config options to handle output for ignored lines
` [PATCH v6 6/6] blame: use a fingerprint heuristic to match "

Supporting untracked files with `git pull --autostash`
 2019-04-14 18:20 UTC 

[BUG] GIT_SSH_COMMAND is not being decomposed
 2019-04-14 14:34 UTC  (5+ messages)

[BUG] rebase --interactive silently overwrites ignored files
 2019-04-14 13:24 UTC  (4+ messages)

[PATCH 0/2] Avoid spawning gzip in git archive
 2019-04-14 10:33 UTC  (11+ messages)
` [PATCH 1/2] archive: replace write_or_die() calls with write_block_or_die()
` [PATCH 2/2] archive: avoid spawning `gzip`

What's cooking in git.git (Apr 2019, #02; Wed, 10)
 2019-04-14  3:55 UTC  (5+ messages)
` dl/warn-tagging-a-tag, was "

[PATCH 0/8] Do not use abbreviated options in tests
 2019-04-14  2:35 UTC  (22+ messages)
` [PATCH 8/8] tests: disallow the use of abbreviated options (by default)
` [PATCH 1/2] parse-options: allow for configuring option abbreviation
` [PATCH v2 0/8] Do not use abbreviated options in tests
  ` [PATCH v2 1/8] tests (rebase): spell out the `--keep-empty` option
  ` [PATCH v2 2/8] tests (rebase): spell out the `--force-rebase` option
  ` [PATCH v2 3/8] t7810: do not abbreviate `--no-exclude-standard` nor `--invert-match`
  ` [PATCH v2 4/8] t5531: avoid using an abbreviated option
  ` [PATCH v2 5/8] tests (push): do not abbreviate the `--follow-tags` option
  ` [PATCH v2 6/8] tests (status): spell out the `--find-renames` option in full
  ` [PATCH v2 7/8] tests (pack-objects): use the full, unabbreviated `--revs` option
  ` [PATCH v2 8/8] tests: disallow the use of abbreviated options (by default)

[PATCH] send-email: default to quoted-printable when CR is present
 2019-04-13 22:45 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] rebase: teach rebase --keep-base
 2019-04-13 21:10 UTC  (5+ messages)
` [PATCH v3 0/4] "

Repositories stucture
 2019-04-13 15:23 UTC  (2+ messages)

[PATCH/RFC v1 1/1] Use size_t instead of unsigned long
 2019-04-13 15:18 UTC  (2+ messages)
` [PATCH v3 1/1] Use size_t instead of 'unsigned long' for data in memory

[PATCH v2 00/32] nd/sha1-name-c-wo-the-repository updates
 2019-04-13 14:00 UTC  (13+ messages)
` [PATCH v3 00/33] "
            ` [PATCH v3* 11/33] commit.c: add repo_get_commit_tree()

[PATCH v1 00/11] And new command "restore"
 2019-04-13 10:39 UTC  (20+ messages)
` [PATCH v2 00/16] Add new command 'restore'
  ` [PATCH v2 01/16] checkout: split part of it to "
  ` [PATCH v2 02/16] restore: take tree-ish from --source option instead
  ` [PATCH v2 03/16] restore: make pathspec mandatory
  ` [PATCH v2 04/16] restore: disable overlay mode by default
  ` [PATCH v2 05/16] checkout: factor out worktree checkout code
  ` [PATCH v2 06/16] restore: add --worktree and --staged
  ` [PATCH v2 07/16] restore: reject invalid combinations with --staged
  ` [PATCH v2 08/16] restore: default to --source=HEAD when only --staged is specified
  ` [PATCH v2 09/16] restore: replace --force with --ignore-unmerged
  ` [PATCH v2 10/16] restore: support --patch
  ` [PATCH v2 11/16] t: add tests for restore
  ` [PATCH v2 12/16] completion: support restore
  ` [PATCH v2 13/16] user-manual.txt: prefer 'merge --abort' over 'reset --hard'
  ` [PATCH v2 14/16] doc: promote "git restore"
  ` [PATCH v2 15/16] rm: add --staged as alias for --cached
  ` [PATCH v2 16/16] help: move git-diff and git-reset to different groups

What's cooking in git.git (Apr 2019, #01; Thu, 4)
 2019-04-13 10:19 UTC  (7+ messages)
` [PATCH] Introduce "precious" file concept

fatal: unable to read after commit
 2019-04-13  9:21 UTC  (6+ messages)
  ` fatal: unable to read after commit - deeper analysis

[PATCH 0/7] some fetch reachability-error fixes
 2019-04-13  5:57 UTC  (8+ messages)
` [PATCH 1/7] t5516: drop ok=sigpipe from unreachable-want tests
` [PATCH 2/7] t5530: check protocol response for "not our ref"
` [PATCH 3/7] upload-pack: send ERR packet for non-tip objects
` [PATCH 4/7] pkt-line: prepare buffer before handling ERR packets
` [PATCH 5/7] fetch: use free_refs()
` [PATCH 6/7] remote.c: make singular free_ref() public
` [PATCH 7/7] fetch: do not consider peeled tags as advertised tips

[RFC PATCH] *.h: remove extern from function declarations
 2019-04-13  5:45 UTC  (3+ messages)

[PATCH 0/1] documentation: add lab for first contribution
 2019-04-13  5:39 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH] clone: do faster object check for partial clones
 2019-04-13  5:34 UTC  (7+ messages)
` [PATCH v3] rev-list: exclude promisor objects at walk time

[RFC PATCH] builtin:tag:verify_tag: allow gpg output + pretty
 2019-04-12 20:16 UTC  (2+ messages)

[PATCH] clone: send server options when using protocol v2
 2019-04-12 20:12 UTC  (9+ messages)
` [PATCH v3 0/2] Server options when cloning
  ` [PATCH v3 1/2] transport: warn if server options are unsupported
  ` [PATCH v3 2/2] clone: send server options when using protocol v2
` [PATCH v4 0/2] Server options when cloning
  ` [PATCH v4 1/2] transport: die if server options are unsupported
  ` [PATCH v4 2/2] clone: send server options when using protocol v2

[PATCH v3 0/4] Progress display fixes
 2019-04-12 19:45 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/4] progress: make display_progress() return void
  ` [PATCH v4 2/4] progress: assemble percentage and counters in a strbuf before printing
  ` [PATCH v4 3/4] progress: clear previous progress update dynamically
  ` [PATCH v4 4/4] progress: break too long progress bar lines

[PATCH 0/7] Assorted Documentation-related fixes
 2019-04-12 18:46 UTC  (9+ messages)
` [PATCH 1/7] remote-testgit: move it into the support directory for t5801
` [PATCH 2/7] help -a: do not list commands that are excluded from the build
` [PATCH 3/7] check-docs: do not pretend that commands are listed which are excluded
` [PATCH 4/7] docs: exclude documentation for commands that have been excluded
` [PATCH 5/7] check-docs: do not bother checking for legacy scripts' documentation
` [PATCH 6/7] test-tool: handle the `-C <directory>` option just like `git`
` [PATCH 7/7] Turn `git serve` into a test helper

regression in output of git-pull --rebase --recurse-submodules=yes --quiet
 2019-04-12 17:22 UTC  (7+ messages)
` regression AGAIN "
  ` [PATCH] submodule foreach: fix "<command> --quiet" not being respected

Git merge should report an actual syntax error when a semicolon is used instead of space for specifying multiple branches
 2019-04-12 15:21 UTC  (4+ messages)

[PATCH v2 0/7] trace2: load trace2 settings from system config
 2019-04-12 13:47 UTC  (15+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] config: initialize opts structure in repo_read_config()
  ` [PATCH v3 02/10] trace2: refactor setting process starting time
  ` [PATCH v3 03/10] trace2: add absolute elapsed time to start event
  ` [PATCH v3 04/10] trace2: find exec-dir before trace2 initialization
  ` [PATCH v3 05/10] config: add read_very_early_config()
  ` [PATCH v3 06/10] trace2: use system/global config for default trace2 settings
  ` [PATCH v3 07/10] trace2: report peak memory usage of the process
  ` [PATCH v3 08/10] trace2: clarify UTC datetime formatting
  ` [PATCH v3 09/10] trace2: make SIDs more unique
  ` [PATCH v3 10/10] trace2: update docs to describe system/global config settings

Bug(feature?) on git-diff-files
 2019-04-12 12:41 UTC  (4+ messages)

[PATCH v2 2/2] tag: prevent nested tags
 2019-04-12  3:21 UTC  (9+ messages)
` [PATCH v2.5 "

Feature request: Add --no-edit to git tag command
 2019-04-12  2:33 UTC  (10+ messages)

[PATCH 0/1] Fix an off-by-one bug in the untracked cache code
 2019-04-12  1:48 UTC  (4+ messages)
` [PATCH 1/1] untracked cache: fix off-by-one

[PATCH] Unbreak real_path on Windows for already absolute paths (with Visual Studio)
 2019-04-12  1:15 UTC  (7+ messages)

[PATCH] ls-files: use correct format string
 2019-04-11 23:49 UTC  (4+ messages)

Inquiry 11/Apr/2019
 2019-04-11 19:55 UTC 

[GSoC][PATCH v4 0/7] clone: dir-iterator refactoring with tests
 2019-04-11 21:09 UTC  (6+ messages)
` [GSoC][PATCH v5 "
  ` [GSoC][PATCH v5 3/7] dir-iterator: add flags parameter to dir_iterator_begin

Bug Report for git apply
 2019-04-11 20:17 UTC  (2+ messages)

[PATCH 0/4] use xmalloc in more places
 2019-04-11 20:04 UTC  (9+ messages)
` [PATCH 1/4] test-prio-queue: use xmalloc
` [PATCH 2/4] xdiff: use git-compat-util
` [PATCH 3/4] xdiff: use xmalloc/xrealloc
` [PATCH 4/4] progress: use xmalloc/xcalloc

[RFC PATCH] pack-objects: write objects packed to trace2
 2019-04-11 17:36 UTC  (2+ messages)
` [PATCH v2] "


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