summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2012-10-10MALLOC_CHECK: Allow checking to be disabled from config.makRamsay Jones
2012-09-25Merge branch 'js/hp-nonstop'Junio C Hamano
2012-09-25Merge branch 'js/poll-emu'Junio C Hamano
2012-09-20Port to HP NonStopJoachim Schmitz
2012-09-17Merge branch 'mh/string-list'Junio C Hamano
2012-09-17make poll available for other platforms lacking itJoachim Schmitz
2012-09-12Merge branch 'js/compat-itimer'Junio C Hamano
2012-09-12Merge branch 'js/compat-mkdir'Junio C Hamano
2012-09-12string_list: add two new functions for splitting stringsMichael Haggerty
2012-09-11Merge branch 'rj/test-regex'Junio C Hamano
2012-09-09Document MKDIR_WO_TRAILING_SLASH in MakefileJoachim Schmitz
2012-09-09Add a no-op setitimer() wrapperJoachim Schmitz
2012-09-03test-regex: Add a test to check for a bug in the regex routinesRamsay Jones
2012-08-22Merge branch 'jk/check-docs-update'Junio C Hamano
2012-08-08Merge branch 'bw/maint-1.7.9-solaris-getpass'Junio C Hamano
2012-08-08check-docs: get documented command list from MakefileJeff King
2012-08-08check-docs: drop git-help special-caseJeff King
2012-08-08check-docs: list git-gui as a commandJeff King
2012-08-08check-docs: factor out command-listJeff King
2012-08-08check-docs: update non-command documentation listJeff King
2012-08-08check-docs: mention gitweb speciallyJeff King
2012-08-07Enable HAVE_DEV_TTY for SolarisBen Walton
2012-08-06Makefile: use overridable $(FIND) instead of hard-coded 'find'Johannes Sixt
2012-07-31Merge branch 'jx/i18n-1.7.11'Junio C Hamano
2012-07-27perl: detect new files in MakeMaker buildsJunio C Hamano
2012-07-25i18n: New keywords for xgettext extraction from shJiang Xin
2012-07-24Merge branch 'jn/block-sha1'Junio C Hamano
2012-07-24Merge branch 'jn/make-assembly-in-right-directory'Junio C Hamano
2012-07-23Makefile: BLK_SHA1 does not require fast htonl() and unaligned loadsJonathan Nieder
2012-07-23Makefile: fix location of listing produced by "make subdir/foo.s"Jonathan Nieder
2012-07-19build: reconfigure automatically if configure.ac changesStefano Lattarini
2012-07-19build: "make clean" should not remove configure-generated filesStefano Lattarini
2012-07-16Merge branch 'jn/makefile-cleanup'Junio C Hamano
2012-07-13Merge branch 'tb/sanitize-decomposed-utf-8-pathname'Junio C Hamano
2012-07-09Merge branch 'mm/credential-plumbing'Junio C Hamano
2012-07-09Merge branch 'rj/platform-pread-may-be-thread-unsafe'Junio C Hamano
2012-07-09Makefile: document ground rules for target-specific dependenciesJonathan Nieder
2012-07-09Makefile: move GIT-VERSION-FILE dependencies closer to useJeff King
2012-07-09Makefile: build instaweb similar to other scriptsJeff King
2012-07-09Makefile: update scripts when build-time parameters changeJeff King
2012-07-09Makefile: do not replace @@GIT_VERSION@@ in shell scriptsJeff King
2012-07-09Makefile: split prefix flags from GIT-CFLAGSJeff King
2012-07-09Makefile: be silent when only GIT_USER_AGENT changesJonathan Nieder
2012-07-09Makefile: split GIT_USER_AGENT from GIT-CFLAGSJeff King
2012-07-09Makefile: do not replace @@GIT_USER_AGENT@@ in scriptsJeff King
2012-07-09Makefile: apply dependencies consistently to sparse/asm targetsJeff King
2012-07-09Makefile: do not have git.o depend on common-cmds.hJeff King
2012-07-09Makefile: fold XDIFF_H and VCSSVN_H into LIB_HJonathan Nieder
2012-07-09git on Mac OS and precomposed unicodeTorsten Bögershausen
2012-06-26index-pack: Disable threading on cygwinJunio C Hamano