git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-10-01 12:45:05 to 2020-10-05 13:04:39 UTC [more...]

[PATCH 0/7] Maintenance III: Background maintenance
 2020-10-05 12:57 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 6/7] maintenance: recommended schedule in register/start
  ` [PATCH v3 0/7] Maintenance III: Background maintenance
    ` [PATCH v3 1/7] maintenance: optionally skip --auto process
    ` [PATCH v3 2/7] maintenance: add --schedule option and config
    ` [PATCH v3 3/7] for-each-repo: run subcommands on configured repos
    ` [PATCH v3 4/7] maintenance: add [un]register subcommands
    ` [PATCH v3 5/7] maintenance: add start/stop subcommands
    ` [PATCH v3 6/7] maintenance: use default schedule if not configured
    ` [PATCH v3 7/7] maintenance: add troubleshooting guide to docs

[PATCH 00/13] reftable library
 2020-10-04 18:39 UTC  (29+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/13] reftable: add LICENSE
  ` [PATCH v2 02/13] reftable: define the public API
  ` [PATCH v2 03/13] vcxproj: adjust for the reftable changes
  ` [PATCH v2 04/13] reftable: add a barebones unittest framework
  ` [PATCH v2 05/13] reftable: utility functions
  ` [PATCH v2 06/13] reftable: (de)serialization for the polymorphic record type
  ` [PATCH v2 07/13] reftable: reading/writing blocks
  ` [PATCH v2 08/13] reftable: a generic binary tree implementation
  ` [PATCH v2 09/13] reftable: write reftable files
  ` [PATCH v2 10/13] reftable: read "
  ` [PATCH v2 11/13] reftable: file level tests
  ` [PATCH v2 12/13] reftable: rest of library
  ` [PATCH v2 13/13] reftable: "test-tool dump-reftable" command

[PATCH v2 00/11] Rewrite the remaining merge strategies from shell to C
 2020-10-05 12:26 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/11] t6027: modernise tests
  ` [PATCH v3 02/11] merge-one-file: rewrite in C
  ` [PATCH v3 03/11] merge-index: libify merge_one_path() and merge_all()
  ` [PATCH v3 04/11] merge-index: don't fork if the requested program is `git-merge-one-file'
  ` [PATCH v3 05/11] merge-resolve: rewrite in C
  ` [PATCH v3 06/11] merge-recursive: move better_branch_name() to merge.c
  ` [PATCH v3 07/11] merge-octopus: rewrite in C
  ` [PATCH v3 08/11] merge: use the "resolve" strategy without forking
  ` [PATCH v3 09/11] merge: use the "octopus" "
  ` [PATCH v3 10/11] sequencer: use the "resolve" "
  ` [PATCH v3 11/11] sequencer: use the "octopus" merge "

[PATCH] range-diff: fix some 'hdr-check' and sparse warnings
 2020-10-04 18:35 UTC  (9+ messages)

[PATCH 0/7] forbidding symlinked .gitattributes and .gitignore
 2020-10-05 12:16 UTC  (36+ messages)
` [PATCH 1/7] fsck_tree(): fix shadowed variable
` [PATCH 2/7] fsck_tree(): wrap some long lines
` [PATCH 3/7] t7415: rename to expand scope
` [PATCH 4/7] t7450: test verify_path() handling of gitmodules
` [PATCH 5/7] t0060: test obscured .gitattributes and .gitignore matching
` [PATCH 6/7] verify_path(): disallow symlinks in .gitattributes and .gitignore
` [PATCH 7/7] fsck: complain when .gitattributes or .gitignore is a symlink
` [PATCH v2 0/8] forbidding symlinked .gitattributes and .gitignore
  ` [PATCH v2 1/8] fsck_tree(): fix shadowed variable
  ` [PATCH v2 2/8] fsck_tree(): wrap some long lines
  ` [PATCH v2 3/8] t7415: rename to expand scope
  ` [PATCH v2 4/8] t7450: test verify_path() handling of gitmodules
  ` [PATCH v2 5/8] t7450: test .gitmodules symlink matching against obscured names
  ` [PATCH v2 6/8] t0060: test obscured .gitattributes and .gitignore matching
  ` [PATCH v2 7/8] verify_path(): disallow symlinks in .gitattributes and .gitignore
  ` [PATCH v2 8/8] fsck: complain when .gitattributes or .gitignore is a symlink

bug report: gitk crashes on git commit with emoji (utf-8)
 2020-10-05 11:33 UTC 

[PATCH 0/2] Avoid main as branch name in the test suite
 2020-10-05  9:59 UTC  (5+ messages)
` [PATCH 1/2] t1415: avoid using `main` as ref name
` [PATCH 2/2] tests: avoid using the branch name `main`

[PATCH] docs: clarify git rm --cached function in gitignore note
 2020-10-05  8:58 UTC 

[PATCH v2 00/19] Parallel Checkout (part I)
 2020-10-05  6:17 UTC  (6+ messages)
` [PATCH v2 08/19] entry: move conv_attrs lookup up to checkout_entry()
` [PATCH v2 10/19] unpack-trees: add basic support for parallel checkout
  ` [PATCH] parallel-checkout: drop unused checkout state parameter

[PATCH v3 00/11] [GSoC] Implement Corrected Commit Date
 2020-10-05  5:25 UTC  (11+ messages)
` [PATCH v3 05/11] commit-graph: return 64-bit generation number

[PATCH] po: adjust for the recent change in send-pack/transport-helper
 2020-10-05  0:15 UTC  (3+ messages)

[PATCH] fast-import: fix typo in documentation
 2020-10-04 19:56 UTC  (2+ messages)

[PATCH] gitsubmodules: add '--recurse-submodules' for 'ls-files'
 2020-10-04 19:55 UTC  (2+ messages)

git add --intent-to-add and git stash
 2020-10-04 18:53 UTC 

[PATCH 0/2] checkout/restore: fix `git checkout -p HEAD...` bug
 2020-10-04 18:02 UTC  (4+ messages)
` [PATCH 1/2] builtin/checkout: "
` [PATCH 2/2] Doc: document "A...B" form for <tree-ish> in checkout and switch

[PATCH 0/7] subtree: Fix handling of complex history
 2020-10-04 17:52 UTC  (2+ messages)

[PATCH 0/2] checkout: learn the checkout.guess config variable
 2020-10-04 17:46 UTC  (4+ messages)
` [PATCH 1/2] Documentation/config/checkout: replace sq with backticks
` [PATCH 2/2] checkout: learn to respect checkout.guess

[ISSUE] Stop accessing, storing, and sharing the user's time zone
 2020-10-03 22:14 UTC  (14+ messages)
` [RFC PATCH 0/1] adding user.hideTimezone for setting UTC timezone

[PATCH] bisect: add a --verify flag to `bisect run`
 2020-10-03 19:34 UTC  (4+ messages)

[PATCH 07/15] remote-mediawiki tests: guard test_cmp with test_path_is_file
 2020-10-03 17:22 UTC  (3+ messages)
` [PATCH] test_cmp: diagnose incorrect arguments more precisely

[GIT PULL] gitk update
 2020-10-03 17:04 UTC  (2+ messages)

[PATCH] credential.c: fix credential reading with regards to CR/LF
 2020-10-03 13:29 UTC  (27+ messages)
` [PATCH v2 0/3] Prepare git credential to read input with DOS line endings
  ` [PATCH v2 1/3] credential.c: fix credential reading with regards to CR/LF
  ` [PATCH v2 2/3] credentials: make line reading Windows compatible
  ` [PATCH v3] credential: treat CR/LF as line endings in the credential protocol

[PATCH v8 0/3] push: add "--[no-]force-if-includes"
 2020-10-03 12:10 UTC  (23+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/3] push: add reflog check for "--force-if-includes"
  ` [PATCH v10 0/3] push: add "--[no-]force-if-includes"
    ` [PATCH v10 1/3] push: add reflog check for "--force-if-includes"
    ` [PATCH v10 2/3] push: parse and set flag "
    ` [PATCH v10 3/3] t, doc: update tests, reference "

[PATCH 0/2] gitk: fix mix of tabs and spaces in indentation
 2020-10-03  9:14 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] gitk: replace tabs with spaces

[RFC PATCH 1/1] hideTimezone: add a user.hideTimezone config
 2020-10-03  4:57 UTC  (5+ messages)

git blame --ignore-rev does not work
 2020-10-03  0:56 UTC  (5+ messages)

[RFC PATCH 1/1] hideTimezone: add a user.hideTimezone config
 2020-10-02 21:17 UTC  (2+ messages)

[PATCH] commit-reach: fix in_merge_bases_many bug
 2020-10-02 20:08 UTC  (7+ messages)

[PATCH v2 0/2] Fix race condition and memory leak in delta base cache
 2020-10-02 20:06 UTC  (3+ messages)
` [PATCH v2 1/2] packfile: fix race condition on unpack_entry()

[RFC PATCH 0/2] teach `worktree list` to mark locked worktrees
 2020-10-02 16:28 UTC  (3+ messages)

[PATCH v2 0/7] clone: allow configurable default for -o/--origin
 2020-10-02 12:56 UTC  (3+ messages)
` [PATCH v3 "

Allow git submodule add in subdirectory of the working tree
 2020-10-02 11:00 UTC 

[RFC PATCH 1/1] hideTimezone: add a user.hideTimezone config
 2020-10-02  6:51 UTC  (2+ messages)

[RFC PATCH 1/1] hideTimezone: add a user.hideTimezone config
 2020-10-02  6:46 UTC  (3+ messages)

[RFC PATCH 1/1] hideTimezone: add a user.hideTimezone config
 2020-10-02  6:37 UTC  (2+ messages)

[RFC PATCH 1/1] hideTimezone: add a user.hideTimezone config
 2020-10-02  6:07 UTC  (2+ messages)

Question About Git V2 Protocol & SHA256
 2020-10-01 23:52 UTC  (7+ messages)

[PATCH v2 0/1] teach format.useAutoBase "whenAble" option
 2020-10-01 22:21 UTC  (3+ messages)
` [PATCH v2 1/1] format-patch: "

[PATCH 0/2] diff: add -I<regex> that ignores matching changes
 2020-10-01 18:21 UTC  (4+ messages)
` [PATCH 1/2] "

[RFC PATCH 00/21] [RFC] Parallel checkout
 2020-10-01 16:42 UTC  (2+ messages)

[PATCH v2] Propagate --quiet on submodule update to merge/rebase
 2020-10-01 15:49 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).