summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hn/reftable-prep-part-2'Junio C Hamano2020-08-184-139/+36
|\
| * Make HEAD a PSEUDOREF rather than PER_WORKTREE.Han-Wen Nienhuys2020-07-271-4/+3
| * Modify pseudo refs through ref backend storageHan-Wen Nienhuys2020-07-274-125/+23
| * t1400: use git rev-parse for testing PSEUDOREF existenceHan-Wen Nienhuys2020-07-161-10/+10
* | Merge branch 'dd/send-email-config'Junio C Hamano2020-08-184-0/+68
|\ \
| * | git-send-email: die if sendmail.* config is setDrew DeVault2020-07-244-0/+68
* | | Merge branch 'ps/ref-transaction-hook'Junio C Hamano2020-08-182-1/+28
|\ \ \
| * | | t1416: avoid hard-coded sha1 idsJeff King2020-08-111-2/+3
| * | | refs: fix interleaving hook calls with reference-transaction hookPatrick Steinhardt2020-08-072-1/+27
* | | | Seventh batchJunio C Hamano2020-08-131-0/+9
* | | | Merge branch 'rp/blame-first-parent-doc'Junio C Hamano2020-08-131-0/+6
|\ \ \ \
| * | | | blame-options.txt: document --first-parent optionRaymond E. Pasco2020-08-061-0/+6
* | | | | Merge branch 'ma/test-quote-cleanup'Junio C Hamano2020-08-1318-80/+53
|\ \ \ \ \
| * | | | | t4104: modernize and simplify quotingMartin Ågren2020-08-071-42/+15
| * | | | | t: don't spuriously close and reopen quotesMartin Ågren2020-08-0717-38/+38
* | | | | | Merge branch 'jt/has_object'Junio C Hamano2020-08-137-10/+62
|\ \ \ \ \ \
| * | | | | | fsck: do not lazy fetch known non-promisor objectJonathan Tan2020-08-061-1/+1
| * | | | | | pack-objects: no fetch when allow-{any,promisor}Jonathan Tan2020-08-062-6/+9
| * | | | | | apply: do not lazy fetch when applying binaryJonathan Tan2020-08-062-1/+17
| * | | | | | sha1-file: introduce no-lazy-fetch has_object()Jonathan Tan2020-08-062-2/+35
| |/ / / / /
* | | | | | Merge branch 'bc/sha-256-cvs-svn-updates'Junio C Hamano2020-08-131-1/+1
|\ \ \ \ \ \
| * | | | | | git-cvsexportcommit: support Perl before 5.10.1brian m. carlson2020-08-061-1/+1
* | | | | | | Sixth batchJunio C Hamano2020-08-121-0/+11
* | | | | | | Merge branch 'ss/cmake-build'Junio C Hamano2020-08-122-15/+1024
|\ \ \ \ \ \ \
| * | | | | | | ci: modification of main.yml to use cmake for vs-build jobSibi Siddharthan2020-06-261-15/+24
| * | | | | | | cmake: support for building git on windows with msvc and clang.Sibi Siddharthan2020-06-261-10/+45
| * | | | | | | cmake: support for building git on windows with mingwSibi Siddharthan2020-06-261-23/+94
| * | | | | | | cmake: support for testing git when building out of the source treeSibi Siddharthan2020-06-261-0/+20
| * | | | | | | cmake: support for testing git with ctestSibi Siddharthan2020-06-261-0/+124
| * | | | | | | cmake: installation support for gitSibi Siddharthan2020-06-261-0/+49
| * | | | | | | cmake: generate the shell/perl/python scripts and templates, translationsSibi Siddharthan2020-06-261-1/+110
| * | | | | | | Introduce CMake support for configuring GitSibi Siddharthan2020-06-121-0/+592
* | | | | | | | Merge branch 'tb/upload-pack-filters'Junio C Hamano2020-08-125-0/+184
|\ \ \ \ \ \ \ \
| * | | | | | | | t5616: use test_i18ngrep for upload-pack errorsJeff King2020-08-051-4/+4
| * | | | | | | | upload-pack.c: introduce 'uploadpackfilter.tree.maxDepth'Taylor Blau2020-08-043-0/+33
| * | | | | | | | upload-pack.c: allow banning certain object filter(s)Taylor Blau2020-08-043-0/+122
| * | | | | | | | list_objects_filter_options: introduce 'list_object_filter_config_name'Taylor Blau2020-08-042-0/+29
* | | | | | | | | Merge branch 'es/worktree-doc-cleanups'Junio C Hamano2020-08-121-61/+62
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-worktree.txt: link to man pages when citing other Git commandsEric Sunshine2020-08-041-2/+3
| * | | | | | | | | git-worktree.txt: make start of new sentence more obviousEric Sunshine2020-08-041-2/+2
| * | | | | | | | | git-worktree.txt: fix minor grammatical issuesEric Sunshine2020-08-041-10/+10
| * | | | | | | | | git-worktree.txt: consistently use term "working tree"Eric Sunshine2020-08-041-11/+11
| * | | | | | | | | git-worktree.txt: employ fixed-width typeface consistentlyEric Sunshine2020-08-041-48/+48
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'bc/sha-256-part-3'Junio C Hamano2020-08-1274-351/+633
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t: remove test_oid_init in testsbrian m. carlson2020-07-3028-37/+2
| * | | | | | | | | docs: add documentation for extensions.objectFormatbrian m. carlson2020-07-302-0/+10
| * | | | | | | | | ci: run tests with SHA-256brian m. carlson2020-07-301-0/+6
| * | | | | | | | | t: make SHA1 prerequisite depend on default hashbrian m. carlson2020-07-301-1/+5
| * | | | | | | | | t: allow testing different hash algorithms via environmentbrian m. carlson2020-07-302-3/+4
| * | | | | | | | | t: add test_oid option to select hash algorithmbrian m. carlson2020-07-302-1/+22