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