summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2006-07-28Makefile: ssh-pull.o depends on ssh-fetch.cJohannes Schindelin
2006-07-26Merge branch 'pb/configure'Junio C Hamano
2006-07-26git-instaweb: respect bindir from MakefileJohannes Schindelin
2006-07-24Disable linking with Fink or DarwinPorts.Shawn Pearce
2006-07-13Merge branch 'lt/prune'Junio C Hamano
2006-07-13Merge branch 'lt/merge-tree'Junio C Hamano
2006-07-10Merge branch 'ew/svn'Junio C Hamano
2006-07-09Typofix in Makefile comment.Pavel Roskin
2006-07-09Assorted typo fixesPavel Roskin
2006-07-09builtin "git prune"Linus Torvalds
2006-07-08Using 'perl' in *.shMichal Rokos
2006-07-08sed -e '/RE/r rfile/' needs space in 'r rfile'Michal Rokos
2006-07-07Makefile: export NO_SVN_TESTSJohannes Schindelin
2006-07-07git-svn: migrate out of contribEric Wong
2006-07-07Merge branch 'ew/instaweb'Junio C Hamano
2006-07-05Merge branch 'jc/sha1'Junio C Hamano
2006-07-04Make git-fmt-merge-msg a builtinJohannes Schindelin
2006-07-03Makefile: tighten git-http-{fetch,push} dependenciesJunio C Hamano
2006-07-02Makefile: replace ugly and unportable sed invocationJohannes Schindelin
2006-07-02Add git-instaweb, instantly browse the working repo with gitwebEric Wong
2006-06-30Rename man1 and man7 variables to man1dir and man7dirJakub Narebski
2006-06-30Allow INSTALL, bindir, mandir to be set in main MakefileJakub Narebski
2006-06-29Improved three-way blob merging codeLinus Torvalds
2006-06-25Rename safe_strncpy() to strlcpy().Peter Eriksen
2006-06-24Makefile: add framework to verify and bench sha1 implementations.Junio C Hamano
2006-06-22Makefile: do not recompile main programs when libraries have changed.Junio C Hamano
2006-06-22Merge branch 'js/lsfix'Junio C Hamano
2006-06-22Merge branch 'jc/upload-corrupt'Junio C Hamano
2006-06-22Makefile: do not force unneeded recompilation upon GIT_VERSION changesJunio C Hamano
2006-06-22Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used.Yakov Lerner
2006-06-21Retire git-clone-packJunio C Hamano
2006-06-20Add specialized object allocatorLinus Torvalds
2006-06-19Make git-update-ref a builtinLukas Sandström
2006-06-19Make git-update-index a builtinLukas Sandström
2006-06-19Make git-stripspace a builtinLukas Sandström
2006-06-19Make git-mailinfo a builtinLukas Sandström
2006-06-19Make git-mailsplit a builtinLukas Sandström
2006-06-19Make git-write-tree a builtinLukas Sandström
2006-06-19Merge branch 'yl/build'Junio C Hamano
2006-06-18Remove "refs" field from "struct object"Linus Torvalds
2006-06-18Make release tarballs friendlier to older tar versionsRene Scharfe
2006-06-18auto-detect changed prefix and/or changed build flagsYakov Lerner
2006-06-10Built-in git-get-tar-commit-idRene Scharfe
2006-06-07make clean: remove dist-doc targets.Junio C Hamano
2006-06-06Make index file locking code reusable to others.Junio C Hamano
2006-06-06HTTP cleanupJunio C Hamano
2006-06-04Builtin git-rev-parse.Christian Couder
2006-05-29Merge branch 'jc/cache-tree'Junio C Hamano
2006-05-26Don't write directly to a make target ($@).Jim Meyering
2006-05-26Documentation/Makefile: remove extra /Martin Waitz