index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-29
Merge branch 'ab/make-sparse-for-real'
Junio C Hamano
1
-1
/
+1
2021-10-21
Makefile: remove redundant GIT-CFLAGS dependency from "sparse"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-10-18
Merge branch 'js/retire-preserve-merges'
Junio C Hamano
1
-2
/
+0
2021-10-13
Merge branch 'ab/make-sparse-for-real'
Junio C Hamano
1
-3
/
+6
2021-10-13
Merge branch 'ab/config-based-hooks-1'
Junio C Hamano
1
-13
/
+15
2021-10-11
Merge branch 'ab/sanitize-leak-ci'
Junio C Hamano
1
-0
/
+5
2021-10-03
Merge branch 'ab/make-compdb-fix'
Junio C Hamano
1
-0
/
+1
2021-10-03
Merge branch 'ab/auto-depend-with-pedantic'
Junio C Hamano
1
-0
/
+1
2021-10-03
Merge branch 'ab/make-clean-depend-dirs'
Junio C Hamano
1
-1
/
+0
2021-09-27
Makefile: pass -Wno-pendantic under GENERATE_COMPILATION_DATABASE=yes
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-09-27
hook-list.h: add a generated list of hooks, like config-list.h
Ævar Arnfjörð Bjarmason
1
-1
/
+7
2021-09-27
hook.[ch]: move find_hook() from run-command.c to hook.c
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-09-23
Makefile: remove an out-of-date comment
Ævar Arnfjörð Bjarmason
1
-7
/
+0
2021-09-23
Makefile: don't perform "mv $@+ $@" dance for $(GENERATED_H)
Ævar Arnfjörð Bjarmason
1
-3
/
+2
2021-09-23
Makefile: stop hardcoding {command,config}-list.h
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2021-09-23
Makefile: mark "check" target as .PHONY
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-09-23
Merge branch 'ab/http-drop-old-curl-plus'
Junio C Hamano
1
-9
/
+2
2021-09-23
Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS
Ævar Arnfjörð Bjarmason
1
-0
/
+5
2021-09-22
Makefile: make COMPUTE_HEADER_DEPENDENCIES=auto work with DEVOPTS=pedantic
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-09-22
Makefile: make the "sparse" target non-.PHONY
Ævar Arnfjörð Bjarmason
1
-3
/
+6
2021-09-22
Makefile: clean .depend dirs under COMPUTE_HEADER_DEPENDENCIES != yes
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2021-09-20
Merge branch 'ab/make-tags-cleanup'
Junio C Hamano
1
-13
/
+19
2021-09-20
Merge branch 'cb/pedantic-build-for-developers'
Junio C Hamano
1
-20
/
+2
2021-09-15
Merge branch 'bs/install-strip'
Junio C Hamano
1
-3
/
+12
2021-09-15
Merge branch 'ab/no-more-check-bindir'
Junio C Hamano
1
-2
/
+1
2021-09-13
Makefile: drop support for curl < 7.9.8 (again)
Ævar Arnfjörð Bjarmason
1
-9
/
+2
2021-09-07
rebase: drop support for `--preserve-merges`
Johannes Schindelin
1
-2
/
+0
2021-09-07
Makefile: remove the check_bindir script
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2021-09-05
make: add INSTALL_STRIP option variable
Bagas Sanjaya
1
-3
/
+12
2021-09-03
Merge branch 'sg/make-fix-ar-invocation'
Junio C Hamano
1
-2
/
+2
2021-09-03
developer: enable pedantic by default
Carlo Marcelo Arenas Belón
1
-2
/
+2
2021-09-03
gettext: remove optional non-standard parens in N_() definition
Ævar Arnfjörð Bjarmason
1
-19
/
+1
2021-08-24
Merge branch 'es/trace2-log-parent-process-name'
Junio C Hamano
1
-0
/
+4
2021-08-24
Merge branch 'js/expand-runtime-prefix'
Junio C Hamano
1
-0
/
+5
2021-08-19
Makefile: remove archives before manipulating them with 'ar'
SZEDER Gábor
1
-2
/
+2
2021-08-05
Makefile: normalize clobbering & xargs for tags targets
Ævar Arnfjörð Bjarmason
1
-8
/
+9
2021-08-05
Makefile: remove "cscope.out", not "cscope*" in cscope.out target
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-08-04
Merge branch 'ab/getcwd-test'
Junio C Hamano
1
-0
/
+1
2021-07-30
t0001: fix broken not-quite getcwd(3) test in bed67874e2
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-07-28
Merge branch 'ew/many-alternate-optim'
Junio C Hamano
1
-0
/
+3
2021-07-26
tests: exercise the RUNTIME_PREFIX feature
Johannes Schindelin
1
-0
/
+5
2021-07-22
tr2: make process info collection platform-generic
Emily Shaffer
1
-0
/
+4
2021-07-22
Merge branch 'js/ci-windows-update'
Junio C Hamano
1
-1
/
+4
2021-07-22
Makefile: don't use "FORCE" for tags targets
Ævar Arnfjörð Bjarmason
1
-8
/
+12
2021-07-16
Merge branch 'jt/partial-clone-submodule-1'
Junio C Hamano
1
-0
/
+1
2021-07-16
Merge branch 'ab/make-delete-on-error'
Junio C Hamano
1
-11
/
+18
2021-07-08
Merge branch 'dd/svn-test-wo-locale-a'
Junio C Hamano
1
-0
/
+7
2021-07-07
oidtree: a crit-bit tree for odb_loose_cache
Eric Wong
1
-0
/
+3
2021-07-06
artifacts-tar: respect NO_GETTEXT
Johannes Schindelin
1
-1
/
+4
2021-06-29
Makefile: add QUIET_GEN to "cscope" target
Ævar Arnfjörð Bjarmason
1
-1
/
+1
[next]