messages from 2018-07-27 21:21:44 to 2018-07-30 20:53:00 UTC [more...]
[PATCH v1 0/3] [RFC] Speeding up checkout (and merge, rebase, etc)
2018-07-30 20:52 UTC (19+ messages)
` [PATCH v2 0/4] Speed up unpack_trees()
` [PATCH v2 1/4] unpack-trees.c: add performance tracing
` [PATCH v2 2/4] unpack-trees: optimize walking same trees with cache-tree
` [PATCH v2 3/4] unpack-trees: reduce malloc in cache-tree walk
` [PATCH v2 4/4] unpack-trees: cheaper index update when walking by cache-tree
[PATCH v2 00/10] rerere: handle nested conflicts
2018-07-30 20:49 UTC (20+ messages)
` [PATCH v3 00/11] "
` [PATCH v3 05/11] rerere: add documentation for conflict normalization
` [PATCH v3 06/11] rerere: fix crash when conflict goes unresolved
` [PATCH v3 07/11] rerere: only return whether a path has conflicts or not
` [PATCH v3 08/11] rerere: factor out handle_conflict function
` [PATCH v3 09/11] rerere: return strbuf from handle path
` [PATCH v3 10/11] rerere: teach rerere to handle nested conflicts
[PATCH] mw-to-git/t9360: fix broken &&-chain
2018-07-30 20:46 UTC
[PATCH 00/29] t: detect and fix broken &&-chains in subshells
2018-07-30 20:25 UTC (8+ messages)
` [PATCH v2 00/10] detect "
` [PATCH v2 01/10] t/test-lib: teach --chain-lint to "
` [PATCH 0/2] subtree: fix &&-chain and simplify tests (Re: [PATCH v2 01/10] t/test-lib: teach --chain-lint to detect broken &&-chains in subshells)
` [PATCH 1/2] subtree test: add missing && to &&-chain
` [PATCH 2/2] subtree test: simplify preparation of expected results
[PATCH v3 00/20] Add `range-diff`, a `tbdiff` lookalike
2018-07-30 20:18 UTC (27+ messages)
` [PATCH v4 00/21] "
` [PATCH v4 01/21] linear-assignment: a function to solve least-cost assignment problems
` [PATCH v4 03/21] range-diff: first rudimentary implementation
` [PATCH v4 05/21] range-diff: also show the diff between patches
` [PATCH v4 09/21] range-diff: adjust the output of the commit pairs
` [PATCH v4 10/21] range-diff: do not show "function names" in hunk headers
` [PATCH v4 11/21] range-diff: add tests
` [PATCH v4 17/21] range-diff: populate the man page
` [PATCH v4 20/21] range-diff: make --dual-color the default mode
State of NewHash work, future directions, and discussion
2018-07-30 20:01 UTC (10+ messages)
` Hash algorithm analysis
[PATCH 1/2] Document git config getter return value
2018-07-30 20:03 UTC (4+ messages)
` [PATCH 2/2] Highlight keywords in remote sideband output
[PATCH 0/8] Add color test for range-diff, simplify diff.c
2018-07-30 19:55 UTC (13+ messages)
` [PATCH 1/8] test_decode_color: understand FAINT and ITALIC
` [PATCH 2/8] t3206: add color test for range-diff --dual-color
` [PATCH 3/8] diff.c: simplify caller of emit_line_0
` [PATCH 4/8] diff.c: reorder arguments for emit_line_ws_markup
` [PATCH 5/8] diff.c: add set_sign to emit_line_0
` [PATCH 6/8] diff: use emit_line_0 once per line
` [PATCH 7/8] diff.c: compute reverse locally in emit_line_0
` [PATCH 8/8] diff.c: rewrite emit_line_0 more understandably
[PATCH 2/3] refs: introduce new API, wrap old API shallowly around new API
2018-07-30 19:47 UTC (4+ messages)
` [PATCH 0/2] Cleanup refs API [WAS: Re: [PATCH 2/3] refs: introduce new API, wrap old API shallowly around new API]
` [PATCH 1/2] replace-objects: use arbitrary repositories
` [PATCH 2/2] refs: switch for_each_replace_ref back to use a ref_store
[PATCH 0/8] Clarify commit-graph and grafts/replace/shallow incompatibilities
2018-07-30 19:24 UTC (18+ messages)
` [PATCH 3/8] commit-graph: update design document
` [PATCH 4/8] test-repository: properly init repo
` [PATCH 5/8] commit-graph: not compatible with replace objects
` [PATCH 6/8] commit-graph: not compatible with grafts
` [PATCH 7/8] commit-graph: not compatible with uninitialized repo
` [PATCH 8/8] commit-graph: close_commit_graph before shallow walk
` [PATCH] DO-NOT-MERGE: write and read commit-graph always
[PATCH 0/2] fix "rebase -i --root" corrupting root commit
2018-07-30 19:19 UTC (13+ messages)
` [PATCH 1/2] sequencer: fix "rebase -i --root" corrupting author header
` [PATCH 2/2] sequencer: fix "rebase -i --root" corrupting author header timezone
[PATCH 1/1] add hook pre-p4-submit
2018-07-30 18:48 UTC (4+ messages)
` [PATCH 1/1] Add the `p4-pre-submit` hook
git broken for AIX somewhere between 2.13.2 and 2.13.3
2018-07-30 18:39 UTC (13+ messages)
` Is detecting endianness at compile-time unworkable?
[PATCH] doc: fix want-capability separator
2018-07-30 18:26 UTC (2+ messages)
[GSoC][PATCH v3 00/13] rebase -i: rewrite some parts in C
2018-07-30 18:25 UTC (4+ messages)
` [GSoC][PATCH v4 00/20] rebase -i: rewrite "
` [GSoC][PATCH v4 15/20] rebase -i: rewrite write_basic_state() "
[BUG] fetching sometimes doesn't update refs
2018-07-30 17:53 UTC (2+ messages)
[PATCH] refspec: allow @ on the left-hand side of refspecs
2018-07-30 17:50 UTC (2+ messages)
[PATCH/RFC] Color merge conflicts
2018-07-30 17:40 UTC (2+ messages)
[GSoC] [PATCH v4 0/4] rebase: rewrite rebase in C
2018-07-30 16:29 UTC (5+ messages)
` [GSoC] [PATCH v5 0/3] "
` [PATCH v5 1/3] rebase: start implementing it as a builtin
` [PATCH v5 2/3] rebase: refactor common shell functions into their own file
` [PATCH v5 3/3] builtin/rebase: support running "git rebase <upstream>"
Strange bug with "git log" - pdftotext?
2018-07-30 15:51 UTC (4+ messages)
[PATCH 0/9] Add support to develop Git in Visual Studio Code
2018-07-30 15:42 UTC (22+ messages)
` [PATCH 1/9] contrib: add a script to initialize VS Code configuration
` [PATCH 2/9] vscode: hard-code a couple defines
` [PATCH 7/9] vscode: use 8-space tabs, no trailing ws, etc for Git's source code
` [PATCH v2 0/9] Add support to develop Git in Visual Studio Code
` [PATCH v2 1/9] contrib: add a script to initialize VS Code configuration
` [PATCH v2 2/9] vscode: hard-code a couple defines
` [PATCH v2 3/9] cache.h: extract enum declaration from inside a struct declaration
` [PATCH v2 4/9] mingw: define WIN32 explicitly
` [PATCH v2 5/9] vscode: only overwrite C/C++ settings
` [PATCH v2 6/9] vscode: wrap commit messages at column 72 by default
` [PATCH v2 7/9] vscode: use 8-space tabs, no trailing ws, etc for Git's source code
` [PATCH v2 8/9] vscode: add a dictionary for cSpell
` [PATCH v2 9/9] vscode: let cSpell work on commit messages, too
What's cooking in git.git (Jul 2018, #03; Wed, 25)
2018-07-30 15:41 UTC (5+ messages)
` range-diff, was "
Git clone and case sensitivity
2018-07-30 15:27 UTC (12+ messages)
` [PATCH/RFC] clone: report duplicate entries on case-insensitive filesystems
[PATCH v2 0/5] fsck: doc fixes & fetch.fsck.* implementation
2018-07-30 15:06 UTC (17+ messages)
` [PATCH v3 01/10] receive.fsck.<msg-id> tests: remove dead code
` [PATCH v3 05/10] config doc: elaborate on fetch.fsckObjects security
` [PATCH v3 07/10] fetch: implement fetch.fsck.*
` [PATCH v3 08/10] fsck: test & document {fetch,receive}.fsck.* config fallback
` [PATCH v3 10/10] fsck: test and document unknown fsck.<msg-id> values
[PATCH 0/1] Highlight keywords in remote sideband output
2018-07-30 14:52 UTC (3+ messages)
` [PATCH 1/1] "
Using Environment variable GIT_CONFIG does not work as expected
2018-07-30 13:07 UTC (2+ messages)
[PATCH] config: fix case sensitive subsection names on writing
2018-07-30 12:49 UTC (12+ messages)
[PATCH] RFC Highlight keywords in remote sideband output
2018-07-30 12:24 UTC (3+ messages)
[PATCH 1/2] Document git config getter return value
2018-07-30 12:18 UTC (2+ messages)
` [PATCH 2/2] Highlight keywords in remote sideband output
[PATCH] sequencer.c: terminate the last line of author-scriptproperly
2018-07-30 9:35 UTC (6+ messages)
` [RFC PATCH] sequencer: fix quoting in write_author_script
[PATCH] t5562: avoid non-portable "export FOO=bar" construct
2018-07-30 3:55 UTC (4+ messages)
[PATCH] builtin.h: remove declaration of cmd_rebase__helper
2018-07-29 22:44 UTC
[PATCH] pack-objects: document about thread synchronization
2018-07-29 15:46 UTC (2+ messages)
Proposed approaches to supporting HTTP remotes in "git archive"
2018-07-29 11:54 UTC (6+ messages)
[PATCH v3 0/3] Fix --short/--porcelain options for git commit
2018-07-23 2:09 UTC (6+ messages)
` [PATCH v4 0/4] Rerolling patch series to fix t7501
` [PATCH v4 1/4] t7501: add coverage for flags which imply dry runs
` [PATCH v4 2/4] wt-status: rename commitable to committable
` [PATCH v4 3/4] wt-status: teach wt_status_collect about merges in progress
` [PATCH v4 4/4] commit: fix exit code when doing a dry run
[PATCH v1 0/3] add -p: select individual hunk lines
2018-07-28 12:40 UTC (5+ messages)
` [RFC PATCH v5 0/4] "
[RFC PATCH 0/5] Add delta islands support
2018-07-28 12:12 UTC (9+ messages)
` [RFC PATCH 3/5] pack-objects: add delta-islands support
[PATCH v2 0/4] fail compilation with strcpy
2018-07-28 9:24 UTC (9+ messages)
` [PATCH v2 1/4] automatically ban strcpy()
` [PATCH v3 "
[PATCH] xdiff: reduce indent heuristic overhead
2018-07-27 22:23 UTC (2+ messages)
Multiple consecutive null bytes with log -z --name-only
2018-07-27 22:12 UTC (2+ messages)
[PATCH v7 1/8] checkout tests: index should be clean after dwim checkout
2018-07-27 21:50 UTC (3+ messages)
` [PATCH] tests: make use of the test_must_be_empty function
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).