git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-01-03 16:36:05 to 2018-01-05 19:10:23 UTC [more...]

[PATCH] git-archive: accept --owner and --group like GNU tar
 2018-01-05 19:10 UTC  (12+ messages)

[PATCH 0/6] increase wildmatch test coverage
 2018-01-05 19:08 UTC  (17+ messages)
` [PATCH v2 7/7] wildmatch test: create & test files on disk in addition to in-memory
            ` [PATCH v4 0/7] increase wildmatch test coverage
            ` [PATCH v4 1/7] wildmatch test: indent with tabs, not spaces
            ` [PATCH v4 2/7] wildmatch test: use more standard shell style
            ` [PATCH v4 3/7] wildmatch test: don't try to vertically align our output
            ` [PATCH v4 4/7] wildmatch test: use a paranoia pattern from nul_match()
            ` [PATCH v4 5/7] wildmatch test: remove dead fnmatch() test code
            ` [PATCH v4 6/7] wildmatch test: perform all tests under all wildmatch() modes
            ` [PATCH v4 7/7] wildmatch test: create & test files on disk in addition to in-memory

[PATCH 1/5] convert_to_git(): checksafe becomes an integer
 2018-01-05 19:00 UTC  (3+ messages)
` [PATCH v3 1/1] convert_to_git(): checksafe becomes int conv_flags

[RFC PATCH 1/2] add a local copy of Mail::Address from CPAN
 2018-01-05 18:59 UTC  (13+ messages)
` [RFC PATCH 2/2] Remove now useless email-address parsing code
      ` [PATCH] send-email: add test for Linux's get_maintainer.pl
` [PATCH v2 1/3] send-email: add and use a local copy of Mail::Address
  ` [PATCH v2 2/3] Remove now useless email-address parsing code
  ` [PATCH v2 3/3] send-email: add test for Linux's get_maintainer.pl

Bug report: git clone with dest
 2018-01-05 18:55 UTC  (8+ messages)

[PATCH v2 0/2] When DC_SHA1 was made the default we missed a spot
 2018-01-05 18:52 UTC  (5+ messages)
` [PATCH v2 2/2] Windows: stop supplying BLK_SHA1=YesPlease by default

[PATCH 0/4] Git removes existing folder when cancelling clone
 2018-01-05 18:50 UTC  (10+ messages)
` [PATCH 3/4] clone: factor out dir_exists() helper
` [PATCH 4/4] clone: do not clean up directories we didn't create

prepare-commit-msg hook no longer run for cherry-pick?
 2018-01-05 18:48 UTC 

[PATCH v3 0/5] Add --no-ahead-behind to status
 2018-01-05 16:46 UTC  (11+ messages)
` [PATCH v3 1/5] stat_tracking_info: return +1 when branches not equal
` [PATCH v3 2/5] status: add --[no-]ahead-behind to status and commit for V2 format
` [PATCH v3 3/5] status: update short status to respect --no-ahead-behind
` [PATCH v3 4/5] status: support --no-ahead-behind in long format
` [PATCH v3 5/5] status: add status.aheadBehind value for porcelain output

[PATCH v2 0/5] convert: add support for different encodings
 2018-01-05 14:45 UTC  (3+ messages)
` [PATCH 5/5] convert: add support for 'checkout-encoding' attribute

[PATCH v5 13/34] directory rename detection: tests for handling overwriting untracked files
 2018-01-05 14:37 UTC  (4+ messages)

GSoC 2018 Org applications. Deadline = January 23, 2018 at 18:00 (CET)
 2018-01-05 11:18 UTC 

[PATCH 0/3] fixes for split index mode
 2018-01-05 11:03 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] prune: fix pruning with multiple worktrees and split index
  ` [PATCH v2 3/3] travis: run tests with GIT_TEST_SPLIT_INDEX

[PATCH v3 0/7] Codespeed perf results
 2018-01-05  9:12 UTC  (8+ messages)
` [PATCH v3 1/7] perf/aggregate: fix checking ENV{GIT_PERF_SUBSECTION}
` [PATCH v3 2/7] perf/aggregate: refactor printing results
` [PATCH v3 3/7] perf/aggregate: implement codespeed JSON output
` [PATCH v3 4/7] perf/run: add conf_opts argument to get_var_from_env_or_config()
` [PATCH v3 5/7] perf/run: learn about perf.codespeedOutput
` [PATCH v3 6/7] perf/run: learn to send output to codespeed server
` [PATCH v3 7/7] perf/run: read GIT_PERF_REPO_NAME from perf.repoName

Recommendation for consistent update on invoke of "sha1_to_hex()"
 2018-01-05  7:08 UTC  (2+ messages)

Patch recommendation for replace invoke of error() to that of error_errno()
 2018-01-05  7:04 UTC  (2+ messages)

[BUG] v2.16.0-rc0 seg faults when git bisect skip
 2018-01-05  5:28 UTC  (6+ messages)
    ` [PATCH] bisect: fix a regression causing a segfault

Bring together merge and rebase
 2018-01-05  5:20 UTC  (21+ messages)

Rewrite cat-file.c : need help to find a bug
 2018-01-04 23:57 UTC  (5+ messages)

[PATCH v2 0/6] Minor fsmonitor bugfixes, use with `git diff`
 2018-01-04 23:03 UTC  (9+ messages)
` [PATCH 2/6] fsmonitor: Stop inline'ing mark_fsmonitor_valid / _invalid
` [PATCH 3/6] fsmonitor: Update helper tool, now that flags are filled later
` [PATCH 4/6] fsmonitor: Make output of test-dump-fsmonitor more concise
` [PATCH 6/6] fsmonitor: Use fsmonitor data in `git diff`

[PATCH 0/5] pickaxe refactorings and a new mode to find blobs (WAS: diffcore: add a pickaxe option to find a specific blob)
 2018-01-04 22:50 UTC  (15+ messages)
` [PATCH 1/5] diff.h: Make pickaxe_opts an unsigned bit field
` [PATCH 3/5] diff: introduce DIFF_PICKAXE_KINDS_MASK
` [PATCH 5/5] diff: properly error out when combining multiple pickaxe options
` [PATCHv2 0/6] pickaxe refactorings and a new mode to find blobs (WAS: diffcore: add a pickaxe option to find a specific blob)
  ` [PATCHv2 1/6] diff.h: Make pickaxe_opts an unsigned bit field
  ` [PATCHv2 2/6] diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bit
  ` [PATCHv2 3/6] diff: introduce DIFF_PICKAXE_KINDS_MASK
  ` [PATCHv2 4/6] diffcore: add a pickaxe option to find a specific blob
  ` [PATCHv2 5/6] diff: properly error out when combining multiple pickaxe options
  ` [PATCHv2 6/6] diff: use HAS_MULTI_BITS instead of counting bits manually

[RFC PATCH 0/4] blame: (dim rep. metadata lines or fields, decay date coloring)
 2018-01-04 22:40 UTC  (6+ messages)
` [PATCHv3 "
  ` [PATCHv3 1/4] color.h: document and modernize header
  ` [PATCHv3 2/4] builtin/blame: dim uninteresting metadata
  ` [PATCHv3 3/4] builtin/blame: add option to color metadata fields separately
  ` [PATCHv3 4/4] builtin/blame: highlight recently changed lines

[PATCHv2 0/4] blame: (dim rep. metadata lines or fields, decay date coloring)
 2018-01-04 22:10 UTC  (7+ messages)
` [PATCH 1/4] color.h: document and modernize header
` [PATCH 2/4] builtin/blame: dim uninteresting metadata

Previous hunk in different file during add --patch
 2018-01-04 21:59 UTC 

[ANNOUNCE] Git v2.16.0-rc0
 2018-01-04 21:35 UTC  (8+ messages)

[PATCH] rebase -p: fix quoting when calling `git merge`
 2018-01-04 21:31 UTC 

Fwd: Unknown option for merge-recursive: -X'diff-algorithm=patience'
 2018-01-04 21:02 UTC  (5+ messages)

Test failure for v2.16.0-rc0 on cygwin
 2018-01-04 20:55 UTC  (6+ messages)

[PATCH 00/40] Promisor remotes and external ODB support
 2018-01-04 20:54 UTC  (24+ messages)
` [PATCH 01/40] Add initial external odb support
` [PATCH 02/40] Add GIT_NO_EXTERNAL_ODB env variable
` [PATCH 03/40] external-odb: add has_external_odb()
` [PATCH 04/40] fsck: introduce promisor objects
` [PATCH 05/40] fsck: support refs pointing to "
` [PATCH 06/40] fsck: support referenced "
` [PATCH 07/40] fsck: support promisor objects as CLI argument
` [PATCH 10/40] external-odb: implement external_odb_get_direct
` [PATCH 13/40] gc: do not repack promisor packfiles
` [PATCH 14/40] sha1_file: prepare for external odbs
` [PATCH 15/40] external-odb: add script mode support
` [PATCH 16/40] odb-helper: add 'enum odb_helper_type'
` [PATCH 17/40] odb-helper: add odb_helper_init() to send 'init' instruction
` [PATCH 19/40] external odb: add 'put_raw_obj' support
` [PATCH 20/40] external-odb: accept only blobs for now
` [PATCH 22/40] Add t0410 to test external ODB transfer
` [PATCH 28/40] pack-objects: don't pack objects in external odbs
` [PATCH 39/40] external-odb: use 'odb=magic' attribute to mark odb blobs

Bug/feature request: Can’t disable fsck warnings during clone
 2018-01-04 20:28 UTC  (2+ messages)

[PATCH v2 0/5] Add --no-ahead-behind to status
 2018-01-04 19:26 UTC  (7+ messages)
` [PATCH v2 1/5] core.aheadbehind: add new config setting

Misleading documentation for git-diff-files (diff-filter)
 2018-01-04 19:11 UTC  (6+ messages)

[RFC/PATCH] connect: add GIT_SSH_{SEND,RECEIVE}{,_COMMAND} env variables
 2018-01-04 19:06 UTC  (8+ messages)

[PATCH] doc/SubmittingPatches: improve text formatting
 2018-01-04 19:00 UTC  (3+ messages)

[PATCH] perf: amend the grep tests to test grep.threads
 2018-01-04 18:40 UTC  (2+ messages)

[PATCH 0/2] When DC_SHA1 was made the default we missed a spot
 2018-01-04 17:35 UTC  (5+ messages)
` [PATCH 2/2] Windows: stop supplying BLK_SHA1=YesPlease by default

[PATCH] utf8.c: mark utf{16,32}_{be,le}_bom symbols static
 2018-01-04 17:20 UTC 

[PATCH 00/26] protocol version 2
 2018-01-04  1:23 UTC  (16+ messages)
` [PATCH 01/26] pkt-line: introduce packet_read_with_status
` [PATCH 04/26] upload-pack: convert to a builtin
` [PATCH 05/26] upload-pack: factor out processing lines
` [PATCH 06/26] transport: use get_refs_via_connect to get refs
` [PATCH 12/26] ls-refs: introduce ls-refs server command
` [PATCH 19/26] upload-pack: introduce fetch "
` [PATCH 20/26] fetch-pack: perform a fetch using v2

[PATCH 0/2] Several fixes for the test suite related to spaces in filenames
 2018-01-04  0:22 UTC  (5+ messages)
` [PATCH 1/2] Allow the test suite to pass in a directory whose name contains spaces
` [PATCH 2/2] t0302 & t3900: add forgotten quotes

[PATCH v5 00/34] Add directory rename detection to git
 2018-01-03 22:23 UTC  (5+ messages)

[PATCHv2 4/5] unpack-trees: oneway_merge to update submodules
 2018-01-03 21:16 UTC  (4+ messages)
` [PATCHv3 0/5] Fix --recurse-submodules for submodule worktree changes

[PATCH] dir.c: avoid stat() in valid_cached_dir()
 2018-01-03 20:49 UTC  (7+ messages)
` [PATCH v2 0/5] untracked cache bug fixes
` [PATCH v2 1/5] status: add a failing test showing a core.untrackedCache bug
` [PATCH v2 2/5] dir.c: avoid stat() in valid_cached_dir()
` [PATCH v2 3/5] dir.c: fix missing dir invalidation in untracked code
` [PATCH v2 4/5] update-index doc: note a fixed bug in the untracked cache
` [PATCH v2 5/5] dir.c: stop ignoring opendir() error in open_cached_dir()

[PATCH v1] convert: add support for 'encoding' attribute
 2018-01-03 20:45 UTC  (6+ messages)

[PATCH] Add shell completion for git remote rm
 2018-01-03 19:24 UTC  (6+ 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).