summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jx/i18n-1.7.11'Junio C Hamano2012-07-311-1/+2
|\
| * i18n: New keywords for xgettext extraction from shJiang Xin2012-07-251-1/+2
* | perl: detect new files in MakeMaker buildsJunio C Hamano2012-07-271-0/+7
* | Merge branch 'jn/block-sha1'Junio C Hamano2012-07-231-3/+2
|\ \
| * | Makefile: BLK_SHA1 does not require fast htonl() and unaligned loadsJonathan Nieder2012-07-231-3/+2
* | | Merge branch 'jn/make-assembly-in-right-directory'Junio C Hamano2012-07-231-1/+1
|\ \ \
| * | | Makefile: fix location of listing produced by "make subdir/foo.s"Jonathan Nieder2012-07-221-1/+1
* | | | build: reconfigure automatically if configure.ac changesStefano Lattarini2012-07-191-0/+12
* | | | build: "make clean" should not remove configure-generated filesStefano Lattarini2012-07-191-2/+3
| |_|/ |/| |
* | | Merge branch 'jn/makefile-cleanup'Junio C Hamano2012-07-151-102/+128
|\ \ \
| * | | Makefile: document ground rules for target-specific dependenciesJonathan Nieder2012-07-091-0/+33
| * | | Makefile: move GIT-VERSION-FILE dependencies closer to useJeff King2012-07-091-9/+4
| * | | Makefile: build instaweb similar to other scriptsJeff King2012-07-091-8/+6
| * | | Makefile: update scripts when build-time parameters changeJeff King2012-07-091-3/+13
| * | | Makefile: do not replace @@GIT_VERSION@@ in shell scriptsJeff King2012-07-091-3/+0
| * | | Makefile: split prefix flags from GIT-CFLAGSJeff King2012-07-091-8/+22
| * | | Makefile: be silent when only GIT_USER_AGENT changesJonathan Nieder2012-07-091-1/+0
| * | | Makefile: split GIT_USER_AGENT from GIT-CFLAGSJeff King2012-07-091-2/+9
| * | | Makefile: do not replace @@GIT_USER_AGENT@@ in scriptsJeff King2012-07-091-1/+0
| * | | Makefile: apply dependencies consistently to sparse/asm targetsJeff King2012-07-091-2/+2
| * | | Makefile: do not have git.o depend on common-cmds.hJeff King2012-07-091-1/+0
| * | | Makefile: fold XDIFF_H and VCSSVN_H into LIB_HJonathan Nieder2012-07-091-37/+25
| * | | Makefile: fold MISC_H into LIB_HJeff King2012-06-201-29/+16
| * | | Makefile: sort LIB_H listJeff King2012-06-201-4/+4
* | | | Merge branch 'tb/sanitize-decomposed-utf-8-pathname'Junio C Hamano2012-07-131-0/+3
|\ \ \ \
| * | | | git on Mac OS and precomposed unicodeTorsten Bögershausen2012-07-081-0/+3
* | | | | Merge branch 'mm/credential-plumbing'Junio C Hamano2012-07-091-1/+1
|\ \ \ \ \
| * | | | | add 'git credential' plumbing commandJavier Roucher Iglesias2012-06-251-1/+1
* | | | | | Merge branch 'rj/platform-pread-may-be-thread-unsafe'Junio C Hamano2012-07-091-0/+8
|\ \ \ \ \ \
| * | | | | | index-pack: Disable threading on cygwinJunio C Hamano2012-06-261-0/+8
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jk/no-more-asciidoc7'Junio C Hamano2012-06-251-6/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | docs: drop asciidoc7compatible flagJeff King2012-05-301-6/+0
* | | | | | Merge branch 'vr/help-per-platform'Junio C Hamano2012-06-211-0/+9
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | help: use HTML as the default help format on WindowsVincent van Ravesteijn2012-06-061-0/+9
| |/ / / /
* | | | | http: get default user-agent from git_user_agentJeff King2012-06-031-4/+1
* | | | | version: add git_user_agent functionJeff King2012-06-031-0/+11
* | | | | move git_version_string into version.cJeff King2012-06-031-2/+6
| |/ / / |/| | |
* | | | Sync with maintJunio C Hamano2012-06-011-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'ef/http-o-depends-on-gvf' into maintJunio C Hamano2012-06-011-1/+1
| |\ \ \
| | * | | Makefile: add missing GIT-VERSION-FILE dependencyErik Faye-Lund2012-05-311-1/+1
* | | | | Merge branch 'nd/threaded-index-pack'Junio C Hamano2012-05-141-1/+1
|\ \ \ \ \
| * | | | | index-pack: support multithreaded delta resolvingNguyễn Thái Ngọc Duy2012-05-071-1/+1
* | | | | | Merge branch 'jc/install-no-hardlinks'Junio C Hamano2012-05-101-1/+11
|\ \ \ \ \ \
| * | | | | | Makefile: NO_INSTALL_HARDLINKSJunio C Hamano2012-05-041-1/+11
| | |_|_|/ / | |/| | | |
* | | | | | Makefile: keep many variable list sortedNguyễn Thái Ngọc Duy2012-05-041-13/+13
* | | | | | Merge branch 'nd/columns'Junio C Hamano2012-05-031-0/+3
|\ \ \ \ \ \
| * | | | | | tag: add --columnNguyễn Thái Ngọc Duy2012-04-271-1/+1
| * | | | | | status: add --columnNguyễn Thái Ngọc Duy2012-04-271-1/+1
| * | | | | | branch: add --columnNguyễn Thái Ngọc Duy2012-04-271-1/+1
| * | | | | | Add column layout skeleton and git-columnNguyễn Thái Ngọc Duy2012-04-271-0/+3