summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/simplify-perl-makefile'Junio C Hamano2018-03-061-5/+7
|\
| * Makefile: generate Git(3pm) as dependency of the 'doc' and 'man' targetsSZEDER 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 targetTodd 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.cRamsay 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-091-0/+15
| * | | | Makefile: don't error out under DC_SHA1_EXTERNAL if DC_SHA1_SUBMODULE=autoÆvar Arnfjörð Bjarmason2017-12-091-0/+2
* | | | | Merge branch 'gs/retire-mru'Junio C Hamano2018-02-131-1/+0
|\ \ \ \ \
| * | | | | mru: Replace mru.[ch] with list.h implementationGargi 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-121-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=1Æ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_PATHJeff 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 possibleJohannes Schindelin2017-12-151-1/+3
| * | | | | | | version --build-options: also report host CPUEric Sunshine2017-12-151-0/+9
* | | | | | | | Merge branch 'jt/decorate-api'Junio C Hamano2017-12-271-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | decorate: clean up and document 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 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 keyJonathan 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
|\ \ \ \ \
| * | | | | Makefile: add style build ruleBrandon Williams2017-08-151-0/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/leak-checkers'Junio C Hamano2017-09-191-0/+3
|\ \ \ \ \
| * | | | | add UNLEAK annotation for reducing leak false positivesJeff King2017-09-081-0/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'ti/external-sha1dc'Junio C Hamano2017-09-191-3/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | sha1dc: allow building with the external sha1dc libraryTakashi Iwai2017-08-161-0/+13