messages from 2021-04-09 11:28:09 to 2021-04-11 09:56:23 UTC [more...]
[PATCH v3 0/4] Finish converting git bisect to C part 4
2021-04-11 9:55 UTC (2+ messages)
` [PATCH v3 1/4] run-command: make `exists_in_PATH()` non-static
[GSoC][Draft Proposal] Finish converting git submodule to builtin
2021-04-11 9:40 UTC (4+ messages)
` [GSoC][Draft Proposal v2] "
git-p4 crashes on non UTF-8 output from p4
2021-04-11 9:37 UTC (4+ messages)
[PATCH] merge-ort: only do pointer arithmetic for non-empty lists
2021-04-11 9:14 UTC (5+ messages)
[PATCH 00/15] SHA-256 / SHA-1 interop, part 1
2021-04-11 8:52 UTC (18+ messages)
` [PATCH 01/15] sha1-file: allow hashing objects literally with any algorithm
` [PATCH 02/15] builtin/hash-object: allow literally hashing with a given algorithm
` [PATCH 03/15] cache: add an algo member to struct object_id
` [PATCH 04/15] Always use oidread to read into "
` [PATCH 05/15] hash: add a function to finalize object IDs
` [PATCH 06/15] Use the final_oid_fn to finalize hashing of "
` [PATCH 07/15] builtin/pack-redundant: avoid casting buffers to struct object_id
` [PATCH 08/15] cache: compare the entire buffer for "
` [PATCH 09/15] hash: set and copy algo field in "
` [PATCH 10/15] hash: provide per-algorithm null OIDs
` [PATCH 11/15] builtin/show-index: set the algorithm for object IDs
` [PATCH 12/15] commit-graph: don't store file hashes as struct object_id
` [PATCH 13/15] builtin/pack-objects: avoid using struct object_id for pack hash
` [PATCH 14/15] hex: default to the_hash_algo on zero algorithm value
` [PATCH 15/15] hex: print objects using the hash algorithm member
[PATCH 00/12] Fix all leaks in tests t0002-t0099: Part 1
2021-04-11 7:26 UTC (16+ messages)
` [PATCH 01/12] revision: free remainder of old commit list in limit_list
` [PATCH 02/12] wt-status: fix multiple small leaks
` [PATCH 03/12] ls-files: free max_prefix when done
` [PATCH 04/12] bloom: clear each bloom_key after use
` [PATCH 05/12] branch: FREE_AND_NULL instead of NULL'ing real_ref
` [PATCH 06/12] builtin/bugreport: don't leak prefixed filename
` [PATCH 07/12] builtin/check-ignore: clear_pathspec before returning
` [PATCH 08/12] builtin/checkout: clear pending objects after diffing
` [PATCH 09/12] mailinfo: also free strbuf lists when clearing mailinfo
` [PATCH 10/12] builtin/for-each-ref: free filter and UNLEAK sorting
` [PATCH 11/12] builtin/rebase: release git_format_patch_opt too
` [PATCH 12/12] builtin/rm: avoid leaking pathspec and seen
[PATCH 0/7] rev-parse: implement object type filter
2021-04-11 6:49 UTC (27+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 7/8] pack-bitmap: implement combined filter
` [PATCH v2 8/8] rev-list: allow filtering of provided items
` [PATCH v3 0/8] rev-parse: implement object type filter
` [PATCH v3 3/8] list-objects: move tag processing into its own function
` [PATCH v3 4/8] list-objects: support filtering by tag and commit
` [PATCH v3 5/8] list-objects: implement object type filter
` [PATCH v3 6/8] pack-bitmap: "
` [PATCH v3 7/8] pack-bitmap: implement combined filter
` [PATCH v3 8/8] rev-list: allow filtering of provided items
` [RESEND PATCH "
GSoC Git Proposal Draft - ZheNing Hu
2021-04-11 6:11 UTC (2+ messages)
[PATCH] send-email: clarify SMTP encryption settings
2021-04-11 5:48 UTC (11+ messages)
question re: git show-ref and matching ref patterns from the front
2021-04-11 2:09 UTC (3+ messages)
[PATCH 0/5] Maintenance: adapt custom refspecs
2021-04-11 1:35 UTC (17+ messages)
` [PATCH 5/5] maintenance: allow custom refspecs during prefetch
` [PATCH v2 0/5] Maintenance: adapt custom refspecs
` [PATCH v2 1/5] maintenance: simplify prefetch logic
` [PATCH v3 0/3] Maintenance: adapt custom refspecs
` [PATCH v3 1/3] maintenance: simplify prefetch logic
` [PATCH v3 2/3] fetch: add --prefetch option
` [PATCH v3 3/3] maintenance: use 'git fetch --prefetch'
[PATCH] fetch: show progress for packfile uri downloads
2021-04-11 1:30 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/9] git log: configurable default format for merge diffs
2021-04-10 17:16 UTC (7+ messages)
` [PATCH v1 0/5] "
` [PATCH v1 1/5] diff-merges: introduce --diff-merges=default
` [PATCH v1 2/5] diff-merges: refactor set_diff_merges()
` [PATCH v1 3/5] diff-merges: adapt -m to enable default diff format
` [PATCH v1 4/5] diff-merges: introduce log.diffMerges config variable
` [PATCH v1 5/5] doc/diff-options: document new --diff-merges features
[PATCH v6 00/13] Rewrite the remaining merge strategies from shell to C
2021-04-10 14:17 UTC (10+ messages)
` [PATCH v7 00/15] "
` [PATCH v7 08/15] merge-one-file: rewrite in C
` [PATCH v7 09/15] merge-resolve: "
[PATCH v7] [GSOC] trailer: add new trailer.<token>.cmd config option
2021-04-10 14:09 UTC (9+ messages)
` [PATCH v8 0/2] [GSOC] trailer: add new .cmd "
` [PATCH v8 1/2] [GSOC] docs: correct descript of trailer.<token>.command
` [PATCH v8 2/2] [GSOC] trailer: add new .cmd config option
[PATCH v2 00/10] improve reporting of unexpected objects
2021-04-10 13:01 UTC (26+ messages)
` [PATCH 0/2] blob/object.c: trivial readability improvements
` [PATCH 1/2] blob.c: remove buffer & size arguments to parse_blob_buffer()
` [PATCH 2/2] object.c: initialize automatic variable in lookup_object()
` [PATCH 0/6] {tag,object}*.c: refactorings + prep for a larger change
` [PATCH 1/6] object.c: stop supporting len == -1 in type_from_string_gently()
` [PATCH 2/6] object.c: remove "gently" argument to type_from_string_gently()
` [PATCH 3/6] object.c: make type_from_string() return "enum object_type"
` [PATCH 4/6] object-file.c: make oid_object_info() "
` [PATCH 5/6] object-name.c: make dependency on object_type order more obvious
` [PATCH 6/6] tag.c: use type_from_string_gently() when parsing tags
[PATCH v3 00/35] 20210215154427.32693-1-avarab@gmail.com
2021-04-10 12:30 UTC (12+ messages)
` [PATCH v4 00/10] userdiff: refactor + test improvements
` [PATCH v4 05/10] userdiff: add and use for_each_userdiff_driver()
[GSoC] Draft Proposal (Convert submodule to builtin)
2021-04-10 12:03 UTC (7+ messages)
[RFC/PATCH 0/2] here-doc test bodies
2021-04-10 8:30 UTC (10+ messages)
` [PATCH 1/2] test-lib: allow test snippets as here-docs
` [PATCH 2/2] t1404: convert to here-doc test bodies
Warning during 'git stash push'
2021-04-10 6:50 UTC (2+ messages)
[PATCH 0/5] small doc make and lint fixes
2021-04-10 4:14 UTC (14+ messages)
` [PATCH 5/5] doc lint: lint and fix missing "GIT" end sections
` [PATCH v2 0/7] doc make and lint fixes
` [PATCH v2 1/7] Documentation/Makefile: make $(wildcard howto/*.txt) a var
` [PATCH v2 2/7] Documentation/Makefile: make doc.dep dependencies a variable again
` [PATCH v2 3/7] doc lint: Perl "strict" and "warnings" in lint-gitlink.perl
` [PATCH v2 4/7] doc lint: fix bugs in, simplify and improve lint script
` [PATCH v2 5/7] doc lint: lint and fix missing "GIT" end sections
` [PATCH v2 6/7] doc lint: lint relative section order
` [PATCH v2 7/7] docs: fix linting issues due to incorrect "
difftool and new files
2021-04-10 3:25 UTC
[PATCH 0/5] config: support --type=bool-or-auto for "tristate" parsing
2021-04-10 1:43 UTC (11+ messages)
` [PATCH 4/5] config.c: add a "tristate" helper
[PATCH] doc: update advice about other implementations' v4 index support
2021-04-10 1:12 UTC (3+ messages)
[RFC PATCH v1 00/13][GSoC] doc: (monospace) apply CodingGuidelines on a large-scale
2021-04-10 1:12 UTC (4+ messages)
` [RFC PATCH v1 01/13] doc: typeset command-line options in monospace
[RFC PATCH 0/2] share a config between submodule and superproject
2021-04-09 22:29 UTC (4+ messages)
` [RFC PATCH 2/2] config: add 'config.superproject' file
[PATCH] config: Introduce GIT_CONFIG_NOGLOBAL
2021-04-09 22:18 UTC (10+ messages)
` [PATCH v2 0/3] config: allow overriding global/system config
` [PATCH v2 1/3] config: rename `git_etc_config()`
` [PATCH v2 2/3] config: unify code paths to get global config paths
` [PATCH v2 3/3] config: allow overriding of global and system configuration
[PATCH v13 0/5] git-bugreport with fixed VS build
2021-04-09 21:27 UTC (7+ messages)
` [PATCH v13 4/5] bugreport: add uname info
[PATCH v13 1/5] help: move list_config_help to builtin/help
2021-04-09 21:20 UTC (5+ messages)
` [PATCH] Makefile: add missing dependencies of 'config-list.h'
Possible memory leak bug reports for the latest "git" repository
2021-04-09 18:46 UTC (3+ messages)
[PATCH 00/22] multi-pack reachability bitmaps
2021-04-09 18:12 UTC (23+ messages)
` [PATCH 01/22] pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps
` [PATCH 02/22] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps
` [PATCH 03/22] pack-bitmap-write.c: free existing bitmaps
` [PATCH 04/22] Documentation: build 'technical/bitmap-format' by default
` [PATCH 05/22] Documentation: describe MIDX-based bitmaps
` [PATCH 06/22] midx: make a number of functions non-static
` [PATCH 07/22] midx: clear auxiliary .rev after replacing the MIDX
` [PATCH 08/22] midx: respect 'core.multiPackIndex' when writing
` [PATCH 09/22] pack-bitmap.c: introduce 'bitmap_num_objects()'
` [PATCH 10/22] pack-bitmap.c: introduce 'nth_bitmap_object_oid()'
` [PATCH 11/22] pack-bitmap.c: introduce 'bitmap_is_preferred_refname()'
` [PATCH 12/22] pack-bitmap: read multi-pack bitmaps
` [PATCH 13/22] pack-bitmap: write "
` [PATCH 14/22] t5310: move some tests to lib-bitmap.sh
` [PATCH 15/22] t/helper/test-read-midx.c: add --checksum mode
` [PATCH 16/22] t5326: test multi-pack bitmap behavior
` [PATCH 17/22] t5310: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP
` [PATCH 18/22] t5319: don't write MIDX bitmaps in t5319
` [PATCH 19/22] t7700: update to work with MIDX bitmap test knob
` [PATCH 20/22] midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
` [PATCH 21/22] p5310: extract full and partial bitmap tests
` [PATCH 22/22] p5326: perf tests for MIDX bitmaps
[PATCH 5/6] fetch: teach independent negotiation (no packfile)
2021-04-09 16:38 UTC (2+ messages)
[PATCH 1/6] fetch-pack: buffer object-format with other args
2021-04-09 16:24 UTC (2+ messages)
There should have be git gc --repack-arguments
2021-04-09 15:49 UTC (8+ messages)
[PATCH] sequencer: fix edit handling for cherry-pick and revert messages
2021-04-09 13:53 UTC (12+ messages)
` [PATCH v2] "
` unifying sequencer's options persisting, was "
[PATCH] [GSOC] ref-filter: get rid of show_ref_array_item
2021-04-09 13:35 UTC
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).