summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* git-status -vJunio C Hamano2006-02-101-2/+5
* git-rerere: reuse recorded resolve.Junio C Hamano2006-02-071-1/+1
* git-showJunio C Hamano2006-02-061-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-271-0/+5
* Add compat/unsetenv.c .Jason Riedy2006-01-261-0/+5
* Run GIT-VERSION-GEN with $(SHELL), not sh.Jason Riedy2006-01-261-1/+1
* DT_UNKNOWN: do not fully trust existence of DT_UNKNOWNJunio C Hamano2006-01-221-0/+7
* fsck-objects: support platforms without d_ino in struct dirent.Junio C Hamano2006-01-221-0/+6
* Makefile: do not assume lack of IPV6 means no sockaddr_storage.Junio C Hamano2006-01-221-1/+11
* Disable USE_SYMLINK_HEAD by defaultPavel Roskin2006-01-201-1/+3
* Fix the installation location.Junio C Hamano2006-01-141-8/+7
* Exec git programs without using PATH.Michal Ostrowski2006-01-141-4/+9
* Makefile: add 'strip' targetJunio C Hamano2006-01-131-1/+5
* For release tarballs, include the proper versionH. Peter Anvin2006-01-101-1/+3
* GIT 1.1.0v1.1.0Junio C Hamano2006-01-081-8/+0
|\
| * GIT 1.0.8v1.0.8Junio C Hamano2006-01-081-9/+1
| |\
| | * Retire debian/ directory.Junio C Hamano2006-01-071-8/+0
| * | GIT 1.0.7v1.0.7Junio C Hamano2006-01-061-1/+1
| |\|
| * | GIT 1.0.6v1.0.6Junio C Hamano2005-12-281-1/+1
| |\|
| * | GIT 1.0.5v1.0.5Junio C Hamano2005-12-271-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-281-5/+15
* | | Add a "git-describe" commandLinus Torvalds2005-12-281-1/+2
* | | Merge in fixes up to 1.0.3 maintenance branch.Junio C Hamano2005-12-231-0/+3
|\| |
| * | GIT 1.0.3v1.0.3Junio C Hamano2005-12-231-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-221-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-201-1/+1
| * Remove generated files */*.py[co]Junio C Hamano2005-12-201-1/+2
| * fetch-pack: -k option to keep downloaded pack.Junio C Hamano2005-12-181-0/+1
* | GIT 0.99.9n aka 1.0rc6v1.0rc6v0.99.9nJunio C Hamano2005-12-151-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-121-7/+11
|\|
| * [PATCH] Initial AIX portability fixes.Jason Riedy2005-12-071-0/+4
| * Clean up compatibility definitions.Junio C Hamano2005-12-061-6/+6
* | GIT 0.99.9l aka 1.0rc4v1.0rc4v0.99.9lJunio C Hamano2005-12-041-26/+34
|\|
| * Add compat/setenv.c, use in git.c.Jason Riedy2005-12-041-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-12-011-16/+12
* | GIT 0.99.9kv0.99.9kJunio C Hamano2005-11-261-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-221-1/+2
| * Introduce $(ALL_PROGRAMS) for 'all:' and 'install:' to operate on.Andreas Ericsson2005-11-221-13/+15
| * Add Python version checks to the Makefile to automatically set WITH_OWN_SUBPR...Ryan Anderson2005-11-211-10/+15
| * Add git-config-set, a simple helper for scripts to set config variablesJohannes Schindelin2005-11-201-1/+2