git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-06-18 16:41:23 to 2019-06-20 07:41:21 UTC [more...]

[PATCH v4 0/4] Test oidmap
 2019-06-20  7:41 UTC  (13+ messages)
  ` [PATCH 0/17] drop non-object_id hashing
    ` [PATCH 01/17] describe: fix accidental oid/hash type-punning
    ` [PATCH 02/17] upload-pack: rename a "sha1" variable to "oid"
    ` [PATCH 03/17] pack-bitmap-write: convert some helpers to use object_id
    ` [PATCH 04/17] pack-objects: convert packlist_find() "
    ` [PATCH 05/17] pack-objects: convert locate_object_entry_hash() to object_id
    ` [PATCH 06/17] object: convert lookup_unknown_object() to use object_id
    ` [PATCH 07/17] object: convert lookup_object() "
    ` [PATCH 08/17] object: convert internal hash_obj() to object_id

[RFC PATCH] userdiff: ship built-in driver config file
 2019-06-20  7:41 UTC  (12+ messages)

[2.22.0] difftool no longer passes through to git diff if diff.tool is unset
 2019-06-20  5:21 UTC  (4+ messages)

What's cooking in git.git (Jun 2019, #05; Wed, 19)
 2019-06-20  4:35 UTC 

[PATCH 0/8] Add 'ls-files --json' to dump the index in json
 2019-06-20  4:00 UTC  (20+ 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" "

[GSoC][PATCH 0/3] Teach cherry-pick/revert to skip commits
 2019-06-20  3:40 UTC  (8+ messages)
` [GSoC][PATCH v5 0/5] "
  ` [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] git-submodule.txt: mention that 'git submodule update' fetches missing commits
 2019-06-20  2:09 UTC  (2+ messages)
` [PATCH] doc: "

[PATCH] documentation: add tutorial for revision walking
 2019-06-19 23:35 UTC  (8+ messages)

[PATCH] fetch: only run 'gc' once when fetching multiple remotes
 2019-06-19 23:30 UTC  (15+ messages)
` [RFC/PATCH] gc: run more pre-detach operations under lock
          ` [PATCH 0/6] Change <non-empty?> GIT_TEST_* variables to <boolean>
          ` [PATCH 1/6] env--helper: new undocumented builtin wrapping git_env_*()
          ` [PATCH 2/6] t6040 test: stop using global "script" variable
          ` [PATCH 3/6] tests: make GIT_TEST_GETTEXT_POISON a boolean
          ` [PATCH 4/6] tests README: re-flow a previously changed paragraph
          ` [PATCH 5/6] tests: replace test_tristate with "git env--helper"
          ` [PATCH 6/6] tests: make GIT_TEST_FAIL_PREREQS a boolean

[PATCH] doc: improve usage string in MyFirstContribution
 2019-06-19 22:13 UTC 

[RFC PATCH] rev-list: clarify --abbrev and --abbrev-commit usage
 2019-06-19 22:09 UTC  (7+ messages)

[PATCH v3] rev-list: teach --no-object-names to enable piping
 2019-06-19 21:38 UTC  (9+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

Understanding DIRC section of .git/index
 2019-06-19 21:37 UTC 

[PATCH] revision: remove stray whitespace when name empty
 2019-06-19 21:24 UTC  (5+ messages)
` [PATCH v2] rev-list: teach --oid-only to enable piping

. components in paths (gitattributes and git hash-object --path)
 2019-06-19 21:12 UTC 

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

[PATCH 0/1] Fix a test on NTFS (and probably HFS+)
 2019-06-19 20:24 UTC  (7+ messages)
` [PATCH 1/1] t0001: fix on case-insensitive filesystems

[PATCH v2 00/10] Hash-independent tests, part 4
 2019-06-19 19:56 UTC  (11+ messages)
` [PATCH v2 01/10] t: add helper to convert object IDs to paths

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

[PATCH] xdiff: avoid accidental redefinition of LFS feature in OpenIndiana
 2019-06-19 17:48 UTC  (4+ messages)
` [PATCH 0/2] a few more redundant system include cleanups

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

git@vger.kernel.org
 2019-06-19 17:40 UTC 

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

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

[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  (8+ messages)
` js/gcc-8-and-9, was "
` ds/commit-graph-incremental (was Re: What's cooking in git.git (Jun 2019, #04; Fri, 14))

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

[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 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  (5+ 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  (20+ messages)
` [PATCH v6 00/18] "
  ` [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 13/18] commit-graph: verify chains with --shallow mode
  ` [PATCH v6 12/18] commit-graph: create options for split files
  ` [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 v4] fetch-pack: support negotiation tip whitelist
 2019-06-18 17:30 UTC  (2+ messages)

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)


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