1. 12 3月, 2012 1 次提交
  2. 11 3月, 2012 1 次提交
    • J
      ident.c: add split_ident_line() to parse formatted ident line · 4b340cfa
      Junio C Hamano 提交于
      The commit formatting logic format_person_part() in pretty.c
      implements the logic to split an author/committer ident line into
      its parts, intermixed with logic to compute its output using these
      piece it computes.
      
      Separate the former out to a helper function split_ident_line() so
      that other codepath can use the same logic, and rewrite the function
      using the helper function.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      4b340cfa
  3. 07 3月, 2012 4 次提交
  4. 06 3月, 2012 4 次提交
  5. 05 3月, 2012 9 次提交
  6. 03 3月, 2012 4 次提交
  7. 02 3月, 2012 1 次提交
  8. 29 2月, 2012 4 次提交
  9. 28 2月, 2012 10 次提交
  10. 27 2月, 2012 2 次提交