t0410: test fetching from many promisor remotes
Christian Couder committed about 7 years ago
builtin/fetch: remove unique promisor remote limitation
Christian Couder committed about 7 years ago
promisor-remote: parse remote.*.partialclonefilter
Christian Couder committed about 7 years ago
Use promisor_remote_get_direct() and has_promisor_remote()
Christian Couder committed about 7 years ago
promisor-remote: use repository_format_partial_clone
Christian Couder committed about 7 years ago
promisor-remote: add promisor_remote_reinit()
Christian Couder committed about 7 years ago
promisor-remote: implement promisor_remote_get_direct()
Christian Couder committed about 7 years ago
Add initial support for many promisor remotes
Christian Couder committed about 7 years ago
fetch-object: make functions return an error code
Christian Couder committed about 7 years ago
t0410: remove pipes after git commands
Christian Couder committed about 7 years ago
t5551: use 'test_i18ngrep' to check translated output
SZEDER Gábor committed about 7 years ago
l10n: it.po: update the Italian translation
Alessandro Menti committed about 7 years ago
submodule foreach: fix recursion of options
Morian Sonnet committed about 7 years ago
msvc: ignore .dll and incremental compile output
Jeff Hostetler committed about 7 years ago
msvc: avoid debug assertion windows in Debug Mode
Johannes Schindelin committed about 7 years ago
msvc: do not pretend to support all signals
Jeff Hostetler committed about 7 years ago
msvc: add pragmas for common warnings
Philip Oakley committed about 7 years ago
msvc: add a compile-time flag to allow detailed heap debugging
Jeff Hostetler committed about 7 years ago
msvc: support building Git using MS Visual C++
Jeff Hostetler committed about 7 years ago
pager: add a helper function to clear the last line in the terminal
SZEDER Gábor committed about 7 years ago