git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-11-04 10:03:45 to 2021-11-07 16:27:50 UTC [more...]

[PATCH] gpg-interface: allow selecting key id with env variable
 2021-11-07 16:27 UTC  (7+ messages)

gitk bug
 2021-11-07 16:19 UTC 

[PATCH] doc: fix grammar rules in commands'syntax
 2021-11-07 13:22 UTC  (23+ messages)
` [PATCH v2 4/9] doc: use only hyphens as word separators in placeholders
` [PATCH v3 00/10] doc: fix grammar rules in commands' syntax
  ` [PATCH v3 01/10] doc: fix git credential synopsis
  ` [PATCH v3 02/10] doc: split placeholders as individual tokens
  ` [PATCH v3 03/10] doc: express grammar placeholders between angle brackets
  ` [PATCH v3 04/10] doc: use only hyphens as word separators in placeholders
  ` [PATCH v3 05/10] doc: git-ls-files: express options as optional alternatives
  ` [PATCH v3 06/10] doc: use three dots for indicating repetition instead of star
  ` [PATCH v3 07/10] doc: uniformize <URL> placeholders' case
  ` [PATCH v3 08/10] doc: git-http-push: describe the refs as pattern pairs
  ` [PATCH v3 09/10] doc: git-init: clarify file modes in octal
  ` [PATCH v3 10/10] init doc: --shared=0xxx does not give umask but perm bits

[PATCH 0/3] Add some more options to the pretty-formats
 2021-11-07 12:39 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] pretty: add abbrev option to %(describe)

[PATCH 2/5] cat-file: mention --unordered along with --batch-all-objects
 2021-11-07  3:05 UTC  (15+ messages)
` [PATCH 00/10] cat-file: better usage UX & error messages
  ` [PATCH 01/10] cat-file tests: test bad usage
  ` [PATCH 02/10] cat-file tests: test messaging on bad objects/paths
  ` [PATCH 03/10] parse-options API: add a usage_msg_optf()
  ` [PATCH 04/10] cat-file docs: fix SYNOPSIS and "-h" output
  ` [PATCH 05/10] cat-file: move "usage" variable to cmd_cat_file()
  ` [PATCH 06/10] cat-file: make --batch-all-objects a CMDMODE
  ` [PATCH 07/10] cat-file: fix remaining usage bugs
  ` [PATCH 08/10] cat-file: correct and improve usage information
  ` [PATCH 09/10] object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLY
  ` [PATCH 10/10] cat-file: improve --(textconv|filters) disambiguation

Pull requests
 2021-11-07  3:00 UTC 

[PATCH 00/16] Makefiles: dependency correctness & speedup
 2021-11-07  1:55 UTC  (19+ messages)
` [PATCH 01/16] Makefile: don't set up "perl/build" rules under NO_PERL=Y
` [PATCH 02/16] Makefile: clean perl/build/ even with NO_PERL=Y
` [PATCH 03/16] Makefile: remove "mv $@ $@+" dance redundant to .DELETE_ON_ERROR
` [PATCH 04/16] Makefile: move Perl-only variable assignments under !NO_PERL
` [PATCH 05/16] Makefile: correct "GIT-PERL-{DEFINES,HEADER}" dependency graph
` [PATCH 06/16] Makefile: don't have Perl over-depend on GIT-BUILD-OPTIONS
` [PATCH 07/16] Makefile: create a GIT-PYTHON-DEFINES, like "PERL"
` [PATCH 08/16] Makefile: stop needing @@GIT_VERSION@@ in *.perl scripts
` [PATCH 09/16] Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it
` [PATCH 10/16] Makefile: move $(comma), $(empty) and $(space) to shared.mak
` [PATCH 11/16] Makefile: re-add and use the "shellquote" macros
` [PATCH 12/16] Makefile: add a "TRACK_template" for GIT-*{FLAGS,DEFINES,...}
` [PATCH 13/16] Makefile: add "$(QUIET)" boilerplate to shared.mak
` [PATCH 14/16] Makefile: use $(wspfx) for $(QUIET...) in shared.mak
` [PATCH 15/16] Makefiles: add and use wildcard "mkdir -p" template
` [PATCH 16/16] Makefile: don't invoke msgfmt with --statistics

[RFC PATCH] receive-pack: run post-receive before reporting status
 2021-11-06 22:03 UTC  (4+ messages)
` [PATCH v2] receive-pack: ignore SIGPIPE while reporting status to client

[PATCH v2 00/11] fix bug, use existing enums
 2021-11-06 21:31 UTC  (5+ messages)
` [PATCH v3 00/10] fix bug, use more enums
  ` [PATCH v3 03/10] parse-options.[ch]: consistently use "enum parse_opt_result"

[PATCH] Makefile: replace most hardcoded object lists with $(wildcard)
 2021-11-06 21:13 UTC  (14+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] "

[PATCH 0/8] grep: simplify & delete code by changing obscure cfg variable behavior
 2021-11-06 21:10 UTC  (9+ messages)
` [PATCH 1/8] grep.h: remove unused "regex_t regexp" from grep_opt
` [PATCH 2/8] git.c & grep.c: assert that "prefix" is NULL or non-zero string
` [PATCH 3/8] grep: remove unused "prefix_length" member
` [PATCH 4/8] grep.c: move "prefix" out of "struct grep_opt"
` [PATCH 5/8] log tests: check if grep_config() is called by "log"-like cmds
` [PATCH 6/8] grep API: call grep_config() after grep_init()
` [PATCH 7/8] grep: simplify config parsing, change grep.<rx config> interaction
` [PATCH 8/8] grep: make "extendedRegexp=true" the same as "patternType=extended"

[PATCH] apply: make --intent-to-add not stomp index
 2021-11-06 11:47 UTC  (8+ messages)
` [PATCH v2] "
    ` Re* "
        ` [PATCH v3] apply: --intent-to-add should imply --index

[RFC PATCH 0/2] Conditional config includes based on remote URL
 2021-11-06  4:41 UTC  (7+ messages)
` [WIP v2 "
  ` [WIP v2 1/2] config: make git_config_include() static
  ` [WIP v2 2/2] config: include file if remote URL matches a glob

[PATCH v2 00/10] Makefile: make generate-cmdlist.sh much faster
 2021-11-06  4:26 UTC  (16+ messages)
` [PATCH v3 00/10] generate-cmdlist.sh: make it (and "make") run faster
  ` [PATCH v3 01/10] command-list.txt: sort with "LC_ALL=C sort"
  ` [PATCH v3 02/10] generate-cmdlist.sh: trivial whitespace change
  ` [PATCH v3 03/10] generate-cmdlist.sh: spawn fewer processes
  ` [PATCH v3 04/10] generate-cmdlist.sh: don't call get_categories() from category_list()
  ` [PATCH v3 05/10] generate-cmdlist.sh: run "grep | sort", not "sort | grep"
  ` [PATCH v3 06/10] generate-cmdlist.sh: replace for loop by printf's auto-repeat feature
  ` [PATCH v3 07/10] generate-cmdlist.sh: stop sorting category lines
  ` [PATCH v3 08/10] generate-cmdlist.sh: do not shell out to "sed"
  ` [PATCH v3 09/10] generate-cmdlist.sh: replace "grep' invocation with a shell version
  ` [PATCH v3 10/10] generate-cmdlist.sh: don't parse command-list.txt thrice

[PATCH] test_bitmap_hashes(): handle repository without bitmaps
 2021-11-06  4:08 UTC  (5+ messages)
    ` move some test-tools to 'unstable plumbing' built-ins (was: [PATCH] test_bitmap_hashes(): handle repository without bitmaps)

[PATCH 0/2] cat-file: force flush of stdout on empty string
 2021-11-06  4:01 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] docs: update behavior of git-cat-file --buffer

[PATCH] t/lib-git.sh: fix ACL-related permissions failure
 2021-11-05 23:53 UTC  (21+ messages)
` [PATCH v2] "

List all commits of a specified file in oldest to newest order
 2021-11-05 23:26 UTC  (5+ messages)

[PATCH] async_die_is_recursing: fix use of pthread_getspecific for Fedora
 2021-11-05 21:45 UTC  (10+ messages)
` [PATCH v2] async_die_is_recursing: work around GCC v11.x issue on Fedora

[PATCH] fetch: Protect branches checked out in all worktrees
 2021-11-05 18:39 UTC  (6+ messages)
` [PATCH v2] "

surprising value of LARGE_PACKET_MAX
 2021-11-05 14:57 UTC  (3+ messages)

[PATCH] refs: sync loose refs to disk before committing them
 2021-11-05  9:34 UTC  (14+ messages)

[PATCH v4 0/4] cache parent project's gitdir in submodules
 2021-11-05  8:51 UTC  (10+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/4] t7400-submodule-basic: modernize inspect() helper
  ` [PATCH v5 2/4] introduce submodule.superprojectGitDir record
  ` [PATCH v5 3/4] submodule: record superproject gitdir during absorbgitdirs
  ` [PATCH v5 4/4] submodule: record superproject gitdir during 'update'

[PATCH] gitk: add option to perform 'git fetch' command
 2021-11-05  7:35 UTC  (3+ messages)

[Discussion] The architecture of Scalar (and others) within Git
 2021-11-05  4:20 UTC  (6+ messages)

3-way diff tool support
 2021-11-05  1:38 UTC 

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

[PATCH v4 3/4] submodule: record superproject gitdir during absorbgitdirs
 2021-11-04 23:22 UTC  (5+ messages)

What's cooking in git.git (Nov 2021, #02; Wed, 3)
 2021-11-04 21:21 UTC  (2+ messages)
` submodules ux overhaul update (was: What's cooking in git.git (Nov 2021, #02; Wed, 3))

[PATCH 0/7] Builtin FSMonitor Part 1
 2021-11-04 20:14 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 7/7] t/helper/simple-ipc: convert test-simple-ipc to use start_bg_command

[PATCH v3 0/8] Allow clean/smudge filters to handle huge files in the LLP64 data model
 2021-11-04 17:26 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 5/8] odb: teach read_blob_entry to use size_t
  ` [PATCH v4 8/8] clean/smudge: allow clean filters to process extremely large files

[PATCH v2 0/6] ssh signing: verify key lifetime
 2021-11-04 17:22 UTC  (6+ messages)

[PATCH] ci: disallow directional formatting
 2021-11-04 17:19 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

Spanish translation updates for Git 2.34
 2021-11-04 16:51 UTC 

[PATCH 0/3] vimdiff: new layout option + docs
 2021-11-04 16:09 UTC  (4+ messages)
` [PATCH 1/3] vimdiff: new implementation with layout support
` [PATCH 2/3] vimdiff: add tool documentation
` [PATCH 3/3] vimdiff: remove deprecated {,g,n}vimdiff{1,2,3} variants

credential-store get: No such file or directory
 2021-11-04 14:55 UTC  (8+ messages)

[ANNOUNCE] Git for Windows 2.34.0-rc1
 2021-11-04 13:55 UTC 

[PATCH] apply: fix delete-then-new patch fail with 3way
 2021-11-04 11:16 UTC  (5+ messages)

[PATCH v7 0/2] add a test mode for SANITIZE=leak, run it in CI
 2021-11-04 10:06 UTC  (5+ messages)
` [PATCH v8 "
  ` [PATCH v8 2/2] tests: "
    ` Re* "

Git Checkout tracking behavior with <start_point>?
 2021-11-04 10:17 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).