summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-08t7900: fix typo: "test_execpt_success"Josh Steadmon1-1/+1
2020-12-07completion: bash: fix gitk alias regressionFelipe Contreras1-1/+1
2020-12-07commit-graph: use size_t for array allocation and indexingJeff King1-2/+2
2020-12-07commit-graph: replace packed_oid_list with oid_arrayJeff King1-47/+15
2020-12-07commit-graph: drop count_distinct_commits() functionJeff King1-41/+2
2020-12-07oid-array: provide a for-loop iteratorJeff King2-5/+25
2020-12-07t6300: avoid using the default name of the initial branchJohannes Schindelin1-88/+90
2020-12-07pretty format %(trailers) test: split a long lineÆvar Arnfjörð Bjarmason1-1/+6
2020-12-04oid-array: make sort function publicJeff King2-5/+10
2020-12-04cache.h: move hash/oid functions to hash.hJeff King2-94/+95
2020-12-04t0064: make duplicate tests more robustJeff King1-2/+5
2020-12-04t0064: drop sha1 mention from filenameJeff King1-1/+1
2020-12-04oid-array.h: drop sha1 mention from header guardJeff King1-3/+3
2020-12-04cmake: determine list of extra built-ins dynamicallyJohannes Schindelin1-4/+11
2020-12-04t5526: drop the prereq expecting the default branch name `main`Johannes Schindelin1-21/+21
2020-12-04t5526: avoid depending on a specific default branch nameJohannes Schindelin1-19/+22
2020-12-04ci(vs-build): stop passing the iconv library location explicitlyDennis Ameling3-3/+2
2020-12-03upload-pack.c: don't free allowed_filters util pointersTaylor Blau2-2/+10
2020-12-03builtin/clone.c: don't ignore transport_fetch_refs() errorsTaylor Blau1-4/+11
2020-12-03style: indent multiline "if" conditions to alignJeff King2-2/+2
2020-12-03upload-pack: propagate return value from object filter config callbackJeff King2-1/+10
2020-12-03Tenth batchJunio C Hamano1-5/+16
2020-12-03Merge branch 'pk/subsub-fetch-fix'Junio C Hamano2-67/+10
2020-12-03Merge branch 'jk/stop-pack-objects-when-fetch-is-killed'Junio C Hamano1-0/+1
2020-12-03Merge branch 'jk/stop-pack-objects-when-push-is-killed'Junio C Hamano1-0/+1
2020-12-03Merge branch 'tb/repack-simplify'Junio C Hamano1-99/+54
2020-12-03Merge branch 'pb/pull-rebase-recurse-submodules'Junio C Hamano2-14/+90
2020-12-03Merge branch 'ab/retire-parse-remote'Junio C Hamano6-138/+11
2020-12-02doc: make HTML manual reproducibleArnout Engelen1-1/+4
2020-12-02Revert "submodules: fix of regression on fetching of non-init subsub-repo"Junio C Hamano2-67/+10
2020-12-02glossary: improve "branch" definitionSergey Organov1-1/+1
2020-12-02Makefile: mark git-maintenance as a builtinJeff King1-0/+1
2020-12-02apply: don't use core.sharedRepository to create working tree filesMatheus Tavares5-6/+47
2020-12-02banned.h: mark ctime_r() and asctime_r() as bannedJeff King1-0/+4
2020-12-02gitignore: remove entry for git serveRené Scharfe1-1/+0
2020-12-02gitignore: drop duplicate entry for git-sh-i18nJeff King1-1/+0
2020-12-02t7900: speed up expensive testJeff King1-2/+4
2020-12-01stash: fix stash application in sparse-checkoutsElijah Newren2-3/+49
2020-12-01stash: remove unnecessary process forkingElijah Newren2-57/+78
2020-12-01t7012: add a testcase demonstrating stash apply bugs in sparse checkoutsElijah Newren1-0/+88
2020-12-01banned.h: mark non-reentrant gmtime, etc as bannedJeff King1-0/+9
2020-12-01config.txt: fix a typo (backslash != backquote)Štěpán Němec1-1/+1
2020-12-01builtin/bugreport.c: use thread-safe localtime_r()Taylor Blau1-1/+2
2020-12-01upload-pack: kill pack-objects helper on signal or exitJeff King1-0/+1
2020-12-02Merge branch 'da/askpass-mask-checkbox'Pratyush Yadav1-1/+14
2020-12-02git-gui: ssh-askpass: add a checkbox to show the input textDavid Aguilar1-1/+14
2020-12-02Merge branch 'dr/russian-translation'Pratyush Yadav1-1375/+1644
2020-12-02git-gui: update Russian translationDimitriy Ryazantcev1-1375/+1644
2020-12-01imap-send: parse default git configNicolas Morey-Chaisemartin1-22/+30
2020-12-02Merge branch 'ms/commit-template'Pratyush Yadav2-3/+10