summaryrefslogtreecommitdiffstats
path: root/upload-pack.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-18git-gui: use gray background for inactive text widgetsStefan Haller2-16/+37
2020-12-18Another batch before 2.30-rc1Junio C Hamano1-0/+2
2020-12-17git-gui: Fix selected text colorsSerg Tereshchenko1-2/+4
2020-12-17Makefile: conditionally include GIT-VERSION-FILERamsay Jones1-0/+2
2020-12-17git-gui: fix colored label backgrounds when using themed widgetsStefan Haller1-2/+2
2020-12-17config.mak.uname: remove old NonStop compatibility settingsRandall S. Becker1-4/+0
2020-12-17diff: correct interaction between --exit-code and -I<pattern>Junio C Hamano2-1/+26
2020-12-16t/perf: fix test_export() failure with BSD `sed`Eric Sunshine1-2/+7
2020-12-16style: do not "break" in switch() after "return"Ævar Arnfjörð Bjarmason2-3/+0
2020-12-16compat-util: pretend that stub setitimer() always succeedsJunio C Hamano1-1/+1
2020-12-16strmap: make callers of strmap_remove() to call it in void contextJunio C Hamano1-2/+2
2020-12-15doc: mention Python 3.x supportsĐoàn Trần Công Danh2-3/+2
2020-12-14Git 2.30-rc0v2.30.0-rc0Junio C Hamano2-1/+29
2020-12-14index-format.txt: document v2 format of file system monitor extensionJeff Hostetler1-2/+8
2020-12-14docs: multi-pack-index: remove note about future 'verify' workJohannes Berg1-4/+0
2020-12-14init: provide useful advice about init.defaultBranchJohannes Schindelin4-4/+29
2020-12-14get_default_branch_name(): prepare for showing some adviceJohannes Schindelin5-11/+14
2020-12-14branch -m: allow renaming a yet-unborn branchJohannes Schindelin2-1/+11
2020-12-14init: document `init.defaultBranch` betterJohannes Schindelin1-4/+7
2020-12-10t7900: use --fixed-value in git-maintenance testsJosh Steadmon1-2/+2
2020-12-09Makefile: don't use a versioned temp distribution directoryRamsay Jones1-7/+8
2020-12-09Makefile: don't try to clean old debian build productRamsay Jones1-1/+1
2020-12-09gitweb/Makefile: conditionally include ../GIT-VERSION-FILERamsay Jones1-0/+2
2020-12-09Documentation/Makefile: conditionally include ../GIT-VERSION-FILERamsay Jones1-0/+2
2020-12-09Documentation/Makefile: conditionally include doc.depRamsay Jones1-0/+2
2020-12-09Eleventh batchJunio C Hamano1-0/+45
2020-12-08t7064: avoid relying on a specific default branch nameJohannes Schindelin1-51/+52
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-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-03doc: make HTML manual reproducibleArnout Engelen1-1/+4
2020-12-03Revert "submodules: fix of regression on fetching of non-init subsub-repo"Junio C Hamano2-67/+10