git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-06-16 18:54:03 to 2019-06-19 15:12:06 UTC [more...]

[PATCH 00/11] [RFC] Create 'core.size=large' setting to update config defaults
 2019-06-19 15:12 UTC  (4+ messages)
` [PATCH v2 0/3] [RFC] Create 'core.featureAdoptionRate' "
  ` [PATCH v2 2/3] repo-settings: use index.version=4 by default
  ` [PATCH v2 3/3] repo-settings: pack.useSparse=true

[PATCH 00/17] Fix MSVC support, at long last
 2019-06-19 15:11 UTC  (32+ messages)
` [PATCH 01/17] Mark .bat files as requiring CR/LF endings
` [PATCH 03/17] cache-tree.c: avoid reusing the DEBUG constant
` [PATCH 02/17] t0001 (mingw): do not expect a specific order of stdout/stderr
` [PATCH 04/17] obstack: fix compiler warning
` [PATCH 05/17] mingw: replace mingw_startup() hack
` [PATCH 06/17] msvc: fix dependencies of compat/msvc.c
` [PATCH 07/17] msvc: include sigset_t definition
` [PATCH 08/17] msvc: define O_ACCMODE
` [PATCH 09/17] msvc: mark a variable as non-const
` [PATCH 10/17] msvc: do not re-declare the timespec struct
` [PATCH 12/17] msvc: fix detect_msys_tty()
` [PATCH 11/17] msvc: define ftello()
` [PATCH 13/17] msvc: support building Git using MS Visual C++
` [PATCH 14/17] msvc: add pragmas for common warnings
` [PATCH 15/17] msvc: do not pretend to support all signals
` [PATCH 16/17] msvc: avoid debug assertion windows in Debug Mode
` [PATCH 17/17] msvc: ignore .dll and incremental compile output

[RFC PATCH] userdiff: ship built-in driver config file
 2019-06-19 15:02 UTC  (8+ messages)

[PATCH] wrapper: avoid UB in macOS
 2019-06-19 14:40 UTC  (2+ messages)

What's cooking in git.git (Jun 2019, #04; Fri, 14)
 2019-06-19 14:37 UTC  (12+ messages)
` js/gcc-8-and-9, was "
` pw/rebase-abort-clean-rewritten, "
` sg/rebase-progress, "
` ds/commit-graph-incremental (was Re: What's cooking in git.git (Jun 2019, #04; Fri, 14))

[PATCH 0/8] Add 'ls-files --json' to dump the index in json
 2019-06-19 14:26 UTC  (18+ messages)
` [PATCH 1/8] ls-files: add --json to dump the index
` [PATCH 2/8] split-index.c: dump "link" extension as json
` [PATCH 3/8] fsmonitor.c: dump "FSMN" "
` [PATCH 4/8] resolve-undo.c: dump "REUC" "
` [PATCH 5/8] read-cache.c: dump "EOIE" "
` [PATCH 6/8] read-cache.c: dump "IEOT" "
` [PATCH 7/8] cache-tree.c: dump "TREE" "
` [PATCH 8/8] dir.c: dump "UNTR" "

'git interpret-trailers' is tripped by comment characters other than '#'
 2019-06-19 14:24 UTC  (11+ messages)
    ` [PATCH] interpret-trailers: load default config

[PATCH v3] rev-list: teach --no-object-names to enable piping
 2019-06-19 14:08 UTC  (5+ messages)
` [PATCH v4] "

Updating local tags: bugs and general feasibility
 2019-06-19 13:25 UTC 

[PATCH] fetch: only run 'gc' once when fetching multiple remotes
 2019-06-19 12:51 UTC  (3+ messages)
` [RFC/PATCH] gc: run more pre-detach operations under lock

[PATCH] xdiff: avoid accidental redefinition of LFS feature in OpenIndiana
 2019-06-19  9:12 UTC  (6+ messages)
` [PATCH 0/2] a few more redundant system include cleanups
  ` [PATCH 1/2] verify-tag: drop signal.h include
  ` [PATCH 2/2] wt-status.h: drop stdio.h include

[PATCH] documentation: add tutorial for revision walking
 2019-06-19  8:13 UTC  (12+ messages)
` [RFC PATCH 00/13] example implementation of revwalk tutorial
  ` [RFC PATCH 11/13] walken: add filtered object walk

[GSoC][PATCH v6 00/10] clone: dir-iterator refactoring with tests
 2019-06-19  4:36 UTC  (13+ messages)
` [GSoC][PATCH v7 "
  ` [GSoC][PATCH v7 01/10] clone: test for our behavior on odd objects/* content
  ` [GSoC][PATCH v7 02/10] clone: better handle symlinked files at .git/objects/
  ` [GSoC][PATCH v7 03/10] dir-iterator: add tests for dir-iterator API
  ` [GSoC][PATCH v7 04/10] dir-iterator: use warning_errno when possible
  ` [GSoC][PATCH v7 05/10] dir-iterator: refactor state machine model
  ` [GSoC][PATCH v7 06/10] dir-iterator: add flags parameter to dir_iterator_begin
  ` [GSoC][PATCH v7 07/10] clone: copy hidden paths at local clone
  ` [GSoC][PATCH v7 08/10] clone: extract function from copy_or_link_directory
  ` [GSoC][PATCH v7 09/10] clone: use dir-iterator to avoid explicit dir traversal
  ` [GSoC][PATCH v7 10/10] clone: replace strcmp by fspathcmp

[PATCH v2 00/10] Hash-independent tests, part 4
 2019-06-18 23:03 UTC  (12+ messages)
` [PATCH v2 01/10] t: add helper to convert object IDs to paths
` [PATCH v2 08/10] t1007: remove SHA1 prerequisites
` [PATCH v2 09/10] t1710: make hash independent
` [PATCH v2 10/10] t2203: avoid hard-coded object ID values

[RFC PATCH] ref-filter: sort detached HEAD lines firstly
 2019-06-18 22:29 UTC  (3+ messages)
` [PATCH v3 0/1] Sort detached heads line firstly
  ` [PATCH v3 1/1] ref-filter: sort detached HEAD lines firstly

[PATCH 0/3] fetch: add --[no-]show-forced-updates
 2019-06-18 20:25 UTC  (4+ messages)
` [PATCH 1/3] fetch: add --[no-]show-forced-updates argument
` [PATCH 2/3] fetch: warn about forced updates in branch listing
` [PATCH 3/3] pull: add --[no-]show-forced-updates passthrough

[PATCH v2 0/9] Filter combination
 2019-06-18 20:22 UTC  (6+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 04/10] list-objects-filter: implement composite filters

[PATCH 0/3] git-status: create config for ahead/behind calculation
 2019-06-18 20:21 UTC  (4+ messages)
` [PATCH 1/3] status: add status.aheadbehind setting
` [PATCH 2/3] status: warn when a/b calculation takes too long
` [PATCH 3/3] status: ignore status.aheadbehind in porcelain formats

[PATCH v5 00/16] Commit-graph: Write incremental files
 2019-06-18 18:14 UTC  (23+ messages)
` [PATCH] commit-graph: normalize commit-graph filenames
  ` [PATCH v2] "
` [PATCH v6 00/18] Commit-graph: Write incremental files
  ` [PATCH v6 01/18] commit-graph: document commit-graph chains
  ` [PATCH v6 02/18] commit-graph: prepare for "
  ` [PATCH v6 03/18] commit-graph: rename commit_compare to oid_compare
  ` [PATCH v6 04/18] commit-graph: load commit-graph chains
  ` [PATCH v6 05/18] commit-graph: add base graphs chunk
  ` [PATCH v6 07/18] commit-graph: write commit-graph chains
  ` [PATCH v6 06/18] commit-graph: rearrange chunk count logic
  ` [PATCH v6 08/18] commit-graph: add --split option to builtin
  ` [PATCH v6 09/18] commit-graph: merge commit-graph chains
  ` [PATCH v6 10/18] commit-graph: allow cross-alternate chains
  ` [PATCH v6 11/18] commit-graph: expire commit-graph files
  ` [PATCH v6 12/18] commit-graph: create options for split files
  ` [PATCH v6 13/18] commit-graph: verify chains with --shallow mode
  ` [PATCH v6 14/18] commit-graph: clean up chains after flattened write
  ` [PATCH v6 15/18] commit-graph: test octopus merges with --split
  ` [PATCH v6 16/18] commit-graph: test --split across alternate without --split
  ` [PATCH v6 17/18] commit-graph: normalize commit-graph filenames
  ` [PATCH v6 18/18] commit-graph: test verify across alternates

[PATCH] fetch-pack: support negotiation tip whitelist
 2019-06-18 17:30 UTC  (4+ messages)
` [PATCH v4] "

windows: error cannot lock ref ... unable to create lock
 2019-06-18 17:19 UTC  (4+ messages)

GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!
 2019-06-18 17:15 UTC  (10+ messages)

[GSoC][PATCH 0/3] Teach cherry-pick/revert to skip commits
 2019-06-18 17:06 UTC  (13+ messages)
` [GSoC][PATCH v4 0/4] "
  ` [GSoC][PATCH v4 1/4] sequencer: add advice for revert
  ` [GSoC][PATCH v4 3/4] cherry-pick/revert: add --skip option
` [GSoC][PATCH v5 0/5] Teach cherry-pick/revert to skip commits
  ` [GSoC][PATCH v5 1/5] sequencer: add advice for revert
  ` [GSoC][PATCH v5 2/5] sequencer: rename reset_for_rollback to reset_merge
  ` [GSoC][PATCH v5 3/5] sequencer: use argv_array in reset_merge
  ` [GSoC][PATCH v5 4/5] cherry-pick/revert: add --skip option
  ` [GSoC][PATCH v5 5/5] cherry-pick/revert: advise using --skip

[PATCH 0/1] submodule foreach: fix recursion of options
 2019-06-18 15:15 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] "

Should sparse checkout be extended to clone, fetch, commit, and merge?
 2019-06-18  4:25 UTC 

[PATCH] show --continue/skip etc. consistently in synopsis
 2019-06-17 22:35 UTC  (7+ messages)
` [PATCH v2] "

Deadname rewriting
 2019-06-17 22:33 UTC  (4+ messages)

[PATCH] rebase: fix garbled progress display with '-x'
 2019-06-17 19:25 UTC  (11+ messages)
` [PATCH v2 0/4] rebase/progress: add and use term_clear_line()
  ` [PATCH v2 3/4] rebase: fix garbled progress display with '-x'

[PATCH 0/4] Support building with GCC v8.x/v9.x
 2019-06-17 18:36 UTC  (13+ messages)
` [PATCH 2/4] kwset: allow building with GCC 8
    ` [RFC/PATCH v1 0/4] compat/obstack: update from upstream
` [PATCH 4/4] config: avoid calling `labs()` on too-large data type

[PATCH v8 7/9] blame: add a fingerprint heuristic to match ignored lines
 2019-06-17 15:03 UTC  (3+ messages)
` [PATCH] t8014: avoid git command in upstream pipe

[PATCH] fsmonitor: avoid signed integer overflow / infinite loop
 2019-06-17  7:25 UTC  (3+ messages)

`git stash <command> <n>` stopped working in 2.22.0
 2019-06-17  6:03 UTC  (4+ messages)
` [PATCH] stash: fix show referencing stash index

[PATCH 1/2] coccinelle: use COPY_ARRAY for copying arrays
 2019-06-17  1:14 UTC  (3+ messages)
` [PATCH 2/2] "

commit sized around 100 gb in changes failed to push to a TFS remote - Git
 2019-06-16 22:49 UTC  (2+ messages)

[PATCH] Use an intermediate file between between git blame and sed to avoid git blame's exit code being hidden
 2019-06-16 22:41 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).