1. 12 3月, 2009 8 次提交
  2. 11 3月, 2009 4 次提交
  3. 10 3月, 2009 4 次提交
  4. 09 3月, 2009 4 次提交
  5. 08 3月, 2009 17 次提交
  6. 06 3月, 2009 3 次提交
    • J
      Update draft release notes to 1.6.3 · d0baf91d
      Junio C Hamano 提交于
      d0baf91d
    • E
      Make git blame's date output format configurable, like git log · 31653c1a
      Eugene Letuchy 提交于
      Add the following:
      
       - git config value blame.date that expects one of the git log date
         formats (e.g. relative,local,default,iso,...);
      
       - git blame command line option --date expects one of the git
         log date formats;
      
       - documentation in blame-options.txt;
      
       - git blame uses the appropriate date.c functions and enums to
         make sense of the date format and provide appropriate data;
      
      git blame continues to line up the output columns by padding the date
      column up to the max width of the chosen date format.
      
      The date format for git blame without both blame.date and --date continues
      to be ISO for backwards compatibility.
      
      git annotate ignores the date format specifiers and continues to uses the
      ISO format, as before.
      Signed-off-by: NEugene Letuchy <eugene@facebook.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      31653c1a
    • J
      Merge branch 'en/maint-hash-object' · 8cc3fe45
      Junio C Hamano 提交于
      * en/maint-hash-object:
        Ensure proper setup of git_dir for git-hash-object
      
      Conflicts:
      	hash-object.c
      8cc3fe45