On Fri, 27 Mar 2009 08:21:36 +0100, "Ulrich Windl" <ulrich.windl@xxxxxxxxxxxxxxxxxxxx> wrote: > What I'd like to see in git (My apologies if some were already discussed to > death): > > 1) The ability to use the file's time at the time of add/commit instead of > the current time, and the ability tho check outfiles with the times stored > in the repository. > > 2) Keyword substitution. I know it's controverse (dealing with binary files), > but I'd like to have some automatic version numbering keyword at least: > Initial idea is that every commit with a change increments the number by > one, and when merging numbers a and b, the resulting number is max(a, b) + 1. impossible. Even with checkin- and checkout hooks, you won't get that SCCS behaviour. They have to be better in something too :) /me still misses that but got used to it > 3) "git undo": If possible undo the effects of the last command. > > Following are some random remarks from a first-time git user, regarding the > buld/install: > > Notes on building git-1.6.1.3 on openSUSE 11.0: > There is no "asciidoc"; the INSTALL should be more verbose on special > requirements (i.e. additional packages needed, and where to get them). # zypper in asciidoc libcurl-devel (yes, 'make install-man' should stop soon after detecting asciidoc is not installed -- H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/ using & porting perl 5.6.2, 5.8.x, 5.10.x, 5.11.x on HP-UX 10.20, 11.00, 11.11, 11.23, and 11.31, SuSE 10.3, 11.0, and 11.1, AIX 5.2, and Cygwin. http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/ http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html