Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refspec: move refspec parsing logic into its own file | Brandon Williams | 2018-05-18 | 1 | -0/+1 |
* | Merge branch 'js/runtime-prefix' | Junio C Hamano | 2018-05-08 | 1 | -1/+1 |
|\ | |||||
| * | Avoid multiple PREFIX definitions | Philip Oakley | 2018-04-24 | 1 | -1/+1 |
* | | Merge branch 'nd/warn-more-for-devs' | Junio C Hamano | 2018-05-08 | 1 | -10/+21 |
|\ \ | |||||
| * | | Makefile: add a DEVOPTS to get all of -Wextra | Ævar Arnfjörð Bjarmason | 2018-04-16 | 1 | -0/+6 |
| * | | Makefile: add a DEVOPTS to suppress -Werror under DEVELOPER | Ævar Arnfjörð Bjarmason | 2018-04-16 | 1 | -0/+10 |
| * | | Makefile: detect compiler and enable more warnings in DEVELOPER=1 | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -10/+5 |
* | | | Merge branch 'ds/commit-graph' | Junio C Hamano | 2018-05-08 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | commit-graph: implement write_commit_graph() | Derrick Stolee | 2018-04-02 | 1 | -0/+1 |
| * | | | commit-graph: create git-commit-graph builtin | Derrick Stolee | 2018-04-02 | 1 | -0/+1 |
* | | | | Merge branch 'dj/runtime-prefix' | Junio C Hamano | 2018-05-08 | 1 | -13/+115 |
|\ \ \ \ | |||||
| * | | | | Makefile: quote $INSTLIBDIR when passing it to sed | Jonathan Nieder | 2018-04-24 | 1 | -1/+1 |
| * | | | | Makefile: remove unused @@PERLLIBDIR@@ substitution variable | Jonathan Nieder | 2018-04-24 | 1 | -1/+0 |
| | |_|/ | |/| | | |||||
| * | | | exec_cmd: provide a new-style RUNTIME_PREFIX helper for Windows | Johannes Schindelin | 2018-04-11 | 1 | -0/+8 |
| * | | | exec_cmd: RUNTIME_PREFIX on some POSIX systems | Dan Jacques | 2018-04-11 | 1 | -1/+27 |
| * | | | Makefile: add Perl runtime prefix support | Dan Jacques | 2018-04-11 | 1 | -1/+64 |
| * | | | Makefile: generate Perl header from template file | Dan Jacques | 2018-04-11 | 1 | -11/+16 |
* | | | | Merge branch 'ab/simplify-perl-makefile' | Junio C Hamano | 2018-05-08 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | Makefile: mark perllibdir as a .PHONY target | Christian Hesse | 2018-04-19 | 1 | -0/+1 |
| * | | | | perl: fix installing modules from contrib | Christian Hesse | 2018-04-11 | 1 | -0/+2 |
* | | | | | Merge branch 'bw/protocol-v2' | Junio C Hamano | 2018-05-08 | 1 | -1/+6 |
|\ \ \ \ \ | |||||
| * | | | | | ls-refs: introduce ls-refs server command | Brandon Williams | 2018-03-15 | 1 | -0/+1 |
| * | | | | | serve: introduce git-serve | Brandon Williams | 2018-03-15 | 1 | -0/+2 |
| * | | | | | test-pkt-line: introduce a packet-line test helper | Brandon Williams | 2018-03-14 | 1 | -0/+1 |
| * | | | | | upload-pack: convert to a builtin | Brandon Williams | 2018-03-14 | 1 | -1/+2 |
* | | | | | | Merge branch 'jm/mem-pool' | Junio C Hamano | 2018-04-25 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | mem-pool: move reusable parts of memory pool into its own file | Jameson Miller | 2018-04-12 | 1 | -0/+1 |
* | | | | | | | Merge branch 'sb/filenames-with-dashes' | Junio C Hamano | 2018-04-25 | 1 | -7/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | replace_object.c: rename to use dash in file name | Stefan Beller | 2018-04-11 | 1 | -1/+1 |
| * | | | | | | | sha1_file.c: rename to use dash in file name | Stefan Beller | 2018-04-11 | 1 | -1/+1 |
| * | | | | | | | sha1_name.c: rename to use dash in file name | Stefan Beller | 2018-04-11 | 1 | -1/+1 |
| * | | | | | | | exec_cmd: rename to use dash in file name | Stefan Beller | 2018-04-11 | 1 | -3/+3 |
| * | | | | | | | write_or_die.c: rename to use dashes in file name | Stefan Beller | 2018-04-11 | 1 | -1/+1 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jk/relative-directory-fix' | Junio C Hamano | 2018-04-25 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | add chdir-notify API | Jeff King | 2018-03-30 | 1 | -0/+1 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'nd/combined-test-helper' | Junio C Hamano | 2018-04-11 | 1 | -37/+42 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t/helper: merge test-write-cache into test-toolnd/combined-test-helper | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -1/+1 |
| * | | | | | | t/helper: merge test-wildmatch into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -1/+1 |
| * | | | | | | t/helper: merge test-urlmatch-normalization into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -1/+1 |
| * | | | | | | t/helper: merge test-subprocess into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -1/+1 |
| * | | | | | | t/helper: merge test-submodule-config into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -1/+1 |
| * | | | | | | t/helper: merge test-string-list into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -1/+1 |
| * | | | | | | t/helper: merge test-strcmp-offset into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -1/+1 |
| * | | | | | | t/helper: merge test-sigchain into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -1/+1 |
| * | | | | | | t/helper: merge test-sha1-array into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -1/+1 |
| * | | | | | | t/helper: merge test-scrap-cache-tree into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -1/+1 |
| * | | | | | | t/helper: merge test-run-command into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -1/+1 |
| * | | | | | | t/helper: merge test-revision-walking into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -1/+1 |
| * | | | | | | t/helper: merge test-regex into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -1/+1 |
| * | | | | | | t/helper: merge test-ref-store into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -1/+1 |