summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-06git-compat-util: really support openssl as a source of entropyCarlo Marcelo Arenas Belón3-1/+6
2022-04-06submodule.h: use a named enum for RECURSE_SUBMODULES_*Philippe Blain2-2/+2
2022-04-06ls-tree: `-l` should not imply recursive listingJosh Steadmon1-1/+1
2022-04-06t3501: remove test -f and stop ignoring git <cmd> exit codeKhalid Masum1-5/+4
2022-04-06commit, sequencer: turn off break_opt for commit summaryRené Scharfe2-1/+31
2022-04-06l10n: tr: v2.36.0 round 1Emir SARI1-3958/+4479
2022-04-06l10n: git.pot: v2.36.0 round 1 (192 new, 106 removed)Jiang Xin1-3828/+4320
2022-04-06Merge branch 'master' of github.com:git-l10n/git-poJiang Xin2-4268/+4152
2022-04-04Git 2.36-rc0v2.36.0-rc0Junio C Hamano2-1/+33
2022-04-04Merge branch 'pw/worktree-list-with-z'Junio C Hamano3-20/+55
2022-04-04Merge branch 'jc/coding-guidelines-decl-in-for-loop'Junio C Hamano1-1/+4
2022-04-04Merge branch 'vd/mv-refresh-stat'Junio C Hamano2-2/+34
2022-04-04Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano38-106/+4326
2022-04-04Merge branch 'tk/ambiguous-fetch-refspec'Junio C Hamano5-9/+78
2022-04-04Merge branch 'rc/fetch-refetch'Junio C Hamano15-22/+197
2022-04-04Merge branch 'jc/mailsplit-warn-on-tty'Junio C Hamano1-0/+3
2022-04-04Merge branch 'ns/trace2-fsync-stat'Junio C Hamano4-0/+22
2022-04-04Merge branch 'gc/branch-recurse-submodules-fix'Junio C Hamano3-16/+76
2022-04-04Merge branch 'ns/fsync-or-die-message-fix'Junio C Hamano1-4/+4
2022-04-04Merge branch 'ns/core-fsyncmethod'Junio C Hamano2-3/+3
2022-04-04Merge branch 'dp/worktree-repair-in-usage'Junio C Hamano1-0/+1
2022-04-04Merge branch 'ab/reftable-aix-xlc-12'Junio C Hamano3-6/+18
2022-04-04Merge branch 'gc/submodule-update-part2'Junio C Hamano2-435/+361
2022-04-04Merge branch 'ds/t7700-kept-pack-test'Junio C Hamano2-37/+54
2022-04-04Merge branch 'ds/partial-bundle-more'Junio C Hamano8-47/+94
2022-04-04Merge branch 'tl/ls-tree-oid-only'Junio C Hamano6-92/+490
2022-04-04Merge branch 'ab/reflog-parse-options'Junio C Hamano6-67/+165
2022-04-03mergetools: add description to all diff/merge toolsFernando Ramos20-0/+160
2022-04-03vimdiff: add tool documentationFernando Ramos6-5/+277
2022-04-03Merge branch 'ds/partial-bundle-more' into ab/plug-leak-in-revisionsJunio C Hamano8-47/+94
2022-04-01git-p4: sort importsJoel Holdsworth1-8/+10
2022-04-01git-p4: seperate multiple statements onto seperate linesJoel Holdsworth1-2/+5
2022-04-01git-p4: move inline comments to line aboveJoel Holdsworth1-3/+7
2022-04-01git-p4: only seperate code blocks by a single empty lineJoel Holdsworth1-3/+0
2022-04-01git-p4: compare to singletons with "is" and "is not"Joel Holdsworth1-3/+3
2022-04-01git-p4: normalize indentation of lines in conditionalsJoel Holdsworth1-9/+7
2022-04-01git-p4: ensure there is a single space around all operatorsJoel Holdsworth1-5/+5
2022-04-01git-p4: ensure every comment has a single #Joel Holdsworth1-6/+6
2022-04-01git-p4: remove spaces between dictionary keys and colonsJoel Holdsworth1-7/+7
2022-04-01git-p4: remove redundant backslash-continuations inside bracketsJoel Holdsworth1-9/+9
2022-04-01git-p4: remove extraneous spaces before function argumentsJoel Holdsworth1-11/+11
2022-04-01git-p4: place a single space after every commaJoel Holdsworth1-9/+9
2022-04-01git-p4: removed brackets when assigning multiple return valuesJoel Holdsworth1-19/+19
2022-04-01git-p4: remove spaces around default argumentsJoel Holdsworth1-6/+6
2022-04-01git-p4: remove padding from lists, tuples and function argumentsJoel Holdsworth1-18/+18
2022-04-01git-p4: sort and de-duplcate pylint disable listJoel Holdsworth1-7/+22
2022-04-01git-p4: remove commented codeJoel Holdsworth1-7/+0
2022-04-01git-p4: convert descriptive class and function comments into docstringsJoel Holdsworth1-70/+94
2022-04-01git-p4: improve consistency of docstring formattingJoel Holdsworth1-129/+154
2022-04-01git-p4: indent with 4-spacesJoel Holdsworth1-9/+9