git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-09-30 22:00:53 to 2020-10-05 08:53:30 UTC [more...]

[PATCH 0/7] forbidding symlinked .gitattributes and .gitignore
 2020-10-05  8:53 UTC  (25+ 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 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  (32+ messages)
` [RFC PATCH 0/1] adding user.hideTimezone for setting UTC timezone
  ` [RFC PATCH 1/1] hideTimezone: add a user.hideTimezone config

[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  (25+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/3] push: add reflog check for "--force-if-includes"
  ` [PATCH v9 2/3] push: parse and set flag "
  ` [PATCH v9 3/3] t, doc: update tests, reference "
  ` [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

[PATCH 00/13] reftable library
 2020-10-03  8:07 UTC  (28+ 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

git blame --ignore-rev does not work
 2020-10-03  0:56 UTC  (5+ 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()

[PATCH] range-diff: fix some 'hdr-check' and sparse warnings
 2020-10-02 17:03 UTC  (8+ messages)

[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  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/7] clone: add tests for --template and some disallowed option pairs
  ` [PATCH v3 2/7] clone: use more conventional config/option layering
  ` [PATCH v3 3/7] remote: add tests for add and rename with invalid names
  ` [PATCH v3 4/7] refs: consolidate remote name validation
  ` [PATCH v3 5/7] clone: validate --origin option before use
  ` [PATCH v3 6/7] clone: read new remote name from remote_name instead of option_origin
  ` [PATCH v3 7/7] clone: allow configurable default for `-o`/`--origin`

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

[PATCH 0/7] Maintenance III: Background maintenance
 2020-10-02  1:55 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 6/7] maintenance: recommended schedule in register/start

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  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] t: add -I<regex> tests

[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)

[PATCH 00/11] Modernizing the t7001 test script
 2020-10-01  5:42 UTC  (3+ messages)

[PATCH v3 00/11] CMake and Visual Studio
 2020-09-30 23:08 UTC  (5+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 08/10] cmake (Windows): initialize vcpkg/build dependencies automatically

[PATCH v2 0/5] Inclusive naming, part II
 2020-09-30 22:57 UTC  (5+ messages)
` [PATCH v3 "

[PATCH] combine-diff: handle --find-object in multitree code path
 2020-09-30 22:54 UTC  (5+ messages)

[v4] refspec: add support for negative refspecs
 2020-09-30 22:01 UTC  (5+ 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).