summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2018-08-15Merge branch 'jh/json-writer'Junio C Hamano
2018-08-15Merge branch 'bb/make-developer-pedantic'Junio C Hamano
2018-08-02Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano
2018-08-02Merge branch 'jt/fetch-negotiator-skipping'Junio C Hamano
2018-08-02Merge branch 'jt/fetch-pack-negotiator'Junio C Hamano
2018-07-25Makefile: add a DEVOPTS flag to get pedantic compilationBeat Bolli
2018-07-18Merge branch 'js/enhanced-version-info'Junio C Hamano
2018-07-18Merge branch 'dj/runtime-prefix'Junio C Hamano
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan
2018-07-16negotiator/skipping: skip commits during fetchJonathan Tan
2018-07-16json_writer: new routines to create JSON dataJeff Hostetler
2018-06-29Makefile: fix the "built from commit" codeJohannes Schindelin
2018-06-26Makefile: tweak sed invocationAlejandro R. Sedeño
2018-06-25Merge branch 'ag/rebase-p'Junio C Hamano
2018-06-25Merge branch 'jk/show-index'Junio C Hamano
2018-06-18Merge branch 'es/make-no-iconv'Junio C Hamano
2018-06-15Makefile: make NO_ICONV really mean "no iconv"Eric Sunshine
2018-06-15fetch-pack: introduce negotiator APIJonathan Tan
2018-06-01Merge branch 'nd/command-list'Junio C Hamano
2018-06-01rebase: introduce a dedicated backend for --preserve-mergesAlban Gruin
2018-05-28make show-index a builtinJeff King
2018-05-21help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy
2018-05-17refspec: move refspec parsing logic into its own fileBrandon Williams
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-05-08Merge branch 'js/runtime-prefix'Junio C Hamano
2018-05-08Merge branch 'nd/warn-more-for-devs'Junio C Hamano
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-05-08Merge branch 'dj/runtime-prefix'Junio C Hamano
2018-05-08Merge branch 'ab/simplify-perl-makefile'Junio C Hamano
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano
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-24Avoid multiple PREFIX definitionsPhilip Oakley
2018-04-24Makefile: quote $INSTLIBDIR when passing it to sedJonathan Nieder
2018-04-24Makefile: remove unused @@PERLLIBDIR@@ substitution variableJonathan Nieder
2018-04-18Makefile: mark perllibdir as a .PHONY targetChristian Hesse
2018-04-16Makefile: add a DEVOPTS to get all of -WextraÆvar Arnfjörð Bjarmason
2018-04-16Makefile: add a DEVOPTS to suppress -Werror under DEVELOPERÆvar Arnfjörð Bjarmason
2018-04-16Makefile: detect compiler and enable more warnings in DEVELOPER=1Nguyễn Thái Ngọc Duy
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-11exec_cmd: provide a new-style RUNTIME_PREFIX helper for WindowsJohannes Schindelin
2018-04-11exec_cmd: RUNTIME_PREFIX on some POSIX systemsDan Jacques