summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* generate-cmdlist.sh: collect config from all config.txt filesNguyễn Thái Ngọc Duy2018-08-211-1/+1
* Merge branch 'js/range-diff'Junio C Hamano2018-08-201-0/+3
|\
| * range-diff: first rudimentary implementationJohannes Schindelin2018-08-131-0/+1
| * Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin2018-08-131-0/+1
| * linear-assignment: a function to solve least-cost assignment problemsJohannes Schindelin2018-08-131-0/+1
* | Merge branch 'nd/complete-config-vars'Junio C Hamano2018-08-171-1/+1
|\ \
| * | Makefile: add missing dependency for command-list.hNguyễn Thái Ngọc Duy2018-08-061-1/+1
| * | Merge branch 'nd/command-list' into nd/complete-config-varsJunio C Hamano2018-05-291-8/+8
| |\ \
* | \ \ Merge branch 'sg/coccicheck-updates'Junio C Hamano2018-08-161-7/+17
|\ \ \ \
| * | | | coccinelle: extract dedicated make target to clean Coccinelle's resultsSZEDER Gábor2018-07-231-3/+5
| * | | | coccinelle: put sane filenames into output patchesSZEDER Gábor2018-07-231-1/+1
| * | | | coccinelle: exclude sha1dc source files from static analysisSZEDER Gábor2018-07-231-2/+8
| * | | | coccinelle: use $(addsuffix) in 'coccicheck' make targetSZEDER Gábor2018-07-231-1/+1
| * | | | coccinelle: mark the 'coccicheck' make target as .PHONYSZEDER Gábor2018-07-231-0/+2
* | | | | Merge branch 'jh/json-writer'Junio C Hamano2018-08-161-0/+2
|\ \ \ \ \
| * | | | | json_writer: new routines to create JSON dataJeff Hostetler2018-07-161-0/+2
* | | | | | Merge branch 'bb/make-developer-pedantic'Junio C Hamano2018-08-161-0/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Makefile: add a DEVOPTS flag to get pedantic compilationBeat Bolli2018-07-251-0/+5
* | | | | | Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano2018-08-031-0/+1
|\ \ \ \ \ \
| * | | | | | commit-graph: add repo arg to graph readersJonathan Tan2018-07-181-0/+1
* | | | | | | Merge branch 'jt/fetch-negotiator-skipping'Junio C Hamano2018-08-031-0/+1
|\ \ \ \ \ \ \
| * | | | | | | negotiator/skipping: skip commits during fetchJonathan Tan2018-07-161-0/+1
* | | | | | | | Merge branch 'jt/fetch-pack-negotiator'Junio C Hamano2018-08-031-0/+2
|\| | | | | | | | |_|_|_|/ / / |/| | | | | |
| * | | | | | fetch-pack: introduce negotiator APIJonathan Tan2018-06-151-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'js/enhanced-version-info'Junio C Hamano2018-07-181-2/+3
|\ \ \ \ \ \
| * | | | | | Makefile: fix the "built from commit" codeJohannes Schindelin2018-06-291-2/+3
* | | | | | | Merge branch 'dj/runtime-prefix'Junio C Hamano2018-07-181-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Makefile: tweak sed invocationAlejandro R. Sedeño2018-06-261-1/+1
* | | | | | | Merge branch 'ag/rebase-p'Junio C Hamano2018-06-251-0/+2
|\ \ \ \ \ \ \
| * | | | | | | rebase: introduce a dedicated backend for --preserve-mergesAlban Gruin2018-06-011-0/+2
* | | | | | | | Merge branch 'jk/show-index'Junio C Hamano2018-06-251-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | make show-index a builtinJeff King2018-05-281-1/+1
* | | | | | | | 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-171-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
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |