summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2018-04-25Merge branch 'jm/mem-pool'Junio C Hamano
2018-04-25Merge branch 'sb/filenames-with-dashes'Junio C Hamano
2018-04-25Merge branch 'jk/relative-directory-fix'Junio C Hamano
2018-04-12mem-pool: move reusable parts of memory pool into its own fileJameson Miller
2018-04-11replace_object.c: rename to use dash in file nameStefan Beller
2018-04-11sha1_file.c: rename to use dash in file nameStefan Beller
2018-04-11sha1_name.c: rename to use dash in file nameStefan Beller
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-04-11write_or_die.c: rename to use dashes in file nameStefan Beller
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-30add chdir-notify APIJeff King
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