Age | Commit message (Expand) | Author | Files | Lines |
2019-06-13 | Merge branch 'ab/deprecate-R-for-dynpath' | Junio C Hamano | 1 | -14/+1 |
2019-06-13 | Merge branch 'js/rebase-cleanup' | Junio C Hamano | 1 | -2/+0 |
2019-05-19 | Merge branch 'jk/cocci-batch' | Junio C Hamano | 1 | -7/+12 |
2019-05-19 | Makefile: remove the NO_R_TO_GCC_LINKER flag | Ævar Arnfjörð Bjarmason | 1 | -14/+1 |
2019-05-15 | rebase: fold git-rebase--common into the -p backend | Johannes Schindelin | 1 | -1/+0 |
2019-05-15 | Drop unused git-rebase--am.sh | Johannes Schindelin | 1 | -1/+0 |
2019-05-13 | Merge branch 'cc/access-on-aix-workaround' | Junio C Hamano | 1 | -0/+8 |
2019-05-13 | Merge branch 'pw/rebase-i-internal' | Junio C Hamano | 1 | -1/+0 |
2019-05-13 | Merge branch 'jc/make-dedup-ls-files-output' | Junio C Hamano | 1 | -2/+2 |
2019-05-13 | Merge branch 'jh/trace2-sid-fix' | Junio C Hamano | 1 | -0/+1 |
2019-05-09 | Merge branch 'js/misc-doc-fixes' | Junio C Hamano | 1 | -20/+30 |
2019-05-08 | coccicheck: make batch size of 0 mean "unlimited" | Jeff King | 1 | -1/+7 |
2019-05-07 | coccicheck: optionally batch spatch invocations | Jeff King | 1 | -7/+6 |
2019-04-25 | git-compat-util: work around for access(X_OK) under root | Clément Chigot | 1 | -0/+8 |
2019-04-22 | Makefile: dedup list of files obtained from ls-files | Junio C Hamano | 1 | -2/+2 |
2019-04-22 | Merge branch 'js/check-docs-exe' | Junio C Hamano | 1 | -3/+4 |
2019-04-22 | Merge branch 'ps/stash-in-c' | Junio C Hamano | 1 | -1/+2 |
2019-04-19 | rebase -i: combine rebase--interactive.c with rebase.c | Phillip Wood | 1 | -1/+0 |
2019-04-19 | Turn `git serve` into a test helper | Johannes Schindelin | 1 | -1/+1 |
2019-04-19 | check-docs: do not bother checking for legacy scripts' documentation | Johannes Schindelin | 1 | -1/+1 |
2019-04-19 | docs: exclude documentation for commands that have been excluded | Johannes Schindelin | 1 | -0/+9 |
2019-04-19 | check-docs: allow command-list.txt to contain excluded commands | Johannes Schindelin | 1 | -1/+1 |
2019-04-19 | help -a: do not list commands that are excluded from the build | Johannes Schindelin | 1 | -2/+12 |
2019-04-19 | Makefile: drop the NO_INSTALL variable | Johannes Schindelin | 1 | -13/+8 |
2019-04-16 | Merge branch 'ab/drop-scripted-rebase' | Junio C Hamano | 1 | -1/+0 |
2019-04-16 | trace2: use system/global config for default trace2 settings | Jeff Hostetler | 1 | -0/+1 |
2019-04-15 | remote-testgit: move it into the support directory for t5801 | Johannes Schindelin | 1 | -3/+0 |
2019-04-10 | Merge branch 'jk/sha1dc' | Junio C Hamano | 1 | -0/+1 |
2019-04-01 | check-docs: fix for setups where executables have an extension | Johannes Schindelin | 1 | -2/+2 |
2019-04-01 | check-docs: do not expect guide pages to correspond to commands | Johannes Schindelin | 1 | -0/+1 |
2019-04-01 | check-docs: really look at the documented commands again | Johannes Schindelin | 1 | -1/+1 |
2019-03-20 | Merge branch 'ab/makefile-help-devs-more' | Junio C Hamano | 1 | -30/+33 |
2019-03-20 | rebase: remove the rebase.useBuiltin setting | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2019-03-13 | Makefile: fix unaligned loads in sha1dc with UBSan | Jeff King | 1 | -0/+1 |
2019-03-11 | Merge branch 'js/find-lib-h-with-ls-files-when-possible' | Junio C Hamano | 1 | -2/+3 |
2019-03-11 | Merge branch 'rj/hdr-check-gcrypt-fix' | Junio C Hamano | 1 | -1/+4 |
2019-03-07 | stash: optionally use the scripted version again | Johannes Schindelin | 1 | -0/+1 |
2019-03-07 | stash: convert `stash--helper.c` into `stash.c` | Paul-Sebastian Ungureanu | 1 | -2/+1 |
2019-03-07 | stash: convert apply to builtin | Joel Teichroeb | 1 | -0/+1 |
2019-03-06 | Makefile: fix 'hdr-check' when GCRYPT not installed | Ramsay Jones | 1 | -1/+4 |
2019-03-05 | Makefile: use `git ls-files` to list header files, if possible | Johannes Schindelin | 1 | -2/+3 |
2019-02-24 | Makefile: allow for combining DEVELOPER=1 and CFLAGS="..." | Ævar Arnfjörð Bjarmason | 1 | -2/+6 |
2019-02-24 | Makefile: move the setting of *FLAGS closer to "include" | Ævar Arnfjörð Bjarmason | 1 | -18/+22 |
2019-02-24 | Makefile: Move *_LIBS assignment into its own section | Ævar Arnfjörð Bjarmason | 1 | -1/+3 |
2019-02-24 | Makefile: add/remove comments at top and tweak whitespace | Ævar Arnfjörð Bjarmason | 1 | -7/+3 |
2019-02-24 | Makefile: move "strip" assignment down from flags | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2019-02-24 | Makefile: remove an out-of-date comment | Ævar Arnfjörð Bjarmason | 1 | -3/+0 |
2019-02-22 | trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.sh | Jeff Hostetler | 1 | -0/+1 |
2019-02-22 | trace2: create new combined trace facility | Jeff Hostetler | 1 | -1/+13 |
2019-02-19 | tests: teach the test-tool to generate NUL bytes and use it | Johannes Schindelin | 1 | -0/+1 |