summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-09Merge branch 'jk/eoo'Libravatar Junio C Hamano6-2/+37
2019-09-09Merge branch 'jk/repo-init-cleanup'Libravatar Junio C Hamano3-6/+11
2019-09-09Merge branch 'py/git-gui-do-quit'Libravatar Junio C Hamano1-2/+17
2019-09-09grep: skip UTF8 checks explicitlyLibravatar Carlo Marcelo Arenas Belón2-1/+4
2019-09-09log-tree: call load_ref_decorations() in get_name_decoration()Libravatar René Scharfe4-4/+2
2019-09-09log: test --decorate-refs-exclude with --simplify-by-decorationLibravatar René Scharfe1-0/+15
2019-09-09gitweb.conf.txt: switch pluses to backticks to help AsciidoctorLibravatar Martin Ågren1-3/+3
2019-09-09git-merge-index.txt: wrap shell listing in "----"Libravatar Martin Ågren1-11/+15
2019-09-09git-receive-pack.txt: wrap shell [script] listing in "----"Libravatar Martin Ågren1-24/+28
2019-09-09git-ls-remote.txt: wrap shell listing in "----"Libravatar Martin Ågren1-15/+17
2019-09-09Documentation: wrap config listings in "----"Libravatar Martin Ågren4-80/+87
2019-09-09git-merge-base.txt: render indentations correctly under AsciidoctorLibravatar Martin Ågren1-41/+57
2019-09-09Documentation: wrap blocks with "--"Libravatar Martin Ågren2-10/+16
2019-09-09commit-graph: turn off save_commit_bufferLibravatar Jeff King1-0/+2
2019-09-09commit-graph: don't show progress percentages while expanding reachable commitsLibravatar SZEDER Gábor1-1/+1
2019-09-09commit-graph.c: handle corrupt/missing treesLibravatar Taylor Blau3-3/+9
2019-09-09commit-graph.c: handle commit parsing errorsLibravatar Taylor Blau2-2/+4
2019-09-09t/t5318: introduce failing 'git commit-graph write' testsLibravatar Taylor Blau1-0/+43
2019-09-07builtin/rebase.c: Remove pointless messageLibravatar Ben Wijen2-19/+1
2019-09-07builtin/rebase.c: make sure the active branch isn't moved when autostashingLibravatar Ben Wijen2-3/+14
2019-09-06t: use common $SQ variableLibravatar Denton Liu11-60/+51
2019-09-06pack-objects: drop packlist index_pos optimizationLibravatar Jeff King5-34/+29
2019-09-06test-read-cache: drop namelen variableLibravatar Jeff King1-3/+2
2019-09-06diff-delta: set size out-parameter to 0 for NULL deltaLibravatar Jeff King1-0/+2
2019-09-06bulk-checkin: zero-initialize hashfile_checkpointLibravatar Jeff King1-1/+1
2019-09-06pack-objects: use object_id in packlist_alloc()Libravatar Jeff King3-4/+4
2019-09-06git-am: handle missing "author" when parsing commitLibravatar Jeff King1-1/+3
2019-09-06ci: restore running httpd testsLibravatar SZEDER Gábor1-1/+1
2019-09-06t/lib-git-svn.sh: check GIT_TEST_SVN_HTTPD when running SVN HTTP testsLibravatar SZEDER Gábor1-1/+1
2019-09-05use get_tagged_oid()Libravatar René Scharfe5-7/+8
2019-09-05tag: factor out get_tagged_oid()Libravatar René Scharfe4-6/+10
2019-09-05unpack-trees: rename 'is_excluded_from_list()'Libravatar Derrick Stolee4-42/+72
2019-09-05treewide: rename 'exclude' methods to 'pattern'Libravatar Derrick Stolee11-67/+67
2019-09-05treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Libravatar Derrick Stolee4-22/+22
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Libravatar Derrick Stolee8-100/+100
2019-09-05treewide: rename 'struct exclude' to 'struct path_pattern'Libravatar Derrick Stolee3-77/+80
2019-09-05t9902: use a non-deprecated command for testingLibravatar Elijah Newren1-6/+6
2019-09-05Recommend git-filter-repo instead of git-filter-branchLibravatar Elijah Newren9-59/+288
2019-09-05t6006: simplify, fix, and optimize empty message testLibravatar Elijah Newren1-3/+2
2019-09-05config/format.txt: specify default value of format.coverLetterLibravatar Denton Liu1-0/+1
2019-09-05Doc: add more detail for git-format-patchLibravatar Denton Liu1-10/+13
2019-09-05t4014: stop losing return codes of git commandsLibravatar Denton Liu1-77/+120
2019-09-05t4014: remove confusing pipe in check_threading()Libravatar Denton Liu1-3/+2
2019-09-05t4014: use test_line_count() where possibleLibravatar Denton Liu1-16/+19
2019-09-05t4014: let sed open its own filesLibravatar Denton Liu1-14/+14
2019-09-05t4014: drop redirections to /dev/nullLibravatar Denton Liu1-6/+6
2019-09-05t4014: use indentable here-docsLibravatar Denton Liu1-184/+184
2019-09-05t4014: remove spaces after redirect operatorsLibravatar Denton Liu1-31/+31
2019-09-05t4014: use sq for test case namesLibravatar Denton Liu1-5/+5
2019-09-05t4014: move closing sq onto its own lineLibravatar Denton Liu1-2/+4