aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
...
| * | | | | | Makefile: remove redundant munging of @@INSTLIBDIR@@Ævar Arnfjörð Bjarmason2010-05-31
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jn/gitweb-plackup'Junio C Hamano2010-06-18
|\ \ \ \ \ \
| * | | | | | git-instaweb: Configure it to work with new gitweb structurePavan Kumar Sunkara2010-05-31
| * | | | | | gitweb: Set default destination directory for installing gitweb in MakefilePavan Kumar Sunkara2010-05-31
| * | | | | | gitweb: Move static files into seperate subdirectoryPavan Kumar Sunkara2010-05-31
* | | | | | | Merge branch 'jk/url-decode'Junio C Hamano2010-06-18
|\ \ \ \ \ \ \
| * | | | | | | make url-related functions reusableJeff King2010-05-24
| |/ / / / / /
* | | | | | | Merge branch 'js/maint-windows'Junio C Hamano2010-06-13
|\ \ \ \ \ \ \
| * | | | | | | Recent MinGW has a C99 implementation of snprintf functionsJohannes Sixt2010-05-20
* | | | | | | | Merge branch 'jn/make-header-dependency'Junio C Hamano2010-06-13
|\ \ \ \ \ \ \ \
| * | | | | | | | Makefile: let header dependency checker override COMPUTE_HEADER_DEPENDENCIESJonathan Nieder2010-05-08
| * | | | | | | | Makefile: fix header dependency checker to allow NO_CURL buildsJonathan Nieder2010-05-08
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Makefile: default pager on AIX to "more"Jeff King2010-06-10
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'maint'Junio C Hamano2010-05-28
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'maint-1.7.0' into maintJunio C Hamano2010-05-28
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Makefile: reenable install with NO_CURLMichael J Gruber2010-05-28
| | * | | | Merge branch 'da/maint-python-startup' into maintJunio C Hamano2010-04-22
| | |\ \ \ \
* | | \ \ \ \ Merge branch 'jn/gitweb-install'Junio C Hamano2010-05-21
|\ \ \ \ \ \ \
| * | | | | | | gitweb: Create install target for gitweb in MakefileJakub Narebski2010-05-01
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'cw/maint-exec-defpath'Junio C Hamano2010-05-21
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | exec_cmd.c: replace hard-coded path list with one from <paths.h>Chris Webb2010-04-15
| | |_|/ / / | |/| | | |
| * | | | | Merge branch 'rb/maint-python-path' into maintJunio C Hamano2010-04-09
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'sr/remote-helper-export'Junio C Hamano2010-05-21
|\ \ \ \ \ \ \
| * | | | | | | Makefile: Simplify handling of python scriptsBrian Gernhardt2010-04-09
| * | | | | | | remote-helpers: add testgit helperSverre Rabbelier2010-03-31
* | | | | | | | Merge branch 'jk/cached-textconv'Junio C Hamano2010-05-08
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | introduce notes-cache interfaceJeff King2010-04-01
* | | | | | | | Makefile: Fix 'clean' target to remove all gitweb build filesRamsay Jones2010-05-08
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'mr/gitweb-jsmin'Junio C Hamano2010-04-10
|\ \ \ \ \ \ \
| * | | | | | | instaweb: add minification awarenessMark Rada2010-04-02
| * | | | | | | Gitweb: add autoconfigure support for minifiersMark Rada2010-04-02
| * | | | | | | Gitweb: add support for minifying gitweb.cssMark Rada2010-04-02
| * | | | | | | Gitweb: add ignore and clean rules for minified filesMark Rada2010-04-02
| |/ / / / / /
* | | | | | | Merge branch 'da/maint-python-startup'Junio C Hamano2010-04-06
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Makefile: Remove usage of deprecated Python "has_key" methodDavid Aguilar2010-03-28
* | | | | | | Revert "Link against libiconv on IRIX"Junio C Hamano2010-04-05
* | | | | | | Merge branch 'rb/maint-python-path'Junio C Hamano2010-04-03
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Correct references to /usr/bin/python which does not exist on FreeBSDR. Tyler Ballance2010-03-24
| |/ / / / /
* | | | | | Merge branch 'bw/template-tool-buildconfig'Junio C Hamano2010-04-03
|\ \ \ \ \ \
| * | | | | | Make templates honour SHELL_PATH and PERL_PATHBen Walton2010-03-20
* | | | | | | Makefile: future-proof Cygwin version checkJonathan Nieder2010-04-03
* | | | | | | Makefile: update defaults for modern CygwinEric Blake2010-04-01
| |_|/ / / / |/| | | | |
* | | | | | Sync with 1.7.0.4Junio C Hamano2010-03-31
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Link against libiconv on IRIXHolger Weiß2010-03-31
| | |/ / | |/| |
* | | | Merge branch 'maint'Junio C Hamano2010-03-20
|\ \ \ \ | |/ / /
| * | | Makefile: Fix CDPATH problemJonathan Nieder2010-03-20
* | | | Makefile: Fix occasional GIT-CFLAGS breakageJonathan Nieder2010-03-20
| |/ / |/| |
* | | Merge branch 'jh/notes'Junio C Hamano2010-03-15
|\ \ \
| * | | Builtin-ify git-notesJohan Herland2010-02-13
* | | | Makefile: update check-docs targetJunio C Hamano2010-03-10