summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorLines
2019-05-13Merge branch 'jc/make-dedup-ls-files-output'Junio C Hamano-2/+2
2019-05-13Merge branch 'jh/trace2-sid-fix'Junio C Hamano-0/+1
2019-05-09Merge branch 'js/misc-doc-fixes'Junio C Hamano-20/+30
2019-05-08coccicheck: make batch size of 0 mean "unlimited"Jeff King-1/+7
2019-05-07checkout: split part of it to new command 'restore'Nguyễn Thái Ngọc Duy-0/+1
2019-05-07coccicheck: optionally batch spatch invocationsJeff King-7/+6
2019-04-25git-compat-util: work around for access(X_OK) under rootClément Chigot-0/+8
2019-04-22Makefile: dedup list of files obtained from ls-filesJunio C Hamano-2/+2
2019-04-22Merge branch 'js/check-docs-exe'Junio C Hamano-3/+4
2019-04-22Merge branch 'ps/stash-in-c'Junio C Hamano-1/+2
2019-04-19rebase -i: combine rebase--interactive.c with rebase.cPhillip Wood-1/+0
2019-04-19Turn `git serve` into a test helperJohannes Schindelin-1/+1
2019-04-19check-docs: do not bother checking for legacy scripts' documentationJohannes Schindelin-1/+1
2019-04-19docs: exclude documentation for commands that have been excludedJohannes Schindelin-0/+9
2019-04-19check-docs: allow command-list.txt to contain excluded commandsJohannes Schindelin-1/+1
2019-04-19help -a: do not list commands that are excluded from the buildJohannes Schindelin-2/+12
2019-04-19Makefile: drop the NO_INSTALL variableJohannes Schindelin-13/+8
2019-04-16Merge branch 'ab/drop-scripted-rebase'Junio C Hamano-1/+0
2019-04-16trace2: use system/global config for default trace2 settingsJeff Hostetler-0/+1
2019-04-15remote-testgit: move it into the support directory for t5801Johannes Schindelin-3/+0
2019-04-10Merge branch 'jk/sha1dc'Junio C Hamano-0/+1
2019-04-02checkout: split part of it to new command 'switch'Nguyễn Thái Ngọc Duy-0/+1
2019-04-01check-docs: fix for setups where executables have an extensionJohannes Schindelin-2/+2
2019-04-01check-docs: do not expect guide pages to correspond to commandsJohannes Schindelin-0/+1
2019-04-01check-docs: really look at the documented commands againJohannes Schindelin-1/+1
2019-03-20Merge branch 'ab/makefile-help-devs-more'Junio C Hamano-30/+33
2019-03-20rebase: remove the rebase.useBuiltin settingÆvar Arnfjörð Bjarmason-1/+0
2019-03-13Makefile: fix unaligned loads in sha1dc with UBSanJeff King-0/+1
2019-03-11Merge branch 'js/find-lib-h-with-ls-files-when-possible'Junio C Hamano-2/+3
2019-03-11Merge branch 'rj/hdr-check-gcrypt-fix'Junio C Hamano-1/+4
2019-03-07stash: optionally use the scripted version againJohannes Schindelin-0/+1
2019-03-07stash: convert `stash--helper.c` into `stash.c`Paul-Sebastian Ungureanu-2/+1
2019-03-07stash: convert apply to builtinJoel Teichroeb-0/+1
2019-03-06Makefile: fix 'hdr-check' when GCRYPT not installedRamsay Jones-1/+4
2019-03-05Makefile: use `git ls-files` to list header files, if possibleJohannes Schindelin-2/+3
2019-02-24Makefile: allow for combining DEVELOPER=1 and CFLAGS="..."Ævar Arnfjörð Bjarmason-2/+6
2019-02-24Makefile: move the setting of *FLAGS closer to "include"Ævar Arnfjörð Bjarmason-18/+22
2019-02-24Makefile: Move *_LIBS assignment into its own sectionÆvar Arnfjörð Bjarmason-1/+3
2019-02-24Makefile: add/remove comments at top and tweak whitespaceÆvar Arnfjörð Bjarmason-7/+3
2019-02-24Makefile: move "strip" assignment down from flagsÆvar Arnfjörð Bjarmason-1/+1
2019-02-24Makefile: remove an out-of-date commentÆvar Arnfjörð Bjarmason-3/+0
2019-02-22trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.shJeff Hostetler-0/+1
2019-02-22trace2: create new combined trace facilityJeff Hostetler-1/+13
2019-02-19tests: teach the test-tool to generate NUL bytes and use itJohannes Schindelin-0/+1
2019-02-13Merge branch 'bc/utf16-portability-fix'Junio C Hamano-0/+7
2019-02-13Merge branch 'nd/fileno-may-be-macro'Junio C Hamano-0/+7
2019-02-12git-compat-util: work around fileno(fp) that is a macroDuy Nguyen-0/+7
2019-02-11utf8: handle systems that don't write BOM for UTF-16brian m. carlson-0/+7
2019-02-08Merge branch 'ds/coverage-prove'Junio C Hamano-0/+5
2019-02-06Merge branch 'rj/sparse-flags'Junio C Hamano-5/+9