summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorLines
2006-07-03Use $GITPERLLIB instead of $RUNNING_GIT_TESTS and centralize @INC mungingPetr Baudis-1/+3
2006-07-03Makefile: tighten git-http-{fetch,push} dependenciesJunio C Hamano-2/+2
2006-07-02Git.pm: clean generated files.Junio C Hamano-0/+1
2006-07-02Perly git: work around buggy make implementations.Junio C Hamano-1/+1
2006-07-02Makefile: Set USE_PIC on x86-64Junio C Hamano-0/+3
2006-07-02Add possibility to pass CFLAGS and LDFLAGS specific to the perl subdirDennis Stosberg-2/+4
2006-07-02Git.pm: Support for perl/ being built by a different compilerPetr Baudis-28/+38
2006-07-02Makefile fix for SolarisDennis Stosberg-1/+1
2006-07-02"test" in Solaris' /bin/sh does not support -eDennis Stosberg-1/+1
2006-07-02Git.pm: tentative fix to test the freshly built Git.pmJunio C Hamano-2/+5
2006-07-02Git.pm: assorted build related fixes.Petr Baudis-9/+17
2006-07-02perl: fix make cleanJunio C Hamano-1/+1
2006-07-02Perl interface: add build-time configuration to allow building with -fPICJunio C Hamano-7/+13
2006-07-02Git.pm: Implement Git::version()Petr Baudis-1/+4
2006-07-02Introduce Git.pm (v4)Petr Baudis-3/+9
2006-07-02autoconf: Use autoconf to write installation directories to config.mak.autogenJakub Narebski-0/+1
2006-07-02Makefile: replace ugly and unportable sed invocationJohannes Schindelin-5/+5
2006-07-01Add git-instaweb, instantly browse the working repo with gitwebEric Wong-1/+15
2006-06-29Rename man1 and man7 variables to man1dir and man7dirJakub Narebski-2/+2
2006-06-29Allow INSTALL, bindir, mandir to be set in main MakefileJakub Narebski-0/+2
2006-06-28Improved three-way blob merging codeLinus Torvalds-1/+1
2006-06-24Rename safe_strncpy() to strlcpy().Peter Eriksen-0/+14
2006-06-24Makefile: add framework to verify and bench sha1 implementations.Junio C Hamano-0/+6
2006-06-22Makefile: do not recompile main programs when libraries have changed.Junio C Hamano-1/+1
2006-06-22Merge branch 'js/lsfix'Junio C Hamano-23/+17
2006-06-22Merge branch 'jc/upload-corrupt'Junio C Hamano-1/+1
2006-06-22Makefile: do not force unneeded recompilation upon GIT_VERSION changesJunio C Hamano-1/+1
2006-06-22Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used.Yakov Lerner-1/+2
2006-06-21Retire git-clone-packJunio C Hamano-1/+1
2006-06-19Add specialized object allocatorLinus Torvalds-1/+1
2006-06-18Make git-update-ref a builtinLukas Sandström-3/+4
2006-06-18Make git-update-index a builtinLukas Sandström-3/+3
2006-06-18Make git-stripspace a builtinLukas Sandström-3/+3
2006-06-18Make git-mailinfo a builtinLukas Sandström-10/+4
2006-06-18Make git-mailsplit a builtinLukas Sandström-3/+2
2006-06-18Make git-write-tree a builtinLukas Sandström-3/+3
2006-06-18Merge branch 'yl/build'Junio C Hamano-8/+20
2006-06-18Remove "refs" field from "struct object"Linus Torvalds-1/+1
2006-06-18Make release tarballs friendlier to older tar versionsRene Scharfe-1/+1
2006-06-17auto-detect changed prefix and/or changed build flagsYakov Lerner-8/+20
2006-06-10Built-in git-get-tar-commit-idRene Scharfe-2/+2
2006-06-07make clean: remove dist-doc targets.Junio C Hamano-1/+1
2006-06-06Make index file locking code reusable to others.Junio C Hamano-1/+1
2006-06-06HTTP cleanupJunio C Hamano-1/+2
2006-06-03Builtin git-rev-parse.Christian Couder-4/+3
2006-05-28Merge branch 'jc/cache-tree'Junio C Hamano-1/+4
2006-05-25Don't write directly to a make target ($@).Jim Meyering-14/+20
2006-05-25Documentation/Makefile: remove extra /Martin Waitz-1/+1
2006-05-24Builtin git-cat-fileTimo Hirvonen-3/+3
2006-05-24Merge branch 'js/fmt-patch'Junio C Hamano-2/+2