messages from 2018-09-11 20:36:05 to 2018-09-14 00:56:46 UTC [more...]
[RFC PATCH 0/5] filter: support for excluding all trees and blobs
2018-09-14 0:55 UTC (9+ messages)
` [PATCH v8 0/7] "
` [PATCH v8 1/7] list-objects: store common func args in struct
` [PATCH v8 2/7] list-objects: refactor to process_tree_contents
` [PATCH v8 3/7] list-objects: always parse trees gently
` [PATCH v8 4/7] rev-list: handle missing tree objects properly
` [PATCH v8 5/7] revision: mark non-user-given objects instead
` [PATCH v8 6/7] list-objects-filter: use BUG rather than die
` [PATCH v8 7/7] list-objects-filter: implement filter tree:0
[PATCH 0/3] am/rebase: share read_author_script()
2018-09-14 0:31 UTC (7+ messages)
` [PATCH 1/3] am: rename read_author_script()
` [PATCH 2/3] add read_author_script() to libgit
` [PATCH 3/3] sequencer: use read_author_script()
[PATCH v1] read-cache: speed up index load through parallelization
2018-09-13 22:44 UTC (15+ messages)
` [PATCH v4 0/5] "
` [PATCH v4 1/5] eoie: add End of Index Entry (EOIE) extension
` [PATCH v4 2/5] read-cache: load cache extensions on a worker thread
` [PATCH v4 3/5] read-cache: speed up index load through parallelization
` [PATCH v4 4/5] read-cache.c: optimize reading index format v4
` [PATCH v4 5/5] read-cache: clean up casting and byte decoding
` [PATCH v5 0/5] read-cache: speed up index load through parallelization
` [PATCH v5 1/5] eoie: add End of Index Entry (EOIE) extension
` [PATCH v5 2/5] read-cache: load cache extensions on a worker thread
` [PATCH v5 3/5] read-cache: load cache entries on worker threads
` [PATCH v5 4/5] read-cache.c: optimize reading index format v4
` [PATCH v5 5/5] read-cache: clean up casting and byte decoding
Git 2.19 Segmentation fault 11 on macOS
2018-09-13 22:38 UTC (13+ messages)
` [PATCH] linear-assignment: fix potential out of bounds memory access (was: Re: Git 2.19 Segmentation fault 11 on macOS)
` [PATCH] linear-assignment: fix potential out of bounds memory access
` [PATCH v2] "
[PATCH v1] read-cache: add GIT_TEST_INDEX_VERSION support
2018-09-13 22:08 UTC (8+ messages)
` [PATCH v2] read-cache: update TEST_GIT_INDEX_VERSION support
[PATCH v2] builtin/remote: quote remote name on error to display empty name
2018-09-13 22:01 UTC (3+ messages)
[PATCH v1] preload-index: update GIT_FORCE_PRELOAD_TEST support
2018-09-13 21:39 UTC (2+ messages)
[PATCH 0/1] Properly peel tags in can_all_from_reach_with_flags()
2018-09-13 21:06 UTC (9+ messages)
` [PATCH 1/1] commit-reach: properly peel tags
` [PATCH v2 0/1] Properly peel tags in can_all_from_reach_with_flags()
` [PATCH v2 1/1] commit-reach: properly peel tags
[PATCH 0/2] Bugfix for partial clones and ref-in-want servers
2018-09-13 20:55 UTC (6+ messages)
` [PATCH 1/2] fetch-object: provide only one fetching function
` [PATCH 2/2] fetch-object: set exact_oid when fetching
[PATCH v4 0/9] Document/fix/warn about rebase incompatibilities and inconsistencies
2018-09-13 20:24 UTC (7+ messages)
` [PATCH v5 "
` [RFC PATCH v5 9/9] git-rebase: make --allow-empty-message the default
` 2.19.0 regression: leaving editor with empty commit message doesn't stop rebase [was: Re: [RFC PATCH v5 9/9] git-rebase: make --allow-empty-message the default]
` [PATCH] sequencer: fix --allow-empty-message behavior, make it smarter
[PATCH 0/9] fetch: make sure submodule oids are fetched
2018-09-13 19:29 UTC (21+ messages)
` [PATCH 1/9] string-list: add string_list_{pop, last} functions
` [PATCH 2/9] sha1-array: provide oid_array_filter
` [PATCH 3/9] submodule.c: fix indentation
` [PATCH 4/9] submodule.c: sort changed_submodule_names before searching it
` [PATCH 5/9] submodule: move global changed_submodule_names into fetch submodule struct
` [PATCH 6/9] submodule.c: do not copy around submodule list
` [PATCH 7/9] submodule: fetch in submodules git directory instead of in worktree
` [PATCH 8/9] fetch: retry fetching submodules if sha1 were not fetched
` [PATCH 9/9] builtin/fetch: check for submodule updates for non branch fetches
[PATCH v5 00/12] Hash-independent tests (part 3)
2018-09-13 19:06 UTC (15+ messages)
` [PATCH v5 01/12] t: add test functions to translate hash-related values
` [PATCH v5 02/12] t0000: use hash translation table
` [PATCH v5 03/12] t0000: update tests for SHA-256
` [PATCH v5 04/12] t0002: abstract away SHA-1 specific constants
` [PATCH v5 05/12] t0027: make hash size independent
` [PATCH v5 06/12] t0064: "
` [PATCH v5 07/12] t1006: "
` [PATCH v5 08/12] t1400: switch hard-coded object ID to variable
` [PATCH v5 09/12] t1405: make hash size independent
` [PATCH v5 10/12] t1406: make hash-size independent
` [PATCH v5 11/12] t1407: make hash size independent
` [PATCH v5 12/12] t5318: use test_oid for HASH_LEN
[PATCH 00/11] Add 'git multi-pack-index verify' command
2018-09-13 19:02 UTC (14+ messages)
` [PATCH v2 "
` [PATCH v2 01/11] multi-pack-index: add 'verify' verb
` [PATCH v2 02/11] multi-pack-index: verify bad header
` [PATCH v2 03/11] multi-pack-index: verify corrupt chunk lookup table
` [PATCH v2 04/11] multi-pack-index: verify packname order
` [PATCH v2 05/11] multi-pack-index: verify missing pack
` [PATCH v2 06/11] multi-pack-index: verify oid fanout order
` [PATCH v2 07/11] multi-pack-index: verify oid lookup order
` [PATCH v2 08/11] multi-pack-index: fix 32-bit vs 64-bit size check
` [PATCH v2 09/11] multi-pack-index: verify object offsets
` [PATCH v2 10/11] multi-pack-index: report progress during 'verify'
` [PATCH v2 11/11] fsck: verify multi-pack-index
[PATCH v1] fsmonitor: update GIT_TEST_FSMONITOR support
2018-09-13 18:54 UTC (3+ messages)
Add proto v2 archive command with HTTP support
2018-09-13 18:45 UTC (12+ messages)
` [PATCH 1/3] archive: use packet_reader for communications
` [PATCH 2/3] archive: implement protocol v2 archive command
` [PATCH 3/3] archive: allow archive over HTTP(S) with proto v2
[PATCH 0/1] contrib: Add script to show uncovered "new" lines
2018-09-13 18:15 UTC (14+ messages)
` [PATCH 1/1] contrib: add coverage-diff script
` [PATCH v2 0/1] contrib: Add script to show uncovered "new" lines
` [PATCH v2 1/1] contrib: add coverage-diff script
[Question] Signature calculation ignoring parts of binary files
2018-09-13 17:55 UTC (10+ messages)
with git 1.8.3.1 get only merged tags
2018-09-13 11:27 UTC (4+ messages)
[PATCH] add -p: coalesce hunks before testing applicability
2018-09-13 10:20 UTC (5+ messages)
git-credential-libsecret not prompting to unlock keyring
2018-09-13 9:26 UTC (2+ messages)
Multiple GIT Accounts & HTTPS Client Certificates - Config
2018-09-13 4:17 UTC (3+ messages)
[ANNOUNCE] Git for Windows 2.19.0
2018-09-13 2:23 UTC
[RFC PATCH 0/1] builtin/remote: quote remote name on error to display empty name
2018-09-12 21:28 UTC (4+ messages)
` [RFC PATCH 1/1] "
[PATCH v3] test_dir_is_empty: properly detect files with newline in name
2018-09-12 19:50 UTC (4+ messages)
` [PATCH v4] test_dir_is_empty: fix edge cases with newlines and hyphens
[PATCH v1 1/1] Make git_check_attr() a void function
2018-09-12 19:32 UTC
What's cooking in git.git (Sep 2018, #02; Tue, 11)
2018-09-12 17:46 UTC (2+ messages)
Starting subshells via tags
2018-09-12 17:34 UTC
[PATCH v4] http-backend: allow empty CONTENT_LENGTH
2018-09-12 16:10 UTC (8+ messages)
` [PATCH] http-backend: Treat empty CONTENT_LENGTH as zero
` [PATCH] http-backend: treat "
[PATCH 0/1] Add coverage for 'git format-patch --range-diff' single-patch case
2018-09-12 14:31 UTC (10+ messages)
` [PATCH 1/1] t3206-range-diff.sh: cover "
` [PATCH v2 0/1] Add coverage for 'git format-patch --range-diff' "
` [PATCH v2 1/1] t3206-range-diff.sh: cover "
Gitattributes not properly supported with add command
2018-09-12 13:16 UTC
[PATCH 00/16] Consolidate reachability logic
2018-09-12 13:08 UTC (6+ messages)
` [PATCH v2 00/18] "
` [PATCH v2 17/18] commit-reach: make can_all_from_reach... linear
git-credential-libsecret not prompting to unlock keyring
2018-09-12 12:43 UTC
What's cooking in git.git (Sep 2018, #02; Tue, 11)
2018-09-12 11:39 UTC (3+ messages)
Is it possible to git clone --filter= without any objects?
2018-09-12 1:12 UTC (6+ messages)
2.19.0.rc2.windows.1: stash fails with dirty submodule
2018-09-11 22:24 UTC (3+ messages)
[PATCH 01/11] string_list: print_string_list to use trace_printf
2018-09-11 21:03 UTC (12+ messages)
` [PATCH 1/2] trace: add trace_print_string_list_key
` [PATCH] string-list: remove unused function print_string_list
git silently ignores include directive with single quotes
2018-09-11 20:57 UTC (8+ messages)
[PATCH] rerere: avoid buffer overrun
2018-09-11 20:45 UTC (4+ messages)
` [PATCHv2 0/2] Fix rerere segfault with specially crafted merge
` [PATCHv2 2/2] rerere: avoid buffer overrun
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).