aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree.Peter Eriksen2006-05-23
* Builtin git-show-branch.Peter Eriksen2006-05-23
* Builtin git-apply.Peter Eriksen2006-05-23
* Builtin git-commit-tree.Peter Eriksen2006-05-23
* Builtin git-read-tree.Peter Eriksen2006-05-23
* Builtin git-tar-tree.Peter Eriksen2006-05-23
* Builtin git-ls-tree.Peter Eriksen2006-05-23
* Builtin git-ls-files.Peter Eriksen2006-05-23
* Install git builtins into gitexecdir rather than bindir.Sean2006-05-22
* NO_INET_NTOP and compat/inet_ntop.c for some systems (e.g. old Cygwin).Yakov Lerner2006-05-21
* Fix build procedure for builtin-init-dbJunio C Hamano2006-05-19
* Merge branch 'eb/quilt'Junio C Hamano2006-05-19
|\
| * Implement git-quiltimportEric W. Biederman2006-05-18
* | Merge branch 'ts/doctar'Junio C Hamano2006-05-19
|\ \
| * | Documentation/Makefile: create tarballs for the man pages and html filesTilman Sauerbeck2006-05-18
| |/
* | Builtin git-init-dbTimo Hirvonen2006-05-19
|/
* Make git-check-format-ref a builtin.Lukas Sandström2006-05-18
* Make "git rev-list" be a builtinLinus Torvalds2006-05-18
* Remove old "git-grep.sh" remnantsLinus Torvalds2006-05-16
* Merge branch 'jc/grep'Junio C Hamano2006-05-15
|\
| * built-in "git grep"Junio C Hamano2006-05-01
* | Merge branch 'fix'Junio C Hamano2006-05-15
|\ \
| * | Install git-send-email by defaultEric Wong2006-05-15
| * | Fix compilation on newer NetBSD systemsDennis Stosberg2006-05-15
| * | core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano2006-05-05
* | | Install git-send-email by defaultEric Wong2006-05-14
* | | Merge branch 'np/delta'Junio C Hamano2006-05-09
|\ \ \
| * | | replace adler32 with Rabin's polynomial in diff-deltaNicolas Pitre2006-04-28
* | | | binary patch.Junio C Hamano2006-05-05
* | | | Makefile: do not link rev-list any specially.Junio C Hamano2006-05-04
* | | | Merge branch 'jc/logs'Junio C Hamano2006-05-04
|\ \ \ \
| * | | | builtin-log/whatchanged/show: make them official.Junio C Hamano2006-05-01
| | |_|/ | |/| |
* | | | Merge branch 'jc/symref'Junio C Hamano2006-05-03
|\ \ \ \
| * | | | core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano2006-05-02
| |/ / /
* | | | Merge branch 'jc/diff'Junio C Hamano2006-05-03
|\ \ \ \
| * | | | builtin-diff: call it "git-diff", really.Junio C Hamano2006-05-01
| * | | | built-in diff.Junio C Hamano2006-04-28
| |/ / /
* | | | Merge branch 'jc/count'Junio C Hamano2006-05-03
|\ \ \ \
| * | | | builtin-count-objects: make it official.Junio C Hamano2006-05-01
| * | | | built-in count-objects.Junio C Hamano2006-04-27
| |/ / /
* | | | builtin-push: make it official.Junio C Hamano2006-05-01
* | | | git builtin "push"Linus Torvalds2006-04-30
|/ / /
* | | Makefile: remove and create xdiff library from scratch.Junio C Hamano2006-04-26
* | | Merge branch 'jc/diff'Junio C Hamano2006-04-25
|\ \ \
| * | | Libify diff-files.Junio C Hamano2006-04-22
| |/ /
* | | Makefile: remove and create libgit.a from scratch.Junio C Hamano2006-04-25
|/ /
* | Makefile: dependency for builtin-help.oJunio C Hamano2006-04-21
* | Split up builtin commands into separate files from git.cLinus Torvalds2006-04-21
* | diff: move diff.c to diff-lib.c to make room.Junio C Hamano2006-04-19
|/
* Add git-annotate(1) and git-blame(1)Jonas Fonseca2006-04-18