summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Builtin git-ls-files.Peter Eriksen2006-05-231-3/+3
* Install git builtins into gitexecdir rather than bindir.Sean2006-05-221-1/+8
* NO_INET_NTOP and compat/inet_ntop.c for some systems (e.g. old Cygwin).Yakov Lerner2006-05-211-0/+3
* Fix build procedure for builtin-init-dbJunio C Hamano2006-05-191-1/+1
* Merge branch 'eb/quilt'Junio C Hamano2006-05-191-1/+1
|\
| * Implement git-quiltimportEric W. Biederman2006-05-181-1/+1
* | Merge branch 'ts/doctar'Junio C Hamano2006-05-191-1/+21
|\ \
| * | Documentation/Makefile: create tarballs for the man pages and html filesTilman Sauerbeck2006-05-181-1/+21
| |/
* | Builtin git-init-dbTimo Hirvonen2006-05-191-7/+6
|/
* Make git-check-format-ref a builtin.Lukas Sandström2006-05-181-3/+3
* Make "git rev-list" be a builtinLinus Torvalds2006-05-181-3/+3
* Remove old "git-grep.sh" remnantsLinus Torvalds2006-05-161-2/+3
* Merge branch 'jc/grep'Junio C Hamano2006-05-151-1/+2
|\
| * built-in "git grep"Junio C Hamano2006-05-011-1/+1
* | Merge branch 'fix'Junio C Hamano2006-05-151-1/+3
|\ \
| * | Install git-send-email by defaultEric Wong2006-05-151-5/+2
| * | Fix compilation on newer NetBSD systemsDennis Stosberg2006-05-151-1/+3
| * | core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano2006-05-051-2/+6
* | | Install git-send-email by defaultEric Wong2006-05-141-5/+2
* | | Merge branch 'np/delta'Junio C Hamano2006-05-091-1/+1
|\ \ \
| * | | replace adler32 with Rabin's polynomial in diff-deltaNicolas Pitre2006-04-281-1/+1
* | | | binary patch.Junio C Hamano2006-05-051-1/+1
* | | | Makefile: do not link rev-list any specially.Junio C Hamano2006-05-041-4/+0
* | | | Merge branch 'jc/logs'Junio C Hamano2006-05-041-6/+3
|\ \ \ \
| * | | | builtin-log/whatchanged/show: make them official.Junio C Hamano2006-05-011-6/+3
| | |_|/ | |/| |
* | | | Merge branch 'jc/symref'Junio C Hamano2006-05-031-2/+6
|\ \ \ \
| * | | | core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano2006-05-021-2/+6
| |/ / /
* | | | Merge branch 'jc/diff'Junio C Hamano2006-05-031-3/+3
|\ \ \ \
| * | | | builtin-diff: call it "git-diff", really.Junio C Hamano2006-05-011-2/+3
| * | | | built-in diff.Junio C Hamano2006-04-281-1/+1
| |/ / /
* | | | Merge branch 'jc/count'Junio C Hamano2006-05-031-3/+3
|\ \ \ \
| * | | | builtin-count-objects: make it official.Junio C Hamano2006-05-011-2/+3
| * | | | built-in count-objects.Junio C Hamano2006-04-271-1/+1
| |/ / /
* | | | builtin-push: make it official.Junio C Hamano2006-05-011-2/+3
* | | | git builtin "push"Linus Torvalds2006-04-301-1/+1
|/ / /
* | | Makefile: remove and create xdiff library from scratch.Junio C Hamano2006-04-261-1/+1
* | | Merge branch 'jc/diff'Junio C Hamano2006-04-251-1/+1
|\ \ \
| * | | Libify diff-files.Junio C Hamano2006-04-221-1/+1
| |/ /
* | | Makefile: remove and create libgit.a from scratch.Junio C Hamano2006-04-251-1/+1
|/ /
* | Makefile: dependency for builtin-help.oJunio C Hamano2006-04-211-0/+2
* | Split up builtin commands into separate files from git.cLinus Torvalds2006-04-211-3/+6
* | diff: move diff.c to diff-lib.c to make room.Junio C Hamano2006-04-191-1/+1
|/
* Add git-annotate(1) and git-blame(1)Jonas Fonseca2006-04-181-1/+0
* Makefile fixups.A Large Angry SCM2006-04-161-1/+1