1. 08 1月, 2010 5 次提交
    • J
      Merge branch 'so/cvsserver-update' · aec7de4b
      Junio C Hamano 提交于
      * so/cvsserver-update:
        cvsserver: make the output of 'update' more compatible with cvs.
      aec7de4b
    • J
      Merge branch 'bg/maint-add-all-doc' · 693f2b17
      Junio C Hamano 提交于
      * bg/maint-add-all-doc:
        git-rm doc: Describe how to sync index & work tree
        git-add/rm doc: Consistently back-quote
        Documentation: 'git add -A' can remove files
      693f2b17
    • B
      git-rm doc: Describe how to sync index & work tree · 47b70120
      Björn Gustavsson 提交于
      Newcomers to git that want to remove from the index only the
      files that have disappeared from the working tree will probably
      look for a way to do that in the documentation for 'git rm'.
      
      Therefore, describe how that can be done (even though it involves
      other commands than 'git rm'). Based on a suggestion by Junio,
      but re-arranged and rewritten to better fit into the style of
      command reference.
      
      While at it, change a single occurrence of "work tree" to "working
      tree" for consistency.
      Signed-off-by: NBjörn Gustavsson <bgustavsson@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      47b70120
    • J
      Merge branch 'mv/commit-date' · 762c710b
      Junio C Hamano 提交于
      * mv/commit-date:
        Document date formats accepted by parse_date()
        builtin-commit: add --date option
      762c710b
    • J
      Merge branch 'mo/bin-wrappers' · 79f6ce57
      Junio C Hamano 提交于
      * mo/bin-wrappers:
        INSTALL: document a simpler way to run uninstalled builds
        run test suite without dashed git-commands in PATH
        build dashless "bin-wrappers" directory similar to installed bindir
      79f6ce57
  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 10 次提交