summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2005-12-07[PATCH] Initial AIX portability fixes.Jason Riedy
2005-12-05Clean up compatibility definitions.Junio C Hamano
2005-12-04Add compat/setenv.c, use in git.c.Jason Riedy
2005-12-01Makefile: say the default target upfront.Junio C Hamano
2005-12-01Move couple of ifdefs after "include config.mk"Timo Hirvonen
2005-11-24Rename git-config-set to git-repo-configJohannes Schindelin
2005-11-22Move diff.renamelimit out of default configuration.Junio C Hamano
2005-11-22Introduce $(ALL_PROGRAMS) for 'all:' and 'install:' to operate on.Andreas Ericsson
2005-11-21Add Python version checks to the Makefile to automatically set WITH_OWN_SUBPR...Ryan Anderson
2005-11-20Add git-config-set, a simple helper for scripts to set config variablesJohannes Schindelin
2005-11-20Decide whether to build http-push in the MakefileNick Hengeveld
2005-11-20Isolate shared HTTP request functionalityNick Hengeveld
2005-11-18Cygwin *might* be helped with NO_MMAPJunio C Hamano
2005-11-18'make clean' forgot about some filesNicolas Pitre
2005-11-16C implementation of the 'git' program, take two.Andreas Ericsson
2005-11-15diff: make default rename detection limit configurable.Junio C Hamano
2005-11-15git-core-foo -> git-foo, except the core packageH. Peter Anvin
2005-11-14Remove git-rename. git-mv does the sameJosef Weidendorfer
2005-11-14Separate LDFLAGS and CFLAGS.Junio C Hamano
2005-11-13Rename lost+found to lost-found.Junio C Hamano
2005-11-12git-lost+foundJunio C Hamano
2005-11-12Rename git-pack-intersect to git-pack-redundantLukas_Sandström
2005-11-12Add git-pack-intersectLukas_Sandström
2005-11-07Introducing: git-cvsexportcommitMartin Langhoff
2005-11-06Use fink/darwinport paths for OSXRandal L. Schwartz
2005-11-06Merge in http-push first stage.Junio C Hamano
2005-11-06Add support for pushing to a remote repository using HTTP/DAVNick Hengeveld
2005-11-06Package split: Debian.Junio C Hamano
2005-11-06Simplify CFLAGS/DEFINES in MakefileJunio C Hamano
2005-11-03Add 'ours' merge strategy.Junio C Hamano
2005-11-03[PATCH] Clean up the SunOS Makefile rulePeter Eriksen
2005-11-03Make test-date buildable again.Junio C Hamano
2005-11-02Do not install backward compatibility links anymore.Junio C Hamano
2005-11-01Remove git-findtags.perlPetr Baudis
2005-10-31GIT 0.99.9 master branch.Junio C Hamano
2005-10-29GIT 0.99.9v0.99.9Junio C Hamano
2005-10-26Add git-name-revJohannes Schindelin
2005-10-26pack-objects: Allow use of pre-generated pack.Junio C Hamano
2005-10-24Add git-shell.Linus Torvalds
2005-10-24Add git-mvJosef Weidendorfer
2005-10-23Split up tree diff functions into tree-diff.c libraryLinus Torvalds
2005-10-21Make git-cherry-pick in target "all"Johannes Schindelin
2005-10-16Merge branch 'svn' of http://netz.smurf.noris.de/git/gitJunio C Hamano
2005-10-16Makefile entry for git-svnimport contained a small typo.Kalle Valo
2005-10-15git-check-ref-format: reject funny ref names.Junio C Hamano
2005-10-15Unlocalized isspace and friendsLinus Torvalds
2005-10-13Add findtags - reworkedMartin Langhoff
2005-10-13Add git-index-pack utilitySergey Vlasov
2005-10-12Use git config file for committer name and email infoLinus Torvalds
2005-10-12Export template_dir in Makefile.Tom Prince