summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2012-12-19git-compat-util.h: do not #include <sys/param.h> by defaultJunio C Hamano1-3/+5
2012-12-15Generalize the inclusion of strings.hDavid Michael1-0/+7
2012-12-15Detect when the passwd struct is missing pw_gecosDavid Michael1-0/+3
2012-12-15Support builds when sys/param.h is missingDavid Michael1-0/+5
2012-11-26Makefile: hide stderr of curl-config testPaul Gortmaker1-1/+1
2012-10-10MALLOC_CHECK: Allow checking to be disabled from config.makRamsay Jones1-0/+1
2012-09-25Merge branch 'js/hp-nonstop'Junio C Hamano1-0/+67
2012-09-25Merge branch 'js/poll-emu'Junio C Hamano1-5/+15
2012-09-19Port to HP NonStopJoachim Schmitz1-0/+67
2012-09-17Merge branch 'mh/string-list'Junio C Hamano1-0/+1
2012-09-17make poll available for other platforms lacking itJoachim Schmitz1-5/+15
2012-09-12Merge branch 'js/compat-itimer'Junio C Hamano1-0/+12
2012-09-12Merge branch 'js/compat-mkdir'Junio C Hamano1-0/+6
2012-09-12string_list: add two new functions for splitting stringsMichael Haggerty1-0/+1
2012-09-11Merge branch 'rj/test-regex'Junio C Hamano1-0/+1
2012-09-08Document MKDIR_WO_TRAILING_SLASH in MakefileJoachim Schmitz1-0/+6
2012-09-08Add a no-op setitimer() wrapperJoachim Schmitz1-0/+12
2012-09-02test-regex: Add a test to check for a bug in the regex routinesRamsay Jones1-0/+1
2012-08-22Merge branch 'jk/check-docs-update'Junio C Hamano1-26/+9
2012-08-08Merge branch 'bw/maint-1.7.9-solaris-getpass'Junio C Hamano1-0/+1
2012-08-08check-docs: get documented command list from MakefileJeff King1-24/+2
2012-08-08check-docs: drop git-help special-caseJeff King1-1/+0
2012-08-08check-docs: list git-gui as a commandJeff King1-2/+1
2012-08-08check-docs: factor out command-listJeff King1-2/+6
2012-08-08check-docs: update non-command documentation listJeff King1-0/+3
2012-08-08check-docs: mention gitweb speciallyJeff King1-2/+2
2012-08-06Enable HAVE_DEV_TTY for SolarisBen Walton1-0/+1
2012-08-06Makefile: use overridable $(FIND) instead of hard-coded 'find'Johannes Sixt1-1/+1
2012-07-31Merge branch 'jx/i18n-1.7.11'Junio C Hamano1-1/+2
2012-07-27perl: detect new files in MakeMaker buildsJunio C Hamano1-0/+7
2012-07-25i18n: New keywords for xgettext extraction from shJiang Xin1-1/+2
2012-07-23Merge branch 'jn/block-sha1'Junio C Hamano1-3/+2
2012-07-23Merge branch 'jn/make-assembly-in-right-directory'Junio C Hamano1-1/+1
2012-07-23Makefile: BLK_SHA1 does not require fast htonl() and unaligned loadsJonathan Nieder1-3/+2
2012-07-22Makefile: fix location of listing produced by "make subdir/foo.s"Jonathan Nieder1-1/+1
2012-07-19build: reconfigure automatically if configure.ac changesStefano Lattarini1-0/+12
2012-07-19build: "make clean" should not remove configure-generated filesStefano Lattarini1-2/+3
2012-07-15Merge branch 'jn/makefile-cleanup'Junio C Hamano1-100/+126
2012-07-13Merge branch 'tb/sanitize-decomposed-utf-8-pathname'Junio C Hamano1-0/+3
2012-07-09Merge branch 'mm/credential-plumbing'Junio C Hamano1-1/+1
2012-07-09Merge branch 'rj/platform-pread-may-be-thread-unsafe'Junio C Hamano1-0/+8
2012-07-09Makefile: document ground rules for target-specific dependenciesJonathan Nieder1-0/+33
2012-07-09Makefile: move GIT-VERSION-FILE dependencies closer to useJeff King1-9/+4
2012-07-09Makefile: build instaweb similar to other scriptsJeff King1-8/+6
2012-07-09Makefile: update scripts when build-time parameters changeJeff King1-3/+13
2012-07-09Makefile: do not replace @@GIT_VERSION@@ in shell scriptsJeff King1-3/+0
2012-07-09Makefile: split prefix flags from GIT-CFLAGSJeff King1-8/+22
2012-07-09Makefile: be silent when only GIT_USER_AGENT changesJonathan Nieder1-1/+0
2012-07-09Makefile: split GIT_USER_AGENT from GIT-CFLAGSJeff King1-2/+9
2012-07-09Makefile: do not replace @@GIT_USER_AGENT@@ in scriptsJeff King1-1/+0