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