messages from 2018-08-13 12:16:00 to 2018-08-14 15:18:50 UTC [more...]
[PATCH v4 00/21] Add `range-diff`, a `tbdiff` lookalike
2018-08-14 15:18 UTC (17+ messages)
` [PATCH v5 00/21] Add range-diff, a tbdiff lookalike
` [PATCH v5 05/21] range-diff: also show the diff between patches
` [PATCH v6 00/21] Add range-diff, a tbdiff lookalike
` [PATCH v6 11/21] range-diff: add tests
` [PATCH v6 16/21] range-diff --dual-color: skip white-space warnings
[RFC PATCH 0/5] filter: support for excluding all trees and blobs
2018-08-14 15:13 UTC (8+ messages)
` [PATCH v3 "
` [PATCH v3 1/5] list-objects: store common func args in struct
` [PATCH v3 2/5] list-objects: refactor to process_tree_contents
` [PATCH v3 3/5] rev-list: handle missing tree objects properly
` [PATCH v3 4/5] revision: mark non-user-given objects instead
` [PATCH v3 5/5] list-objects-filter: implement filter tree:0
[PATCH 0/1] Fix a recently-introduced compile warning
2018-08-14 15:08 UTC (3+ messages)
` [PATCH 1/1] mark_colliding_entries(): fix incorrect #if...#endif guard
[PATCH 0/8] Resending sb/range-diff-colors
2018-08-14 15:05 UTC (26+ messages)
` [PATCH 2/8] t3206: add color test for range-diff --dual-color
` [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
` [PATCHv2 0/8] Resending sb/range-diff-colors
` [PATCH 1/8] test_decode_color: understand FAINT and ITALIC
` [PATCH 3/8] diff.c: simplify caller of emit_line_0
` [PATCH 4/8] diff.c: reorder arguments for emit_line_ws_markup
` [PATCH 7/8] diff.c: omit check for line prefix in emit_line_0
[PATCH 0/4] t5552: fix flakiness by introducing proper locking for GIT_TRACE
2018-08-14 14:53 UTC (13+ messages)
` [PATCH] mingw: enable atomic O_APPEND
Contributor Summit planning
2018-08-14 14:47 UTC (20+ messages)
[PATCH] doc: git-describe
2018-08-14 12:58 UTC
[PATCH] t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' test
2018-08-14 11:47 UTC
[PATCH v3 0/7] Make submodules work if .gitmodules is not checked out
2018-08-14 11:05 UTC (8+ messages)
` [PATCH v3 1/7] submodule: add a print_config_from_gitmodules() helper
` [PATCH v3 2/7] submodule: factor out a config_set_in_gitmodules_file_gently function
` [PATCH v3 3/7] t7411: be nicer to future tests and really clean things up
` [PATCH v3 4/7] submodule--helper: add a new 'config' subcommand
` [PATCH v3 5/7] submodule: use the 'submodule--helper config' command
` [PATCH v3 6/7] t7506: clean up .gitmodules properly before setting up new scenario
` [PATCH v3 7/7] submodule: support reading .gitmodules even when it's not checked out
[PATCH 0/9] Add missing includes and forward declares
2018-08-14 6:42 UTC (6+ messages)
[PATCH 1/2] fsck: use strbuf_getline() to read skiplist file
2018-08-14 2:03 UTC (14+ messages)
` [PATCH 2/2] fsck: use oidset for skiplist
[PATCH v2 0/5] filter: support for excluding all trees and blobs
2018-08-14 0:57 UTC (6+ messages)
` [PATCH v2 5/5] list-objects-filter: implement filter tree:none
wishlist: "--cached|--staged" to "git commit file(s)"
2018-08-14 0:37 UTC (3+ messages)
[PATCH v2 3/5] rev-list: handle missing tree objects properly
2018-08-14 0:22 UTC (3+ messages)
[PATCH 0/7] Resend of sb/submodule-update-in-c
2018-08-13 22:42 UTC (9+ messages)
` [PATCH 1/7] git-submodule.sh: align error reporting for update mode to use path
` [PATCH 2/7] git-submodule.sh: rename unused variables
` [PATCH 3/7] builtin/submodule--helper: factor out submodule updating
` [PATCH 4/7] builtin/submodule--helper: store update_clone information in a struct
` [PATCH 5/7] builtin/submodule--helper: factor out method to update a single submodule
` [PATCH 6/7] submodule--helper: replace connect-gitdir-workingtree by ensure-core-worktree
` [PATCH 7/7] submodule--helper: introduce new update-module-mode helper
[PATCH v3 0/4] Speed up unpack_trees()
2018-08-13 22:41 UTC (23+ messages)
` [PATCH v4 0/5] "
` [PATCH v4 1/5] trace.h: support nested performance tracing
` [PATCH v4 2/5] unpack-trees: add "
` [PATCH v4 3/5] unpack-trees: optimize walking same trees with cache-tree
` [PATCH v4 5/5] unpack-trees: reuse (still valid) cache-tree from src_index
[PATCH] Documentation: partial clone-related arguments
2018-08-13 21:30 UTC
[PATCH 00/24] Kill the_index part3
2018-08-13 21:24 UTC (33+ messages)
` [PATCH 01/24] diff.c: move read_index() code back to the caller
` [PATCH 02/24] cache-tree: wrap the_index based wrappers with #ifdef
` [PATCH 03/24] attr: remove an implicit dependency on the_index
` [PATCH 04/24] convert.c: "
` [PATCH 05/24] dir.c: remove an implicit dependency on the_index in pathspec code
` [PATCH 06/24] preload-index.c: use the right index instead of the_index
` [PATCH 07/24] ls-files: correct index argument to get_convert_attr_ascii()
` [PATCH 08/24] unpack-trees: remove 'extern' on function declaration
` [PATCH 09/24] unpack-trees: add a note about path invalidation
` [PATCH 10/24] unpack-trees: don't shadow global var the_index
` [PATCH 11/24] unpack-trees: convert clear_ce_flags* to avoid the_index
` [PATCH 12/24] unpack-trees: avoid the_index in verify_absent()
` [PATCH 13/24] pathspec.c: use the right index instead of the_index
` [PATCH 14/24] submodule.c: "
` [PATCH 15/24] entry.c: "
` [PATCH 16/24] attr: remove index from git_attr_set_direction()
` [PATCH 17/24] grep: use the right index instead of the_index
` [PATCH 18/24] archive.c: avoid access to the_index
` [PATCH 19/24] archive-*.c: use the right repository
` [PATCH 20/24] resolve-undo.c: use the right index instead of the_index
` [PATCH 21/24] apply.c: pass struct apply_state to more functions
` [PATCH 22/24] apply.c: make init_apply_state() take a struct repository
` [PATCH 23/24] apply.c: remove implicit dependency on the_index
` [PATCH 24/24] blame.c: "
Unable to build Info pages using "make info"
2018-08-13 21:20 UTC
[GSoC][PATCH v5 00/20] rebase -i: rewrite in C
2018-08-13 20:47 UTC (4+ messages)
` [GSoC][PATCH v6 "
[PATCH v2 00/10] "git fetch" should not clobber existing tags without --force
2018-08-13 20:37 UTC (11+ messages)
` [PATCH v3 0/7] Prep for "
` [PATCH v3 1/7] fetch tests: change "Tag" test tag to "testTag"
` [PATCH v3 2/7] push tests: remove redundant 'git push' invocation
` [PATCH v3 3/7] push tests: fix logic error in "push" test assertion
` [PATCH v3 4/7] push tests: add more testing for forced tag pushing
` [PATCH v3 5/7] push tests: assert re-pushing annotated tags
` [PATCH v3 6/7] fetch tests: correct a comment "remove it" -> "remove them"
` [PATCH v3 7/7] pull doc: fix a long-standing grammar error
[PATCH 0/2] Simple fixes to t7406
2018-08-13 20:28 UTC (3+ messages)
` [PATCHv3 0/5] "
[PATCH 0/5] chainlint: improve robustness against "unusual" shell coding
2018-08-13 20:12 UTC (5+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 2/6] chainlint: match 'quoted' here-doc tags
[RFC] implement branch.sort config option
2018-08-13 19:18 UTC (3+ messages)
[PATCH] mergetool: don't suggest to continue after last file
2018-08-13 19:11 UTC (2+ messages)
[PATCH v3 6/6] commit-graph: add repo arg to graph readers
2018-08-13 19:05 UTC (3+ messages)
` [PATCH] t5318: avoid unnecessary command substitutions
[PATCH v4 0/7] Add delta islands support
2018-08-13 19:00 UTC (7+ messages)
` [PATCH v4 1/7] Add delta-islands.{c,h}
[PATCH 0/7] speeding up cat-file by reordering object access
2018-08-13 18:45 UTC (2+ messages)
[PATCH 0/4] Better colors in range-diff!
2018-08-13 18:36 UTC (13+ messages)
` [PATCH 1/4] diff.c: emit_line_0 to take string instead of first sign
` [PATCH 2/4] diff.c: add --output-indicator-{new, old, context}
` [PATCH 3/4] range-diff: make use of different output indicators
` [PATCH 4/4] range-diff: indent special lines as context
de-alphabetizing the documentation
2018-08-13 18:17 UTC (9+ messages)
[PATCHv2 0/6] Add missing includes and forward declares
2018-08-13 17:17 UTC (8+ messages)
` [PATCHv3 "
` [PATCHv3 1/6] "
` [PATCHv3 2/6] alloc: make allocate_alloc_state and clear_alloc_state more consistent
` [PATCHv3 3/6] Move definition of enum branch_track from cache.h to branch.h
` [PATCHv3 4/6] urlmatch.h: fix include guard
` [PATCHv3 5/6] compat/precompose_utf8.h: use more common include guard style
` [PATCHv3 6/6] Add missing includes and forward declares
[PATCH v2] clone: report duplicate entries on case-insensitive filesystems
2018-08-13 17:18 UTC (10+ messages)
` [PATCH v3 0/1] clone: warn on colidding entries on checkout
` [PATCH v3 1/1] clone: report duplicate entries on case-insensitive filesystems
` [PATCH v4] "
[PATCH] status: -i shorthand for --ignored command line option
2018-08-13 16:46 UTC (5+ messages)
` [PATCH v2] "
[PATCH] test verify-commit/tag to exit unsuccessfully
2018-08-13 15:20 UTC
[PATCH 1/1] verify-tag/verify-commit should exit unsuccessfully when signature is not trusted
2018-08-13 15:14 UTC (13+ messages)
Bug? Interactive rebase with reword after conflict
2018-08-13 14:37 UTC (2+ messages)
Suggestion: "git describe" pretty format
2018-08-13 14:26 UTC
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).