git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-27 20:08:55 to 2020-04-29 16:47:02 UTC [more...]

[RFC PATCH 0/3] grep: honor sparse checkout and add option to ignore it
 2020-04-29 16:46 UTC  (9+ messages)
` [RFC PATCH 3/3] grep: add option to ignore sparsity patterns

[PATCH v2] git-credential-store: skip empty lines and comments from store
 2020-04-29 16:46 UTC  (36+ messages)
` [PATCH v3] "
  ` [PATCH v4 0/4] credential-store: prevent fatal errors
    ` [PATCH v4 1/4] credential-store: document the file format a bit more
      ` [PATCH v4 2/4] git-credential-store: skip empty lines and comments from store
      ` [PATCH v4 3/4] git-credential-store: fix (WIP)
      ` [PATCH v4 4/4] credential-store: make sure there is no regression with missing scheme
    ` [PATCH v5] credential-store: warn instead of fatal for bogus lines from store

What's cooking in git.git (Apr 2020, #03; Tue, 28)
 2020-04-29 16:45 UTC  (3+ messages)

Git error message suggests an invalid switch
 2020-04-29 16:35 UTC  (5+ messages)
` [PATCH] switch: fix errors and comments related to -c and -C

Rebase merge backend
 2020-04-29 16:31 UTC 

[PATCH v4 1/4] gitfaq: files in .gitignore are tracked
 2020-04-29 16:17 UTC  (8+ messages)
` [PATCH v4 2/4] gitfaq: changing the remote of a repository
` [PATCH v4 3/4] gitfaq: shallow cloning "
` [PATCH v4 4/4] gitfaq: fetching and pulling "

[PATCH v2 0/3] credential: handle partial URLs in config settings again
 2020-04-29 15:36 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] credential: handle `credential.<partial-URL>.<key>` again

[PATCH] branch: add '-' to delete previous branch
 2020-04-29 13:37 UTC  (2+ messages)

git fast-export not preserving executable permissions?
 2020-04-29 13:36 UTC 

[PATCH] Teach git-rev-list --simplify-forks
 2020-04-29 13:12 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] userdiff: support Markdown
 2020-04-29 12:21 UTC  (2+ messages)

[PATCH 0/4] t: replace incorrect test_must_fail usage (part 5)
 2020-04-29 12:22 UTC  (5+ messages)
` [PATCH 1/4] lib-submodule-update: add space after function name
` [PATCH 2/4] lib-submodule-update: consolidate --recurse-submodules
` [PATCH 3/4] lib-submodule-update: prepend "git" to $command
` [PATCH 4/4] lib-submodule-update: pass OVERWRITING_FAIL

[PATCH] userdiff: support Markdown
 2020-04-29 12:12 UTC  (3+ messages)

[PATCH 0/3] commit-graph: write non-split graphs as read-only
 2020-04-29 11:52 UTC  (18+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] commit-graph.c: "
  ` [PATCH v2 4/4] commit-graph.c: ensure graph layers respect core.sharedRepository

Canada Greetings
 2020-04-29 11:34 UTC 

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-04-29 10:25 UTC  (7+ messages)
` [PATCH v2 0/5] cleanup ra/rebase-i-more-options
  ` [PATCH v2 1/5] rebase -i: add --ignore-whitespace flag
  ` [PATCH v2 2/5] rebase -i: support --committer-date-is-author-date
  ` [PATCH v2 3/5] sequencer: rename amend_author to author_to_free
  ` [PATCH v2 4/5] rebase -i: support --ignore-date
  ` [PATCH v2 5/5] rebase: add --reset-author-date

[PATCH 0/8] CMake build system for git
 2020-04-29  8:42 UTC  (16+ messages)

[PATCH v10 2/8] receive-pack: add new proc-receive hook
 2020-04-29  7:56 UTC  (7+ messages)
` [PATCH v12 3/7] "

Canada Greetings
 2020-04-29  7:22 UTC 

Preparing for a Git 2.26.3 release
 2020-04-29  5:56 UTC  (6+ messages)
` proto v2 fixes for maint (was Re: Preparing for a Git 2.26.3 release)

Git configure with static curl is failing
 2020-04-29  1:47 UTC  (4+ messages)

[PATCH] rebase: save autostash entry into stash reflog on --quit
 2020-04-29  0:23 UTC  (3+ messages)

Bug v2.23.0: command help for 'git push --recurse-submodules' is incorrect
 2020-04-28 22:59 UTC  (9+ messages)
` [PATCH] push: unset PARSE_OPT_OPTARG for --recurse-submodules
      ` [PATCH] Use OPT_CALLBACK and OPT_CALLBACK_F

[PATCH v2] fetch-pack: try harder to read an ERR packet
 2020-04-28 21:23 UTC  (8+ messages)

Git Log ignores --oneline and --pretty=oneline in combination with -L
 2020-04-28 21:04 UTC  (3+ messages)

[PATCH 00/11] refactor git switch completion
 2020-04-28 20:57 UTC  (12+ messages)
` [PATCH 05/11] completion: add test showing subpar completion for git switch --orphan

[PATCH v9 00/10] Reftable support git-core
 2020-04-28 20:23 UTC  (19+ messages)
` [PATCH v10 00/12] "
  ` [PATCH v10 01/12] refs.h: clarify reflog iteration order
  ` [PATCH v10 02/12] Iterate over the "refs/" namespace in for_each_[raw]ref
  ` [PATCH v10 03/12] create .git/refs in files-backend.c
  ` [PATCH v10 04/12] refs: document how ref_iterator_advance_fn should handle symrefs
  ` [PATCH v10 05/12] Add .gitattributes for the reftable/ directory
  ` [PATCH v10 06/12] reftable: file format documentation
  ` [PATCH v10 07/12] reftable: define version 2 of the spec to accomodate SHA256
  ` [PATCH v10 08/12] reftable: clarify how empty tables should be written
  ` [PATCH v10 09/12] Add reftable library
  ` [PATCH v10 10/12] Reftable support for git-core
  ` [PATCH v10 11/12] Add some reftable testing infrastructure
  ` [PATCH v10 12/12] t: use update-ref and show-ref to reading/writing refs

[PATCH 0/2] Protocol v2 in_vain fixes
 2020-04-28 19:17 UTC  (11+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] fetch-pack: return enum from process_acks()
  ` [PATCH v2 2/3] fetch-pack: in protocol v2, in_vain only after ACK
  ` [PATCH v2 3/3] fetch-pack: in protocol v2, reset in_vain upon ACK

git-subtree split misbehaviour with a commit having empty ls-tree for the specified subdir
 2020-04-28 18:08 UTC  (4+ messages)

[DRAFT] What's cooking in git.git
 2020-04-28 17:07 UTC  (2+ messages)

Git Stash brake splitIndex
 2020-04-28 14:17 UTC  (3+ messages)

git svn clone throws Svndiff data contains backward-sliding source view error
 2020-04-28 13:44 UTC 

Bug: git restore --staged --worktree not working in git version 2.26.2.windows.1
 2020-04-28  9:01 UTC 

[RFC PATCH] fetch-pack: try harder to read an ERR packet
 2020-04-28  8:33 UTC  (4+ messages)

t0000 failed
 2020-04-28  8:14 UTC  (2+ messages)
` [PATCH] t0000: disable GIT_TEST_FAIL_PREREQS in sub-tests

Fwd: Repack memory usage
 2020-04-28  5:15 UTC 

all memory consuming `git diff-tree` bug
 2020-04-28  4:18 UTC  (3+ messages)

[DRAFT] What's cooking in git.git
 2020-04-28  3:36 UTC  (2+ messages)

[PATCH] bugreport: collect list of populated hooks
 2020-04-28  0:04 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] bugreport: collect list of populated hooks
 2020-04-27 23:46 UTC  (9+ messages)
` [PATCH] bugreport: drop time.h include
  ` [PATCH v2] bugreport: drop extraneous includes

Compilation errors in git.pu/refs/reftable-backend.c
 2020-04-27 23:26 UTC  (4+ messages)

[PATCH 1/2] fetch-pack: in protocol v2, in_vain only after ACK
 2020-04-27 22:16 UTC  (3+ messages)

[PATCH] git-gui: msys2 compatibility patches
 2020-04-27 21:33 UTC  (3+ messages)


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 NNTP newsgroup(s).