summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2018-03-27t/helper: merge test-online-cpus into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-mktemp into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge (unused) test-mergesort into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge (unused) test-match-trees into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-index-version into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-hashmap into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-genrandom into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-example-decorate into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-dump-split-index into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-dump-cache-tree into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-drop-caches into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge (unused) test-delta into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-date into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-ctype into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-config into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-lazy-init-name-hash into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-sha1 into test-toolLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-03-27t/helper: merge test-chmtime into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-03-27t/helper: add an empty test-tool programLibravatar Nguyễn Thái Ngọc Duy1-1/+5
2018-03-15Merge branch 'ab/perl-fixes'Libravatar Junio C Hamano1-1/+15
2018-03-15Makefile: optionally symlink libexec/git-core binaries to bin/gitLibravatar Ævar Arnfjörð Bjarmason1-15/+31
2018-03-15Makefile: add a gitexecdir_relative variableLibravatar Ævar Arnfjörð Bjarmason1-0/+2
2018-03-15Makefile: fix broken bindir_relative variableLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2018-03-15ls-refs: introduce ls-refs server commandLibravatar Brandon Williams1-0/+1
2018-03-15serve: introduce git-serveLibravatar Brandon Williams1-0/+2
2018-03-14Makefile: make USE_LIBPCRE=YesPlease mean v2, not v1Libravatar Ævar Arnfjörð Bjarmason1-13/+13
2018-03-14test-pkt-line: introduce a packet-line test helperLibravatar Brandon Williams1-0/+1
2018-03-14upload-pack: convert to a builtinLibravatar Brandon Williams1-1/+2
2018-03-06Merge branch 'ab/simplify-perl-makefile'Libravatar Junio C Hamano1-5/+7
2018-03-05perl Git::LoadCPAN: emit better errors under NO_PERL_CPAN_FALLBACKSLibravatar Ævar Arnfjörð Bjarmason1-1/+4
2018-03-05Makefile: add NO_PERL_CPAN_FALLBACKS knobLibravatar Todd Zullinger1-0/+8
2018-03-05perl: move the perl/Git/FromCPAN tree to perl/FromCPANLibravatar Ævar Arnfjörð Bjarmason1-0/+3
2018-02-28Merge branch 'tz/do-not-clean-spec-file'Libravatar Junio C Hamano1-1/+1
2018-02-27Merge branch 'rj/sparse-updates'Libravatar Junio C Hamano1-0/+2
2018-02-17Makefile: remove *.spec from clean targetLibravatar Todd Zullinger1-1/+1
2018-02-15Merge branch 'ab/sha1dc-build'Libravatar Junio C Hamano1-0/+17
2018-02-15Makefile: generate Git(3pm) as dependency of the 'doc' and 'man' targetsLibravatar SZEDER Gábor1-5/+7
2018-02-13Merge branch 'gs/retire-mru'Libravatar Junio C Hamano1-1/+0
2018-02-13Merge branch 'jh/fsck-promisors'Libravatar Junio C Hamano1-0/+1
2018-02-13Merge branch 'ab/simplify-perl-makefile'Libravatar Junio C Hamano1-30/+36
2018-02-12Makefile: suppress a sparse warning for pack-revindex.cLibravatar Ramsay Jones1-0/+2
2018-01-24mru: Replace mru.[ch] with list.h implementationLibravatar Gargi Sharma1-1/+0
2018-01-09Merge branch 'ab/dc-sha1-loose-ends'Libravatar Junio C Hamano1-2/+0
2018-01-05Merge branch 'jk/test-suite-tracing'Libravatar Junio C Hamano1-0/+8
2018-01-03perl: treat PERLLIB_EXTRA as an extra path againLibravatar Jonathan Nieder1-1/+2
2017-12-28Merge branch 'js/enhanced-version-info'Libravatar Junio C Hamano1-1/+12
2017-12-28Makefile: NO_OPENSSL=1 should no longer imply BLK_SHA1=1Libravatar Ævar Arnfjörð Bjarmason1-2/+0
2017-12-28perl: avoid *.pmc and fix Error.pm furtherLibravatar Ævar Arnfjörð Bjarmason1-4/+4
2017-12-27Merge branch 'jt/decorate-api'Libravatar Junio C Hamano1-0/+1
2017-12-27Merge branch 'jh/object-filtering'Libravatar Junio C Hamano1-0/+2