summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2007-03-02Merge branch 'maint'Junio C Hamano1-1/+1
2007-03-01fetch.o depends on the headers, too.Johannes Schindelin1-1/+1
2007-02-28Merge branch 'js/bundle'Junio C Hamano1-0/+1
2007-02-27Merge branch 'np/types' into jc/fetchJunio C Hamano1-7/+31
2007-02-25Add test-chmtime: a utility to change mtime on filesEric Wong1-1/+4
2007-02-24Merge branch 'js/etc-config'Junio C Hamano1-1/+4
2007-02-22Add git-bundle: move objects and references by archiveJohannes Schindelin1-0/+1
2007-02-22Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano1-1/+2
2007-02-22Merge branch 'maint'Junio C Hamano1-1/+2
2007-02-21Include git-gui credits file in dist.Shawn O. Pearce1-1/+2
2007-02-21git-gui: Display all authors of git-gui.Shawn O. Pearce1-9/+14
2007-02-19config: read system-wide defaults from /etc/gitconfigJohannes Schindelin1-1/+4
2007-02-19Merge branch 'maint'Junio C Hamano1-0/+13
2007-02-19Add a compat/strtoumax.c for Solaris 8.Jason Riedy1-0/+13
2007-02-14Lazy man's auto-CRLFLinus Torvalds1-1/+2
2007-02-13Merge branch 'maint'Junio C Hamano1-1/+4
2007-02-13Makefile: update check-docs targetJunio C Hamano1-1/+4
2007-02-13git-fetch--tool: start rewriting parts of git-fetch in C.Junio C Hamano1-0/+1
2007-02-13Merge branch 'jc/merge-base' (early part)Junio C Hamano1-0/+1
2007-02-12Remove git-diff-stages.Junio C Hamano1-1/+0
2007-02-12Remove git-resolve.Junio C Hamano1-1/+1
2007-02-12Link git-gui into the master Makefile.Shawn O. Pearce1-2/+8
2007-02-12git-gui: Generate a version file on demand.Shawn O. Pearce1-1/+5
2007-02-12git-gui: Rename GIT_VERSION to GITGUI_VERSION.Shawn O. Pearce1-2/+2
2007-02-12git-gui: Allow gitexecdir, INSTALL to be set by the caller.Shawn O. Pearce1-3/+7
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-21git-gui: Ensure version number is always current.Shawn O. Pearce1-3/+12
2007-01-21git-gui: Modified makefile to embed version into git-gui script.Shawn O. Pearce1-3/+28
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-09Make merge-base a built-in.Junio C Hamano1-1/+1
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