aboutsummaryrefslogtreecommitdiffstats
path: root/t/t9133-git-svn-nested-git-repo.sh (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-19attr: adjust a mismatched data typeJohannes Schindelin1-1/+1
2023-01-17http: support CURLOPT_PROTOCOLS_STRJeff King2-13/+54
2023-01-17http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King5-30/+26
2023-01-17http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King1-1/+1
2023-01-17attr: adjust a mismatched data typeJohannes Schindelin1-1/+1
2023-01-16The seventh batchJunio C Hamano1-0/+21
2023-01-16fsck: document the new `gitattributes` message IDsJohannes Schindelin1-0/+12
2023-01-13t3104: remove shift code in 'test_ls_tree_format'Teng Long1-1/+0
2023-01-13ls-tree: cleanup the redundant SPACETeng Long1-1/+1
2023-01-13ls-tree: make "line_termination" less genericÆvar Arnfjörð Bjarmason1-14/+44
2023-01-13ls-tree: fold "show_tree_data" into "cb" structÆvar Arnfjörð Bjarmason1-13/+5
2023-01-13ls-tree: use a "struct options"Ævar Arnfjörð Bjarmason1-87/+116
2023-01-13ls-tree: don't use "show_tree_data" for "fast" callbacksÆvar Arnfjörð Bjarmason1-26/+18
2023-01-13docs: link generating patch sectionsJohn Cai2-1/+8
2023-01-13rebase: cleanup "--exec" option handlingPhillip Wood2-36/+13
2023-01-13t7527: use test_when_finished in 'case insensitive+preserving'Andrei Rybak1-1/+1
2023-01-13t6422: drop commented out codeAndrei Rybak1-2/+0
2023-01-13t6003: uncomment test '--max-age=c3, --topo-order'Andrei Rybak1-13/+10
2023-01-13git-bisect-lk2009: update nist report linkAndrei Rybak1-1/+1
2023-01-13git-bisect-lk2009: update java code conventions linkAndrei Rybak1-1/+1
2023-01-13date.c: allow ISO 8601 reduced precision timesĐoàn Trần Công Danh2-0/+45
2023-01-13t/interop: report which vanilla git command failedJeff King1-1/+1
2023-01-13merge: break out of all_strategy loop when strategy is foundSeija Kijin1-1/+1
2023-01-13githooks: discuss Git operations in foreign repositoriesEric Sunshine1-0/+12
2023-01-13doc: add "git switch -c" as another option on detached HEADYutaro Ohno1-3/+3
2023-01-13git-rebase.txt: add a note about 'ORIG_HEAD' being overwrittenPhilippe Blain1-0/+7
2023-01-13revisions.txt: be explicit about commands writing 'ORIG_HEAD'Philippe Blain1-1/+2
2023-01-13git-merge.txt: mention 'ORIG_HEAD' in the DescriptionPhilippe Blain1-1/+2
2023-01-13git-reset.txt: mention 'ORIG_HEAD' in the DescriptionPhilippe Blain1-1/+2
2023-01-13git-cherry-pick.txt: do not use 'ORIG_HEAD' in examplePhilippe Blain1-1/+1
2023-01-13object-file: fix indent-with-spaceJeff King1-1/+1
2023-01-09use DUP_ARRAYRené Scharfe8-16/+15
2023-01-09add DUP_ARRAYRené Scharfe1-0/+5
2023-01-09do full type check in BARF_UNLESS_COPYABLERené Scharfe1-3/+6
2023-01-09factor out BARF_UNLESS_COPYABLERené Scharfe1-2/+5
2023-01-09mingw: make argv2 in try_shell_exec() non-constRené Scharfe1-5/+2
2023-01-08The sixth batchJunio C Hamano1-0/+14
2023-01-08packfile: inline custom read_object()Jeff King1-17/+9
2023-01-08repo_read_object_file(): stop wrapping read_object_file_extended()Jeff King2-17/+9
2023-01-08read_object_file_extended(): drop lookup_replace optionJeff King2-7/+4
2023-01-08streaming: inline call to read_object_file_extended()Jeff King1-3/+8
2023-01-08object-file: inline calls to read_object()Jeff King2-29/+18
2023-01-08convert trivial uses of strncmp() to skip_prefix()Jeff King2-5/+8
2023-01-08convert trivial uses of strncmp() to starts_with()Jeff King4-6/+6
2023-01-08*: fix typos which duplicate a wordAndrei Rybak9-15/+14
2023-01-07features: feature.manyFiles implies fast index writesDerrick Stolee6-1/+22
2023-01-07test-lib-functions: add helper for trailing hashDerrick Stolee2-0/+13
2023-01-07read-cache: add index.skipHash config optionDerrick Stolee3-1/+37
2023-01-07hashfile: allow skipping the hash functionDerrick Stolee2-3/+18
2023-01-06diff: drop "name" parameter from prepare_temp_file()Jeff King1-11/+10