messages from 2020-07-27 09:30:30 to 2020-07-29 09:17:55 UTC [more...]
[PATCH 00/21] Maintenance builtin, allowing 'gc --auto' customization
2020-07-29 9:17 UTC (13+ messages)
` [PATCH v2 00/18] "
` [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 0/11] renaming argv_array
2020-07-29 6:55 UTC (28+ 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] comment: fix spelling mistakes inside comments
2020-07-29 3:33 UTC
[PATCH v5 00/39] SHA-256, part 3/3
2020-07-29 3:01 UTC (45+ 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
I have gone and done a bad thing - malformed tree objects
2020-07-29 1:09 UTC (3+ messages)
Issue when adding new files to staged changes using interactive mode
2020-07-28 23:10 UTC
[PATCH] grep: avoid using oid_to_hex() with parse_object_or_die()
2020-07-28 22:44 UTC (3+ messages)
[PATCH v2 0/4] propose config-based hooks
2020-07-28 22:24 UTC (8+ 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
[PATCH 0/3] Introduce --first-parent flag for git bisect
2020-07-28 21:53 UTC (6+ messages)
` [PATCH 1/3] rev-list: allow bisect and first-parent flags
` [PATCH 2/3] bisect: introduce first-parent flag
` [PATCH 3/3] bisect: combine args passed to find_bisection()
[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/3] making --first-parent imply -m
2020-07-28 21:01 UTC (10+ messages)
` [PATCH 1/3] log: drop "--cc implies -m" logic
` [PATCH 2/3] revision: add "--ignore-merges" option to counteract "-m"
` [PATCH 3/3] log: enable "-m" automatically with "--first-parent"
[PATCH 0/5] [GSoC] Improvements to ref-filter
2020-07-28 20:43 UTC (12+ messages)
` [PATCH 1/5] ref-filter: support different email formats
` [PATCH 2/5] ref-filter: add `short` option for 'tree' and 'parent'
` [PATCH 3/5] pretty: refactor `format_sanitized_subject()`
` [PATCH 4/5] format-support: move `format_sanitized_subject()` from pretty
` [PATCH 5/5] ref-filter: add `sanitize` option for 'subject' atom
[RFC PATCH] Modify fetch-pack to no longer die on error?
2020-07-28 20:08 UTC (7+ messages)
[PATCH] apply: do not fetch when checking object existence
2020-07-28 18:23 UTC (3+ messages)
Git Inclusion Summit
2020-07-28 17:15 UTC (7+ messages)
Questions about trailer configuration semantics
2020-07-28 16:40 UTC (16+ messages)
[PATCH 0/6] [GSoC] Implement Corrected Commit Date
2020-07-28 16:35 UTC (20+ messages)
` [PATCH 1/6] commit-graph: fix regression when computing bloom filter
` [PATCH 2/6] revision: parse parent in indegree_walk_step()
` [PATCH 3/6] commit-graph: consolidate fill_commit_graph_info
` [PATCH 4/6] commit-graph: consolidate compare_commits_by_gen
` [PATCH 5/6] commit-graph: implement generation data chunk
` [PATCH 6/6] commit-graph: implement corrected commit date offset
[ANNOUNCE] Git for Windows 2.28.0
2020-07-28 10:32 UTC
[GSoC] Shourya's Blog
2020-07-28 10:11 UTC
[GSoC] Blog about week 8
2020-07-28 9:22 UTC
[PATCH v3 00/16] Changed Paths Bloom Filters
2020-07-27 21:33 UTC (4+ messages)
` [PATCH v4 00/15] "
` [PATCH v4 10/15] commit-graph: reuse existing Bloom filters during write
[PATCH v2 0/4] upload-pack: custom allowed object filters
2020-07-27 20:03 UTC (10+ messages)
[ANNOUNCE] Git v2.28.0
2020-07-27 19:24 UTC (2+ messages)
` [ANNOUNCE] git-filter-repo v2.28.0 (Was: Re: [ANNOUNCE] Git v2.28.0)
Draft of Git Rev News edition 65
2020-07-27 18:50 UTC
Verbose commit message diff not showing changes from pre-commit hook
2020-07-27 18:13 UTC (5+ messages)
What's cooking in git.git (Jul 2020, #05; Mon, 27)
2020-07-27 16:49 UTC
[PATCH v2 0/3] Remove special casing for PSEUDOREF updates
2020-07-27 16:25 UTC (12+ messages)
` [PATCH v3 "
` [PATCH v3 2/3] Modify pseudo refs through ref backend storage
` [PATCH v4 0/3] Remove special casing for PSEUDOREF updates
` [PATCH v4 1/3] t1400: use git rev-parse for testing PSEUDOREF existence
` [PATCH v4 2/3] Modify pseudo refs through ref backend storage
` [PATCH v4 3/3] Make HEAD a PSEUDOREF rather than PER_WORKTREE
[PATCH v5 02/13] bisect--helper: use '-res' in 'cmd_bisect__helper' return
2020-07-27 16:21 UTC (5+ messages)
problem about 'git am --rej'
2020-07-27 12:05 UTC (2+ messages)
Creation of a branch named that has a directory prefix equal to the name of another branch fail
2020-07-27 9:30 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).