summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jn/gitweb-blame'Junio C Hamano2009-12-011-1/+25
|\
| * gitweb: Minify gitweb.js if JSMIN is definedJakub Narebski2009-09-011-0/+20
| * gitweb: Incremental blame (using JavaScript)Jakub Narebski2009-09-011-1/+5
* | Makefile: do not clean arm directoryJonathan Nieder2009-11-281-1/+1
* | Merge branch 'rj/maint-cygwin-count-objects'Junio C Hamano2009-11-241-0/+1
|\ \
| * | git-count-objects: Fix a disk-space under-estimate on CygwinRamsay Jones2009-11-191-0/+1
* | | Enable support for IPv6 on MinGWMartin Storsjö2009-11-241-1/+0
* | | Merge branch 'pb/maint-use-custom-perl'Junio C Hamano2009-11-221-0/+1
|\ \ \
| * | | Make sure $PERL_PATH is defined when the test suite is run.Philippe Bruhat (BooK)2009-11-171-0/+1
| |/ /
* | | Merge branch 'jh/notes' (early part)Junio C Hamano2009-11-201-0/+3
|\ \ \
| * | | Add a script to edit/inspect notesJohannes Schindelin2009-10-191-0/+1
| * | | Introduce commit notesJohannes Schindelin2009-10-191-0/+2
| |/ /
* | | Merge branch 'sp/smart-http'Junio C Hamano2009-11-201-0/+1
|\ \ \
| * | | Git-aware CGI to provide dumb HTTP transportShawn O. Pearce2009-11-041-0/+1
| |/ /
* | | Merge branch 'jn/editor-pager'Junio C Hamano2009-11-201-0/+28
|\ \ \
| * | | Provide a build time default-pager settingJunio C Hamano2009-11-131-0/+11
| * | | Provide a build time default-editor settingJonathan Nieder2009-11-131-0/+17
* | | | Merge branch 'rj/cygwin-msvc'Junio C Hamano2009-11-201-3/+8
|\ \ \ \
| * | | | Makefile: keep MSVC and Cygwin configuration separateRamsay Jones2009-11-081-3/+8
* | | | | Merge branch 'rj/maint-simplify-cygwin-makefile'Junio C Hamano2009-11-201-4/+2
|\ \ \ \ \ | |/ / / /
| * | | | Makefile: merge two Cygwin configuration sections into oneRamsay Jones2009-11-081-4/+2
| | |/ / | |/| |
* | | | Merge branch 'jn/help-everywhere'Junio C Hamano2009-11-201-1/+0
|\ \ \ \
| * | | | Retire fetch--tool helper to contrib/examplesJonathan Nieder2009-11-091-1/+0
* | | | | Merge branch 'ef/msys-imap'Junio C Hamano2009-11-171-3/+5
|\ \ \ \ \
| * | | | | Windows: use BLK_SHA1 againJohannes Sixt2009-10-231-0/+2
| * | | | | MSVC: Enable OpenSSL, and translate -lcryptoMarius Storm-Olsen2009-10-231-1/+1
| * | | | | mingw: enable OpenSSLErik Faye-Lund2009-10-231-1/+1
| * | | | | imap-send: build imap-send on WindowsErik Faye-Lund2009-10-191-1/+1
* | | | | | Sync with 1.6.5.3Junio C Hamano2009-11-161-1/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branch 'tz/maint-rpm' into maintJunio C Hamano2009-11-151-1/+4
| |\ \ \ \ \
| | * | | | | Makefile: Ensure rpm packages can be read by older rpm versionsTodd Zullinger2009-11-141-1/+4
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'tr/maint-roff-quote' into maintJunio C Hamano2009-11-151-0/+4
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'maint'Junio C Hamano2009-11-011-0/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Makefile: add compat/bswap.h to LIB_HDmitry V. Levin2009-11-011-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'js/diff-verbose-submodule'Junio C Hamano2009-10-301-0/+2
|\ \ \ \ \ \
| * | | | | | Add the --submodule option to the diff option familyJohannes Schindelin2009-10-191-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'tr/maint-roff-quote'Junio C Hamano2009-10-301-0/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Quote ' as \(aq in manpagesThomas Rast2009-10-221-0/+4
* | | | | Do not try to remove directories when removing old linksSebastian Schuberth2009-10-271-1/+1
* | | | | Makefile: clean block-sha1/ directory instead of mozilla-sha1/Carlos R. Mafra2009-10-181-1/+1
| |_|/ / |/| | |
* | | | Describe DOCBOOK_XSL_172, ASCIIDOC_NO_ROFF options in MakefileJonathan Nieder2009-10-091-1/+5
* | | | Merge branch 'ms/msvc'Junio C Hamano2009-10-091-1/+1
|\ \ \ \
| * | | | Fix MSVC build on cygwinRamsay Jones2009-10-081-1/+1
| | |/ / | |/| |
* | | | Makefile: add a note about the NO_MMAP setting on IRIX and IRIX64Brandon Casey2009-10-081-0/+12
* | | | Makefile: enable THREADED_DELTA_SEARCH on IRIX and IRIX64Brandon Casey2009-10-081-0/+2
* | | | Makefile: enable THREADED_DELTA_SEARCH on SunOSBrandon Casey2009-10-071-0/+1
|/ / /
* | | Tag GIT_VERSION when Git is built with MSVCMarius Storm-Olsen2009-09-181-0/+1
* | | Add MSVC to MakefileMarius Storm-Olsen2009-09-181-1/+54
* | | Merge branch 'jk/unwanted-advices'Junio C Hamano2009-09-131-0/+2
|\ \ \
| * | | push: make non-fast-forward help message configurableJeff King2009-09-111-0/+2