git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-08-01 09:57:20 to 2021-08-03 19:39:38 UTC [more...]

[PATCH 00/27] Base for "config-based-hooks"
 2021-08-03 19:38 UTC  (9+ messages)
` [PATCH v4 00/36] Run hooks via "git run hook" & hook library
  ` [PATCH v4 01/36] Makefile: mark "check" target as .PHONY
  ` [PATCH v4 02/36] Makefile: stop hardcoding {command,config}-list.h
  ` [PATCH v4 03/36] Makefile: remove an out-of-date comment
  ` [PATCH v4 04/36] hook.[ch]: move find_hook() to this new library
  ` [PATCH v4 05/36] hook.c: add a hook_exists() wrapper and use it in bugreport.c
  ` [PATCH v4 06/36] hook.c users: use "hook_exists()" insted of "find_hook()"
  ` [PATCH v4 07/36] hook-list.h: add a generated list of hooks, like config-list.h

git revert --continue --no-verify
 2021-08-03 19:17 UTC 

[ANNOUNCE] Git for Windows 2.33.0-rc0
 2021-08-03 18:26 UTC 

[PATCH 0/2] [RFC] Switch default merge backend from recursive to ort
 2021-08-03 17:13 UTC  (17+ messages)
` [PATCH 1/2] Change "
` [PATCH 2/2] Update docs for change of default merge backend

[PATCH 00/10] Documentation updates: merge-strategies
 2021-08-03 17:00 UTC  (12+ messages)
` [PATCH 01/10] git-rebase.txt: correct antiquated claims about --rebase-merges
` [PATCH 02/10] directory-rename-detection.txt: small updates due to merge-ort optimizations
` [PATCH 03/10] Documentation: edit awkward references to `git merge-recursive`
` [PATCH 04/10] merge-strategies.txt: update wording for the resolve strategy
` [PATCH 05/10] merge-strategies.txt: do not imply using copy detection is desired
` [PATCH 06/10] merge-strategies.txt: avoid giving special preference to patience algorithm
` [PATCH 07/10] merge-strategies.txt: explain why no-renames might be useful
` [PATCH 08/10] merge-strategies.txt: fix simple capitalization error
` [PATCH 09/10] Documentation: add coverage of the `ort` merge strategy
` [PATCH 10/10] Update error message and code comment

[PATCH v3 0/9] Final optimization batch (#15): use memory pools
 2021-08-03 15:45 UTC  (4+ messages)
` [PATCH v4 "

Enhancing --show-function and --function-context in default configurations
 2021-08-03 14:55 UTC  (7+ messages)

[PATCH v6 0/9] ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-08-03 13:45 UTC  (11+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/9] ssh signing: preliminary refactoring and clean-up
  ` [PATCH v7 2/9] ssh signing: add test prereqs
  ` [PATCH v7 3/9] ssh signing: add ssh key format and signing code
  ` [PATCH v7 4/9] ssh signing: retrieve a default key from ssh-agent
  ` [PATCH v7 5/9] ssh signing: provide a textual signing_key_id
  ` [PATCH v7 6/9] ssh signing: verify signatures using ssh-keygen
  ` [PATCH v7 7/9] ssh signing: duplicate t7510 tests for commits
  ` [PATCH v7 8/9] ssh signing: tests for logs, tags & push certs
  ` [PATCH v7 9/9] ssh signing: test that gpg fails for unkown keys

[L10N] Kickoff for Git 2.33.0 round #1
 2021-08-03 10:15 UTC 

[GSoC] [PATCH] submodule--helper: run update procedures from C
 2021-08-03 10:07 UTC  (5+ messages)
` [GSoC] [PATCH v2] "

[PATCH 0/6] Fix direct filesystem access in various test files
 2021-08-03  9:37 UTC  (22+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v3 "
    ` [PATCH v3 01/11] t6050: use git-update-ref rather than filesystem access
    ` [PATCH v3 02/11] t1503: mark symlink test as REFFILES
    ` [PATCH v3 03/11] t6120: use git-update-ref rather than filesystem access
    ` [PATCH v3 04/11] t3320: use git-symbolic-ref "
    ` [PATCH v3 05/11] t2402: use ref-store test helper to create broken symlink
    ` [PATCH v3 06/11] t1405: use 'git reflog exists' to check reflog existence
    ` [PATCH v3 07/11] t1405: mark test for 'git pack-refs' as REFFILES
    ` [PATCH v3 08/11] t1410: mark test "
    ` [PATCH v3 09/11] t7064: use update-ref -d to remove upstream branch
    ` [PATCH v3 10/11] t6500: use "ls -1" to snapshot ref database state
    ` [PATCH v3 11/11] t6001: avoid direct file system access

[PATCH v6 5/9] ssh signing: parse ssh-keygen output and verify signatures
 2021-08-03  9:33 UTC  (6+ messages)

[PATCH v2 0/3] Speed up connectivity checks via bitmaps
 2021-08-03  9:16 UTC  (16+ messages)
` [PATCH v3 0/4] Speed up connectivity checks
  ` [PATCH v3 1/4] connected: do not sort input revisions
  ` [PATCH v3 2/4] revision: stop retrieving reference twice
  ` [PATCH v3 3/4] revision: avoid loading object headers multiple times
  ` [PATCH v3 4/4] revision: avoid hitting packfiles when commits are in commit-graph

[PATCH v3 09/12] {upload,receive}-pack tests: add --advertise-refs tests
 2021-08-03  6:00 UTC  (2+ messages)
` [PATCH] fixup! "

[ANNOUNCE] Git v2.33.0-rc0
 2021-08-03  3:46 UTC  (2+ messages)

[PATCH 0/2] clone: update submodule.recurse in config when using --recurse-submodule
 2021-08-03  3:20 UTC  (14+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] "
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] "
  ` [PATCH v2 3/3] clone test: update whitespace according to style guide
  ` [PATCH v3 0/4] clone: update submodule.recurse in config when using --recurse-submodule
    ` [PATCH v3 1/4] "
    ` [PATCH v3 2/4] "
    ` [PATCH v3 3/4] clone test: update whitespace according to style guide
    ` [PATCH v3 4/4] clone: "

[GSoC] Git Blog 11
 2021-08-03  2:49 UTC  (4+ messages)

[PATCH 0/2] [GSOC] cherry-pick: fix bug when used with GIT_CHERRY_PICK_HELP
 2021-08-03  1:16 UTC  (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] [GSOC] cherry-pick: use better advice message
` [PATCH v2 0/2] [GSOC] cherry-pick: fix bug when used with GIT_CHERRY_PICK_HELP
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] [GSOC] cherry-pick: use better advice message

[PATCH v1 0/4] advice: remove usage of `advice_*` global variables
 2021-08-03  0:45 UTC  (14+ messages)
` [PATCH v1 1/4] advice: add a function to set the value of an advice type
` [PATCH v1 2/4] advice: add enum variants for missing advice variables
` [PATCH v1 3/4] advice: remove uses of global `advice_` variables
` [PATCH v1 4/4] advice: remove static global variables for advice tracking

[PATCH 0/7] progress: verify progress counters in the test suite
 2021-08-02 22:05 UTC  (8+ messages)
` [PATCH 0/3] progress.c API users: fix bogus counting
  ` [PATCH 1/3] commit-graph: fix bogus counter in "Scanning merged commits" progress line
  ` [PATCH 3/3] entry: show finer-grained counter in "Filtering content" "

What's cooking in git.git (Aug 2021, #01; Sun, 1)
 2021-08-02 21:56 UTC  (8+ messages)

[PATCH 0/1] Improve automatic setup of tracking for new branches
 2021-08-02 21:17 UTC  (10+ messages)
  ` [PATCH 1/1] config: support a default remote tracking setup upon branch creation

[PATCH v2 0/8] serve: add "startup_config" callback
 2021-08-02 21:07 UTC  (3+ messages)
` [PATCH v3 00/12] serve.[ch]: general API cleanup

[PATCH] mingw: align symlinks-related rmdir() behavior with Linux
 2021-08-02 21:07 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2] upload-pack.c: treat want-ref relative to namespace
 2021-08-02 21:06 UTC  (2+ messages)

[PATCH 0/3] git-send-email options and completion improvements
 2021-08-02 20:49 UTC  (4+ messages)
` [PATCH 1/3] Print newline for git-send-email --git-completion-helper
` [PATCH 2/3] Move bash git-send-email completions to original script
` [PATCH 3/3] Expand git-send-email docs to mention format-patch options

[Outreachy] MR !2142 ready for your review
 2021-08-02 19:10 UTC 

[PATCH 0/3] hn/reftable "fixes" for OpenBSD
 2021-08-02 19:00 UTC  (4+ messages)
` [PATCH 1/3] fixup! Provide zlib's uncompress2 from compat/zlib-compat.c
` [PATCH 2/3] reftable: clarify zlib version dependency
` [PATCH 3/3] openbsd: allow reftable building with zlib 1.2.3

[PATCH v6 0/2] tr2: log parent process name
 2021-08-02 18:42 UTC  (14+ messages)
` [PATCH v6 1/2] tr2: make process info collection platform-generic
` [PATCH v6 2/2] tr2: log parent process name

BUG: git log dies to SIGPIPE
 2021-08-02 18:16 UTC  (3+ messages)

[PATCH] clone: Remove constraint on --bare and --origin
 2021-08-02 17:49 UTC  (4+ messages)
  ` [PATCH v2] clone: Allow combining "

[PATCH v2 00/11] fix "git reflog expire" race & get rid of EISDIR in refs API
 2021-08-02 17:26 UTC  (7+ messages)
` [PATCH v3 00/12] "
  ` [PATCH v3 02/12] refs/files: remove unused REF_DELETING in lock_ref_oid_basic()
  ` [PATCH v4 00/11] fix "git reflog expire" race & get rid of EISDIR in refs API
    ` [PATCH v4 08/11] reflog expire: don't lock reflogs using previously seen OID

[PATCH] test-lib.sh: use GIT_TEST_COLUMNS over COLUMNS
 2021-08-02 17:24 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] test-lib-functions.sh: rename test_must_fail_acceptable()
  ` [PATCH v2 2/3] test-lib-functions.sh: add a test_with_columns function
  ` [PATCH v2 3/3] test-lib.sh: use GIT_TEST_COLUMNS over COLUMNS

[PATCH v2 1/3] Remove unused var
 2021-08-02 17:00 UTC  (3+ messages)
` [PATCH v2 2/3] diff --submodule=diff: do not fail on ever-initialied deleted submodules
` [PATCH v2 3/3] diff --submodule=diff: Don't print failure message twice

[PATCH 0/2] Sparse index: delete ignored files outside sparse cone
 2021-08-02 16:17 UTC  (5+ messages)
` [PATCH 2/2] sparse-checkout: clear tracked sparse dirs

Ambigious messages
 2021-08-02 13:48 UTC  (3+ messages)

[GSoC] My Git Dev Blog – Week 11
 2021-08-02 12:44 UTC  (4+ messages)

[PATCH] t7508: avoid non POSIX BRE
 2021-08-02  2:37 UTC  (2+ messages)

git blame --ignore-rev degenerate performance on large(r) line counts
 2021-08-01 12:58 UTC 

[BUG] 'git rebase -i ---rebase-merges' can leave MERGE_MSG behind
 2021-08-01  9:56 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).