summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-05-01built-in "git grep"Junio C Hamano1-1/+1
2006-04-30git builtin "push"Linus Torvalds1-1/+1
2006-04-28built-in diff.Junio C Hamano1-1/+1
2006-04-28replace adler32 with Rabin's polynomial in diff-deltaNicolas Pitre1-1/+1
2006-04-27built-in count-objects.Junio C Hamano1-1/+1
2006-04-26Merge branch 'master' into jc/cache-treeJunio C Hamano1-3/+3
2006-04-26Makefile: remove and create xdiff library from scratch.Junio C Hamano1-1/+1
2006-04-25Merge branch 'jc/diff'Junio C Hamano1-1/+1
2006-04-25Makefile: remove and create libgit.a from scratch.Junio C Hamano1-1/+1
2006-04-24Add test-dump-cache-treeJunio C Hamano1-0/+3
2006-04-23Add cache-tree.Junio C Hamano1-1/+1
2006-04-22Libify diff-files.Junio C Hamano1-1/+1
2006-04-21Makefile: dependency for builtin-help.oJunio C Hamano1-0/+2
2006-04-21Split up builtin commands into separate files from git.cLinus Torvalds1-3/+6
2006-04-19diff: move diff.c to diff-lib.c to make room.Junio C Hamano1-1/+1
2006-04-18Add git-annotate(1) and git-blame(1)Jonas Fonseca1-1/+0
2006-04-16Makefile fixups.A Large Angry SCM1-1/+1
2006-04-13Makefile: $(MAKE) check-docsJunio C Hamano1-0/+20
2006-04-11Merge branch 'ds/index' into nextJunio C Hamano1-2/+7
2006-04-11Solaris 9 also wants our own unsetenv/setenv.Dennis Stosberg1-0/+4
2006-04-11Retire git-log.sh (take #3)Junio C Hamano1-2/+3
2006-04-10Merge branch 'jc/withraw' into nextJunio C Hamano1-3/+8
2006-04-10Retire git-log.sh (take#2)Junio C Hamano1-3/+3
2006-04-10Retire git-log.shJunio C Hamano1-3/+8
2006-04-10Retire diffcore-pathspec.Junio C Hamano1-1/+1
2006-04-09log-tree: separate major part of diff-tree.Junio C Hamano1-2/+2
2006-04-05Merge branch 'nh/http' into nextJunio C Hamano1-1/+3
2006-04-05Fix compile with expat, but an old curl versionJohannes Schindelin1-1/+3
2006-04-05Merge branches 'master' and 'jc/combine' into nextJunio C Hamano1-2/+2
2006-04-05Add git-clean commandPavel Roskin1-1/+1
2006-04-05combine-diff: refactor built-in xdiff interface.Junio C Hamano1-1/+1
2006-04-04http-fetch: add optional DAV-based pack listNick Hengeveld1-1/+6
2006-04-04Set HTTP user agent to git/GIT_VERSIONNick Hengeveld1-0/+3
2006-03-31Makefile: many programs now depend on xdiff/lib.a having been built.Junio C Hamano1-4/+4
2006-03-29tree/diff header cleanup.Junio C Hamano1-2/+3
2006-03-27Add ALL_LDFLAGS to the git target.Jason Riedy1-1/+2
2006-03-26Merge branch 'lt/diffgen' into nextJunio C Hamano1-4/+5
2006-03-26add clean and ignore rules for xdiff/Junio C Hamano1-1/+2
2006-03-26Remove dependency on a file named "-lz"Johannes Schindelin1-3/+3
2006-03-25Merge branch 'lt/diffgen' into nextJunio C Hamano1-2/+9
2006-03-25Use a *real* built-in diff generatorLinus Torvalds1-2/+9
2006-03-18Merge branch 'master' into nextJunio C Hamano1-2/+9
2006-03-18Makefile: Add TAGS and tags targetsFredrik Kuivinen1-2/+9
2006-03-10Merge branch 'fk/blame' into nextJunio C Hamano1-1/+3
2006-03-10Add git-imap-send, derived from isync 1.0.1.Mike McCormack1-1/+3
2006-03-09Merge branch 'jc/fsck' into nextJunio C Hamano1-3/+6
2006-03-09Nicer output from 'git'Fredrik Kuivinen1-2/+5
2006-03-09test-delta needs zlib to compileNicolas Pitre1-1/+1
2006-03-07Merge branch 'master' into nextJunio C Hamano1-1/+1
2006-03-07Update http-push functionalityNick Hengeveld1-1/+1