git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-06-02 11:04:29 to 2019-06-06 12:52:47 UTC [more...]

[RFC PATCH] config: learn the "onbranch:" includeIf condition
 2019-06-06 12:52 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/2] document alias accepting non-command first word
 2019-06-06 12:48 UTC  (7+ messages)
` [PATCH 2/2] config/alias.txt: "
` [PATCH v2 0/2] Doc: "
  ` [PATCH v2 1/2] config/alias.txt: change " and ' to `
  ` [PATCH v2 2/2] config/alias.txt: document alias accepting non-command first word

[PATCH] completion: zsh: update installation instructions
 2019-06-06 12:47 UTC 

[PATCH 00/11] [RFC] Create 'core.size=large' setting to update config defaults
 2019-06-06 12:23 UTC  (18+ messages)
` [PATCH 01/11] repo-settings: create repo.size=large setting
` [PATCH 03/11] repo-settings: pack.useSparse=true
` [PATCH 02/11] repo-settings: use index.version=4 by default
` [PATCH 04/11] status: add status.aheadbehind setting
` [PATCH 05/11] status: add warning when a/b calculation takes too long for long/normal format
` [PATCH 07/11] repo-settings: status.aheadBehind=false
` [PATCH 06/11] status: ignore status.aheadbehind in porcelain formats
` [PATCH 08/11] fetch: add --[no-]show-forced-updates argument
` [PATCH 09/11] fetch: warn about forced updates after branch list
` [PATCH 10/11] pull: add --[no-]show-forced-updates passthrough to fetch
` [PATCH 11/11] repo-settings: fetch.showForcedUpdates=false

[PATCH v2 00/11] [RFC] Commit-graph: Write incremental files
 2019-06-06 12:10 UTC  (19+ messages)
` [PATCH v3 00/14] "
  ` [PATCH v3 01/14] commit-graph: document commit-graph chains
  ` [PATCH v3 02/14] commit-graph: prepare for "
  ` [PATCH v3 03/14] commit-graph: rename commit_compare to oid_compare
  ` [PATCH v3 04/14] commit-graph: load commit-graph chains
  ` [PATCH v3 06/14] commit-graph: rearrange chunk count logic
  ` [PATCH v3 05/14] commit-graph: add base graphs chunk
  ` [PATCH v3 07/14] commit-graph: write commit-graph chains
  ` [PATCH v3 08/14] commit-graph: add --split option to builtin
  ` [PATCH v3 09/14] commit-graph: merge commit-graph chains
  ` [PATCH v3 10/14] commit-graph: allow cross-alternate chains
  ` [PATCH v3 11/14] commit-graph: expire commit-graph files
  ` [PATCH v3 13/14] commit-graph: verify chains with --shallow mode
  ` [PATCH v3 12/14] commit-graph: create options for split files
  ` [PATCH v3 14/14] commit-graph: clean up chains after flattened write

worktree add already exists
 2019-06-06  9:34 UTC  (7+ messages)

[PATCHt2] completion: prompt: fix for Zsh
 2019-06-06  2:28 UTC 

config option to force all tags be GPG-signed - comeback
 2019-06-05 21:33 UTC  (13+ messages)
  ` [PATCH v2] tag: add tag.gpgSign config option to force all tags be GPG-signed
        ` [PATCH v3] "
                    ` [PATCH v4] "

[PATCH] clang-format: use git grep to generate the ForEachMacros list
 2019-06-05 20:20 UTC  (3+ messages)

[PATCH] t5551: test usage of chunked encoding explicitly
 2019-06-05 19:41 UTC  (3+ messages)

[PATCH 0/1] Improve instructions around how to set git-prompt preference variables
 2019-06-05 19:26 UTC  (4+ messages)
` [PATCH 1/1] git-prompt.sh: update shell variable instructions

What's cooking in git.git (May 2019, #05; Thu, 30)
 2019-06-05 18:38 UTC  (8+ messages)
    ` cc/list-objects-filter-wo-sparse-path, was "

[RFC/PATCH 0/5] Fix fetch regression with transport helpers
 2019-06-05 12:22 UTC  (15+ messages)
` [RFC/PATCH 1/5] t5801 (remote-helpers): cleanup refspec stuff
` [RFC/PATCH 2/5] t5801 (remote-helpers): add test to fetch tags
` [RFC/PATCH 3/5] fetch: trivial cleanup
` [RFC/PATCH 4/5] fetch: make the code more understandable
` [RFC/PATCH 5/5] fetch: fix regression with transport helpers

[PATCH] mergetools: add support for VS Code
 2019-06-05 12:08 UTC  (4+ messages)

Git not installing on Mac
 2019-06-05  6:35 UTC 

Git Test Coverage Report (Thursday, May 30th)
 2019-06-05  0:57 UTC  (7+ messages)

[PATCH v1 0/5] Filter combination
 2019-06-04 23:49 UTC  (22+ messages)
` [PATCH v1 3/5] list-objects-filter: implement composite filters

[ANNOUNCE] Git v2.22.0-rc3
 2019-06-04 22:48 UTC  (14+ messages)
    ` [PATCH] merge-recursive: restore accidentally dropped setting of path
      ` [PATCH v2] "
` Git for Windows v2.22.0-rc3, was Re: [ANNOUNCE] Git v2.22.0-rc3

[PATCH v2 0/2] Harden url.c URL-decoding logic
 2019-06-04 21:13 UTC  (5+ messages)
` [PATCH v2 1/2] url: do not read past end of buffer
` [PATCH v2 2/2] url: do not allow %00 to represent NUL in URLs

git archive generates tar with malformed pax extended attribute
 2019-06-04 20:53 UTC  (13+ messages)

What's cooking in git.git (Jun 2019, #01; Mon, 3)
 2019-06-04 20:22 UTC  (3+ messages)
` pw/rebase-abort-clean-rewritten, was "

[PATCH 0/2] Harden url.c URL-decoding logic
 2019-06-04 17:38 UTC  (9+ messages)
` [PATCH 1/2] url: do not read past end of buffer
` [PATCH 2/2] url: do not allow %00 to represent NULL in URLs

[PATCH] make slash-rules more readable
 2019-06-04 17:34 UTC 

[PATCH] make slash-rules more readable
 2019-06-04 17:22 UTC  (7+ messages)

[PATCH] am: add --check option
 2019-06-04 15:37 UTC  (4+ messages)

Ssl key verify
 2019-06-04 14:40 UTC 

[PATCH] am: add --check option
 2019-06-04 14:06 UTC  (3+ messages)

[PATCH 0/1] status: remove the empty line after hints
 2019-06-04 14:02 UTC  (12+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[PATCH] add -p: coalesce hunks before testing applicability
 2019-06-04 13:32 UTC  (10+ messages)

[PATCH v2 0/9] Filter combination
 2019-06-04  3:16 UTC  (8+ messages)
` [PATCH v2 4/9] list-objects-filter: implement composite filters
` [PATCH v2 8/9] list-objects-filter-options: clean up use of ALLOC_GROW

[PATCH] i18n: fix typos found during l10n for git 2.22.0
 2019-06-04  0:46 UTC  (4+ messages)
  ` [L10N] Kickoff for Git 2.22.0 round #3

[PATCH 0/2] Partial clone fix: handling received REF_DELTA
 2019-06-03 22:23 UTC  (3+ messages)
` [PATCH 2/2] index-pack: prefetch missing REF_DELTA bases

Simple shortcut for "git push --set-upstream origin newBranchName"
 2019-06-03 21:34 UTC  (6+ messages)

[bug?] clean: Demonstrate failure when used with paths
 2019-06-03 20:32 UTC  (3+ messages)

[Proposal] git am --check
 2019-06-03 18:16 UTC  (4+ messages)

[PATCH] blame - fix some issues identified by coverage report
 2019-06-03 18:08 UTC  (3+ messages)

[PATCH] RelNotes: minor typo fixes in 2.22.0 draft
 2019-06-03 18:06 UTC  (2+ messages)

[ANNOUNCE] Git v2.22.0-rc2
 2019-06-03 14:13 UTC  (4+ messages)

Q: git describe --always --tags .. gives "warning: tag 'tag1' is really 'tag2' here"
 2019-06-03 10:55 UTC  (4+ messages)
  ` Antw: "

SHA-accelerated Git
 2019-06-03 10:14 UTC  (4+ messages)

[Feature- Request] Option to commit after checking out branch command is made
 2019-06-03  8:44 UTC  (3+ messages)
    ` Fwd: "

change inside PR not reflected in the resulting squash commit
 2019-06-02 20:11 UTC  (2+ messages)

Travis not looking so good
 2019-06-02 11:22 UTC  (3+ messages)

Why is there still git-rebase--am.sh?
 2019-06-02 11:19 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).