summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-07-07hash: convert remaining direct function callsJeff King1-0/+54
2026-07-07hash: use git_hash_init() consistentlyJeff King1-0/+9
2026-06-09Merge branch 'rs/strbuf-add-oid-hex'Junio C Hamano1-0/+6
2026-05-16generate-configlist: collapse depfile for older NinjaToon Claes1-1/+4
2026-05-14hex: add and use strbuf_add_oid_hex()René Scharfe1-0/+6
2026-04-01Merge branch 'rs/use-strvec-pushv'Junio C Hamano1-0/+46
2026-03-27Merge branch 'jc/rerere-modern-strbuf-handling'Junio C Hamano1-0/+7
2026-03-27Merge branch 'ps/build-tweaks'Junio C Hamano41-0/+2123
2026-03-24use strvec_pushv() to add another strvecJunio C Hamano1-0/+46
2026-03-19meson: precompile "git-compat-util.h"Patrick Steinhardt1-0/+1
2026-03-19builds: move build scripts into "tools/"Patrick Steinhardt8-0/+388
2026-03-19contrib: move "update-unicode.sh" script into "tools/"Patrick Steinhardt3-0/+56
2026-03-19contrib: move "coverage-diff.sh" script into "tools/"Patrick Steinhardt1-0/+103
2026-03-19contrib: move "coccinelle/" directory into "tools/"Patrick Steinhardt27-0/+1557
2026-03-19Introduce new "tools/" directoryPatrick Steinhardt2-0/+7
2005-09-07Flatten tools/ directory to make build procedure simpler.Junio C Hamano6-1148/+0
2005-09-06mailinfo: barf and exist upon nested multipart.Junio C Hamano1-0/+4
2005-09-04git-applymbox: fix '-c'.Junio C Hamano1-1/+2
2005-08-29mailinfo and applymbox updatesJunio C Hamano2-86/+554
2005-08-26[PATCH] git bugfixes and cleanups, mainly Debian thingsTommi Virtanen1-0/+2
2005-08-19Add hooks to tools/git-applypatch.Junio C Hamano1-18/+69
2005-08-18[PATCH] git-applymbox: verify that index is cleanLinus Torvalds1-0/+8
2005-08-16Teach applymbox to keep the Subject: line.Junio C Hamano3-4/+27
2005-08-16Make tools use DESTDIR as well (otherwise rpm build is broken).Chris Wright1-1/+1
2005-08-12[PATCH] Use $DESTDIR instead of $destPetr Baudis1-2/+2
2005-08-12Make CFLAGS overridable from make command line.Pavel Roskin1-4/+3
2005-08-09Small typofix in mailsplit.cJunio C Hamano1-1/+1
2005-08-05git-applymbox: allow retrying after fixing up.Junio C Hamano1-15/+41
2005-08-03[PATCH] Fix sparse warningsAlecs King1-1/+1
2005-07-31Fix typo in recent Makefile cleanup (again).Junio C Hamano1-3/+3
2005-07-29[PATCH] mmap error handlingPavel Roskin1-1/+2
2005-07-23Fix up applymbox script for the addition of "git-" prefixLinus Torvalds1-3/+3
2005-07-23Rename the "tools" programs to also have the "git-" prefixLinus Torvalds3-2/+5
2005-07-23[PATCH] mailinfo: handle folded header.Junio C Hamano1-37/+27
2005-07-22[PATCH] Install tools with "make install-tools".Junio C Hamano1-2/+11
2005-07-22[PATCH] git-format-patch-script and mailinfo updates.Junio C Hamano1-1/+9
2005-07-22[PATCH] tools/applymbox: allow manual fixing and continuing after a failure.Junio C Hamano1-10/+38
2005-07-16Prepare git-tools for merging into the main git archiveLinus Torvalds5-0/+527