summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2005-11-06Add support for pushing to a remote repository using HTTP/DAVNick Hengeveld
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
2005-10-11Support custom build options in config.makJohannes Schindelin
2005-10-10Add ".git/config" file parserLinus Torvalds
2005-10-10Merge branch 'fixes'Junio C Hamano
2005-10-10Deal with $(bindir) and friends with whitespaces.Junio C Hamano
2005-10-10OpenBSD needs the strcasestr replacement.Junio C Hamano
2005-10-10New: git-svnimport.Matthias Urlichs
2005-10-10Merge branch 'fixes'Junio C Hamano
2005-10-09Makefile: avoid error message from 'uname -o'Junio C Hamano
2005-10-08make $prefix available for sub-makefilesKai Ruemmler
2005-10-08[PATCH] If NO_MMAP is defined, fake mmap() and munmap()Johannes Schindelin
2005-10-08Give proper prototype to gitstrcasestr.Junio C Hamano
2005-10-07Add git-am, applymbox replacement.Junio C Hamano
2005-10-05Record which tree the patch applies to.Junio C Hamano
2005-10-04On Cygwin, use symbolic ref, not a symbolic link, to express .git/HEADJunio C Hamano
2005-10-03[PATCH] Merging the Cygwin changesJunio C Hamano
2005-10-03Merge with master.kernel.org:/pub/scm/git/git.gitPeter Anvin
2005-10-02Post 0.99.8 master branchJunio C Hamano
2005-10-02GIT 0.99.8v0.99.8Junio C Hamano
2005-10-02Customize git command for installations that lack certain commands.Junio C Hamano
2005-10-02[PATCH] git on OpenBSDHan Boetes
2005-10-02More portability.Junio C Hamano
2005-10-02Add git-symbolic-refJunio C Hamano
2005-09-30Better handling of exec extension in the git wrapper scriptH. Peter Anvin
2005-09-30Change $(X) -> $X to be less annoying.H. Peter Anvin
2005-09-30Merge with master.kernel.org:/pub/scm/git/git.gitH. Peter Anvin
2005-09-30Still installing the old command names.Junio C Hamano
2005-09-29git-http-fetch needs $(X)hpa
2005-09-29Just explicitly add $(X) to most programs.H. Peter Anvin