git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-07-28 16:41:22 to 2020-07-29 23:15:34 UTC [more...]

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

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

Avoiding 'master' nomenclature
 2020-07-29 22:50 UTC  (13+ messages)

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

[PATCH 00/21] Maintenance builtin, allowing 'gc --auto' customization
 2020-07-29 22:23 UTC  (24+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 01/18] maintenance: create basic maintenance runner
  ` [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

[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  (27+ 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

[PATCH v2 0/4] propose config-based hooks
 2020-07-29 19:33 UTC  (9+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] doc: propose hooks managed by the config
  ` [PATCH v3 2/6] hook: scaffolding for git-hook subcommand
  ` [PATCH v3 3/6] hook: add list command
  ` [PATCH v3 4/6] hook: add --porcelain to "
  ` [RFC PATCH v3 5/6] parse-options: parse into argv_array
  ` [RFC PATCH v3 6/6] hook: add 'run' subcommand

Git Inclusion Summit
 2020-07-29 19:29 UTC  (10+ 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  (5+ messages)

I have gone and done a bad thing - malformed tree objects
 2020-07-29 18:09 UTC  (4+ messages)

Cherry-pick picks more commits (and miss some) than provided
 2020-07-29 18:09 UTC  (2+ messages)

[PATCH 0/11] renaming argv_array
 2020-07-29 18:03 UTC  (34+ messages)
` [PATCH 01/11] argv-array: use size_t for count and alloc
` [PATCH 02/11] argv-array: rename to strvec
` [PATCH 03/11] strvec: rename files from argv-array "
` [PATCH 04/11] quote: rename sq_dequote_to_argv_array to mention strvec
` [PATCH 05/11] strvec: convert builtin/ callers away from argv_array name
` [PATCH 06/11] strvec: convert more "
` [PATCH 07/11] strvec: convert remaining "
` [PATCH 08/11] strvec: fix indentation in renamed calls
` [PATCH 09/11] strvec: update documention to avoid argv_array
` [PATCH 10/11] strvec: drop argv_array compatibility layer
` [PATCH 11/11] strvec: rename struct fields

[PATCH] git-help.txt: fix mentions of option --guides
 2020-07-29 13:39 UTC 

[PATCH] grep: avoid using oid_to_hex() with parse_object_or_die()
 2020-07-28 22:44 UTC  (3+ messages)

[PATCH 0/3] Introduce --first-parent flag for git bisect
 2020-07-28 21:53 UTC  (4+ messages)
` [PATCH 1/3] rev-list: allow bisect and first-parent flags

[PATCH 0/2] Typo fixes
 2020-07-28 21:27 UTC  (5+ messages)
` [PATCH 1/2] Remove doubled words in various comments
` [PATCH 2/2] hashmap: fix typo in usage docs

[PATCH 0/5] [GSoC] Improvements to ref-filter
 2020-07-28 20:43 UTC  (7+ messages)
` [PATCH 1/5] ref-filter: support different email formats

[PATCH] apply: do not fetch when checking object existence
 2020-07-28 18:23 UTC  (2+ messages)

Questions about trailer configuration semantics
 2020-07-28 16:40 UTC  (7+ 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).