summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-02docs: git-clone: refer to long form of optionsLibravatar Quentin Nerden1-8/+8
2019-07-01Document that 'git -C ""' works and doesn't change directoryLibravatar SZEDER Gábor1-1/+2
2019-07-01rebase --am: ignore rebase.rescheduleFailedExecLibravatar Johannes Schindelin2-3/+15
2019-06-27progress: use term_clear_line()Libravatar SZEDER Gábor2-20/+14
2019-06-27rebase: fix garbled progress display with '-x'Libravatar SZEDER Gábor2-5/+16
2019-06-27mingw: use Unicode functions explicitlyLibravatar Johannes Schindelin3-6/+8
2019-06-27mingw: get pw_name in UTF-8 formatLibravatar Johannes Schindelin1-2/+8
2019-06-27mingw: embed a manifest to trick UAC into Doing The Right ThingLibravatar Cesar Eduardo Barros2-0/+27
2019-06-27mingw: enable stack smashing protectorLibravatar Johannes Schindelin1-1/+2
2019-06-27trace2: correct typo in technical documentationLibravatar Carlo Marcelo Arenas Belón1-1/+1
2019-06-27t5551: test usage of chunked encoding explicitlyLibravatar Jonathan Tan1-3/+2
2019-06-25t5551: use 'test_i18ngrep' to check translated outputLibravatar SZEDER Gábor1-2/+2
2019-06-25submodule foreach: fix recursion of optionsLibravatar Morian Sonnet2-0/+8
2019-06-25msvc: ignore .dll and incremental compile outputLibravatar Jeff Hostetler1-0/+5
2019-06-25msvc: avoid debug assertion windows in Debug ModeLibravatar Johannes Schindelin1-0/+4
2019-06-25msvc: do not pretend to support all signalsLibravatar Jeff Hostetler1-0/+25
2019-06-25msvc: add pragmas for common warningsLibravatar Philip Oakley1-0/+4
2019-06-25msvc: add a compile-time flag to allow detailed heap debuggingLibravatar Jeff Hostetler3-0/+19
2019-06-25msvc: support building Git using MS Visual C++Libravatar Jeff Hostetler9-15/+473
2019-06-24pager: add a helper function to clear the last line in the terminalLibravatar SZEDER Gábor3-3/+24
2019-06-24t3404: make the 'rebase.missingCommitsCheck=ignore' test more focusedLibravatar SZEDER Gábor1-14/+1
2019-06-24t3404: modernize here doc styleLibravatar SZEDER Gábor1-65/+58
2019-06-24doc: don't use git.kernel.org as example gitweb URLLibravatar Jakub Wilk1-2/+1
2019-06-24config: simplify parsing of unit factorsLibravatar René Scharfe1-18/+12
2019-06-24config: don't multiply in parse_unit_factor()Libravatar René Scharfe1-7/+9
2019-06-24config: use unsigned_mult_overflows to check for overflowsLibravatar René Scharfe1-6/+7
2019-06-24t0001: fix on case-insensitive filesystemsLibravatar Johannes Schindelin2-14/+23
2019-06-24doc: improve usage string in MyFirstContributionLibravatar Christian Couder1-5/+7
2019-06-21tests: mark two failing tests under FAIL_PREREQSLibravatar Ævar Arnfjörð Bjarmason2-2/+2
2019-06-21The third batchLibravatar Junio C Hamano1-0/+29
2019-06-21Merge branch 'mo/clang-format-for-each-update'Libravatar Junio C Hamano1-2/+15
2019-06-21Merge branch 'md/url-parse-harden'Libravatar Junio C Hamano1-2/+2
2019-06-21Merge branch 'an/ignore-doc-update'Libravatar Junio C Hamano1-22/+44
2019-06-21Merge branch 'ab/hash-object-doc'Libravatar Junio C Hamano1-3/+1
2019-06-21Merge branch 'cm/send-email-document-req-modules'Libravatar Junio C Hamano1-2/+6
2019-06-21Merge branch 'md/list-objects-filter-parse-msgfix'Libravatar Junio C Hamano1-1/+1
2019-06-21Merge branch 'md/list-objects-filter-memfix'Libravatar Junio C Hamano1-8/+8
2019-06-21Merge branch 'jt/partial-clone-missing-ref-delta-base'Libravatar Junio C Hamano2-15/+123
2019-06-21Merge branch 'ml/userdiff-rust'Libravatar Junio C Hamano7-0/+29
2019-06-21pull: add --[no-]show-forced-updates passthroughLibravatar Derrick Stolee1-0/+7
2019-06-21fetch: warn about forced updates in branch listingLibravatar Derrick Stolee4-1/+31
2019-06-21fetch: add --[no-]show-forced-updates argumentLibravatar Derrick Stolee4-1/+51
2019-06-21status: ignore status.aheadbehind in porcelain formatsLibravatar Jeff Hostetler2-8/+14
2019-06-21status: warn when a/b calculation takes too longLibravatar Jeff Hostetler4-0/+26
2019-06-21status: add status.aheadbehind settingLibravatar Jeff Hostetler4-1/+56
2019-06-20msvc: update Makefile to allow for spaces in the compiler pathLibravatar Jeff Hostetler1-1/+1
2019-06-20msvc: fix detect_msys_tty()Libravatar Jeff Hostetler1-0/+13
2019-06-20msvc: define ftello()Libravatar Jeff Hostetler1-0/+2
2019-06-20msvc: do not re-declare the timespec structLibravatar Jeff Hostetler1-0/+2
2019-06-20msvc: mark a variable as non-constLibravatar Jeff Hostetler1-1/+4