1. 20 5月, 2007 2 次提交
  2. 19 5月, 2007 1 次提交
  3. 11 5月, 2007 2 次提交
  4. 09 5月, 2007 1 次提交
  5. 06 5月, 2007 1 次提交
  6. 01 5月, 2007 2 次提交
  7. 22 4月, 2007 1 次提交
  8. 12 4月, 2007 1 次提交
  9. 04 4月, 2007 2 次提交
  10. 29 3月, 2007 2 次提交
  11. 26 3月, 2007 1 次提交
  12. 19 3月, 2007 2 次提交
  13. 15 3月, 2007 1 次提交
  14. 05 3月, 2007 1 次提交
  15. 26 2月, 2007 1 次提交
  16. 19 2月, 2007 1 次提交
  17. 15 2月, 2007 1 次提交
    • J
      GIT-VERSION-FILE: check ./version first. · 204d4092
      Junio C Hamano 提交于
      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: NJunio C Hamano <junkio@cox.net>
      204d4092
  18. 14 2月, 2007 2 次提交
    • S
      git-gui: Prefer version file over git-describe. · 26370f73
      Shawn O. Pearce 提交于
      Some distributions are using Git for part of their package
      management system, but unpack Git's own source code for
      delivery from the .tar.gz.  This means that when we walk
      up the directory tree with git-describe to locate a Git
      repository, the repository we find is for the distribution
      and *not* for git-gui.  Consequently any tag we might find
      there is bogus and does not apply to us.
      
      In this case the version file should always exist and be
      readable, as the packager is working from the released
      .tar.gz sources.  So we should always favor the version
      file over anything git-describe guess for us.
      Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
      26370f73
    • J
      GIT 1.5.0 · 437b1b20
      Junio C Hamano 提交于
      437b1b20
  19. 13 2月, 2007 5 次提交
  20. 08 2月, 2007 1 次提交
  21. 01 2月, 2007 1 次提交
  22. 21 1月, 2007 2 次提交
    • S
      git-gui: Ensure version number is always current. · f1cee4e6
      Shawn O. Pearce 提交于
      I'm stealing the exact logic used by core Git within its own Makefile to
      setup the version number within scripts and executables.  This way we
      can be sure that the version number is always updated after a commit,
      and that the version number also reflects when it is coming from a dirty
      working directory (and is thus pretty worthless).
      
      I've cleaned up some of the version display code in the about dialog too.
      There were simply too many blank lines in the bottom section where we
      showed the version data.
      Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
      f1cee4e6
    • J
      GIT v1.5.0-rc2 · eaf6459e
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      eaf6459e
  23. 12 1月, 2007 1 次提交
  24. 26 12月, 2006 1 次提交
  25. 21 12月, 2006 1 次提交
  26. 23 11月, 2006 1 次提交
  27. 15 11月, 2006 1 次提交
  28. 12 11月, 2006 1 次提交