summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2012-09-15Sync with 1.7.11.7Junio C Hamano
2012-09-15Merge branch 'rj/test-regex' into maint-1.7.11Junio C Hamano
2012-09-11Merge branch 'jk/check-docs-update' into maintJunio C Hamano
2012-09-03test-regex: Add a test to check for a bug in the regex routinesRamsay Jones
2012-08-24Merge branch 'bw/maint-1.7.9-solaris-getpass' into maint-1.7.11Junio 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-06Merge branch 'jn/block-sha1' into maintJunio C Hamano
2012-08-06Merge branch 'jn/make-assembly-in-right-directory' into maintJunio C Hamano
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
2012-06-25add 'git credential' plumbing commandJavier Roucher Iglesias
2012-06-25Merge branch 'jk/no-more-asciidoc7'Junio C Hamano
2012-06-21Merge branch 'vr/help-per-platform'Junio C Hamano
2012-06-20Makefile: fold MISC_H into LIB_HJeff King
2012-06-20Makefile: sort LIB_H listJeff King
2012-06-06help: use HTML as the default help format on WindowsVincent van Ravesteijn
2012-06-03http: get default user-agent from git_user_agentJeff King