summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-06bulk-checkin: zero-initialize hashfile_checkpointJeff King1-1/+1
2019-09-06pack-objects: use object_id in packlist_alloc()Jeff King3-4/+4
2019-09-06git-am: handle missing "author" when parsing commitJeff King1-1/+3
2019-09-06ci: restore running httpd testsSZEDER Gábor1-1/+1
2019-09-06t/lib-git-svn.sh: check GIT_TEST_SVN_HTTPD when running SVN HTTP testsSZEDER Gábor1-1/+1
2019-09-05use get_tagged_oid()René Scharfe5-7/+8
2019-09-05tag: factor out get_tagged_oid()René Scharfe4-6/+10
2019-09-05unpack-trees: rename 'is_excluded_from_list()'Derrick Stolee4-42/+72
2019-09-05treewide: rename 'exclude' methods to 'pattern'Derrick Stolee11-67/+67
2019-09-05treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Derrick Stolee4-22/+22
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee8-100/+100
2019-09-05treewide: rename 'struct exclude' to 'struct path_pattern'Derrick Stolee3-77/+80
2019-09-05t9902: use a non-deprecated command for testingElijah Newren1-6/+6
2019-09-05Recommend git-filter-repo instead of git-filter-branchElijah Newren9-55/+284
2019-09-05t6006: simplify, fix, and optimize empty message testElijah Newren1-3/+2
2019-09-05config/format.txt: specify default value of format.coverLetterDenton Liu1-0/+1
2019-09-05Doc: add more detail for git-format-patchDenton Liu1-10/+13
2019-09-05t4014: stop losing return codes of git commandsDenton Liu1-77/+120
2019-09-05t4014: remove confusing pipe in check_threading()Denton Liu1-3/+2
2019-09-05t4014: use test_line_count() where possibleDenton Liu1-16/+19
2019-09-05t4014: let sed open its own filesDenton Liu1-14/+14
2019-09-05t4014: drop redirections to /dev/nullDenton Liu1-6/+6
2019-09-05t4014: use indentable here-docsDenton Liu1-184/+184
2019-09-05t4014: remove spaces after redirect operatorsDenton Liu1-31/+31
2019-09-05t4014: use sq for test case namesDenton Liu1-5/+5
2019-09-05t4014: move closing sq onto its own lineDenton Liu1-2/+4
2019-09-05t4014: s/expected/expect/Denton Liu1-53/+53
2019-09-05t3005: remove unused variableJunio C Hamano1-2/+0
2019-09-05t: use LF variable defined in the test harnessJunio C Hamano3-8/+0
2019-09-05compat/*.[ch]: remove extern from function declarations using spatchDenton Liu2-6/+6
2019-09-05mingw: apply array.cocci ruleDenton Liu1-2/+2
2019-09-05t3427: accelerate this test by using fast-export and fast-importElijah Newren1-1/+4
2019-09-05.gitignore: stop ignoring `.manifest` filesJohannes Schindelin1-1/+0
2019-09-03am: reload .gitattributes after patching itbrian m. carlson7-5/+141
2019-09-03tree: simplify parse_tree_indirect()René Scharfe1-15/+3
2019-09-03fetch: add fetch.writeCommitGraph config settingDerrick Stolee6-0/+51
2019-09-03push: disallow --all and refspecs when remote.<name>.mirror is setThomas Gummerer2-33/+46
2019-09-01merge-options.txt: clarify meaning of various ff-related optionsElijah Newren1-12/+16
2019-08-30clarify documentation for remote helpersDavid Turner1-3/+7
2019-08-30help: make help_unknown_ref() NORETURNRené Scharfe2-2/+3
2019-08-30checkout: add simple check for 'git checkout -b'Derrick Stolee1-0/+9
2019-08-29gitk: Make web links clickablePaul Mackerras1-1/+50
2019-08-29git-gui: allow undoing last revertPratyush Yadav2-5/+66
2019-08-27rebase: teach rebase --keep-baseDenton Liu6-10/+126
2019-08-27rebase tests: test linear branch topologyÆvar Arnfjörð Bjarmason1-0/+29
2019-08-27rebase: fast-forward --fork-point in more casesDenton Liu2-13/+17
2019-08-27rebase: fast-forward --onto in more casesDenton Liu4-12/+23
2019-08-27rebase: refactor can_fast_forward into goto towerDenton Liu1-8/+13
2019-08-27t3432: test for --no-ff's interaction with fast-forwardÆvar Arnfjörð Bjarmason1-29/+54
2019-08-27fast-import: duplicate into history rather than passing ownershipJeff King2-8/+1