2361 Commits (b2a7942b8bcf397d9a5d3bb6671853755e14de60)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy eb90ea79c5 generate-cmdlist.sh: collect config from all config.txt files 7 years ago
Jeff King c8d521faf7 Add delta-islands.{c,h} 7 years ago
Johannes Schindelin d9c66f0b5b range-diff: first rudimentary implementation 7 years ago
Johannes Schindelin 348ae56cb2 Introduce `range-diff` to compare iterations of a topic branch 7 years ago
Johannes Schindelin 22d87333e5 linear-assignment: a function to solve least-cost assignment problems 7 years ago
Nguyễn Thái Ngọc Duy 5d14258b36 Makefile: add missing dependency for command-list.h 7 years ago
Beat Bolli 729b3925ed Makefile: add a DEVOPTS flag to get pedantic compilation 7 years ago
Eric Sunshine 126facf821 format-patch: add --interdiff option to embed diff in cover letter 7 years ago
SZEDER Gábor 1a96638e69 coccinelle: extract dedicated make target to clean Coccinelle's results 7 years ago
SZEDER Gábor f57d11728d coccinelle: put sane filenames into output patches 7 years ago
SZEDER Gábor ac1e31d5ca coccinelle: exclude sha1dc source files from static analysis 7 years ago
SZEDER Gábor 7cd3af5437 coccinelle: use $(addsuffix) in 'coccicheck' make target 7 years ago
SZEDER Gábor 0c7642562e coccinelle: mark the 'coccicheck' make target as .PHONY 7 years ago
Derrick Stolee ab176ac4ae test-reach: create new test tool for ref_newer 7 years ago
Derrick Stolee 5227c38566 commit-reach: move walk methods from commit.c 7 years ago
Derrick Stolee 4d80560c54 multi-pack-index: load into memory 7 years ago
Derrick Stolee a340773026 multi-pack-index: add 'write' verb 7 years ago
Derrick Stolee 6a257f03ba multi-pack-index: add builtin 7 years ago
Jonathan Tan dade47c06c commit-graph: add repo arg to graph readers 7 years ago
Jonathan Tan 42cc7485a2 negotiator/skipping: skip commits during fetch 7 years ago
Jeff Hostetler 75459410ed json_writer: new routines to create JSON data 7 years ago
Johannes Schindelin 5cf8e06474 Makefile: fix the "built from commit" code 7 years ago
Alejandro R. Sedeño 6600054e9b Makefile: tweak sed invocation 7 years ago
Eric Sunshine fdb1fbbc7d Makefile: make NO_ICONV really mean "no iconv" 7 years ago
Jonathan Tan ec06283844 fetch-pack: introduce negotiator API 7 years ago
Alban Gruin c42abfe785 rebase: introduce a dedicated backend for --preserve-merges 7 years ago
Jeff King ff417260cf make show-index a builtin 7 years ago
Nguyễn Thái Ngọc Duy 1b81d8cb19 help: use command-list.txt for the source of guides 7 years ago
Brandon Williams ec0cb49655 refspec: move refspec parsing logic into its own file 7 years ago
Nguyễn Thái Ngọc Duy 60f487ac0e Remove common-cmds.h 7 years ago
Nguyễn Thái Ngọc Duy cfb22a02ab help: use command-list.h for common command list 7 years ago
Nguyễn Thái Ngọc Duy f318d73915 generate-cmds.sh: export all commands to command-list.h 7 years ago
Philip Oakley 4d5b4c2475 Avoid multiple PREFIX definitions 7 years ago
Jonathan Nieder 64f982b8a7 Makefile: quote $INSTLIBDIR when passing it to sed 7 years ago
Jonathan Nieder 90df2173f2 Makefile: remove unused @@PERLLIBDIR@@ substitution variable 7 years ago
Christian Hesse d8698987f3 Makefile: mark perllibdir as a .PHONY target 7 years ago
Ævar Arnfjörð Bjarmason 26d2e4fb22 Makefile: add a DEVOPTS to get all of -Wextra 7 years ago
Ævar Arnfjörð Bjarmason 99f763baf5 Makefile: add a DEVOPTS to suppress -Werror under DEVELOPER 7 years ago
Nguyễn Thái Ngọc Duy 1da1580e4c Makefile: detect compiler and enable more warnings in DEVELOPER=1 7 years ago
Jameson Miller 065feab4eb mem-pool: move reusable parts of memory pool into its own file 7 years ago
Stefan Beller 11bc058ce6 replace_object.c: rename to use dash in file name 7 years ago
Stefan Beller fc1395f4a4 sha1_file.c: rename to use dash in file name 7 years ago
Stefan Beller e5e5e08832 sha1_name.c: rename to use dash in file name 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Stefan Beller fa2656f1da write_or_die.c: rename to use dashes in file name 7 years ago
Johannes Schindelin c1be1cb7ea exec_cmd: provide a new-style RUNTIME_PREFIX helper for Windows 7 years ago
Dan Jacques 226c0ddd0d exec_cmd: RUNTIME_PREFIX on some POSIX systems 7 years ago
Dan Jacques 07d90eadb5 Makefile: add Perl runtime prefix support 7 years ago
Dan Jacques f6a0ad4be7 Makefile: generate Perl header from template file 7 years ago
Christian Hesse cfb3a47cad perl: fix installing modules from contrib 7 years ago