1. 08 1月, 2010 9 次提交
  2. 07 1月, 2010 1 次提交
  3. 06 1月, 2010 1 次提交
  4. 04 1月, 2010 1 次提交
  5. 03 1月, 2010 2 次提交
  6. 01 1月, 2010 6 次提交
  7. 31 12月, 2009 1 次提交
  8. 30 12月, 2009 8 次提交
  9. 29 12月, 2009 1 次提交
  10. 28 12月, 2009 4 次提交
    • J
      Merge branch 'jk/1.7.0-status' · c2ff10c9
      Junio C Hamano 提交于
      * jk/1.7.0-status:
        status/commit: do not suggest "reset HEAD <path>" while merging
        commit/status: "git add <path>" is not necessarily how to resolve
        commit/status: check $GIT_DIR/MERGE_HEAD only once
        t7508-status: test all modes with color
        t7508-status: status --porcelain ignores relative paths setting
        status: reduce duplicated setup code
        status: disable color for porcelain format
        status -s: obey color.status
        builtin-commit: refactor short-status code into wt-status.c
        t7508-status.sh: Add tests for status -s
        status -s: respect the status.relativePaths option
        docs: note that status configuration affects only long format
        commit: support alternate status formats
        status: add --porcelain output format
        status: refactor format option parsing
        status: refactor short-mode printing to its own function
        status: typo fix in usage
        git status: not "commit --dry-run" anymore
        git stat -s: short status output
        git stat: the beginning of "status that is not a dry-run of commit"
      
      Conflicts:
      	t/t4034-diff-words.sh
      	wt-status.c
      c2ff10c9
    • J
      Merge branch 'maint' · 67834b92
      Junio C Hamano 提交于
      * maint:
        read_index(): fix reading extension size on BE 64-bit archs
      67834b92
    • J
      Merge branch 'nf/maint-fix-index-ext-len-on-be64' into maint · 0622f79d
      Junio C Hamano 提交于
      * nf/maint-fix-index-ext-len-on-be64:
        read_index(): fix reading extension size on BE 64-bit archs
      0622f79d
    • N
      read_index(): fix reading extension size on BE 64-bit archs · 07cc8eca
      Nathaniel W Filardo 提交于
      On big endian platforms with 8-byte unsigned long, the code reads the
      size of the index extension section (which is a 4-byte network byte
      order integer) incorrectly.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      07cc8eca
  11. 27 12月, 2009 6 次提交