summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-09Merge branch 'sg/fsck-config-in-doc' into maintLibravatar Junio C Hamano1-0/+5
2019-08-09Merge branch 'jk/xdiff-clamp-funcname-context-index' into maintLibravatar Junio C Hamano2-2/+24
2019-08-09trace2: cleanup whitespace in perf formatLibravatar Jeff Hostetler2-13/+22
2019-08-09trace2: cleanup whitespace in normal formatLibravatar Jeff Hostetler1-10/+13
2019-08-09quote: add sq_append_quote_argv_pretty()Libravatar Jeff Hostetler2-1/+18
2019-08-09Git 2.23-rc2Libravatar Junio C Hamano1-1/+1
2019-08-09Merge branch 'bc/hash-independent-tests-part-4'Libravatar Junio C Hamano2-9/+8
2019-08-09Merge branch 'rs/plug-strbuf-reak-in-read-alt-refs'Libravatar Junio C Hamano1-0/+1
2019-08-09Merge branch 'mt/dir-iterator-updates'Libravatar Junio C Hamano2-4/+4
2019-08-09Merge branch 'ds/commit-graph-incremental'Libravatar Junio C Hamano1-5/+7
2019-08-08Merge branch 'ja/l10n-fixes'Libravatar Junio C Hamano2-5/+12
2019-08-08Merge branch 'en/disable-dir-rename-in-recursive-merge'Libravatar Junio C Hamano2-1/+113
2019-08-08Merge branch 'nd/switch-and-restore'Libravatar Junio C Hamano1-1/+1
2019-08-08Merge branch 'mr/doc-can-not-to-cannot'Libravatar Junio C Hamano6-7/+7
2019-08-08Merge branch 'ds/commit-graph-octopus-fix'Libravatar Junio C Hamano2-2/+4
2019-08-08trace2: trim trailing whitespace in normal format error messageLibravatar Jeff Hostetler1-2/+5
2019-08-08trace2: remove dead code in maybe_add_string_va()Libravatar Jeff Hostetler3-15/+0
2019-08-08trace2: trim whitespace in region messages in perf target formatLibravatar Jeff Hostetler1-4/+10
2019-08-08t0000: reword comments for "local" testLibravatar Jeff King1-8/+6
2019-08-08t: decrease nesting in test_oid_to_pathLibravatar Jonathan Nieder1-1/+2
2019-08-07Merge branch 'py/call-do-quit-before-exit' of github.com:gitster/git-gui into...Libravatar Junio C Hamano1-2/+17
2019-08-07git-gui: call do_quit before destroying the main windowLibravatar Pratyush Yadav1-2/+17
2019-08-07merge: --no-verify to bypass pre-merge-commit hookLibravatar Michael J Gruber3-3/+43
2019-08-07git-merge: honor pre-merge-commit hookLibravatar Michael J Gruber4-1/+129
2019-08-07merge: do no-verify like commitLibravatar Michael J Gruber3-4/+8
2019-08-07t7503: verify proper hook executionLibravatar Josh Steadmon1-68/+89
2019-08-07sha1-file: release strbuf after useLibravatar René Scharfe1-0/+1
2019-08-07test-dir-iterator: use path argument directlyLibravatar René Scharfe1-3/+1
2019-08-07dir-iterator: release strbuf after useLibravatar René Scharfe1-1/+3
2019-08-07commit-graph: release strbufs after useLibravatar René Scharfe1-5/+7
2019-08-07nedmalloc: avoid compiler warning about unused valueLibravatar René Scharfe1-2/+2
2019-08-07nedmalloc: do assignments only after the declaration sectionLibravatar René Scharfe1-1/+1
2019-08-06config: stop checking whether the_repository is NULLLibravatar Jeff King2-1/+6
2019-08-06common-main: delay trace2 initializationLibravatar Jeff King1-4/+4
2019-08-06t1309: use short branch name in includeIf.onbranch testLibravatar Jeff King1-1/+1
2019-08-06gitcli: document --end-of-optionsLibravatar Jeff King1-0/+6
2019-08-06parse-options: allow --end-of-options as a synonym for "--"Libravatar Jeff King3-1/+16
2019-08-06revision: allow --end-of-options to end option parsingLibravatar Jeff King2-1/+15
2019-08-06l10n: reformat some localized strings for v2.23.0Libravatar Jean-Noël Avila2-5/+12
2019-08-06merge-recursive: avoid directory rename detection in recursive caseLibravatar Elijah Newren2-1/+113
2019-08-06l10n: vi.po (4676t): Updated Vietnamese translationLibravatar Tran Ngoc Quan1-3017/+3618
2019-08-05tests: show the test name and number at the start of verbose outputLibravatar SZEDER Gábor3-6/+8
2019-08-05t0000-basic: use realistic test script names in the verbose testsLibravatar SZEDER Gábor1-6/+6
2019-08-05commit-graph: fix bug around octopus mergesLibravatar Derrick Stolee2-2/+4
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'Libravatar SZEDER Gábor4-15/+33
2019-08-05commit-graph: turn a group of write-related macro flags into an enumLibravatar SZEDER Gábor4-14/+18
2019-08-05t5318-commit-graph: use 'test_expect_code'Libravatar SZEDER Gábor1-2/+1
2019-08-05restore: fix typo in docsLibravatar William Chargin1-1/+1
2019-08-05doc: typo: s/can not/cannot/ and s/is does/does/Libravatar Mark Rushakoff6-7/+7
2019-08-03Merge branch 'master' of https://github.com/Softcatala/git-poLibravatar Jiang Xin1-4517/+6933