summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2019-09-05t4014: s/expected/expect/Libravatar Denton Liu1-53/+53
2019-09-05t3005: remove unused variableLibravatar Junio C Hamano1-2/+0
2019-09-05t: use LF variable defined in the test harnessLibravatar Junio C Hamano3-8/+0
2019-09-05compat/*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu2-6/+6
2019-09-05mingw: apply array.cocci ruleLibravatar Denton Liu1-2/+2
2019-09-05t3427: accelerate this test by using fast-export and fast-importLibravatar Elijah Newren1-1/+4
2019-09-05.gitignore: stop ignoring `.manifest` filesLibravatar Johannes Schindelin1-1/+0
2019-09-03am: reload .gitattributes after patching itLibravatar brian m. carlson7-5/+141
2019-09-03tree: simplify parse_tree_indirect()Libravatar René Scharfe1-15/+3
2019-09-03fetch: add fetch.writeCommitGraph config settingLibravatar Derrick Stolee6-0/+51
2019-09-03push: disallow --all and refspecs when remote.<name>.mirror is setLibravatar Thomas Gummerer2-33/+46
2019-09-01merge-options.txt: clarify meaning of various ff-related optionsLibravatar Elijah Newren1-12/+16
2019-08-30clarify documentation for remote helpersLibravatar David Turner1-3/+7
2019-08-30help: make help_unknown_ref() NORETURNLibravatar René Scharfe2-2/+3
2019-08-30checkout: add simple check for 'git checkout -b'Libravatar Derrick Stolee1-0/+9