git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-10-30 23:39:06 to 2021-11-03 17:14:07 UTC [more...]

[PATCH v4 04/13] dir: fix pattern matching on dirs
 2021-11-03 17:14 UTC  (8+ messages)

[PATCH v2 0/2] Sparse Index: diff and blame builtins
 2021-11-03 17:05 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] diff: enable and test the sparse index
  ` [PATCH v3 2/2] blame: "

[PATCH] builtin: add git-default-branch command
 2021-11-03 16:48 UTC  (9+ messages)
  ` [PATCH v2] var: add GIT_DEFAULT_BRANCH variable

[L10N] Kickoff for Git 2.34.0 round #1
 2021-11-03 16:26 UTC  (7+ messages)
` [PATCH] i18n: fix typos found during l10n for git 2.34.0
  ` [PATCH v2] "

[PATCH] doc: fix grammar rules in commands'syntax
 2021-11-03 16:28 UTC  (8+ messages)
` [PATCH v2 0/9] doc: fix grammar rules in commands' syntax
  ` [PATCH v2 4/9] doc: use only hyphens as word separators in placeholders

credential-store get: No such file or directory
 2021-11-03 16:01 UTC  (6+ messages)

[PATCH 3/4] am: drop tty requirement for --interactive
 2021-11-03 15:12 UTC  (7+ messages)
` [PATCH 0/2] prompt.c: split up git_prompt(), read from /dev/tty, not STDIN
  ` [PATCH 1/2] prompt.c: split up the password and non-password handling
  ` [PATCH 2/2] prompt.c: add and use a GIT_TEST_TERMINAL_PROMPT=true

Git Checkout tracking behavior with <start_point>?
 2021-11-03 15:08 UTC 

[PATCH] Makefile: replace most hardcoded object lists with $(wildcard)
 2021-11-03 14:57 UTC  (11+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] Makefile: rename $(SCRIPT_LIB) to $(SCRIPT_LIB_GEN)
  ` [PATCH v2 2/3] Makefile: add a utility to dump variables
  ` [PATCH v2 3/3] Makefile: replace most hardcoded object lists with $(wildcard)

[PATCH] ci: disallow directional formatting
 2021-11-03 12:23 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] rebase -i: fix rewording with --committer-date-is-author-date
 2021-11-03 11:42 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v2] checkout: fix "branch info" memory leaks
 2021-11-03 11:36 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] unpack-objects: unpack large object in stream
 2021-11-03 10:07 UTC  (3+ messages)

Notes from the Git Contributors' Summit 2021, virtual, Oct 19/20
 2021-11-03  9:24 UTC  (6+ messages)
` [Summit topic] Crazy (and not so crazy) ideas
  ` scripting speedups [was: [Summit topic] Crazy (and not so crazy) ideas]
      ` test suite speedups via some not-so-crazy ideas (was: scripting speedups[...])

[PATCH v2 0/7] Allow clean/smudge filters to handle huge files in the LLP64 data model
 2021-11-03  6:31 UTC  (31+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 3/8] test-lib: add prerequisite for 64-bit platforms
  ` [PATCH v3 4/8] t1051: introduce a smudge filter test for extremely large files
  ` [PATCH v3 5/8] odb: teach read_blob_entry to use size_t
  ` [PATCH v3 8/8] clean/smudge: allow clean filters to process extremely large files
  ` [PATCH v4 0/8] Allow clean/smudge filters to handle huge files in the LLP64 data model
    ` [PATCH v4 1/8] test-genzeros: allow more than 2G zeros in Windows
    ` [PATCH v4 2/8] test-tool genzeros: generate large amounts of data more efficiently
    ` [PATCH v4 3/8] test-lib: add prerequisite for 64-bit platforms
    ` [PATCH v4 4/8] t1051: introduce a smudge filter test for extremely large files
    ` [PATCH v4 5/8] odb: teach read_blob_entry to use size_t
    ` [PATCH v4 6/8] git-compat-util: introduce more size_t helpers
    ` [PATCH v4 7/8] odb: guard against data loss checking out a huge file
    ` [PATCH v4 8/8] clean/smudge: allow clean filters to process extremely large files

pre-v2.34.0-rc0 regressions: t7900-maintenance.sh broken due to 'systemd-analyze' (was: What's cooking in git.git (Oct 2021, #06; Mon, 25))
 2021-11-03  5:09 UTC  (3+ messages)
` [PATCH] maintenance tests: fix systemd v2.34.0-rc* test regression

git aliases and GIT_PREFIX
 2021-11-02 17:26 UTC  (3+ messages)

bug: invalid sha1 pointer in cache-tree
 2021-11-02 17:06 UTC  (2+ messages)

timezone related bug of git
 2021-11-02 15:43 UTC  (10+ messages)
          ` [PATCH] strbuf_addftime(): handle "%s" manually

[PATCH 0/5] Allow clean/smudge filters to handle huge files in the LLP64 data model
 2021-11-02 15:20 UTC  (7+ messages)
` [PATCH 0/3] "
  ` [PATCH 1/3] test-lib: add prerequisite for 64-bit platforms

pull.rebase config option broken in 2.33.1
 2021-11-02 14:20 UTC  (2+ messages)

git bisect bugs
 2021-11-02 14:15 UTC 

b4: unicode control characters -- warn or remove?
 2021-11-02 14:09 UTC  (7+ messages)

[ANNOUNCE] Git for Windows 2.34.0-rc0
 2021-11-02 13:29 UTC  (3+ messages)

Git not commiting anything if file created and "git add"ed in pre-commit hook is the only file in the staging area
 2021-11-02 13:13 UTC  (7+ messages)

[PATCH v4 0/8] progress: assert "global_progress" + test fixes / cleanup
 2021-11-02 12:27 UTC  (20+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/8] leak tests: fix a memory leaks in "test-progress" helper
  ` [PATCH v5 2/8] progress.c test helper: add missing braces
  ` [PATCH v5 3/8] progress.c tests: make start/stop commands on stdin
  ` [PATCH v5 4/8] progress.c tests: test some invalid usage
  ` [PATCH v5 5/8] progress.c: add temporary variable from progress struct
  ` [PATCH v5 6/8] pack-bitmap-write.c: don't return without stop_progress()
  ` [PATCH v5 7/8] various *.c: use isatty(1|2), not isatty(STDIN_FILENO|STDERR_FILENO)
  ` [PATCH v5 8/8] progress.c: add & assert a "global_progress" variable
  ` [PATCH v6 0/8] progress: assert "global_progress" + test fixes / cleanup
    ` [PATCH v6 1/8] leak tests: fix a memory leaks in "test-progress" helper
    ` [PATCH v6 2/8] progress.c test helper: add missing braces
    ` [PATCH v6 3/8] progress.c tests: make start/stop commands on stdin
    ` [PATCH v6 4/8] progress.c tests: test some invalid usage
    ` [PATCH v6 5/8] progress.c: add temporary variable from progress struct
    ` [PATCH v6 6/8] pack-bitmap-write.c: don't return without stop_progress()
    ` [PATCH v6 7/8] various *.c: use isatty(0|2), not isatty(STDIN_FILENO|STDERR_FILENO)
    ` [PATCH v6 8/8] progress.c: add & assert a "global_progress" variable

`BUG: sequencer.c:921: GIT_AUTHOR_DATE missing from author script` when trying to reword in interactive rebase
 2021-11-02 12:20 UTC  (3+ messages)

Possible merge bug
 2021-11-02  6:26 UTC 

What's cooking in git.git (Nov 2021, #01; Mon, 1)
 2021-11-02  6:06 UTC 

[PATCH v2 0/3] windows: allow building without NO_UNIX_SOCKETS
 2021-11-02  0:37 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] t0301: fixes for windows compatibility

[PATCH 0/3] bundle-uri: "dumb" static CDN offloading, spec & server implementation
 2021-11-01 23:18 UTC  (5+ messages)

[Discussion] The architecture of Scalar (and others) within Git
 2021-11-01 23:20 UTC  (2+ messages)

Is getpass(3) really obsolete?
 2021-11-01 21:31 UTC  (6+ messages)

What's cooking in git.git (Oct 2021, #07; Fri, 29)
 2021-11-01 20:23 UTC  (9+ messages)
` ab/config-based-hooks-2 (was: What's cooking in git.git (Oct 2021, #07; Fri, 29))
  ` ab/config-based-hooks-2
` ab/only-single-progress-at-once (was: What's cooking in git.git (Oct 2021, #07; Fri, 29))
` tb/plug-pack-bitmap-leaks "
` tp/send-email-completion "
` js/scalar "
` ms/customizable-ident-expansion "
  ` ms/customizable-ident-expansion

[PATCH v3 00/13] hook.[ch]: new library to run hooks + simple hook conversion
 2021-11-01 18:56 UTC  (19+ messages)
` [PATCH v4 00/17] "
  ` [PATCH v4 01/17] hook: add 'run' subcommand
  ` [PATCH v4 02/17] hook API: add a run_hooks() wrapper
  ` [PATCH v4 03/17] gc: use hook library for pre-auto-gc hook
  ` [PATCH v4 04/17] am: convert {pre,post}-applypatch to use hook.h
  ` [PATCH v4 05/17] hook API: add a run_hooks_l() wrapper
  ` [PATCH v4 06/17] rebase: convert pre-rebase to use hook.h
  ` [PATCH v4 07/17] am: convert applypatch-msg "
  ` [PATCH v4 08/17] merge: convert post-merge "
  ` [PATCH v4 09/17] hooks: convert non-worktree 'post-checkout' hook to hook library
  ` [PATCH v4 10/17] hooks: convert worktree "
  ` [PATCH v4 11/17] git hook run: add an --ignore-missing flag
  ` [PATCH v4 12/17] send-email: use 'git hook run' for 'sendemail-validate'
  ` [PATCH v4 13/17] git-p4: use 'git hook' to run hooks
  ` [PATCH v4 14/17] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h
  ` [PATCH v4 15/17] read-cache: convert post-index-change to use hook.h
  ` [PATCH v4 16/17] receive-pack: convert push-to-checkout hook to hook.h
  ` [PATCH v4 17/17] run-command: remove old run_hook_{le,ve}() hook API

[PATCH 1/2] gpg-interface: handle missing " with " gracefully in parse_ssh_output()
 2021-11-01 18:36 UTC  (8+ messages)
` [PATCH 2/2] gpg-interface: avoid buffer overrun "

make failure when building on cygwin
 2021-11-01 17:23 UTC 

[PATCH] Fix "commit-msg" hook unexpectedly called for "git pull --no-verify"
 2021-11-01 15:34 UTC  (12+ messages)
    ` [PATCH] Remove negation from the merge option "--no-verify"
          ` [PATCH] Remove negation from the commit and "
                  ` [PATCH] Document positive variant of "

[Q] How to check git features for compatability?
 2021-11-01 14:20 UTC  (2+ messages)

[PATCH] apply: make --intent-to-add not stomp index
 2021-11-01  7:07 UTC  (4+ messages)
` [PATCH v2] "
    ` Re* "

What's cooking in git.git (Oct 2021, #06; Mon, 25)
 2021-11-01  4:04 UTC  (4+ messages)

[PATCH v3 0/3] Add some more options to the pretty-formats
 2021-10-31 18:58 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] pretty.c: rework describe options parsing for better extensibility
  ` [PATCH v4 2/3] pretty: add tag option to %(describe)
  ` [PATCH v4 3/3] pretty: add abbrev "

Double parent after a merge seems to block the pull from another person
 2021-10-31  7:12 UTC 

[PATCH] amend error message violations
 2021-10-31  7:04 UTC  (3+ messages)

git apply --indent-to-add deletes other files from the index
 2021-10-31  6:43 UTC  (4+ messages)
` git apply --intent-to-add "

[ANNOUNCE] Git Rev News edition 80
 2021-10-31  4:17 UTC 

"git describe --debug" does not show the latest tag for "groff"
 2021-10-31  0:12 UTC  (4+ 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).