aboutsummaryrefslogtreecommitdiff
path: root/GIT-VERSION-GEN
Commit message (Collapse)AuthorAge
* GIT 1.5.4-rc5v1.5.4-rc5Junio C Hamano2008-01-26
| | | | | | Hopefully the last rc before the final... Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.5.4-rc3v1.5.4-rc3Junio C Hamano2008-01-11
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.5.4-rc2v1.5.4-rc2Junio C Hamano2007-12-26
| | | | | | | Although everybody was quiet during the Christmas holiday, it's been a week since -rc1, so here is -rc2. Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.5.4-rc1v1.5.4-rc1Junio C Hamano2007-12-19
| | | | | | | It's been a week since -rc0, and we have quite a lot of fixes, so here it is. Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.5.4-rc0v1.5.4-rc0Junio C Hamano2007-12-12
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Start 1.5.4 cycleJunio C Hamano2007-09-03
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.5.3.1: obsolete git-p4 in RPM spec file.v1.5.3.1Junio C Hamano2007-09-03
| | | | | | | | | | | HPA noticed that yum does not like the newer git RPM set; it turns out that we do not ship git-p4 anymore but existing installations do not realize the package is gone if we do not tell anything about it. David Kastrup suggests using Obsoletes in the spec file of the new RPM to replace the old package, so here is a try. Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT v1.5.3-rc1v1.5.3-rc1Junio C Hamano2007-07-12
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Merge branch 'maint'Junio C Hamano2007-06-12
|\ | | | | | | | | | | * maint: Unquote From line from patch before comparing with given from address. git-cherry: Document 'limit' command-line option
| * GIT 1.5.2.1v1.5.2.1Junio C Hamano2007-06-02
| | | | | | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* | War on whitespaceJunio C Hamano2007-06-07
|/ | | | | | | | | This uses "git-apply --whitespace=strip" to fix whitespace errors that have crept in to our source files over time. There are a few files that need to have trailing whitespaces (most notably, test vectors). The results still passes the test, and build result in Documentation/ area is unchanged. Signed-off-by: Junio C Hamano <gitster@pobox.com>
* GIT 1.5.2v1.5.2Junio C Hamano2007-05-20
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT v1.5.2-rc3v1.5.2-rc3Junio C Hamano2007-05-10
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT v1.5.2-rc2v1.5.2-rc2Junio C Hamano2007-05-06
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT v1.5.2-rc1v1.5.2-rc1Junio C Hamano2007-04-30
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT v1.5.1.3v1.5.1.3Junio C Hamano2007-04-30
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.5.1.2v1.5.1.2Junio C Hamano2007-04-21
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.5.1.1v1.5.1.1Junio C Hamano2007-04-11
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.5.1v1.5.1Junio C Hamano2007-04-03
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.5.1-rc3v1.5.1-rc3Junio C Hamano2007-03-28
|
* GIT 1.5.1-rc2v1.5.1-rc2Junio C Hamano2007-03-25
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.5.1-rc1v1.5.1-rc1Junio C Hamano2007-03-19
| | | | | | | | | I think we can start to slow down, as we now have covered everything I listed earlier in the short-term release plan. The last release 1.5.0 took painfully too long. Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT-VERSION-FILE: check ./version first.Junio C Hamano2007-02-14
| | | | | | | | | | | | | | | | | | | When somebody else extracts git tarball inside a larger project, 'git describe' would reported the version number of that upper level project. Sometimes, using the consistent versioning across subdirectories of a larger project is useful, but it may not always be the right thing to do. This changes the script to check ./vertion file first, and then fall back to "git describe". This way, by default, tarball distribution will get our own version. If the upper level wants to use consistent versioning across its subdirectories, its Makefile can overwrite ./version file to force whatever version number they want to give us before descending into us. Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.5.0v1.5.0Junio C Hamano2007-02-14
|
* GIT v1.5.0-rc4v1.5.0-rc4Junio C Hamano2007-02-07
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT v1.5.0-rc3v1.5.0-rc3Junio C Hamano2007-01-31
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT v1.5.0-rc2v1.5.0-rc2Junio C Hamano2007-01-20
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT v1.5.0-rc1v1.5.0-rc1Junio C Hamano2007-01-11
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT v1.5.0 previewv1.5.0-rc0Junio C Hamano2006-12-25
| | | | | | | | This is not yet -rc1 where all new topics closes, but I think it is getting pretty closer. I'd still want to merge updates to fsck/prune to honor reflog entries before -rc1. Signed-off-by: Junio C Hamano <junkio@cox.net>
* Merge branch 'maint'Junio C Hamano2006-12-20
|\ | | | | | | | | * maint: GIT 1.4.4.3
| * GIT 1.4.4.3v1.4.4.3Junio C Hamano2006-12-20
|/ | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.4.4.1v1.4.4.1Junio C Hamano2006-11-22
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.4.4v1.4.4Junio C Hamano2006-11-14
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.4.4-rc2v1.4.4-rc2Junio C Hamano2006-11-11
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.4.3-rc1v1.4.4-rc1Junio C Hamano2006-11-07
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.4.3-rc1v1.4.3-rc1Junio C Hamano2006-10-01
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT-VERSION-GEN: adjust for ancient gitJunio C Hamano2006-08-08
| | | | | | | | | | When an ancient "git" that does not understand "describe" command is on the $PATH, "git describe" emitted a Usage message without exiting non-zero status (which is a mistake we cannot fix retroactively). Catch this case to make sure we do not try using phoney multi-line string as a version number. Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.4.2-rc3v1.4.2-rc3Junio C Hamano2006-08-03
| | | | | | | | We ended up merging too many stuff after -rc2, so here is another round of release candidate. Non bugfixes will be queued to "next" from now on until a real 1.4.2 happens. Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.4.0v1.4.0Junio C Hamano2006-06-10
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* Change GIT-VERSION-GEN to call git commands with "git" not "git-".Sean2006-05-22
| | | | | | | | | | | GIT-VERSION-GEN can incorrectly return a default version of "v1.3.GIT" because it tries to execute git commands using the "git-cmd" format that expects all git commands to be in the $PATH. Convert these to "git cmd" format so that a proper answer is returned even when the git commands have been moved out of the $PATH and into a $gitexecdir. Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.3.0v1.3.0Junio C Hamano2006-04-18
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT v1.3.0-rc4v1.3.0-rc4Junio C Hamano2006-04-14
| | | | | | | | I've merged everything I think is ready for 1.3.0, so this is the final round -- hopefully I can release this with minimum last-minute fixup as v1.3.0 early next week. Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.3.0-rc3v1.3.0-rc3Junio C Hamano2006-04-07
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.3.0-rc2v1.3.0-rc2Junio C Hamano2006-04-04
| | | | | | | | | | | | | | | | | | | Bunch of cleanups with a few notable enhancements since 1.3.0-rc1: - revision traversal infrastructure is updated so that existence of paths limiters and/or --max-age does not cause it to call limit_list(). This helps the latency working with the command quite a bit. - comes with updated gitk. One notable fix is to make sure that the IO is restarted upon signal even on platforms whose default signal semantics is not to do so. This is the fix for the notorious "clone is broken since 1.2.2 on Solaris" problem. Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.3.0 rc1v1.3.0-rc1Junio C Hamano2006-03-27
| | | | | | | | | | | | All of the things that were not in the "master" branch were either cooked long enough in "next" without causing problems (e.g. insanely fast rename detector or true built-in diff) or isolated in a specific subsystem (e.g. tar-tree and svnimport). So I am clearing the deck to prepare for a 1.3.0. Remaining wrinkles, if any, will be ironed in the "master" branch. Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT-VERSION-GEN: squelch unneeded error from "cat version"Junio C Hamano2006-03-02
| | | | | | | | | | Now this is really a corner case, but if you have the git source tree from somewhere other than the official tarball, you do not have version file. And if git-describe does not work for you (maybe you do not have git yet), we spilled an error message from "cat version". Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT 1.2.0v1.2.0Junio C Hamano2006-02-12
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* Make GIT-VERSION-GEN tolerate missing git describe command againUwe Zeisberger2006-01-26
| | | | | | | | Commit 5c7d3c95 broke that by making the git-describe command part of a pipe. Signed-off-by: Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
* Allow building of RPM from interim snapshot.Junio C Hamano2006-01-16
| | | | | | | | | | By popular demand. If you build and install such binary RPMs, the version numbering will lose monotonicity, so you may have to later override downgrade warnings from your packaging manager, but as long as you are aware of that and know how to deal with it, there is no reason for us to forbid it. Signed-off-by: Junio C Hamano <junkio@cox.net>
* GIT-VERSION-GEN: detect dirty tree and mark the version accordingly.Junio C Hamano2006-01-09
| | | | | | | | | | If we are building from a working tree with local modifications, mark the version accordingly. Deliberately uses '-' to prevent RPM from being built from such a tree. Signed-off-by: Junio C Hamano <junkio@cox.net>