messages from 2019-05-30 15:02:39 to 2019-06-04 05:01:20 UTC [more...]
[PATCH 0/2] Harden url.c URL-decoding logic
2019-06-04 5:01 UTC (6+ 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 v2 0/9] Filter combination
2019-06-04 3:16 UTC (15+ messages)
` [PATCH v2 1/9] list-objects-filter: make API easier to use
` [PATCH v2 2/9] list-objects-filter: put omits set in filter struct
` [PATCH v2 3/9] list-objects-filter-options: always supply *errbuf
` [PATCH v2 4/9] list-objects-filter: implement composite filters
` [PATCH v2 5/9] list-objects-filter-options: move error check up
` [PATCH v2 6/9] list-objects-filter-options: make filter_spec a strbuf
` [PATCH v2 7/9] list-objects-filter-options: allow mult. --filter
` [PATCH v2 8/9] list-objects-filter-options: clean up use of ALLOC_GROW
` [PATCH v2 9/9] list-objects-filter-options: make parser void
[ANNOUNCE] Git v2.22.0-rc3
2019-06-04 2:30 UTC (4+ messages)
[RFC/PATCH 0/5] Fix fetch regression with transport helpers
2019-06-04 2:13 UTC (6+ 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] 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] clang-format: use git grep to generate the ForEachMacros list
2019-06-03 22:48 UTC
[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
[PATCH v1 0/5] Filter combination
2019-06-03 22:22 UTC (27+ messages)
` [PATCH v1 1/5] list-objects-filter: refactor into a context struct
` [PATCH] list-objects-filter: merge filter data structs
` [RFC PATCH v2] "
` [PATCH v1 3/5] list-objects-filter: implement composite filters
[PATCH 00/11] [RFC] Create 'core.size=large' setting to update config defaults
2019-06-03 20:55 UTC (14+ 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 10/11] pull: add --[no-]show-forced-updates passthrough to fetch
` [PATCH 09/11] fetch: warn about forced updates after branch list
` [PATCH 11/11] repo-settings: fetch.showForcedUpdates=false
[PATCH] am: add --check option
2019-06-03 21:09 UTC (3+ messages)
Simple shortcut for "git push --set-upstream origin newBranchName"
2019-06-03 21:34 UTC (7+ messages)
[bug?] clean: Demonstrate failure when used with paths
2019-06-03 20:32 UTC (3+ messages)
What's cooking in git.git (Jun 2019, #01; Mon, 3)
2019-06-03 20:23 UTC
Git Test Coverage Report (Thursday, May 30th)
2019-06-03 18:40 UTC (7+ messages)
worktree add already exists
2019-06-03 18:32 UTC (4+ 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)
[PATCH] make slash-rules more readable
2019-06-03 18:01 UTC (8+ messages)
[PATCH v2 00/11] [RFC] Commit-graph: Write incremental files
2019-06-03 16:04 UTC (16+ 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
[PATCH 0/1] status: remove the empty line after hints
2019-06-03 15:06 UTC (9+ messages)
` [PATCH 1/1] "
[PATCH] mergetools: add support for VS Code
2019-06-03 15:03 UTC
[PATCH] add -p: coalesce hunks before testing applicability
2019-06-03 14:59 UTC (9+ messages)
[ANNOUNCE] Git v2.22.0-rc2
2019-06-03 14:13 UTC (5+ messages)
` Git for Windows v2.22.0-rc2, was "
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)
What's cooking in git.git (May 2019, #05; Thu, 30)
2019-06-02 17:48 UTC (12+ messages)
` cc/list-objects-filter-wo-sparse-path, was "
git archive generates tar with malformed pax extended attribute
2019-06-02 16:58 UTC (12+ 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)
Occasional git p4 test failures because of stray fast-import processes
2019-06-02 9:19 UTC (3+ messages)
[PATCH] make slash-rules more readable
2019-06-02 9:04 UTC
[RFC PATCH] doc: change 'The standard email format' to 'The standard date format'
2019-06-02 6:33 UTC (2+ messages)
"add worktree" fails with "fatal: Invalid path" error
2019-06-01 19:29 UTC (5+ messages)
` [PATCH] worktree add: be tolerant of corrupt worktrees
possible submodule bug?
2019-06-01 1:12 UTC (2+ messages)
[PATCH 0/2] document alias accepting non-command first word
2019-05-31 20:23 UTC (3+ messages)
` [PATCH 1/2] config/alias.txt: change " and ' to `
` [PATCH 2/2] config/alias.txt: document alias accepting non-command first word
[PATCH 0/7] teach branch-specific options for format-patch
2019-05-31 20:14 UTC (8+ messages)
` [RFC PATCH] config: learn the "onbranch:" includeIf condition
` [PATCH v2] "
[PATCH] list-objects-filter: correct usage of ALLOC_GROW
2019-05-31 19:35 UTC (2+ messages)
Severe Regression in Git 1.21.0 -- not receiving any data
2019-05-31 19:18 UTC (2+ messages)
[PATCH] make slash-rules more readable
2019-05-31 18:17 UTC
[PATCH] make slash-rules more readable
2019-05-31 18:16 UTC
[PATCH 0/1] Trivial fix: make a user-facing error localizable
2019-05-31 18:02 UTC
[PATCH 1/1] list-objects-filter-options: error is localizeable
2019-05-31 18:01 UTC
[PATCH v5 00/16] Many promisor remotes
2019-05-31 16:14 UTC (8+ messages)
` [PATCH v5 04/16] promisor-remote: implement promisor_remote_get_direct()
[L10N] Kickoff for Git 2.22.0 round #2
2019-05-31 6:46 UTC
"Losing" MERGE_HEAD
2019-05-31 6:03 UTC (2+ messages)
[PATCH v2 0/6] teach branch-specific options for format-patch
2019-05-31 0:30 UTC (3+ messages)
` [PATCH v3 0/8] "
[PATCH v3] userdiff: add built-in pattern for rust
2019-05-30 20:32 UTC (9+ messages)
` [PATCH] userdiff: two simplifications of patterns "
Request: git add --interactive: split hunk: When can't split further, split on empty lines
2019-05-30 20:30 UTC (5+ messages)
[PATCH v2] send-email: update documentation of required Perl modules
2019-05-30 18:39 UTC
What's cooking in git.git (May 2019, #04; Tue, 28)
2019-05-30 18:29 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).