messages from 2018-09-03 18:10:37 to 2018-09-05 15:51:43 UTC [more...]
[PATCH 0/8] WIP: trace2: a new trace facility
2018-09-05 15:51 UTC (6+ messages)
` [PATCH 1/8] trace2: create new combined "
[RFC PATCH v2] Allow aliases that include other aliases
2018-09-05 15:48 UTC (2+ messages)
[BUG] index corruption with git commit -p
2018-09-05 15:48 UTC (13+ messages)
` [PATCH] reopen_tempfile(): truncate opened file
[PATCH 00/11] Add 'git multi-pack-index verify' command
2018-09-05 14:46 UTC (12+ messages)
` [PATCH 01/11] multi-pack-index: add 'verify' verb
` [PATCH 02/11] multi-pack-index: verify bad header
` [PATCH 03/11] multi-pack-index: verify corrupt chunk lookup table
` [PATCH 04/11] multi-pack-index: verify packname order
` [PATCH 05/11] multi-pack-index: verify missing pack
` [PATCH 06/11] multi-pack-index: verify oid fanout order
` [PATCH 07/11] multi-pack-index: verify oid lookup order
` [PATCH 08/11] multi-pack-index: fix 32-bit vs 64-bit size check
` [PATCH 09/11] multi-pack-index: verify object offsets
` [PATCH 10/11] multi-pack-index: report progress during 'verify'
` [PATCH 11/11] fsck: verify multi-pack-index
What's cooking in git.git (Sep 2018, #01; Tue, 4)
2018-09-05 13:38 UTC (8+ messages)
` [PATCH v4 4/6] tests: use shorter here-docs in chainlint.sed for AIX sed
` jc/rebase-in-c-9-fixes, was Re: What's cooking in git.git (Sep 2018, #01; Tue, 4)
Git in Outreachy Dec-Mar?
2018-09-05 13:23 UTC (10+ messages)
[PATCH 0/9] Offer to run CI/PR builds in Visual Studio Team Services
2018-09-05 13:03 UTC (19+ messages)
` [PATCH 1/9] ci: rename the library of common functions
` [PATCH 2/9] ci/lib.sh: encapsulate Travis-specific things
` [PATCH 3/9] test-date: add a subcommand to measure times in shell scripts
` [PATCH 4/9] tests: optionally write results as JUnit-style .xml
` [PATCH 5/9] ci/lib.sh: add support for VSTS CI
` [PATCH 6/9] Add a build definition for VSTS
` [PATCH 7/9] tests: include detailed trace logs with --write-junit-xml upon failure
` [PATCH 8/9] tests: record more stderr with --write-junit-xml in case of failure
` [PATCH 9/9] README: add a build badge (status of the VSTS build)
[PATCH 0/2] commit-graph: add progress output
2018-09-05 12:07 UTC (10+ messages)
` [PATCH 1/2] commit-graph write: "
` [PATCH 2/2] commit-graph verify: "
[PATCH] mailinfo: support format=flowed
2018-09-04 23:25 UTC (3+ messages)
[PATCH 00/11] fetch: make sure submodule oids are fetched
2018-09-04 23:01 UTC (12+ messages)
` [PATCH 01/11] string_list: print_string_list to use trace_printf
` [PATCH 02/11] string-list.h: add string_list_{pop, last} functions
` [PATCH 03/11] sha1-array: provide oid_array_filter
` [PATCH 04/11] submodule.c: convert submodule_move_head new argument to object id
` [PATCH 05/11] submodule.c: fix indentation
` [PATCH 06/11] submodule.c: sort changed_submodule_names before searching it
` [PATCH 07/11] submodule: move global changed_submodule_names into fetch submodule struct
` [PATCH 08/11] submodule.c: do not copy around submodule list
` [PATCH 09/11] submodule: fetch in submodules git directory instead of in worktree
` [PATCH 10/11] fetch: retry fetching submodules if sha1 were not fetched
` [PATCH 11/11] builtin/fetch: check for submodule updates for non branch fetches
[ANNOUNCE] Git v2.19.0-rc2
2018-09-04 22:34 UTC
[PATCH 0/2] rebase --autosquash: handle manual "final fixups"
2018-09-04 22:27 UTC (7+ messages)
` [PATCH 1/2] rebase -i --autosquash: demonstrate a problem skipping the last squash
` Re*: "
` [PATCH 2/2] rebase -i: be careful to wrap up fixup/squash chains
[GSoC] [PATCH 00/18] builtin rebase options
2018-09-04 22:00 UTC (20+ messages)
` [PATCH v2 "
` [PATCH v2 01/18] builtin rebase: allow selecting the rebase "backend"
` [PATCH v2 02/18] builtin rebase: support --signoff
` [PATCH v2 03/18] builtin rebase: support --rerere-autoupdate
` [PATCH v2 04/18] builtin rebase: support --committer-date-is-author-date
` [PATCH v2 05/18] builtin rebase: support `ignore-whitespace` option
` [PATCH v2 06/18] builtin rebase: support `ignore-date` option
` [PATCH v2 07/18] builtin rebase: support `keep-empty` option
` [PATCH v2 08/18] builtin rebase: support `--autosquash`
` [PATCH v2 09/18] builtin rebase: support `--gpg-sign` option
` [PATCH v2 10/18] builtin rebase: support `-C` and `--whitespace=<type>`
` [PATCH v2 11/18] builtin rebase: support `--autostash` option
` [PATCH v2 12/18] builtin rebase: support `--exec`
` [PATCH v2 13/18] builtin rebase: support `--allow-empty-message` option
` [PATCH v2 14/18] builtin rebase: support --rebase-merges[=[no-]rebase-cousins]
` [PATCH v2 15/18] merge-base --fork-point: extract libified function
` [PATCH v2 16/18] builtin rebase: support `fork-point` option
` [PATCH v2 17/18] builtin rebase: add support for custom merge strategies
` [PATCH v2 18/18] builtin rebase: support --root
[GSoC] [PATCH 00/11] A minimal builtin rebase
2018-09-04 21:27 UTC (13+ messages)
` [PATCH v2 "
` [PATCH v2 01/11] builtin rebase: support --onto
` [PATCH v2 02/11] builtin rebase: support `git rebase --onto A...B`
` [PATCH v2 03/11] builtin rebase: handle the pre-rebase hook and --no-verify
` [PATCH v2 04/11] builtin rebase: support --quiet
` [PATCH v2 05/11] builtin rebase: support the `verbose` and `diffstat` options
` [PATCH v2 06/11] builtin rebase: require a clean worktree
` [PATCH v2 07/11] builtin rebase: try to fast forward when possible
` [PATCH v2 08/11] builtin rebase: support --force-rebase
` [PATCH v2 09/11] builtin rebase: start a new rebase only if none is in progress
` [PATCH v2 10/11] builtin rebase: only store fully-qualified refs in `options.head_name`
` [PATCH v2 11/11] builtin rebase: support `git rebase <upstream> <switch-to>`
[PATCH 00/21] Kill the_index part 4
2018-09-04 21:12 UTC (16+ messages)
` [PATCH 12/21] patch-ids.c: remove implicit dependency on the_index
` [PATCH v2 00/24] Kill the_index part 4
` [PATCH v2 19/24] submodule.c: remove implicit dependency on the_index
` [PATCH v2 21/24] ws.c: "
` [PATCH v2 22/24] revision.c: "
` [PATCH v2 23/24] revision.c: reduce implicit dependency the_repository
` [PATCH v2 24/24] Rename functions to avoid breaking in-flight topics
[RFC PATCH 0/5] filter: support for excluding all trees and blobs
2018-09-04 20:44 UTC (13+ messages)
` [PATCH v7 0/7] "
` [PATCH v7 1/7] list-objects: store common func args in struct
` [PATCH v7 2/7] list-objects: refactor to process_tree_contents
` [PATCH v7 3/7] list-objects: always parse trees gently
` [PATCH v7 4/7] rev-list: handle missing tree objects properly
` [PATCH v7 5/7] revision: mark non-user-given objects instead
` [PATCH v7 6/7] list-objects-filter: use BUG rather than die
` [PATCH v7 7/7] list-objects-filter: implement filter tree:0
[RFC PATCH] Allow aliases that include other aliases
2018-09-04 20:11 UTC (3+ messages)
[PATCH] test-tool.h: include git-compat-util.h
2018-09-04 20:03 UTC (12+ messages)
` [PATCH 5/6] pack-bitmap: save "have" bitmap from walk
` [PATCH 0/4] un-breaking pack-objects with bitmaps
` [PATCH 2/4] t5310: test delta reuse "
[PATCH] i18n: fix mistakes in translated strings
2018-09-04 19:47 UTC (11+ messages)
` [L10N] Kickoff for Git 2.19.0 round 2
` [PATCH] i18n: fix dangling dot in die() messages
[PATCH v4 00/12] Hash-independent tests (part 3)
2018-09-04 19:36 UTC (17+ messages)
` [PATCH v4 01/12] t: add test functions to translate hash-related values
` [PATCH v4 02/12] t0000: use hash translation table
` [PATCH v4 03/12] t0000: update tests for SHA-256
` [PATCH v4 04/12] t0002: abstract away SHA-1 specific constants
` [PATCH v4 05/12] t0027: make hash size independent
` [PATCH v4 06/12] t0064: "
` [PATCH v4 07/12] t1006: "
` [PATCH v4 08/12] t1400: switch hard-coded object ID to variable
` [PATCH v4 09/12] t1405: make hash size independent
` [PATCH v4 10/12] t1406: make hash-size independent
` [PATCH v4 11/12] t1407: make hash size independent
` [PATCH v4 12/12] t5318: use test_oid for HASH_LEN
[PATCH v6] Implement --first-parent for git rev-list --bisect
2018-09-04 19:32 UTC (8+ messages)
` [PATCH] bisect.c: make show_list() build again
[PATCH v1] read-cache: speed up index load through parallelization
2018-09-04 19:31 UTC (8+ messages)
` [PATCH] read-cache.c: optimize reading index format v4
` [PATCH v2 0/1] "
` [PATCH v2 1/1] read-cache.c: "
[PATCH] diff: fix --color-moved-ws=allow-indentation-change
2018-09-04 18:51 UTC (3+ messages)
test files with same names?
2018-09-04 18:04 UTC (3+ messages)
Trivial enhancement: All commands which require an author should accept --author
2018-09-04 17:18 UTC (7+ messages)
[PATCH 0/1] Define GIT_TEST_COMMIT_GRAPH for commit-graph test coverage
2018-09-04 17:18 UTC (5+ messages)
` [PATCH v2 "
[PATCH v1] checkout: optionally speed up "git checkout -b foo"
2018-09-04 16:46 UTC (10+ messages)
` [PATCH v3] checkout: optimize "git checkout -b <new_branch>"
non-smooth progress indication for git fsck and git gc
2018-09-04 15:53 UTC (7+ messages)
[PATCH v4 0/9] Make submodules work if .gitmodules is not checked out
2018-09-04 7:10 UTC (5+ messages)
` [PATCH v4 1/9] submodule: add a print_config_from_gitmodules() helper
[PATCH] Documentation/git.txt: clarify that GIT_TRACE=/path appends
2018-09-04 0:05 UTC
[PATCH v6 0/4] stash: add new tests and introduce a new helper function
2018-09-03 20:38 UTC (11+ messages)
` [GSoC][PATCH v8 00/20] Convert "git stash" to C builtin
` [GSoC][PATCH v8 17/20] stash: convert save to builtin
` [GSoC][PATCH v8 19/20] stash: optimize `get_untracked_files()` and `check_changes()`
` [GSoC][PATCH v8 20/20] stash: replace all `write-tree` child processes with API calls
[PATCH v1] read-cache: speed up index load through parallelization
2018-09-03 19:27 UTC (7+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] "
` [PATCH v2 2/3] read-cache: load cache extensions on worker thread
[RFC PATCH 00/12] Base SHA-256 algorithm implementation
2018-09-03 19:11 UTC (4+ messages)
` [RFC PATCH 08/12] commit-graph: convert to using the_hash_algo
[PATCH] add -p: coalesce hunks before testing applicability
2018-09-03 19:01 UTC (4+ messages)
page: next (older) | prev (newer) | latest
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 NNTP newsgroup(s).