summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2018-05-10Remove common-cmds.hNguyễn Thái Ngọc Duy
2018-05-10help: use command-list.h for common command listNguyễn Thái Ngọc Duy
2018-05-10generate-cmds.sh: export all commands to command-list.hNguyễn Thái Ngọc Duy
2018-04-11Merge branch 'nd/combined-test-helper'Junio C Hamano
2018-04-09Merge branch 'ab/install-symlinks'Junio C Hamano
2018-04-09Merge branch 'ab/pcre-v2'Junio C Hamano
2018-03-27t/helper: merge test-write-cache into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-wildmatch into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-urlmatch-normalization into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-subprocess into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-submodule-config into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-string-list into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-strcmp-offset into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-sigchain into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-sha1-array into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-scrap-cache-tree into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-run-command into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-revision-walking into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-regex into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-ref-store into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-read-cache into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-prio-queue into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-path-utils into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-online-cpus into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-mktemp into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge (unused) test-mergesort into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge (unused) test-match-trees into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-index-version into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-hashmap into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-example-decorate into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-dump-split-index into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-dump-cache-tree into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-drop-caches into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge (unused) test-delta into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-date into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-ctype into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-config into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-lazy-init-name-hash into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-sha1 into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: add an empty test-tool programNguyễn Thái Ngọc Duy
2018-03-15Merge branch 'ab/perl-fixes'Junio C Hamano
2018-03-15Makefile: optionally symlink libexec/git-core binaries to bin/gitÆvar Arnfjörð Bjarmason
2018-03-15Makefile: add a gitexecdir_relative variableÆvar Arnfjörð Bjarmason
2018-03-15Makefile: fix broken bindir_relative variableÆvar Arnfjörð Bjarmason
2018-03-14Makefile: make USE_LIBPCRE=YesPlease mean v2, not v1Ævar Arnfjörð Bjarmason
2018-03-06Merge branch 'ab/simplify-perl-makefile'Junio C Hamano
2018-03-05perl Git::LoadCPAN: emit better errors under NO_PERL_CPAN_FALLBACKSÆvar Arnfjörð Bjarmason
2018-03-05Makefile: add NO_PERL_CPAN_FALLBACKS knobTodd Zullinger