git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-01 11:57:31 to 2021-09-03 02:33:26 UTC [more...]

[PATCH 0/3] pack-objects: simplify add_objects_in_unpacked_packs()
 2021-09-03  2:33 UTC  (4+ messages)
` [PATCH 2/3] builtin/pack-objects.c: "

[PATCH] makefile: teach git about NO_MSGFMT (as supported in GUI and gitk)
 2021-09-03  2:32 UTC  (6+ messages)

What's cooking in git.git (Sep 2021, #01; Thu, 2)
 2021-09-03  2:25 UTC  (3+ messages)

[PATCH v6 0/6] Finish converting git bisect to C part 4
 2021-09-02 23:43 UTC  (13+ messages)
` [PATCH v6 1/6] t6030-bisect-porcelain: add tests to control bisect run exit cases
` [PATCH v6 2/6] t6030-bisect-porcelain: add test for bisect visualize
` [PATCH v6 3/6] run-command: make `exists_in_PATH()` non-static
` [PATCH v6 4/6] bisect--helper: reimplement `bisect_visualize()`shell function in C
` [PATCH v6 5/6] bisect--helper: reimplement `bisect_run` shell
` [PATCH v6 6/6] bisect--helper: retire `--bisect-next-check` subcommand

[PATCH 0/4] bundle: show progress on "unbundle"
 2021-09-02 23:19 UTC  (10+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 2/5] strvec: add a strvec_pushvec()
  ` [PATCH v3 5/5] bundle: show progress on "unbundle"

[PATCH 0/9] remove dead shell code
 2021-09-02 22:42 UTC  (19+ messages)
` [PATCH 1/9] git-sh-setup: remove unused set_reflog_action() function
` [PATCH 2/9] git-sh-setup: remove unused git_editor() function
` [PATCH 3/9] git-sh-setup: remove unused git_pager() function
` [PATCH 4/9] git-sh-setup: remove unused sane_egrep() function
` [PATCH 5/9] git-sh-setup: remove unused require_work_tree_exists() function
` [PATCH 6/9] git-sh-setup: move create_virtual_base() to mergetools/p4merge
` [PATCH 7/9] git-sh-setup: move peel_committish() function to git-subtree.sh
` [PATCH 8/9] git-bisect: remove unused SHA-1 $x40 shell variable
` [PATCH 9/9] test-lib: remove unused $_x40 and $_z40 variables

[PATCH 0/3] hn/reftable: fixes for building with -DNDEBUG
 2021-09-02 22:40 UTC  (9+ messages)
` [PATCH 1/3] fixup! refs: RFC: Reftable support for git-core
` [PATCH 2/3] fixup! reftable: add merged table view
` [PATCH 3/3] fixup! reftable: add a heap-based priority queue for reftable records

[PATCH v2 0/6] config-based hooks restarted
 2021-09-02 22:01 UTC  (4+ messages)
` [PATCH v3 "

[PATCH] remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUG
 2021-09-02 20:13 UTC  (5+ messages)

[PATCH 0/8] Drop support for git rebase --preserve-merges
 2021-09-02 20:06 UTC  (26+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 3/7] tests: stop testing `git rebase --preserve-merges`
  ` [PATCH v2 5/7] rebase: drop support for `--preserve-merges`
  ` [PATCH v2 6/7] git-svn: "
  ` [PATCH v2 7/7] rebase: drop the internal `rebase--interactive` command

[PATCH v2 5/5] oidtree: a crit-bit tree for odb_loose_cache
 2021-09-02 19:19 UTC  (18+ messages)
` [PATCH/RFC 0/3] pedantic errors in next
  ` [PATCH/RFC 3/3] ci: run a pedantic build as part of the GitHub workflow
    ` [RFC PATCH v2 0/4] developer: support pedantic
        ` [PATCH] gettext: remove optional non-standard parens in N_() definition

[PATCH v2] Make ident dynamic, not just a hardcoded value of "$Id"
 2021-09-02 19:04 UTC  (6+ messages)
` [PATCH v3] "

What's cooking in git.git (Aug 2021, #10; Tue, 31)
 2021-09-02 18:22 UTC  (3+ messages)

UX suggestion
 2021-09-02 17:27 UTC  (3+ messages)
` [PATCH] gc: remove trailing dot from "gc.log" line

Bug with Git shallow clones and submodules
 2021-09-02 13:49 UTC  (3+ messages)
  ` Weird interaction between Git protocol versions and git:// and https:// URLs (was: Re: Bug with Git shallow clones and submodules)

[PATCH 00/27] Base for "config-based-hooks"
 2021-09-02 13:11 UTC  (41+ messages)
` [PATCH v4 00/36] Run hooks via "git run hook" & hook library
  ` [PATCH v5 "
    ` [PATCH v5 01/36] Makefile: mark "check" target as .PHONY
    ` [PATCH v5 02/36] Makefile: stop hardcoding {command,config}-list.h
    ` [PATCH v5 03/36] Makefile: remove an out-of-date comment
    ` [PATCH v5 04/36] hook.[ch]: move find_hook() from run-command.c to hook.c
    ` [PATCH v5 05/36] hook.c: add a hook_exists() wrapper and use it in bugreport.c
    ` [PATCH v5 06/36] hook.c users: use "hook_exists()" instead of "find_hook()"
    ` [PATCH v5 07/36] hook-list.h: add a generated list of hooks, like config-list.h
    ` [PATCH v5 08/36] hook: add 'run' subcommand
    ` [PATCH v5 09/36] gc: use hook library for pre-auto-gc hook
    ` [PATCH v5 10/36] rebase: convert pre-rebase to use hook.h
    ` [PATCH v5 11/36] am: convert applypatch "
    ` [PATCH v5 12/36] hooks: convert 'post-checkout' hook to hook library
    ` [PATCH v5 13/36] merge: convert post-merge to use hook.h
    ` [PATCH v5 14/36] git hook run: add an --ignore-missing flag
    ` [PATCH v5 15/36] send-email: use 'git hook run' for 'sendemail-validate'
    ` [PATCH v5 16/36] git-p4: use 'git hook' to run hooks
    ` [PATCH v5 17/36] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h
    ` [PATCH v5 18/36] read-cache: convert post-index-change to use hook.h
    ` [PATCH v5 19/36] receive-pack: convert push-to-checkout hook to hook.h
    ` [PATCH v5 20/36] run-command: remove old run_hook_{le,ve}() hook API
    ` [PATCH v5 21/36] run-command: allow stdin for run_processes_parallel
    ` [PATCH v5 22/36] hook: support passing stdin to hooks
    ` [PATCH v5 23/36] am: convert 'post-rewrite' hook to hook.h
    ` [PATCH v5 24/36] run-command: add stdin callback for parallelization
    ` [PATCH v5 25/36] hook: provide stdin by string_list or callback
    ` [PATCH v5 26/36] hook: convert 'post-rewrite' hook in sequencer.c to hook.h
    ` [PATCH v5 27/36] transport: convert pre-push hook "
    ` [PATCH v5 28/36] hook tests: test for exact "pre-push" hook input
    ` [PATCH v5 29/36] hook tests: use a modern style for "pre-push" tests
    ` [PATCH v5 30/36] reference-transaction: use hook.h to run hooks
    ` [PATCH v5 31/36] run-command: allow capturing of collated output
    ` [PATCH v5 32/36] hooks: allow callers to capture output
    ` [PATCH v5 33/36] receive-pack: convert 'update' hook to hook.h
    ` [PATCH v5 34/36] post-update: use hook.h library
    ` [PATCH v5 35/36] receive-pack: convert receive hooks to hook.h
    ` [PATCH v5 36/36] hooks: fix a TOCTOU in "did we run a hook?" heuristic

[PATCH v2 0/3] test-lib-functions.sh: keep user's HOME, TERM and SHELL for 'test_pause' and 'debug'
 2021-09-02 13:10 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] test-lib-functions: use 'TEST_SHELL_PATH' in 'test_pause'
  ` [PATCH v3 2/3] test-lib-functions: optionally keep HOME, TERM and SHELL "
  ` [PATCH v3 3/3] test-lib-functions: optionally keep HOME and TERM in 'debug'

[PATCH v5 00/14] packfile-uris: commits, trees and tags exclusion
 2021-09-02 13:01 UTC  (4+ messages)
` [PATCH v5 09/14] commit.h: add wrapped tags in commit struct

[PATCH v5 03/14] packfile-uri: support for excluding commit objects
 2021-09-02 12:51 UTC  (2+ messages)

[PATCH 0/4] add a test mode for SANITIZE=leak, run it in CI
 2021-09-02 12:25 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/4] SANITIZE tests: fix memory leaks in t13*config*, add to whitelist
  ` [PATCH v3 0/8] add a test mode for SANITIZE=leak, run it in CI

[PATCH v5 03/14] packfile-uri: support for excluding commit objects
 2021-09-02 12:26 UTC  (2+ messages)

[PATCH v5 09/14] commit.h: add wrapped tags in commit struct
 2021-09-02 12:17 UTC  (2+ messages)

[PATCH v3] make: add INSTALL_STRIP option variable
 2021-09-02 12:11 UTC 

[PATCH v5 06/14] t5702: replace with "test_when_finished" for cleanup
 2021-09-02 11:37 UTC  (2+ messages)

[PATCH v5 05/14] packfile-uri.txt: support for excluding commits and trees
 2021-09-02 11:23 UTC  (2+ messages)

[PATCH v5 02/14] Add new parameter "carry_data" for "show_object" function
 2021-09-02 11:08 UTC  (2+ messages)

[PATCH 00/22] multi-pack reachability bitmaps
 2021-09-02  9:45 UTC  (11+ messages)
` [PATCH v5 00/27] "

[PATCH v3 1/2] pkt-line: add stdio packet write functions
 2021-09-02  9:18 UTC  (5+ messages)
` [PATCH v4 0/2] send_ref buffering
  ` [PATCH v4 1/2] pkt-line: add stdio packet write functions
  ` [PATCH v4 2/2] upload-pack: use stdio in send_ref callbacks

[PATCH 07/19] Provide zlib's uncompress2 from compat/zlib-compat.c
 2021-09-02  6:12 UTC  (2+ messages)
` [PATCH] fixup! "

[PATCH 1/1] ci: new github-action for git-l10n code review
 2021-09-02  2:31 UTC  (3+ messages)
` [PATCH v4 0/1] "
` [PATCH v4 1/1] "

[PATCH] pretty: colorize pattern matches in commit messages
 2021-09-01 23:26 UTC  (3+ messages)

[PATCH 0/7] Add a new --remerge-diff capability to show & log
 2021-09-01 21:55 UTC  (8+ messages)
` [PATCH 1/7] merge-ort: mark a few more conflict messages as omittable

[PATCH 0/2] pack-write,repack: prevent opening packs too early
 2021-09-01 21:40 UTC  (7+ messages)

Git Modifying DLL
 2021-09-01 21:07 UTC  (8+ messages)

[PATCH 0/6] Speed up mirror-fetches with many refs
 2021-09-01 19:58 UTC  (17+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 5/7] fetch: refactor fetch refs to be more extendable
  ` [PATCH v2 6/7] fetch: merge fetching and consuming refs
` [PATCH v3 0/7] Speed up mirror-fetches with many refs
  ` [PATCH v3 1/7] fetch: speed up lookup of want refs via commit-graph
  ` [PATCH v3 2/7] fetch: avoid unpacking headers in object existence check
  ` [PATCH v3 3/7] connected: refactor iterator to return next object ID directly
  ` [PATCH v3 4/7] fetch-pack: optimize loading of refs via commit graph
  ` [PATCH v3 5/7] fetch: refactor fetch refs to be more extendable
  ` [PATCH v3 6/7] fetch: merge fetching and consuming refs
  ` [PATCH v3 7/7] fetch: avoid second connectivity check if we already have all objects

[PATCH v3] pull, fetch: fix segfault in --set-upstream option
 2021-09-01 17:44 UTC  (5+ messages)
` [PATCH v4] "

[PATCH RESEND v2] make: add install-stripped target
 2021-09-01 17:15 UTC  (4+ messages)

[PATCH v2] Makefile: add and use the ".DELETE_ON_ERROR" flag
 2021-09-01 17:06 UTC  (4+ messages)
` [PATCH] Makefile: remove archives before manipulating them with 'ar'

diff-index --cc no longer permitted, gitk is now broken (slightly)
 2021-09-01 16:52 UTC  (2+ messages)

[PATCH 00/15] [RFC] Upstreaming the Scalar command
 2021-09-01 16:45 UTC  (7+ messages)
` [PATCH 04/15] scalar: 'register' sets recommended config and starts maintenance
` [PATCH 08/15] scalar: implement the `clone` subcommand

What's cooking in git.git (Aug 2021, #09; Sun, 29)
 2021-09-01 14:55 UTC  (3+ messages)

BUG: `git commit` adding unstaged chunks of files to commits on 2.33.0
 2021-09-01 14:03 UTC  (2+ messages)

Git error message "Server does not allow request for unadvertised object"
 2021-09-01 12:04 UTC  (2+ 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).