summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Git.pm: tentative fix to test the freshly built Git.pmJunio C Hamano2006-07-021-2/+5
* Git.pm: assorted build related fixes.Petr Baudis2006-07-021-9/+17
* perl: fix make cleanJunio C Hamano2006-07-021-1/+1
* Perl interface: add build-time configuration to allow building with -fPICJunio C Hamano2006-07-021-7/+13
* Git.pm: Implement Git::version()Petr Baudis2006-07-021-1/+4
* Introduce Git.pm (v4)Petr Baudis2006-07-021-3/+9
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-241-0/+14
* Makefile: do not recompile main programs when libraries have changed.Junio C Hamano2006-06-221-1/+1
* Merge branch 'js/lsfix'Junio C Hamano2006-06-221-23/+17
|\
| * Make git-update-ref a builtinLukas Sandström2006-06-181-3/+4
| * Make git-update-index a builtinLukas Sandström2006-06-181-3/+3
| * Make git-stripspace a builtinLukas Sandström2006-06-181-3/+3
| * Make git-mailinfo a builtinLukas Sandström2006-06-181-10/+4
| * Make git-mailsplit a builtinLukas Sandström2006-06-181-3/+2
| * Make git-write-tree a builtinLukas Sandström2006-06-181-3/+3
* | Merge branch 'jc/upload-corrupt'Junio C Hamano2006-06-221-1/+1
|\ \
| * | Retire git-clone-packJunio C Hamano2006-06-211-1/+1
* | | Makefile: do not force unneeded recompilation upon GIT_VERSION changesJunio C Hamano2006-06-221-1/+1
* | | Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used.Yakov Lerner2006-06-221-1/+2
|/ /
* | Add specialized object allocatorLinus Torvalds2006-06-191-1/+1
|/
* Merge branch 'yl/build'Junio C Hamano2006-06-181-8/+20
|\
| * auto-detect changed prefix and/or changed build flagsYakov Lerner2006-06-171-8/+20
* | Remove "refs" field from "struct object"Linus Torvalds2006-06-181-1/+1
* | Make release tarballs friendlier to older tar versionsRene Scharfe2006-06-181-1/+1
|/
* Built-in git-get-tar-commit-idRene Scharfe2006-06-101-2/+2
* make clean: remove dist-doc targets.Junio C Hamano2006-06-071-1/+1
* Make index file locking code reusable to others.Junio C Hamano2006-06-061-1/+1
* HTTP cleanupJunio C Hamano2006-06-061-1/+2
* Builtin git-rev-parse.Christian Couder2006-06-031-4/+3
* Merge branch 'jc/cache-tree'Junio C Hamano2006-05-281-1/+4
|\
| * Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano2006-05-201-7/+8
| |\
| * \ Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-treeJunio C Hamano2006-05-201-1/+4
| |\ \
| | * \ Merge branch 'master' into jc/cache-treeJunio C Hamano2006-04-261-3/+3
| | |\ \
| | * | | Add test-dump-cache-treeJunio C Hamano2006-04-241-0/+3
| | * | | Add cache-tree.Junio C Hamano2006-04-231-1/+1
* | | | | Don't write directly to a make target ($@).Jim Meyering2006-05-251-14/+20
* | | | | Documentation/Makefile: remove extra /Martin Waitz2006-05-251-1/+1
* | | | | Builtin git-cat-fileTimo Hirvonen2006-05-241-3/+3
* | | | | Merge branch 'js/fmt-patch'Junio C Hamano2006-05-241-2/+2
|\ \ \ \ \
| * | | | | git-format-patch: now built-in.Junio C Hamano2006-05-211-2/+2
| |/ / / /
* | | | | Merge branch 'jc/builtin-n-tar-tree'Junio C Hamano2006-05-241-11/+18
|\ \ \ \ \
| * \ \ \ \ Merge branch 'jc/tartree' into jc/builtin-n-tar-treeJunio C Hamano2006-05-231-4/+6
| |\ \ \ \ \
| | * | | | | built-in tar-tree and remote tar-treeJunio C Hamano2006-05-191-3/+3
| | |/ / / /
| * | | | | Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree.Peter Eriksen2006-05-231-6/+6
| * | | | | Builtin git-show-branch.Peter Eriksen2006-05-231-3/+3
| * | | | | Builtin git-apply.Peter Eriksen2006-05-231-3/+5
| * | | | | Builtin git-commit-tree.Peter Eriksen2006-05-231-3/+3
| * | | | | Builtin git-read-tree.Peter Eriksen2006-05-231-3/+3
| * | | | | Builtin git-tar-tree.Peter Eriksen2006-05-231-3/+5
| * | | | | Builtin git-ls-tree.Peter Eriksen2006-05-231-3/+3