summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move reusable parts of memory pool into its own fileJameson Miller2018-03-271-0/+1
* Merge branch 'ab/perl-fixes'Junio C Hamano2018-03-151-1/+15
|\
| * perl Git::LoadCPAN: emit better errors under NO_PERL_CPAN_FALLBACKSab/perl-fixesÆvar Arnfjörð Bjarmason2018-03-051-1/+4
| * Makefile: add NO_PERL_CPAN_FALLBACKS knobTodd Zullinger2018-03-051-0/+8
| * perl: move the perl/Git/FromCPAN tree to perl/FromCPANÆvar Arnfjörð Bjarmason2018-03-051-0/+3
* | Merge branch 'ab/simplify-perl-makefile'Junio C Hamano2018-03-061-5/+7
|\ \
| * | Makefile: generate Git(3pm) as dependency of the 'doc' and 'man' targetsab/simplify-perl-makefileSZEDER Gábor2018-02-151-5/+7
* | | Merge branch 'tz/do-not-clean-spec-file'Junio C Hamano2018-02-281-1/+1
|\ \ \
| * | | Makefile: remove *.spec from clean targettz/do-not-clean-spec-fileTodd Zullinger2018-02-171-1/+1
* | | | Merge branch 'rj/sparse-updates'Junio C Hamano2018-02-271-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Makefile: suppress a sparse warning for pack-revindex.crj/sparse-updatesRamsay Jones2018-02-121-0/+2
* | | | Merge branch 'ab/sha1dc-build'Junio C Hamano2018-02-151-0/+17
|\ \ \ \
| * | | | Makefile: under "make dist", include the sha1collisiondetection submoduleÆvar Arnfjörð Bjarmason2017-12-081-0/+15
| * | | | Makefile: don't error out under DC_SHA1_EXTERNAL if DC_SHA1_SUBMODULE=autoÆvar Arnfjörð Bjarmason2017-12-081-0/+2
* | | | | Merge branch 'gs/retire-mru'Junio C Hamano2018-02-131-1/+0
|\ \ \ \ \
| * | | | | mru: Replace mru.[ch] with list.h implementationgs/retire-mruGargi Sharma2018-01-241-1/+0
* | | | | | Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-0/+1
|\ \ \ \ \ \
| * | | | | | introduce fetch-object: fetch one promisor objectJonathan Tan2017-12-051-0/+1
* | | | | | | Merge branch 'ab/simplify-perl-makefile'Junio C Hamano2018-02-131-30/+36
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | perl: treat PERLLIB_EXTRA as an extra path againJonathan Nieder2018-01-031-1/+2
| * | | | | perl: avoid *.pmc and fix Error.pm furtherÆvar Arnfjörð Bjarmason2017-12-281-4/+4
| * | | | | Makefile: replace perl/Makefile.PL with simple make rulesÆvar Arnfjörð Bjarmason2017-12-111-31/+36
| | |_|/ / | |/| | |
* | | | | Merge branch 'ab/dc-sha1-loose-ends'Junio C Hamano2018-01-091-2/+0
|\ \ \ \ \
| * | | | | Makefile: NO_OPENSSL=1 should no longer imply BLK_SHA1=1ab/dc-sha1-loose-endsÆvar Arnfjörð Bjarmason2017-12-281-2/+0
* | | | | | Merge branch 'jk/test-suite-tracing'Junio C Hamano2018-01-051-0/+8
|\ \ \ \ \ \
| * | | | | | t/Makefile: introduce TEST_SHELL_PATHjk/test-suite-tracingJeff King2017-12-081-0/+8
| * | | | | | Merge branch 'js/mingw-full-version-in-resources' into maintJunio C Hamano2017-11-151-1/+2
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'js/enhanced-version-info'Junio C Hamano2017-12-281-1/+12
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | version --build-options: report commit, too, if possiblejs/enhanced-version-infoJohannes Schindelin2017-12-141-1/+3
| * | | | | | | version --build-options: also report host CPUEric Sunshine2017-12-141-0/+9
* | | | | | | | Merge branch 'jt/decorate-api'Junio C Hamano2017-12-271-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | decorate: clean up and document APIjt/decorate-apiJonathan Tan2017-12-081-0/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'jh/object-filtering'Junio C Hamano2017-12-271-0/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | list-objects: filter objects in traverse_commit_listJeff Hostetler2017-11-221-0/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'tg/worktree-create-tracking'Junio C Hamano2017-12-191-0/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | checkout: factor out functions to new lib fileThomas Gummerer2017-11-271-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'bw/protocol-v1'Junio C Hamano2017-12-061-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | protocol: introduce protocol extension mechanismsBrandon Williams2017-10-171-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-0/+3
|\ \ \ \ \
| * | | | | fsmonitor: add a performance testBen Peart2017-10-011-0/+1
| * | | | | fsmonitor: add a test tool to dump the index extensionBen Peart2017-10-011-0/+1
| * | | | | fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-011-0/+1
* | | | | | Merge branch 'js/mingw-full-version-in-resources'Junio C Hamano2017-11-091-1/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | mingw: include the full version information in the resourcesjs/mingw-full-version-in-resourcesJohannes Schindelin2017-11-011-1/+2
| * | | | Merge branch 'jn/vcs-svn-cleanup' into maintJunio C Hamano2017-09-101-1/+0
| |\ \ \ \
* | \ \ \ \ Merge branch 'jt/oidmap'Junio C Hamano2017-10-111-0/+1
|\ \ \ \ \ \
| * | | | | | oidmap: map with OID as keyjt/oidmapJonathan Tan2017-10-011-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'mh/mmap-packed-refs'Junio C Hamano2017-10-031-0/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | packed_ref_cache: keep the `packed-refs` file mmapped if possibleMichael Haggerty2017-09-251-0/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'bw/git-clang-format'Junio C Hamano2017-09-251-0/+4
|\ \ \ \ \