summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2007-03-06Make 'make' quiet by defaultShawn O. Pearce
2007-03-06Make 'make' quieter while building gitShawn O. Pearce
2007-03-04Merge branch 'maint'Junio C Hamano
2007-03-04Unset NO_C99_FORMAT on Cygwin.Ramsay Jones
2007-03-04Fix a "pointer type missmatch" warning.Ramsay Jones
2007-03-02Merge branch 'maint'Junio C Hamano
2007-03-01fetch.o depends on the headers, too.Johannes Schindelin
2007-02-28Merge branch 'js/bundle'Junio C Hamano
2007-02-25Add test-chmtime: a utility to change mtime on filesEric Wong
2007-02-24Merge branch 'js/etc-config'Junio C Hamano
2007-02-23Add git-bundle: move objects and references by archiveJohannes Schindelin
2007-02-23Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano
2007-02-23Merge branch 'maint'Junio C Hamano
2007-02-22Include git-gui credits file in dist.Shawn O. Pearce
2007-02-20config: read system-wide defaults from /etc/gitconfigJohannes Schindelin
2007-02-20Merge branch 'maint'Junio C Hamano
2007-02-20Add a compat/strtoumax.c for Solaris 8.Jason Riedy
2007-02-14Lazy man's auto-CRLFLinus Torvalds
2007-02-14Merge branch 'maint'Junio C Hamano
2007-02-14Makefile: update check-docs targetJunio C Hamano
2007-02-14Merge branch 'jc/merge-base' (early part)Junio C Hamano
2007-02-13Remove git-diff-stages.Junio C Hamano
2007-02-13Remove git-resolve.Junio C Hamano
2007-02-13Link git-gui into the master Makefile.Shawn O. Pearce
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-10Make merge-base a built-in.Junio C Hamano
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