All of lore.kernel.org
 help / color / mirror / Atom feed
* GIT 0.99.9f
@ 2005-11-08 16:46 Junio C Hamano
  2005-11-09  7:02 ` [PATCH] fix cvsexportcommit syntax error Alexander Litvinov
  0 siblings, 1 reply; 2+ messages in thread
From: Junio C Hamano @ 2005-11-08 16:46 UTC (permalink / raw)
  To: git

This is more like a "current snapshot" rather than "contains
important fixes -- please update".

Much of the changes are documentation fixes, but there are two
new toys to play with.

 - git-push is now aware of push over DAV (Nick)
 - git-cvs suite has 'exportcommit' to play git commits back at
   CVS (Martin).

---

Alex Riesen:
      ls-files and read-tree need core.filemode

Fredrik Kuivinen:
      merge-recursive: Only print relevant rename messages

Johannes Schindelin:
      Small bugfixes for http-push.c

Jon Loeliger:
      Refactored merge options into separate merge-options.txt.
      Add bug isolation howto, scraped from Linus.
      Add --tags documentation, scraped from JC mail.
      Use consistent shell prompts and example style.

Junio C Hamano:
      Documentation: talk about guts of merge in tutorial.
      Recover dropped +x bit from git-pull.sh by accident.
      Do not fail on hierarchical tagnames.
      Documentation: asciidoc formatting fix for git-cvsexportcommit doc.
      Fix documentation dependency generation.
      Ignore more generated files.
      Documentation: fix dependency generation.
      Tutorial: do not use 'git resolve'.
      Debian: packaging updates.
      git-am: do not lose already edited final-commit when resuming.
      GIT 0.99.9f

Kai Ruemmler:
      Documentation update: use git branch -d foo where applicable

Martin Langhoff:
      Introducing: git-cvsexportcommit

Nick Hengeveld:
      Make http-push smarter about creating remote dirs
      Add support for git-http-push to git-push script

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] fix cvsexportcommit syntax error
  2005-11-08 16:46 GIT 0.99.9f Junio C Hamano
@ 2005-11-09  7:02 ` Alexander Litvinov
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Litvinov @ 2005-11-09  7:02 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

There is a syntax error in cvsexport script:

--- git-cvsexportcommit.perl.orig       2005-11-09 13:00:51.000000000 +0600
+++ git-cvsexportcommit.perl    2005-11-09 13:00:57.000000000 +0600
@@ -64,7 +64,7 @@
            last;
        }; # found it
        die "Did not find $parent in the parents for this commit!";
-s    }
+    }
 } else { # we don't have a parent from the cmdline...
     if (@parents == 1) { # it's safe to get it from the commit
        $parent = $parents[0];

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-09  7:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-08 16:46 GIT 0.99.9f Junio C Hamano
2005-11-09  7:02 ` [PATCH] fix cvsexportcommit syntax error Alexander Litvinov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.