summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-08-12Merge branch 'master' into js/c-merge-recursiveJunio C Hamano1-6/+15
2006-08-10git-verify-pack: make builtinRene Scharfe1-0/+1
2006-08-08autoconf: clean temporary file mak.appendJunio C Hamano1-1/+1
2006-08-08Merge branch 'master' into mk/renameJunio C Hamano1-1/+1
2006-08-08autoconf: Add configure target to main MakefileJakub Narebski1-0/+7
2006-08-07Merge branch 'master' into pb/gitpmJunio C Hamano1-27/+88
2006-08-05Makefile: Cygwin does not seem to need NO_STRLCPYJunio C Hamano1-1/+0
2006-08-04autoconf: Typo cleanup, reordering etc.Jakub Narebski1-1/+1
2006-08-04builtins: Makefile clean-upJunio C Hamano1-29/+45
2006-08-04Make git-checkout-index a builtinJunio C Hamano1-2/+4
2006-08-03Make git-symbolic-ref a builtinMatthias Kestenholz1-3/+3
2006-08-03Make git-unpack-objects a builtinMatthias Kestenholz1-3/+4
2006-08-03Make git-pack-objects a builtinMatthias Kestenholz1-3/+3
2006-08-03Make git-name-rev a builtinMatthias Kestenholz1-3/+4
2006-08-03.gitignore: git-merge-recur is a built file.Junio C Hamano1-1/+1
2006-08-02Cygwin needs NO_C99_FORMAT???Junio C Hamano1-0/+1
2006-08-02Make git-repo-config a builtinMatthias Kestenholz1-3/+4
2006-08-02gitweb: do not use @@FOO@@ for replaced tokensJunio C Hamano1-9/+9
2006-08-02gitweb: optionally read config from GITWEB_CONFIGJeff King1-0/+2
2006-08-02Make git-prune-packed a builtinMatthias Kestenholz1-3/+3
2006-08-02Add NO_C99_FORMAT to support older compilers.Ramsay Allan Jones1-0/+8
2006-08-02Fix installation of templates on ancient systems.Ramsay Allan Jones1-1/+1
2006-08-01Makefile: gitweb/gitweb.cgi is now generated.Junio C Hamano1-0/+1
2006-08-01gitweb: use out-of-line GIT logo.Martin Waitz1-0/+2
2006-08-01gitweb: fill in gitweb configuration by MakefileMartin Waitz1-2/+23
2006-07-30Merge branch 'js/read-tree' into js/c-merge-recursiveJunio C Hamano1-16/+41
2006-07-30read-trees: refactor the unpack_trees() partJohannes Schindelin1-2/+2
2006-07-30Build on Debian GNU/kFreeBSDGerrit Pape1-0/+3
2006-07-30Merge branch 'js/mv'Junio C Hamano1-5/+6
2006-07-30Merge branch 'jn/make'Junio C Hamano1-0/+3
2006-07-28Makefile: ssh-pull.o depends on ssh-fetch.cJohannes Schindelin1-0/+2
2006-07-27Makefile: git-merge-recur depends on xdiff libraries.Junio C Hamano1-1/+1
2006-07-26Make git-mv a builtinJohannes Schindelin1-5/+6
2006-07-26Merge branch 'pb/configure'Junio C Hamano1-2/+4
2006-07-26git-instaweb: respect bindir from MakefileJohannes Schindelin1-1/+1
2006-07-23Disable linking with Fink or DarwinPorts.Shawn Pearce1-8/+22
2006-07-13Status update on merge-recursive in CJohannes Schindelin1-1/+7
2006-07-12Merge branch 'lt/prune'Junio C Hamano1-3/+3
2006-07-12Merge branch 'lt/merge-tree'Junio C Hamano1-1/+1
2006-07-09Merge branch 'ew/svn'Junio C Hamano1-1/+6
2006-07-09Typofix in Makefile comment.Pavel Roskin1-1/+1
2006-07-09Assorted typo fixesPavel Roskin1-2/+2
2006-07-09builtin "git prune"Linus Torvalds1-3/+3
2006-07-08Teach make clean about configure and autoconfJakub Narebski1-0/+2
2006-07-08Work around sed and make interactions on the backslash at the end of line.Junio C Hamano1-3/+7
2006-07-08Using 'perl' in *.shMichal Rokos1-0/+1
2006-07-08sed -e '/RE/r rfile/' needs space in 'r rfile'Michal Rokos1-2/+2
2006-07-07Makefile: export NO_SVN_TESTSJohannes Schindelin1-0/+1
2006-07-06git-svn: migrate out of contribEric Wong1-1/+5
2006-07-06Merge branch 'ew/instaweb'Junio C Hamano1-1/+15