summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'es/make-no-iconv'Junio C Hamano2018-06-181-10/+12
|\
| * Makefile: make NO_ICONV really mean "no iconv"Eric Sunshine2018-06-151-10/+12
* | Merge branch 'nd/command-list'Junio C Hamano2018-06-011-8/+8
|\ \
| * | help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy2018-05-211-1/+1
| * | Remove common-cmds.hNguyễn Thái Ngọc Duy2018-05-101-11/+6
| * | help: use command-list.h for common command listNguyễn Thái Ngọc Duy2018-05-101-2/+2
| * | generate-cmds.sh: export all commands to command-list.hNguyễn Thái Ngọc Duy2018-05-101-4/+9
* | | refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-181-0/+1
* | | Merge branch 'js/runtime-prefix'Junio C Hamano2018-05-081-1/+1
|\ \ \
| * | | Avoid multiple PREFIX definitionsPhilip Oakley2018-04-241-1/+1
* | | | Merge branch 'nd/warn-more-for-devs'Junio C Hamano2018-05-081-10/+21
|\ \ \ \
| * | | | Makefile: add a DEVOPTS to get all of -WextraÆvar Arnfjörð Bjarmason2018-04-161-0/+6
| * | | | Makefile: add a DEVOPTS to suppress -Werror under DEVELOPERÆvar Arnfjörð Bjarmason2018-04-161-0/+10
| * | | | Makefile: detect compiler and enable more warnings in DEVELOPER=1Nguyễn Thái Ngọc Duy2018-04-161-10/+5
| | |_|/ | |/| |
* | | | Merge branch 'ds/commit-graph'Junio C Hamano2018-05-081-0/+2
|\ \ \ \
| * | | | commit-graph: implement write_commit_graph()Derrick Stolee2018-04-021-0/+1
| * | | | commit-graph: create git-commit-graph builtinDerrick Stolee2018-04-021-0/+1
* | | | | Merge branch 'dj/runtime-prefix'Junio C Hamano2018-05-081-13/+115
|\ \ \ \ \
| * | | | | Makefile: quote $INSTLIBDIR when passing it to sedJonathan Nieder2018-04-241-1/+1
| * | | | | Makefile: remove unused @@PERLLIBDIR@@ substitution variableJonathan Nieder2018-04-241-1/+0
| | |_|/ / | |/| | |
| * | | | exec_cmd: provide a new-style RUNTIME_PREFIX helper for WindowsJohannes Schindelin2018-04-111-0/+8
| * | | | exec_cmd: RUNTIME_PREFIX on some POSIX systemsDan Jacques2018-04-111-1/+27
| * | | | Makefile: add Perl runtime prefix supportDan Jacques2018-04-111-1/+64
| * | | | Makefile: generate Perl header from template fileDan Jacques2018-04-111-11/+16
| | |_|/ | |/| |
* | | | Merge branch 'ab/simplify-perl-makefile'Junio C Hamano2018-05-081-0/+3
|\ \ \ \
| * | | | Makefile: mark perllibdir as a .PHONY targetChristian Hesse2018-04-191-0/+1
| * | | | perl: fix installing modules from contribChristian Hesse2018-04-111-0/+2
* | | | | Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-1/+6
|\ \ \ \ \
| * | | | | ls-refs: introduce ls-refs server commandBrandon Williams2018-03-151-0/+1
| * | | | | serve: introduce git-serveBrandon Williams2018-03-151-0/+2
| * | | | | test-pkt-line: introduce a packet-line test helperBrandon Williams2018-03-141-0/+1
| * | | | | upload-pack: convert to a builtinBrandon Williams2018-03-141-1/+2
* | | | | | Merge branch 'jm/mem-pool'Junio C Hamano2018-04-251-0/+1
|\ \ \ \ \ \
| * | | | | | mem-pool: move reusable parts of memory pool into its own fileJameson Miller2018-04-121-0/+1
* | | | | | | Merge branch 'sb/filenames-with-dashes'Junio C Hamano2018-04-251-7/+7
|\ \ \ \ \ \ \
| * | | | | | | replace_object.c: rename to use dash in file nameStefan Beller2018-04-111-1/+1
| * | | | | | | sha1_file.c: rename to use dash in file nameStefan Beller2018-04-111-1/+1
| * | | | | | | sha1_name.c: rename to use dash in file nameStefan Beller2018-04-111-1/+1
| * | | | | | | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-3/+3
| * | | | | | | write_or_die.c: rename to use dashes in file nameStefan Beller2018-04-111-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'jk/relative-directory-fix'Junio C Hamano2018-04-251-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | add chdir-notify APIJeff King2018-03-301-0/+1
| |/ / / / /
* | | | | | Merge branch 'nd/combined-test-helper'Junio C Hamano2018-04-111-37/+42
|\ \ \ \ \ \
| * | | | | | t/helper: merge test-write-cache into test-toolNguyễn Thái Ngọc Duy2018-03-271-1/+1
| * | | | | | t/helper: merge test-wildmatch into test-toolNguyễn Thái Ngọc Duy2018-03-271-1/+1
| * | | | | | t/helper: merge test-urlmatch-normalization into test-toolNguyễn Thái Ngọc Duy2018-03-271-1/+1
| * | | | | | t/helper: merge test-subprocess into test-toolNguyễn Thái Ngọc Duy2018-03-271-1/+1
| * | | | | | t/helper: merge test-submodule-config into test-toolNguyễn Thái Ngọc Duy2018-03-271-1/+1
| * | | | | | t/helper: merge test-string-list into test-toolNguyễn Thái Ngọc Duy2018-03-271-1/+1
| * | | | | | t/helper: merge test-strcmp-offset into test-toolNguyễn Thái Ngọc Duy2018-03-271-1/+1