summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2007-02-12Link git-gui into the master Makefile.Shawn O. Pearce1-2/+8
2007-02-06Remove git-merge-recurJunio C Hamano1-6/+2
2007-02-06Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano1-0/+1
2007-02-05Fix longstanding mismerge of ALL_CFLAGS vs BASIC_CFLAGSJunio C Hamano1-1/+1
2007-01-30Merge branch 'master' into sp/gfiShawn O. Pearce1-5/+7
2007-01-29Make fsck and fsck-objects be builtins.Mark Wooding1-0/+1
2007-01-28git-fsck-objects is now synonym to git-fsckJunio C Hamano1-1/+2
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-2/+2
2007-01-20reflog-walk: build fixesJunio C Hamano1-1/+1
2007-01-20Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin1-1/+1
2007-01-14Merge branch 'master' into sp/fast-importShawn O. Pearce1-142/+211
2007-01-14Created fast-import, a tool to quickly generating a pack from blobs.Shawn O. Pearce1-0/+1
2007-01-10Makefile: remove $foo when $foo.exe is built/installed.Junio C Hamano1-3/+9
2007-01-10Make git-describe a builtin.Shawn O. Pearce1-1/+2
2007-01-09Replacing the system call pread() with lseek()/xread()/lseek() sequence.Stefan-W. Hahn1-0/+7
2007-01-08Merge branch 'jc/reflog'Junio C Hamano1-0/+1
2007-01-07"init-db" can really be just "init"Nicolas Pitre1-1/+1
2007-01-06Move traversal of reachable objects into a separate library.Junio C Hamano1-0/+1
2007-01-04git-remoteJunio C Hamano1-1/+1
2007-01-04Make check target depend on common-cmds.hRené Scharfe1-1/+1
2006-12-30Force core.filemode to false on Cygwin.Shawn O. Pearce1-0/+7
2006-12-28Merge branch 'jc/make'Junio C Hamano1-6/+16
2006-12-28Merge branch 'js/shallow'Junio C Hamano1-2/+1
2006-12-27gcc does not necessarily pass runtime libpath with -RJunio C Hamano1-6/+16
2006-12-27Merge branch 'sp/gc'Junio C Hamano1-1/+1
2006-12-27Set NO_MMAP for Cygwin by defaultJunio C Hamano1-2/+2
2006-12-27Merge branch 'master' into js/shallowJunio C Hamano1-70/+49
2006-12-27Create 'git gc' to perform common maintenance operations.Shawn O. Pearce1-1/+1
2006-12-26Merge branch 'jc/fsck-reflog'Junio C Hamano1-0/+1
2006-12-25Merge branch 'jc/git-add--interactive'Junio C Hamano1-0/+1
2006-12-24Merge branch 'js/rerere'Junio C Hamano1-1/+1
2006-12-24commit-tree: encourage UTF-8 commit messages.Johannes Schindelin1-2/+4
2006-12-23Makefile: add quick-install-doc for installing pre-built manpagesEric Wong1-0/+2
2006-12-22Remove NO_ACCURATE_DIFF options from build systemsEric Wong1-6/+0
2006-12-21Make git-rerere a builtinJohannes Schindelin1-1/+1
2006-12-20git reflog expireJunio C Hamano1-0/+1
2006-12-19Remove COLLISION_CHECK from Makefile since it's not used.Brian Gernhardt1-4/+0
2006-12-18git-add --interactiveJunio C Hamano1-0/+1
2006-12-18make patch_delta() error cases a bit more verboseNicolas Pitre1-2/+2
2006-12-15Export PERL_PATHLuben Tuikov1-0/+2
2006-12-15Avoid accessing a slow working copy during diffcore operations.Shawn O. Pearce1-0/+7
2006-12-12Merge branch 'master' into js/mergeJunio C Hamano1-18/+31
2006-12-12Merge branch 'maint'Junio C Hamano1-12/+15
2006-12-12Move Fink and Ports check to after config fileBrian Gernhardt1-12/+15
2006-12-06Add builtin merge-file, a minimal replacement for RCS mergeJohannes Schindelin1-0/+1
2006-12-04Make perl/ build procedure ActiveState friendly.Alex Riesen1-6/+16
2006-12-02xdiff: add xdl_merge()Johannes Schindelin1-1/+2
2006-11-26Merge branch 'js/shortlog'Junio C Hamano1-1/+2
2006-11-24support fetching into a shallow repositoryJohannes Schindelin1-1/+1
2006-11-21remove merge-recursive-oldJunio C Hamano1-43/+2