1. 20 7月, 2008 10 次提交
  2. 18 7月, 2008 2 次提交
    • J
      builtin-remote.c: fix earlier "skip_prefix()" conversion · 72972eb3
      Junio C Hamano 提交于
      The original code relied on an insane definition of skip_prefix() that
      returned an empty string for a NULL input and returned the original if the
      given "prefix" is not a prefix at all (it would have been justifiable if
      it were called "come_up_with_a_short_name_to_report_ref()" or something,
      though).  In any case, when we replaced it with a more saner definition of
      the function whose behaviour is true to its name, its callers needed to be
      adjusted but the conversion missed one call site.
      
      This introduces a helper function "abbrev_ref()" whose purpose is to get a
      full refname and its possible prefix and to strip the prefix part if it
      matches, or refname itself in full if it doesn't.  This makes the callers
      easier to read again.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      72972eb3
    • P
      Documentation/RelNotes-1.6.0.txt: Expand on the incompatible packfiles · 1b76ead0
      Petr Baudis 提交于
      Note that v1.4.4.5 supports pack index v2, and describe how to keep
      your repositories backwards-compatible, shall you need to.
      Signed-off-by: NPetr Baudis <pasky@suse.cz>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      1b76ead0
  3. 17 7月, 2008 24 次提交
  4. 16 7月, 2008 4 次提交