git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-07-28 22:44:08 to 2020-07-30 10:56:52 UTC [more...]

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

Avoiding 'master' nomenclature
 2020-07-30 10:11 UTC  (23+ 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

[RFC PATCH] gitweb: Map names/emails with mailmap
 2020-07-30  4:12 UTC 

[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()

[PATCH v5 00/39] SHA-256, part 3/3
 2020-07-30  2:48 UTC  (88+ 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 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

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

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

[PATCH v3 0/6] propose config-based hooks
 2020-07-29 19:33 UTC  (3+ messages)
` [RFC PATCH v3 5/6] parse-options: parse into argv_array

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  (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  (25+ messages)
` [PATCH 08/11] strvec: fix indentation in renamed calls
` [PATCH 10/11] strvec: drop argv_array compatibility layer
` [PATCH 11/11] strvec: rename struct fields

[PATCH] grep: avoid using oid_to_hex() with parse_object_or_die()
 2020-07-28 22:44 UTC  (3+ 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).