git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-07-29 18:30:54 to 2020-07-31 15:27:52 UTC [more...]

[PATCH v19 00/20] Reftable support git-core
 2020-07-31 15:27 UTC  (19+ messages)
` [PATCH v20 00/21] "
  ` [PATCH v20 01/21] refs: add \t to reflog in the files backend
  ` [PATCH v20 02/21] Split off reading loose ref data in separate function
  ` [PATCH v20 03/21] t1400: use git rev-parse for testing PSEUDOREF existence
  ` [PATCH v20 04/21] Modify pseudo refs through ref backend storage
  ` [PATCH v20 05/21] Make HEAD a PSEUDOREF rather than PER_WORKTREE
  ` [PATCH v20 06/21] Make refs_ref_exists public
  ` [PATCH v20 07/21] Treat CHERRY_PICK_HEAD as a pseudo ref
  ` [PATCH v20 08/21] Treat REVERT_HEAD "
  ` [PATCH v20 09/21] Move REF_LOG_ONLY to refs-internal.h
  ` [PATCH v20 10/21] Iteration over entire ref namespace is iterating over "refs/"
  ` [PATCH v20 11/21] Add .gitattributes for the reftable/ directory
  ` [PATCH v20 13/21] Add standalone build infrastructure for reftable
  ` [PATCH v20 14/21] Reftable support for git-core
  ` [PATCH v20 15/21] Read FETCH_HEAD as loose ref
  ` [PATCH v20 16/21] Hookup unittests for the reftable library
  ` [PATCH v20 18/21] vcxproj: adjust for the reftable changes
  ` [PATCH v20 19/21] git-prompt: prepare for reftable refs backend

[RFC PATCH v1 0/6] stash: drop usage of a second index
 2020-07-31 13:53 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/6] stash: remove the second index in restore_untracked()

Diff --stat for files that differ only in whitespace
 2020-07-31 13:10 UTC 

[PATCH] refs: add \t to reflog in the files backend
 2020-07-31 11:36 UTC 

Avoiding 'master' nomenclature
 2020-07-31  8:19 UTC  (34+ messages)
              ` [PATCH v3 0/2] fmt-merge-msg: selectively suppress "into <branch>"
                ` [PATCH v3 1/2] Revert "fmt-merge-msg: stop treating `master` specially"
                ` [PATCH v3 2/2] fmt-merge-msg: allow merge destination to be omitted again

[PATCH] commit-graph: add verify changed paths option
 2020-07-31  7:49 UTC 

[PATCH 00/21] Maintenance builtin, allowing 'gc --auto' customization
 2020-07-31  2:58 UTC  (64+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 01/18] maintenance: create basic maintenance runner
  ` [PATCH v2 03/18] maintenance: replace run_auto_gc()
  ` [PATCH v2 04/18] maintenance: initialize task array
  ` [PATCH v2 05/18] maintenance: add commit-graph task
  ` [PATCH v2 08/18] maintenance: add prefetch task
              ` [PATCH v2] fetch: optionally allow disabling FETCH_HEAD update
  ` [PATCH v2 09/18] maintenance: add loose-objects task
  ` [PATCH v2 10/18] maintenance: add incremental-repack task
  ` [PATCH v2 11/18] maintenance: auto-size incremental-repack batch
  ` [PATCH v3 00/20] Maintenance builtin, allowing 'gc --auto' customization
    ` [PATCH v3 01/20] maintenance: create basic maintenance runner
    ` [PATCH v3 02/20] maintenance: add --quiet option
    ` [PATCH v3 03/20] maintenance: replace run_auto_gc()
    ` [PATCH v3 04/20] maintenance: initialize task array
    ` [PATCH v3 05/20] maintenance: add commit-graph task
    ` [PATCH v3 06/20] maintenance: add --task option
    ` [PATCH v3 07/20] maintenance: take a lock on the objects directory
    ` [PATCH v3 08/20] fetch: optionally allow disabling FETCH_HEAD update
    ` [PATCH v3 09/20] maintenance: add prefetch task
    ` [PATCH v3 10/20] maintenance: add loose-objects task
    ` [PATCH v3 11/20] midx: enable core.multiPackIndex by default
    ` [PATCH v3 12/20] maintenance: add incremental-repack task
    ` [PATCH v3 13/20] maintenance: auto-size incremental-repack batch
    ` [PATCH v3 14/20] maintenance: create maintenance.<task>.enabled config
    ` [PATCH v3 15/20] maintenance: use pointers to check --auto
    ` [PATCH v3 16/20] maintenance: add auto condition for commit-graph task
    ` [PATCH v3 17/20] maintenance: create auto condition for loose-objects
    ` [PATCH v3 18/20] maintenance: add incremental-repack auto condition
    ` [PATCH v3 19/20] midx: use start_delayed_progress()
    ` [PATCH v3 20/20] maintenance: add trace2 regions for task execution

Git union issue
 2020-07-31  2:12 UTC  (3+ messages)

[RFC PATCH] gitweb: Map names/emails with mailmap
 2020-07-31  2:10 UTC  (4+ messages)

What's cooking in git.git (Jul 2020, #06; Thu, 30)
 2020-07-31  1:27 UTC  (3+ messages)

[PATCH v3 0/6] propose config-based hooks
 2020-07-30 23:41 UTC  (4+ messages)
` [RFC PATCH v3 5/6] parse-options: parse into argv_array

[PATCH v5 00/39] SHA-256, part 3/3
 2020-07-30 16:18 UTC  (49+ messages)
` [PATCH v5 18/39] t8002: make hash size independent
` [PATCH v5 31/39] bundle: add new version for use with SHA-256
` [PATCH v6 00/39] SHA-256, part 3/3
  ` [PATCH v6 01/39] t: make test-bloom initialize repository
  ` [PATCH v6 02/39] t1001: use $ZERO_OID
  ` [PATCH v6 03/39] t3305: make hash agnostic
  ` [PATCH v6 04/39] t3404: prepare 'short SHA-1 collision' tests for SHA-256
  ` [PATCH v6 05/39] t6100: make hash size independent
  ` [PATCH v6 06/39] t6101: "
  ` [PATCH v6 07/39] t6301: "
  ` [PATCH v6 08/39] t6500: specify test values for SHA-256
  ` [PATCH v6 09/39] t6501: avoid hard-coded objects
  ` [PATCH v6 10/39] t7003: compute appropriate length constant
  ` [PATCH v6 11/39] t7063: make hash size independent
  ` [PATCH v6 12/39] t7201: abstract away SHA-1-specific constants
  ` [PATCH v6 13/39] t7102: "
  ` [PATCH v6 14/39] t7400: make hash size independent
  ` [PATCH v6 15/39] t7405: "
  ` [PATCH v6 16/39] t7506: avoid checking for SHA-1-specific constants
  ` [PATCH v6 17/39] t7508: use $ZERO_OID instead of hard-coded constant
  ` [PATCH v6 18/39] t8002: make hash size independent
  ` [PATCH v6 19/39] t8003: "
  ` [PATCH v6 20/39] t8011: "
  ` [PATCH v6 21/39] t9300: abstract away SHA-1-specific constants
  ` [PATCH v6 22/39] t9300: use $ZERO_OID instead of hard-coded object ID
  ` [PATCH v6 23/39] t9301: make hash size independent
  ` [PATCH v6 24/39] t9350: "
  ` [PATCH v6 25/39] t9500: ensure that algorithm info is preserved in config
  ` [PATCH v6 26/39] t9700: make hash size independent
  ` [PATCH v6 27/39] t5308: make test work with SHA-256
  ` [PATCH v6 28/39] t0410: mark test with SHA1 prerequisite
  ` [PATCH v6 29/39] http-fetch: set up git directory before parsing pack hashes
  ` [PATCH v6 30/39] builtin/verify-pack: implement an --object-format option
  ` [PATCH v6 31/39] bundle: add new version for use with SHA-256
  ` [PATCH v6 32/39] setup: add support for reading extensions.objectformat
  ` [PATCH v6 33/39] repository: enable SHA-256 support by default
  ` [PATCH v6 34/39] t: add test_oid option to select hash algorithm
  ` [PATCH v6 35/39] t: allow testing different hash algorithms via environment
  ` [PATCH v6 36/39] t: make SHA1 prerequisite depend on default hash
  ` [PATCH v6 37/39] ci: run tests with SHA-256
  ` [PATCH v6 38/39] docs: add documentation for extensions.objectFormat
  ` [PATCH v6 39/39] t: remove test_oid_init in tests

[PATCH] git-help.txt: fix mentions of option --guides
 2020-07-30 10:56 UTC  (2+ messages)

[PATCH 0/6] [GSoC] Implement Corrected Commit Date
 2020-07-30  7:47 UTC  (15+ messages)
` [PATCH 1/6] commit-graph: fix regression when computing bloom filter
` [PATCH 3/6] commit-graph: consolidate fill_commit_graph_info
` [PATCH 5/6] commit-graph: implement generation data chunk
` [PATCH 6/6] commit-graph: implement corrected commit date offset

[PATCH 0/3] Introduce --first-parent flag for git bisect
 2020-07-30  4:32 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] rev-list: allow bisect and first-parent flags
  ` [PATCH v2 2/3] bisect: introduce first-parent flag
  ` [PATCH v2 3/3] bisect: combine args passed to find_bisection()

[RFC PATCH] Modify fetch-pack to no longer die on error?
 2020-07-29 22:55 UTC  (7+ messages)

Issue when adding new files to staged changes using interactive mode
 2020-07-29 22:33 UTC  (4+ messages)

[ANNOUNCE] Git Rev News edition 65
 2020-07-29 22:22 UTC 

[PATCH 0/3] making --first-parent imply -m
 2020-07-29 21:55 UTC  (23+ messages)
` [PATCH 2/3] revision: add "--ignore-merges" option to counteract "-m"
` [PATCH v2 0/7] making log --first-parent imply -m
  ` [PATCH v2 1/7] log: drop "--cc implies -m" logic
  ` [PATCH v2 2/7] revision: add "--no-diff-merges" option to counteract "-m"
  ` [PATCH v2 3/7] log: enable "-m" automatically with "--first-parent"
  ` [PATCH v2 4/7] doc/git-log: move "Diff Formatting" from rev-list-options
  ` [PATCH v2 5/7] doc/git-log: drop "-r" diff option
  ` [PATCH v2 6/7] doc/git-log: move "-t" into diff-options list
  ` [PATCH v2 7/7] doc/git-log: clarify handling of merge commit diffs

[PATCH v2 0/2] Support nvim as merge tool
 2020-07-29 21:31 UTC  (4+ messages)
` [PATCH v3 0/2] mergetools: add support for nvimdiff (neovim) family
  ` [PATCH v3 1/2] mergetool--lib: improve support for vimdiff-style tool variants
  ` [PATCH v3 2/2] mergetools: add support for nvimdiff (neovim) family

Git Inclusion Summit
 2020-07-29 19:29 UTC  (9+ messages)
          ` 24 hours to respond with date/duration preferences for inclusion summit

[PATCH] comment: fix spelling mistakes inside comments
 2020-07-29 19:19 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).