summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-16http: make http_get_file() externalDerrick Stolee2-2/+11
2022-05-16fetch-pack: move --keep=* option filling to a functionÆvar Arnfjörð Bjarmason1-8/+12
2022-05-16fetch-pack: add a deref_without_lazy_fetch_extended()Ævar Arnfjörð Bjarmason1-7/+18
2022-05-16dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason9-38/+121
2022-05-16connect.c: refactor sending of agent & object-formatÆvar Arnfjörð Bjarmason1-13/+20
2022-05-16fetch: limit shared symref check only for local branchesOrgad Shaneh1-0/+1
2022-05-16http: add custom hostname to IP address resolutionsChristian Couder3-0/+41
2022-05-16fetch-pack: make unexpected peek result non-fatalJonathan Tan1-8/+11
2022-05-12t0034: add negative tests and allow git init to mostly work under sudoCarlo Marcelo Arenas Belón2-0/+77
2022-05-12git-compat-util: avoid failing dir ownership checks if running privilegedCarlo Marcelo Arenas Belón3-2/+66
2022-05-12t: regression git needs safe.directory when using sudoCarlo Marcelo Arenas Belón1-0/+44
2022-05-12MyFirstContribution: drop PR description for GGG single-patch contributionsPhilippe Blain1-0/+10
2022-05-12MyFirstContribution: reference "The cover letter" in GitGitGadget sectionPhilippe Blain1-2/+6
2022-05-12MyFirstContribution: reference "The cover letter" in "Preparing Email"Philippe Blain1-29/+9
2022-05-12MyFirstContribution: add standalone section on cover letterPhilippe Blain1-4/+47
2022-05-12MyFirstContribution: add "Anatomy of a Patch Series" sectionPhilippe Blain1-3/+51
2022-05-12commit: fix "author_ident" leakJunio C Hamano3-3/+8
2022-05-12ci: use https, not http to download binaries from perforce.comÆvar Arnfjörð Bjarmason1-1/+1
2022-05-12ci: reintroduce prevention from perforce being quarantined in macOSCarlo Marcelo Arenas Belón1-1/+2
2022-05-12ci: avoid brew for installing perforceCarlo Marcelo Arenas Belón1-7/+8
2022-05-12ci: make failure to find perforce more user friendlyCarlo Marcelo Arenas Belón1-2/+6
2022-05-12commit-graph.c: don't assume that stat() succeedsÆvar Arnfjörð Bjarmason1-2/+4
2022-05-12object-file: fix a unpack_loose_header() regression in 3b6a8db3b03Ævar Arnfjörð Bjarmason3-6/+25
2022-05-12log test: skip a failing mkstemp() test under valgrindÆvar Arnfjörð Bjarmason1-4/+7
2022-05-12tests: using custom GIT_EXEC_PATH breaks --valgrind testsÆvar Arnfjörð Bjarmason2-2/+3
2022-05-12archive: do not let on-disk mode leak to zip archivesJunio C Hamano1-1/+1
2022-05-11pull: do not let submodule.recurse override fetch.recurseSubmodulesGlen Choo2-3/+33
2022-05-11second 0th batch of topics from the previous cycleJunio C Hamano1-0/+16
2022-05-11Merge branch 'rs/commit-summary-wo-break-rewrite'Junio C Hamano2-1/+31
2022-05-11Merge branch 'pw/test-malloc-with-sanitize-address'Junio C Hamano2-3/+7
2022-05-11Merge branch 'ea/rebase-code-simplify'Junio C Hamano1-4/+2
2022-05-11Merge branch 'kt/commit-graph-plug-fp-leak-on-error'Junio C Hamano1-3/+6
2022-05-11Merge branch 'ah/rebase-keep-base-fix'Junio C Hamano3-29/+60
2022-05-11bisect: output bisect setup status in bisect logChris Down2-5/+31
2022-05-11bisect: output state before we are ready to compute bisectionChris Down3-13/+67
2022-05-11Merge branch 'master' of git://git.ozlabs.org/~paulus/gitkJunio C Hamano1-7/+10
2022-05-11SubmittingPatches: use more stable git.ozlabs.org URLJunio C Hamano1-1/+4
2022-05-11gitk: include y coord in recorded sash positionhalilsen1-0/+3
2022-05-11gitk: trivial indentation fixhalilsen1-7/+7
2022-05-100th batch for topics from the previous cycleJunio C Hamano1-1/+22
2022-05-10Merge branch 'ea/progress-partial-blame'Junio C Hamano2-1/+45
2022-05-10Merge branch 'fr/vimdiff-layout'Junio C Hamano27-32/+978
2022-05-10Merge branch 'jh/p4-various-fixups'Junio C Hamano1-353/+521
2022-05-10Merge branch 'tk/untracked-cache-with-uall'Junio C Hamano2-16/+185
2022-05-10Merge branch 'ab/misc-cleanup'Junio C Hamano9-52/+0
2022-05-10unpack-trees: preserve index sparsityVictoria Dye2-1/+7
2022-05-10stash: apply stash using 'merge_ort_nonrecursive()'Victoria Dye2-8/+26
2022-05-10read-cache: set sparsity when index is newVictoria Dye2-2/+18
2022-05-10sparse-index: expose 'is_sparse_index_allowed()'Victoria Dye2-1/+2
2022-05-10stash: integrate with sparse indexVictoria Dye2-1/+31