aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-06-10Built-in git-get-tar-commit-idRene Scharfe1-2/+2
2006-06-07make clean: remove dist-doc targets.Junio C Hamano1-1/+1
2006-06-06Make index file locking code reusable to others.Junio C Hamano1-1/+1
2006-06-06HTTP cleanupJunio C Hamano1-1/+2
2006-06-03Builtin git-rev-parse.Christian Couder1-4/+3
2006-05-28Merge branch 'jc/cache-tree'Junio C Hamano1-1/+4
2006-05-25Don't write directly to a make target ($@).Jim Meyering1-14/+20
2006-05-25Documentation/Makefile: remove extra /Martin Waitz1-1/+1
2006-05-24Builtin git-cat-fileTimo Hirvonen1-3/+3
2006-05-24Merge branch 'js/fmt-patch'Junio C Hamano1-2/+2
2006-05-24Merge branch 'jc/builtin-n-tar-tree'Junio C Hamano1-11/+18
2006-05-24Merge branch 'lt/dirwalk'Junio C Hamano1-7/+8
2006-05-23Merge branch 'jc/tartree' into jc/builtin-n-tar-treeJunio C Hamano1-4/+6
2006-05-23Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree.Peter Eriksen1-6/+6
2006-05-23Builtin git-show-branch.Peter Eriksen1-3/+3
2006-05-23Builtin git-apply.Peter Eriksen1-3/+5
2006-05-23Builtin git-commit-tree.Peter Eriksen1-3/+3
2006-05-23Builtin git-read-tree.Peter Eriksen1-3/+3
2006-05-23Builtin git-tar-tree.Peter Eriksen1-3/+5
2006-05-23Builtin git-ls-tree.Peter Eriksen1-3/+3
2006-05-23Builtin git-ls-files.Peter Eriksen1-3/+3
2006-05-22Install git builtins into gitexecdir rather than bindir.Sean1-1/+8
2006-05-21NO_INET_NTOP and compat/inet_ntop.c for some systems (e.g. old Cygwin).Yakov Lerner1-0/+3
2006-05-21git-format-patch: now built-in.Junio C Hamano1-2/+2
2006-05-20Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano1-7/+8
2006-05-20Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-treeJunio C Hamano1-1/+4
2006-05-19built-in tar-tree and remote tar-treeJunio C Hamano1-3/+3
2006-05-19Add builtin "git rm" commandLinus Torvalds1-3/+5
2006-05-19Fix build procedure for builtin-init-dbJunio C Hamano1-1/+1
2006-05-19Merge branch 'eb/quilt'Junio C Hamano1-1/+1
2006-05-19Merge branch 'ts/doctar'Junio C Hamano1-1/+21
2006-05-19Builtin git-init-dbTimo Hirvonen1-7/+6
2006-05-18Implement git-quiltimportEric W. Biederman1-1/+1
2006-05-18Documentation/Makefile: create tarballs for the man pages and html filesTilman Sauerbeck1-1/+21
2006-05-18Make git-check-format-ref a builtin.Lukas Sandström1-3/+3
2006-05-18Make "git rev-list" be a builtinLinus Torvalds1-3/+3
2006-05-17Remove old "git-add.sh" remnantsLinus Torvalds1-2/+2
2006-05-17Do "git add" as a builtinLinus Torvalds1-1/+1
2006-05-17libify git-ls-files directory traversalLinus Torvalds1-2/+2
2006-05-16Remove old "git-grep.sh" remnantsLinus Torvalds1-2/+3
2006-05-15Merge branch 'jc/grep'Junio C Hamano1-1/+2
2006-05-15Merge branch 'fix'Junio C Hamano1-1/+3
2006-05-15Install git-send-email by defaultEric Wong1-5/+2
2006-05-15Fix compilation on newer NetBSD systemsDennis Stosberg1-1/+3
2006-05-14Install git-send-email by defaultEric Wong1-5/+2
2006-05-09Merge branch 'np/delta'Junio C Hamano1-1/+1
2006-05-05binary patch.Junio C Hamano1-1/+1
2006-05-05core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano1-2/+6
2006-05-04Makefile: do not link rev-list any specially.Junio C Hamano1-4/+0
2006-05-04Merge branch 'jc/logs'Junio C Hamano1-6/+3
2006-05-03Merge branch 'jc/symref'Junio C Hamano1-2/+6
2006-05-03Merge branch 'jc/diff'Junio C Hamano1-3/+3
2006-05-03Merge branch 'jc/count'Junio C Hamano1-3/+3
2006-05-02core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano1-2/+6
2006-05-01builtin-push: make it official.Junio C Hamano1-2/+3
2006-05-01builtin-log/whatchanged/show: make them official.Junio C Hamano1-6/+3
2006-05-01builtin-diff: call it "git-diff", really.Junio C Hamano1-2/+3
2006-05-01builtin-count-objects: make it official.Junio C Hamano1-2/+3
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
2006-03-05blame: avoid -lm by not using log().Junio C Hamano1-4/+0
2006-03-05git-blame: Make the output human readableFredrik Kuivinen1-0/+4
2006-03-04count-delta: no need for this anymore.Junio C Hamano1-2/+2
2006-03-04Merge branch 'fk/blame'Junio C Hamano1-1/+1
2006-03-04Merge branch 'lt/rev-list'Junio C Hamano1-7/+6
2006-03-02Merge part of 'lt/rev-list' into 'fk/blame'Junio C Hamano1-44/+66
2006-03-01Rip out merge-order and make "git log <paths>..." work again.Linus Torvalds1-4/+3
2006-02-28diffcore-rename: split out the delta counting code.Junio C Hamano1-1/+2
2006-02-28Tie it all together: "git log"Linus Torvalds1-1/+1
2006-02-28Introduce trivial new pager.c helper infrastructureLinus Torvalds1-1/+1
2006-02-28Darwin: Ignore missing /sw/libShawn Pearce1-4/+8
2006-02-26First cut at libifying revlist generationLinus Torvalds1-2/+2
2006-02-24Build and install git-mailinfo.Junio C Hamano1-2/+2
2006-02-22Merge branch 'ml/cvs'Junio C Hamano1-1/+1
2006-02-22Merge branch 'ra/anno'Junio C Hamano1-0/+1
2006-02-22Add new git-rm command with documentationCarl Worth1-1/+1
2006-02-22Introducing git-cvsserver -- a CVS emulator for git.Martin Langhoff1-0/+1
2006-02-21Merge branch 'js/portable'Junio C Hamano1-28/+48
2006-02-21Fix "gmake -j"Johannes Schindelin1-3/+3
2006-02-21Makefile tweaks: Solaris 9+ dont need iconv / move up uname variablesPaul Jakma1-6/+8
2006-02-21Add git-blame, a tool for assigning blame.Fredrik Kuivinen1-1/+1
2006-02-21Merge part of jc/portable branchJunio C Hamano1-0/+25
2006-02-21git-mktree: reverse of git-ls-tree.Junio C Hamano1-1/+1
2006-02-21Merge branch 'lt/merge-tree'Junio C Hamano1-1/+1
2006-02-20Add git-annotate, a tool for assigning blame.Ryan Anderson1-0/+1
2006-02-19Really honour NO_PYTHONJohannes Schindelin1-2/+4
2006-02-19avoid makefile override warningJohannes Schindelin1-3/+3
2006-02-18Fixes for ancient versions of GNU makeJohannes Schindelin1-25/+43
2006-02-18Optionally work without pythonJohannes Schindelin1-0/+9
2006-02-17Support IrixJohannes Schindelin1-0/+10
2006-02-17Optionally support old diffsJohannes Schindelin1-0/+6
2006-02-16Allow building Git in systems without iconvFernando J. Pereda1-0/+6
2006-02-15Handling large files with GITLinus Torvalds1-1/+1
2006-02-15Print an error if cloning a http repo and NO_CURL is setFernando J. Pereda1-0/+1
2006-02-13s/SHELL/SHELL_PATH/ in MakefileFredrik Kuivinen1-1/+1
2006-02-10git-status -vJunio C Hamano1-2/+5
2006-02-06git-rerere: reuse recorded resolve.Junio C Hamano1-1/+1
2006-02-05git-showJunio C Hamano1-1/+4
2006-01-28diff-tree -c: show a merge commit a bit more sensibly.Junio C Hamano1-1/+1
2006-01-26Add freebsd support in MakefileAlecs King1-0/+5
2006-01-25Add compat/unsetenv.c .Jason Riedy1-0/+5
2006-01-25Run GIT-VERSION-GEN with $(SHELL), not sh.Jason Riedy1-1/+1
2006-01-21DT_UNKNOWN: do not fully trust existence of DT_UNKNOWNJunio C Hamano1-0/+7
2006-01-21fsck-objects: support platforms without d_ino in struct dirent.Junio C Hamano1-0/+6
2006-01-21Makefile: do not assume lack of IPV6 means no sockaddr_storage.Junio C Hamano1-1/+11
2006-01-19Disable USE_SYMLINK_HEAD by defaultPavel Roskin1-1/+3
2006-01-13Fix the installation location.Junio C Hamano1-8/+7
2006-01-13Exec git programs without using PATH.Michal Ostrowski1-4/+9
2006-01-12Makefile: add 'strip' targetJunio C Hamano1-1/+5
2006-01-09For release tarballs, include the proper versionH. Peter Anvin1-1/+3
2006-01-08GIT 1.1.0v1.1.0Junio C Hamano1-8/+0
2006-01-07GIT 1.0.8v1.0.8Junio C Hamano1-9/+1
2006-01-06Retire debian/ directory.Junio C Hamano1-8/+0
2006-01-05GIT 1.0.7v1.0.7Junio C Hamano1-1/+1
2005-12-27GIT 1.0.6v1.0.6Junio C Hamano1-1/+1
2005-12-27Makefile: use git-describe to mark the git version.Junio C Hamano1-5/+15
2005-12-27Add a "git-describe" commandLinus Torvalds1-1/+2
2005-12-26GIT 1.0.5v1.0.5Junio C Hamano1-1/+1
2005-12-24GIT 1.0.4v1.0.4Junio C Hamano1-1/+1
2005-12-22Merge in fixes up to 1.0.3 maintenance branch.Junio C Hamano1-0/+3
2005-12-22GIT 1.0.3v1.0.3Junio C Hamano1-1/+4
2005-12-22git-format-patch should show the correct versionJohannes Schindelin1-0/+3
2005-12-21Versioning scheme changes.Junio C Hamano1-1/+1
2005-12-21GIT 1.0.0bv1.0.2v1.0.0bJunio C Hamano1-1/+1
2005-12-21GIT 1.0.0av1.0.1v1.0.0aJunio C Hamano1-1/+1
2005-12-21Post 1.0.0 development track.Junio C Hamano1-1/+1
2005-12-21GIT 1.0.0v1.0.0Junio C Hamano1-3/+5
2005-12-19Remove "octopus".Junio C Hamano1-1/+1
2005-12-19Remove generated files */*.py[co]Junio C Hamano1-1/+2
2005-12-17fetch-pack: -k option to keep downloaded pack.Junio C Hamano1-0/+1
2005-12-14GIT 0.99.9n aka 1.0rc6v1.0rc6v0.99.9nJunio C Hamano1-2/+2
2005-12-14Do not let errors pass by unnoticed when running `make check'.Junio C Hamano1-1/+1
2005-12-11GIT 0.99.9m aka 1.0rc5v1.0rc5v0.99.9mJunio C Hamano1-7/+11
2005-12-06[PATCH] Initial AIX portability fixes.Jason Riedy1-0/+4
2005-12-05Clean up compatibility definitions.Junio C Hamano1-6/+6
2005-12-03GIT 0.99.9l aka 1.0rc4v1.0rc4v0.99.9lJunio C Hamano1-26/+34
2005-12-03Add compat/setenv.c, use in git.c.Jason Riedy1-9/+18
2005-12-01Makefile: say the default target upfront.Junio C Hamano1-0/+3
2005-11-30Move couple of ifdefs after "include config.mk"Timo Hirvonen1-16/+12
2005-11-25GIT 0.99.9kv0.99.9kJunio C Hamano1-28/+41
2005-11-24Rename git-config-set to git-repo-configJohannes Schindelin1-1/+1
2005-11-21Move diff.renamelimit out of default configuration.Junio C Hamano1-1/+2
2005-11-21Introduce $(ALL_PROGRAMS) for 'all:' and 'install:' to operate on.Andreas Ericsson1-13/+15
2005-11-20Add Python version checks to the Makefile to automatically set WITH_OWN_SUBPR...Ryan Anderson1-10/+15
2005-11-19Add git-config-set, a simple helper for scripts to set config variablesJohannes Schindelin1-1/+2
2005-11-19Decide whether to build http-push in the MakefileNick Hengeveld1-3/+6
2005-11-19Isolate shared HTTP request functionalityNick Hengeveld1-1/+2
2005-11-18Merge branch 'master'Junio C Hamano1-0/+4
2005-11-18Cygwin *might* be helped with NO_MMAPJunio C Hamano1-0/+4
2005-11-18Merge branch 'master'Junio C Hamano1-1/+1
2005-11-17'make clean' forgot about some filesNicolas Pitre1-1/+1
2005-11-16GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9jJunio C Hamano1-22/+18