summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-29gitk: Make web links clickableLibravatar Paul Mackerras1-1/+50
2019-08-29git-gui: allow undoing last revertLibravatar Pratyush Yadav2-5/+66
2019-08-27rebase: teach rebase --keep-baseLibravatar Denton Liu6-10/+126
2019-08-27rebase tests: test linear branch topologyLibravatar Ævar Arnfjörð Bjarmason1-0/+29
2019-08-27rebase: fast-forward --fork-point in more casesLibravatar Denton Liu2-13/+17
2019-08-27rebase: fast-forward --onto in more casesLibravatar Denton Liu4-12/+23
2019-08-27rebase: refactor can_fast_forward into goto towerLibravatar Denton Liu1-8/+13
2019-08-27t3432: test for --no-ff's interaction with fast-forwardLibravatar Ævar Arnfjörð Bjarmason1-29/+54
2019-08-27fast-import: duplicate into history rather than passing ownershipLibravatar Jeff King2-8/+1
2019-08-27fast-import: duplicate parsed encoding stringLibravatar Jeff King2-2/+10
2019-08-27status: mention --skip for revert and cherry-pickLibravatar Denton Liu2-0/+10
2019-08-27completion: add --skip for cherry-pick and revertLibravatar Denton Liu1-1/+1
2019-08-27completion: merge options for cherry-pick and revertLibravatar Denton Liu1-2/+4
2019-08-26t3432: distinguish "noop-same" v.s. "work-same" in "same head" testsLibravatar Ævar Arnfjörð Bjarmason1-31/+48
2019-08-26t3432: test rebase fast-forward behaviorLibravatar Denton Liu1-0/+72
2019-08-26t3431: add rebase --fork-point testsLibravatar Denton Liu1-0/+53