messages from 2018-08-16 08:36:45 to 2018-08-19 01:27:53 UTC [more...]
git-bug: Distributed bug tracker embedded in git
2018-08-19 1:27 UTC (14+ messages)
[PATCH v7 0/1] sideband: highlight keywords in remote sideband output
2018-08-18 23:22 UTC (11+ messages)
` [PATCH v7 1/1] "
` Re* "
[PATCH v6 0/4] stash: add new tests and introduce a new helper function
2018-08-18 22:33 UTC (37+ messages)
` [GSoC][PATCH v7 00/26] Convert "git stash" to C builtin
` [GSoC][PATCH v7 05/26] stash: convert apply to builtin
` [GSoC][PATCH v7 09/26] stash: implement the "list" command in the builtin
` [GSoC][PATCH v7 10/26] stash: convert show to builtin
` [GSoC][PATCH v7 12/26] stash: refactor `show_stash()` to use the diff API
` [GSoC][PATCH v7 15/26] stash: convert create to builtin
` [GSoC][PATCH v7 16/26] stash: replace spawning a "read-tree" process
` [GSoC][PATCH v7 17/26] stash: avoid spawning a "diff-index" process
` [GSoC][PATCH v7 18/26] stash: convert push to builtin
` [GSoC][PATCH v7 19/26] stash: make push to be quiet
` [GSoC][PATCH v7 20/26] stash: add tests for `git stash push -q`
` [GSoC][PATCH v7 21/26] stash: replace spawning `git ls-files` child process
` [GSoC][PATCH v7 22/26] stash: convert save to builtin
` [GSoC][PATCH v7 23/26] stash: convert `stash--helper.c` into `stash.c`
` [GSoC][PATCH v7 24/26] stash: optimize `get_untracked_files()` and `check_changes()`
[PATCH v4 0/5] Speed up unpack_trees()
2018-08-18 22:01 UTC (11+ messages)
` [PATCH v5 0/7] "
` [PATCH v5 1/7] trace.h: support nested performance tracing
` [PATCH v5 2/7] unpack-trees: add "
` [PATCH v5 3/7] unpack-trees: optimize walking same trees with cache-tree
` [PATCH v5 4/7] unpack-trees: reduce malloc in cache-tree walk
` [PATCH v5 5/7] unpack-trees: reuse (still valid) cache-tree from src_index
` [PATCH v5 6/7] unpack-trees: add missing cache invalidation
` [PATCH v5 7/7] cache-tree: verify valid cache-tree in the test suite
[PATCH 0/2] Simple fixes to t7406
2018-08-18 20:52 UTC (4+ messages)
` [PATCHv3 0/5] "
[RFC PATCH] t7508-status: fix a bogus check in a submodule-related test
2018-08-18 17:56 UTC
[RFC PATCH 0/5] filter: support for excluding all trees and blobs
2018-08-18 16:17 UTC (7+ messages)
` [PATCH v6 0/6] "
` [PATCH v6 6/6] list-objects-filter: implement filter tree:0
[PATCH 0/7] Resend of sb/submodule-update-in-c
2018-08-18 16:10 UTC (4+ messages)
` [PATCH 7/7] submodule--helper: introduce new update-module-mode helper
[PATCH 0/2] Repacking of promisor packfiles
2018-08-18 16:05 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 2/2] repack: repack promisor objects if -a or -A is set
[GSoC] [PATCH 00/18] builtin rebase options
2018-08-18 15:59 UTC (3+ messages)
` [PATCH 11/18] builtin rebase: support `--autostash` option
[RFC/PATCH] drop vcs-svn experiment
2018-08-18 15:03 UTC (4+ messages)
What's cooking in git.git (Aug 2018, #04; Fri, 17)
2018-08-18 12:54 UTC (7+ messages)
[PATCH/RFC] commit: add short option for --amend
2018-08-18 7:24 UTC (9+ messages)
[PATCH] t2024: mark test using "checkout -p" with PERL prerequisite
2018-08-18 7:01 UTC (2+ messages)
[PATCH 0/6] reuse on-disk deltas for fetches with bitmaps
2018-08-17 23:32 UTC (11+ messages)
` [PATCH 1/6] t/perf: factor boilerplate out of test_perf
` [PATCH 2/6] t/perf: factor out percent calculations
` [PATCH 3/6] t/perf: add infrastructure for measuring sizes
` [PATCH 4/6] t/perf: add perf tests for fetches from a bitmapped server
` [PATCH 5/6] pack-bitmap: save "have" bitmap from walk
` [PATCH 6/6] pack-objects: reuse on-disk deltas for thin "have" objects
[PATCH 4/4] range-diff: indent special lines as context
2018-08-17 22:09 UTC (7+ messages)
` [PATCH 0/3] Better colors in range-diff
` [PATCH 1/3] diff.c: add --output-indicator-{new, old, context}
` [PATCH 2/3] range-diff: make use of different output indicators
` [PATCH 3/3] range-diff: indent special lines as context
[PATCH] t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' test
2018-08-17 20:15 UTC (7+ messages)
[PATCH v3 0/1] clone: warn on colidding entries on checkout
2018-08-17 19:46 UTC (11+ messages)
` [PATCH v4] clone: report duplicate entries on case-insensitive filesystems
` [PATCH v5] "
[PATCH] gpg-interface.c: Fix potentially freeing NULL values
2018-08-17 18:29 UTC (12+ messages)
` [PATCH] refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x)
Syncing HEAD
2018-08-17 16:48 UTC (7+ messages)
[PATCH] gpg-interface.c: detect and reject multiple signatures on commits
2018-08-17 16:39 UTC (4+ messages)
[PATCH v4] clone: report duplicate entries on case-insensitive filesystems
2018-08-17 15:29 UTC (7+ messages)
` [PATCH] config.txt: clarify core.checkStat = minimal
Contributor Summit planning
2018-08-17 15:18 UTC (5+ messages)
What's cooking in git.git (Aug 2018, #03; Wed, 15)
2018-08-17 14:56 UTC (6+ messages)
Incomplete bash completion on git commit: --allow-empty-message and --allow-empty
2018-08-17 14:47 UTC (5+ messages)
` [PATCH] completion: include PARSE_OPT_HIDDEN in completion output
non-smooth progress indication for git fsck and git gc
2018-08-17 14:39 UTC (10+ messages)
[GSoC][PATCH v5 00/20] rebase -i: rewrite in C
2018-08-17 13:27 UTC (6+ messages)
` [GSoC][PATCH v6 "
` [GSoC][PATCH v6 11/20] rebase -i: rewrite complete_action() "
` [GSoC][PATCH v6 15/20] rebase -i: rewrite write_basic_state() "
[RFC] git send-email hashbang
2018-08-17 13:22 UTC (2+ messages)
[PATCH v1] checkout: optionally speed up "git checkout -b foo"
2018-08-17 12:37 UTC (4+ messages)
` [PATCH v3] checkout: optimize "git checkout -b <new_branch>"
[PATCH v2] gpg-interface.c: detect and reject multiple signatures on commits
2018-08-17 7:34 UTC
[PATCH] Makefile: extend NO_TCLTK=NoThanks to cover docs
2018-08-17 6:42 UTC (2+ messages)
git-clone removes destination path after permission deny
2018-08-16 23:43 UTC (3+ messages)
Git Project Leadership Committee
2018-08-16 23:09 UTC (2+ messages)
[GSoC] [PATCH v5 0/3] rebase: rewrite rebase in C
2018-08-16 21:43 UTC (4+ messages)
` [GSoC] [PATCH v6 "
` [GSoC] [PATCH v6 3/3] builtin/rebase: support running "git rebase <upstream>"
[PATCH v2] worktree: add --quiet option
2018-08-16 20:42 UTC (7+ messages)
[PATCH 0/7] speeding up cat-file by reordering object access
2018-08-16 19:45 UTC (8+ messages)
` [PATCH 4/7] for_each_packed_object: support iterating in pack-order
submodules : switching to an older commit/Tag in project with submodules
2018-08-16 18:41 UTC (5+ messages)
[RFC] submodule: munge paths to submodule git directories
2018-08-16 18:19 UTC (15+ messages)
` [PATCH 0/2] munge submodule names
` [PATCH 2/2] submodule: munge paths to submodule git directories
` [PATCH] submodule: add config for where gitdirs are located
[PATCH] branch: support configuring --sort via .gitconfig
2018-08-16 18:16 UTC (5+ messages)
[PATCH v5 0/7] [PATCH v4 0/7] Add delta islands support
2018-08-16 17:54 UTC (3+ messages)
` [PATCH v5 5/7] t: add t5319-delta-islands.sh
[PATCHv4 0/6] Add missing includes and forward declares
2018-08-16 17:48 UTC (4+ messages)
[RFC PATCH 0/7] Unset the submodule URL in the superproject when no longer needed
2018-08-16 17:37 UTC (7+ messages)
` [PATCH 1/7] t7410: update to new style
` [PATCH 3/7] submodule: is_submodule_active to differentiate between new and old mode
"less -F" is broken
2018-08-16 17:10 UTC (5+ messages)
[PATCH 2/2] cherry-pick: fix --quit not deleting CHERRY_PICK_HEAD
2018-08-16 17:02 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/2] rebase -i: fix SIGSEGV when 'merge <branch>' fails
2018-08-16 16:04 UTC (4+ messages)
` [PATCH 2/2] "
[PATCH] rebase -i: fix numbering in squash message
2018-08-16 8:42 UTC (5+ 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).