git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-03-01 21:14:41 to 2022-03-03 00:24:11 UTC [more...]

[PATCH 00/17] cruft packs
 2022-03-03  0:21 UTC  (46+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/17] Documentation/technical: add cruft-packs.txt
  ` [PATCH v2 02/17] pack-mtimes: support reading .mtimes files
  ` [PATCH v2 03/17] pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'
  ` [PATCH v2 04/17] chunk-format.h: extract oid_version()
  ` [PATCH v2 05/17] pack-mtimes: support writing pack .mtimes files
  ` [PATCH v2 06/17] t/helper: add 'pack-mtimes' test-tool
  ` [PATCH v2 07/17] builtin/pack-objects.c: return from create_object_entry()
  ` [PATCH v2 08/17] builtin/pack-objects.c: --cruft without expiration
  ` [PATCH v2 09/17] reachable: add options to add_unseen_recent_objects_to_traversal
  ` [PATCH v2 10/17] reachable: report precise timestamps from objects in cruft packs
  ` [PATCH v2 11/17] builtin/pack-objects.c: --cruft with expiration
  ` [PATCH v2 12/17] builtin/repack.c: support generating a cruft pack
  ` [PATCH v2 13/17] builtin/repack.c: allow configuring cruft pack generation
  ` [PATCH v2 14/17] builtin/repack.c: use named flags for existing_packs
  ` [PATCH v2 15/17] builtin/repack.c: add cruft packs to MIDX during geometric repack
  ` [PATCH v2 16/17] builtin/gc.c: conditionally avoid pruning objects via loose
  ` [PATCH v2 17/17] sha1-file.c: don't freshen cruft packs
` [PATCH v3 00/17] "
  ` [PATCH v3 01/17] Documentation/technical: add cruft-packs.txt
  ` [PATCH v3 02/17] pack-mtimes: support reading .mtimes files
  ` [PATCH v3 03/17] pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'
  ` [PATCH v3 04/17] chunk-format.h: extract oid_version()
  ` [PATCH v3 05/17] pack-mtimes: support writing pack .mtimes files
  ` [PATCH v3 06/17] t/helper: add 'pack-mtimes' test-tool
  ` [PATCH v3 07/17] builtin/pack-objects.c: return from create_object_entry()
  ` [PATCH v3 08/17] builtin/pack-objects.c: --cruft without expiration
  ` [PATCH v3 09/17] reachable: add options to add_unseen_recent_objects_to_traversal
  ` [PATCH v3 10/17] reachable: report precise timestamps from objects in cruft packs
  ` [PATCH v3 11/17] builtin/pack-objects.c: --cruft with expiration
  ` [PATCH v3 12/17] builtin/repack.c: support generating a cruft pack
  ` [PATCH v3 13/17] builtin/repack.c: allow configuring cruft pack generation
  ` [PATCH v3 14/17] builtin/repack.c: use named flags for existing_packs
  ` [PATCH v3 15/17] builtin/repack.c: add cruft packs to MIDX during geometric repack
  ` [PATCH v3 16/17] builtin/gc.c: conditionally avoid pruning objects via loose
  ` [PATCH v3 17/17] sha1-file.c: don't freshen cruft packs

[PATCH] builtin/remote.c: show progress when renaming remote references
 2022-03-02 23:00 UTC  (10+ messages)
` [PATCH v2] "

[PATCH 00/15] tests: don't ignore "git" exit codes
 2022-03-02 23:23 UTC  (21+ messages)
` [PATCH 01/15] tests: change some 'test $(git) = "x"' to test_cmp
` [PATCH 02/15] tests: use "test_stdout_line_count", not "test $(git [...] | wc -l)"
` [PATCH 03/15] read-tree tests: check "diff-files" exit code on failure
` [PATCH 04/15] diff tests: don't ignore "git diff" exit code
` [PATCH 05/15] diff tests: don't ignore "git diff" exit code in "read" loop
` [PATCH 06/15] apply tests: use "test_must_fail" instead of ad-hoc pattern
` [PATCH 07/15] merge "
` [PATCH 08/15] rev-parse tests: don't ignore "git reflog" exit code
` [PATCH 09/15] notes tests: don't ignore "git" "
` [PATCH 10/15] diff tests: don't ignore "git rev-list" "
` [PATCH 11/15] rev-list tests: don't hide abort() in "test_expect_failure"
` [PATCH 12/15] gettext tests: don't ignore "test-tool regex" exit code
` [PATCH 13/15] apply tests: don't ignore "git ls-files" exit code, drop sub-shell
` [PATCH 14/15] checkout tests: don't ignore "git <cmd>" exit code
` [PATCH 15/15] rev-list simplify tests: don't ignore "git" "

[PATCH v2 0/9] fetch --recurse-submodules: fetch unpopulated submodules
 2022-03-02 23:25 UTC  (7+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 09/10] fetch: fetch unpopulated, changed submodules

[PATCH v2 0/3] libify reflog
 2022-03-02 23:34 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] stash: add tests to ensure reflog --rewrite --updatref behavior
  ` [PATCH v4 0/3] libify reflog
    ` [PATCH v4 1/3] stash: add tests to ensure reflog --rewrite --updatref behavior
    ` [PATCH v4 2/3] reflog: libify delete reflog function and helpers
    ` [PATCH v4 3/3] stash: call reflog_delete() in reflog.c

[PATCH 3/7] commit-graph: start parsing generation v2 (again)
 2022-03-02 22:42 UTC  (15+ messages)

[PATCH 00/10] tests: add and use a "test_hook" wrapper + hook fixes
 2022-03-02 22:38 UTC  (21+ messages)
` [PATCH 01/10] hook tests: turn exit code assertions into a loop
` [PATCH 02/10] t5540: don't rely on "hook/post-update.sample"
` [PATCH 03/10] tests: assume the hooks are disabled by default
` [PATCH 04/10] bugreport tests: tighten up "git bugreport -s hooks" test
` [PATCH 05/10] tests: indent and add hook setup to "test_expect_success"
` [PATCH 06/10] hook tests: get rid of unnecessary sub-shells
` [PATCH 07/10] fetch+push tests: have tests clean up their own mess
` [PATCH 08/10] test-lib-functions: add and use a "test_hook" wrapper
` [PATCH 09/10] tests: change "mkdir -p && write_script" to use "test_hook"
` [PATCH 10/10] tests: change "cat && chmod +x" "

[PATCH 00/23] Builtin FSMonitor Part 3
 2022-03-02 21:09 UTC  (7+ messages)
` [PATCH 05/23] fsmonitor-settings: bare repos are incompatible with FSMonitor
` [PATCH 09/23] fsmonitor-settings: remote repos on macOS "

[PATCH 00/14] tree-wide: small fixes for memory leaks
 2022-03-02 20:58 UTC  (18+ messages)
` [PATCH 01/14] index-pack: fix "
` [PATCH 02/14] merge-base: free() allocated "struct commit **" list
` [PATCH 03/14] diff.c: free "buf" in diff_words_flush()
` [PATCH 04/14] urlmatch.c: add and use a *_release() function
` [PATCH 05/14] remote-curl.c: free memory in cmd_main()
` [PATCH 06/14] bundle: call strvec_clear() on allocated strvec
` [PATCH 07/14] transport: stop needlessly copying bundle header references
` [PATCH 08/14] submodule--helper: fix trivial leak in module_add()
` [PATCH 09/14] commit-graph: fix memory leak in misused string_list API
` [PATCH 10/14] commit-graph: stop fill_oids_from_packs() progress on error and free()
` [PATCH 11/14] lockfile API users: simplify and don't leak "path"
` [PATCH 12/14] range-diff: plug memory leak in common invocation
` [PATCH 13/14] range-diff: plug memory leak in read_patches()
` [PATCH 14/14] repository.c: free the "path cache" in repo_clear()

[PATCH v3 0/9] Makefile: optimize noop runs, add shared.mak
 2022-03-02 20:39 UTC  (15+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/9] scalar Makefile: use "The default target of..." pattern
  ` [PATCH v4 2/9] Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it
  ` [PATCH v4 3/9] Makefile: disable GNU make built-in wildcard rules
  ` [PATCH v4 4/9] Makefile: define $(LIB_H) in terms of $(FIND_SOURCE_FILES)
  ` [PATCH v4 5/9] Makefile: move ".SUFFIXES" rule to shared.mak
  ` [PATCH v4 6/9] Makefile: move $(comma), $(empty) and $(space) "
  ` [PATCH v4 7/9] Makefile: add "$(QUIET)" boilerplate "
  ` [PATCH v4 8/9] Makefile: use $(wspfx) for $(QUIET...) in shared.mak
  ` [PATCH v4 9/9] Makefiles: add and use wildcard "mkdir -p" template

[GSoC][PATCH] userdiff: Add diff driver for Kotlin lang and tests
 2022-03-02 20:18 UTC  (9+ messages)
` [GSoC][PATCHv2] userdiff: add builtin driver for kotlin language
  ` [PATCH] "
` [GSoC][PATCHv3] "

[PATCH] checkout, clone: die if tree cannot be parsed
 2022-03-02 19:35 UTC  (3+ messages)

[BUG] fetch/pull -h ABORT out of a git repo
 2022-03-02 19:22 UTC  (3+ messages)

[PATCH v4 2/2] parse-options.c: add style checks for usage-strings
 2022-03-02 19:17 UTC  (9+ messages)
    ` [PATCH] parse-options: make parse_options_check() test-only

[PATCH 1/3] gpg-interface/gpgsm: fix for v2.3
 2022-03-02 19:18 UTC  (5+ messages)
` [PATCH v3 "
` [PATCH v3 2/3] t/lib-gpg: reload gpg components after updating trustlist
` [PATCH v3 3/3] t/lib-gpg: kill all gpg components, not just gpg-agent

[PATCH 0/5] fetch: more optimizations for mirror fetches
 2022-03-02 18:54 UTC  (9+ messages)
` [PATCH 1/5] upload-pack: look up "want" lines via commit-graph
` [PATCH v2 0/5] fetch: more optimizations for mirror fetches

gitk external diff on Windows
 2022-03-02 16:27 UTC 

[PATCH v2 0/4] Commit-graph: Generation Number v2 Fixes
 2022-03-02 14:13 UTC  (6+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 3/5] commit-graph: fix ordering bug in generation numbers

[PATCH] merge-ort: exclude messages from inner merges by default
 2022-03-02 14:08 UTC  (2+ messages)

[PATCH 00/25] [RFC] Bundle URIs
 2022-03-02 14:06 UTC  (4+ messages)
` [PATCH 01/25] docs: document bundle URI standard

[PATCH v2 0/7] Sparse index: integrate with 'read-tree'
 2022-03-02 13:40 UTC  (4+ messages)
` [PATCH v3 0/8] "

[PATCH v3] repo_read_index: add config to expect files outside sparse patterns
 2022-03-02 13:37 UTC  (6+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

[PATCH 0/9] ci: make Git's GitHub workflow output much more helpful
 2022-03-02 12:22 UTC  (10+ messages)
` [PATCH v2 "

[PATCH v2 0/2] adding new branch.autosetupmerge option "simple"
 2022-03-02  9:35 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] merge: new autosetupmerge option 'simple' for matching branches

[PATCH v3] untracked-cache: support '--untracked-files=all' if configured
 2022-03-02  8:47 UTC  (4+ messages)
` [PATCH v4] "

What's cooking in git.git (Feb 2022, #08; Mon, 28)
 2022-03-02  7:05 UTC  (4+ messages)
` js/scalar-diagnose, was "
` en/merge-tree (Was: Re: What's cooking in git.git (Feb 2022, #08; Mon, 28))

[PATCH] merge-ort: make informational messages from recursive merges clearer
 2022-03-02  6:53 UTC  (6+ messages)

[PATCH 0/2] Reduce explicit sleep calls in t7063 untracked cache tests
 2022-03-02  6:05 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] t/helper/test-chmtime: update mingw to support chmtime on directories
  ` [PATCH v2 2/2] t7063: mtime-mangling instead of delays in untracked cache testing
  ` [PATCH v3 0/2] Reduce explicit sleep calls in t7063 untracked cache tests
    ` [PATCH v3 1/2] t/helper/test-chmtime: update mingw to support chmtime on directories
    ` [PATCH v3 2/2] t7063: mtime-mangling instead of delays in untracked cache testing

[PATCH v2 0/1] name-rev: use generation numbers if available
 2022-03-01 22:46 UTC  (10+ messages)
` [PATCH] "


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