1. 12 11月, 2006 1 次提交
  2. 08 11月, 2006 1 次提交
  3. 01 10月, 2006 1 次提交
  4. 09 8月, 2006 1 次提交
    • J
      GIT-VERSION-GEN: adjust for ancient git · c96c2909
      Junio C Hamano 提交于
      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: NJunio C Hamano <junkio@cox.net>
      c96c2909
  5. 04 8月, 2006 1 次提交
    • J
      GIT 1.4.2-rc3 · 5a716826
      Junio C Hamano 提交于
      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: NJunio C Hamano <junkio@cox.net>
      5a716826
  6. 11 6月, 2006 1 次提交
  7. 23 5月, 2006 1 次提交
    • S
      Change GIT-VERSION-GEN to call git commands with "git" not "git-". · 1100ac81
      Sean 提交于
      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: NJunio C Hamano <junkio@cox.net>
      1100ac81
  8. 19 4月, 2006 1 次提交
  9. 15 4月, 2006 1 次提交
    • J
      GIT v1.3.0-rc4 · 42b5c788
      Junio C Hamano 提交于
      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: NJunio C Hamano <junkio@cox.net>
      42b5c788
  10. 08 4月, 2006 1 次提交
  11. 05 4月, 2006 1 次提交
    • J
      GIT 1.3.0-rc2 · fc4c4cd2
      Junio C Hamano 提交于
      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: NJunio C Hamano <junkio@cox.net>
      fc4c4cd2
  12. 28 3月, 2006 1 次提交
    • J
      GIT 1.3.0 rc1 · dff86e28
      Junio C Hamano 提交于
      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: NJunio C Hamano <junkio@cox.net>
      dff86e28
  13. 03 3月, 2006 1 次提交
  14. 13 2月, 2006 1 次提交
  15. 27 1月, 2006 1 次提交
  16. 16 1月, 2006 1 次提交
    • J
      Allow building of RPM from interim snapshot. · 5c7d3c95
      Junio C Hamano 提交于
      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: NJunio C Hamano <junkio@cox.net>
      5c7d3c95
  17. 10 1月, 2006 2 次提交
  18. 06 1月, 2006 1 次提交
    • J
      Make GIT-VERSION-GEN tolerate missing git describe command · 026351a0
      John Ellson 提交于
      I think it is probably a bug that "git non_existent_command"
      returns its error message to stdout without an error, where
      "git-non_existent_command" behaves differently and does return an
      error.
      
      Older versions of git did not implement "git describe"  and
      GIT-VERSION-GEN produces an empty version string if run on
      a system with such a git installed.  The consequence
      is that "make rpm" fails.
      
      This patch fixes GIT-VERSION-GEN so that it works in the
      absence of a working "git describe"
      Signed-off-by: NJohn Ellson <ellson@research.att.com>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      026351a0
  19. 28 12月, 2005 1 次提交