summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Print an error if cloning a http repo and NO_CURL is setFernando J. Pereda2006-02-151-0/+1
* s/SHELL/SHELL_PATH/ in MakefileFredrik Kuivinen2006-02-131-1/+1
* git-status -vJunio C Hamano2006-02-101-2/+5
* git-rerere: reuse recorded resolve.Junio C Hamano2006-02-061-1/+1
* git-showJunio C Hamano2006-02-051-1/+4
* diff-tree -c: show a merge commit a bit more sensibly.Junio C Hamano2006-01-281-1/+1
* Add freebsd support in MakefileAlecs King2006-01-261-0/+5
* Add compat/unsetenv.c .Jason Riedy2006-01-251-0/+5
* Run GIT-VERSION-GEN with $(SHELL), not sh.Jason Riedy2006-01-251-1/+1
* DT_UNKNOWN: do not fully trust existence of DT_UNKNOWNJunio C Hamano2006-01-211-0/+7
* fsck-objects: support platforms without d_ino in struct dirent.Junio C Hamano2006-01-211-0/+6
* Makefile: do not assume lack of IPV6 means no sockaddr_storage.Junio C Hamano2006-01-211-1/+11
* Disable USE_SYMLINK_HEAD by defaultPavel Roskin2006-01-191-1/+3
* Fix the installation location.Junio C Hamano2006-01-131-8/+7
* Exec git programs without using PATH.Michal Ostrowski2006-01-131-4/+9
* Makefile: add 'strip' targetJunio C Hamano2006-01-121-1/+5
* For release tarballs, include the proper versionH. Peter Anvin2006-01-091-1/+3
* GIT 1.1.0v1.1.0Junio C Hamano2006-01-081-8/+0
|\
| * GIT 1.0.8v1.0.8Junio C Hamano2006-01-071-9/+1
| |\
| | * Retire debian/ directory.Junio C Hamano2006-01-061-8/+0
| * | GIT 1.0.7v1.0.7Junio C Hamano2006-01-051-1/+1
| |\ \ | | |/
| * | GIT 1.0.6v1.0.6Junio C Hamano2005-12-271-1/+1
| |\ \ | | |/
| * | GIT 1.0.5v1.0.5Junio C Hamano2005-12-261-1/+1
| |\ \ | | |/
| * | GIT 1.0.4v1.0.4Junio C Hamano2005-12-241-1/+1
| |\ \ | | |/
* | | Makefile: use git-describe to mark the git version.Junio C Hamano2005-12-271-5/+15
* | | Add a "git-describe" commandLinus Torvalds2005-12-271-1/+2
* | | Merge in fixes up to 1.0.3 maintenance branch.Junio C Hamano2005-12-221-0/+3
|\ \ \ | |/ /
| * | GIT 1.0.3v1.0.3Junio C Hamano2005-12-221-1/+4
| |\ \ | | |/
| | * git-format-patch should show the correct versionJohannes Schindelin2005-12-221-0/+3
| * | GIT 1.0.0bv1.0.2v1.0.0bJunio C Hamano2005-12-211-1/+1
| |\ \ | | |/
| * | GIT 1.0.0av1.0.1v1.0.0aJunio C Hamano2005-12-211-1/+1
| |/
* | Versioning scheme changes.Junio C Hamano2005-12-211-1/+1
* | Post 1.0.0 development track.Junio C Hamano2005-12-211-1/+1
|/
* GIT 1.0.0v1.0.0Junio C Hamano2005-12-211-3/+5
|\
| * Remove "octopus".Junio C Hamano2005-12-191-1/+1
| * Remove generated files */*.py[co]Junio C Hamano2005-12-191-1/+2
| * fetch-pack: -k option to keep downloaded pack.Junio C Hamano2005-12-171-0/+1
* | GIT 0.99.9n aka 1.0rc6v1.0rc6v0.99.9nJunio C Hamano2005-12-141-2/+2
|\ \ | |/
| * Do not let errors pass by unnoticed when running `make check'.Junio C Hamano2005-12-141-1/+1
* | GIT 0.99.9m aka 1.0rc5v1.0rc5v0.99.9mJunio C Hamano2005-12-111-7/+11
|\ \ | |/
| * [PATCH] Initial AIX portability fixes.Jason Riedy2005-12-061-0/+4
| * Clean up compatibility definitions.Junio C Hamano2005-12-051-6/+6
* | GIT 0.99.9l aka 1.0rc4v1.0rc4v0.99.9lJunio C Hamano2005-12-031-26/+34
|\ \ | |/
| * Add compat/setenv.c, use in git.c.Jason Riedy2005-12-031-9/+18
| * Makefile: say the default target upfront.Junio C Hamano2005-12-011-0/+3
| * Move couple of ifdefs after "include config.mk"Timo Hirvonen2005-11-301-16/+12
* | GIT 0.99.9kv0.99.9kJunio C Hamano2005-11-251-28/+41
|\ \ | |/
| * Rename git-config-set to git-repo-configJohannes Schindelin2005-11-241-1/+1
| * Move diff.renamelimit out of default configuration.Junio C Hamano2005-11-211-1/+2
| * Introduce $(ALL_PROGRAMS) for 'all:' and 'install:' to operate on.Andreas Ericsson2005-11-211-13/+15