1. 24 6月, 2011 3 次提交
    • J
      git.txt: de-emphasize the implementation detail of a ref · 0abcfbff
      Junio C Hamano 提交于
      It is an unimportant implementation detail that branches and tags are
      stored somewhere under $GIT_DIR/refs directory, or the name of the commit
      that will become the parent of the next commit is stored in $GIT_DIR/HEAD.
      
      What is more important is that branches live in refs/heads and tags live
      in refs/tags hierarchy in the ref namespace, and HEAD means the tip of the
      current branch.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      0abcfbff
    • J
      check-ref-format doc: de-emphasize the implementation detail of a ref · a0a7e9e5
      Junio C Hamano 提交于
      It is an unimportant implementation detail that branches and tags are
      stored somewhere under $GIT_DIR/refs directory. What is more important
      is that branches live in refs/heads and tags live in refs/tags hierarchy
      in the ref namespace.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      a0a7e9e5
    • J
      git-remote.txt: avoid sounding as if loose refs are the only ones in the world · 0aceb220
      Junio C Hamano 提交于
      It was correct to say "The file $GIT_DIR/refs/heads/master stores the
      commit object name at the tip of the master branch" in the older days,
      but not anymore, as refs can be packed into $GIT_DIR/packed-refs file.
      
      Update the document to talk in terms of a more abstract concept "ref" and
      "symbolic ref" where we are not describing the underlying implementation
      detail.
      
      This on purpose leaves two instances of $GIT_DIR/ in the git-remote
      documentation; they do talk about $GIT_DIR/remotes/ and $GIT_DIR/branches/
      file hierarchy that used to be the place to store configuration around
      remotes before the configuration mechanism took them over.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      0aceb220
  2. 23 6月, 2011 2 次提交
  3. 22 6月, 2011 1 次提交
  4. 20 6月, 2011 1 次提交
  5. 09 6月, 2011 1 次提交
  6. 02 6月, 2011 7 次提交
  7. 01 6月, 2011 7 次提交
    • J
      Start 1.7.5.4 draft release notes · 2b0b64ee
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      2b0b64ee
    • J
      Merge branch 'tr/add-i-no-escape' into maint · 1618297f
      Junio C Hamano 提交于
      * tr/add-i-no-escape:
        add -i: ignore terminal escape sequences
      1618297f
    • J
      Merge branch 'vh/config-interactive-singlekey-doc' into maint · 398dbe53
      Junio C Hamano 提交于
      * vh/config-interactive-singlekey-doc:
        git-reset.txt: better docs for '--patch'
        git-checkout.txt: better docs for '--patch'
        git-stash.txt: better docs for '--patch'
        git-add.txt: document 'interactive.singlekey'
        config.txt: 'interactive.singlekey; is used by...
      398dbe53
    • J
      Merge branch 'ml/test-readme' into maint · 82ca0909
      Junio C Hamano 提交于
      * ml/test-readme:
        t/README: unify documentation of test function args
      82ca0909
    • J
      Merge branch 'ab/i18n-fixup' into maint · dd4c0ce9
      Junio C Hamano 提交于
      * ab/i18n-fixup: (24 commits)
        i18n: use test_i18n{cmp,grep} in t7600, t7607, t7611 and t7811
        i18n: use test_i18n{grep,cmp} in t7508
        i18n: use test_i18ngrep in t7506
        i18n: use test_i18ngrep and test_i18ncmp in t7502
        i18n: use test_i18ngrep in t7501
        i18n: use test_i18ncmp in t7500
        i18n: use test_i18ngrep in t7201
        i18n: use test_i18ncmp and test_i18ngrep in t7102 and t7110
        i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012 and t7060
        i18n: use test_i18ncmp and test_i18ngrep in t3700, t4001 and t4014
        i18n: use test_i18ncmp and test_i18ngrep in t3203, t3501 and t3507
        i18n: use test_i18ngrep in t2020, t2204, t3030, and t3200
        i18n: use test_i18ngrep in lib-httpd and t2019
        i18n: do not overuse C_LOCALE_OUTPUT (grep)
        i18n: use test_i18ncmp in t1200 and t2200
        i18n: .git file is not a human readable message (t5601)
        i18n: do not overuse C_LOCALE_OUTPUT
        i18n: mark init-db messages for translation
        i18n: mark checkout plural warning for translation
        i18n: mark checkout --detach messages for translation
        ...
      dd4c0ce9
    • J
      Merge branch 'jc/rename-degrade-cc-to-c' into maint · b3c89315
      Junio C Hamano 提交于
      * jc/rename-degrade-cc-to-c:
        diffcore-rename: fall back to -C when -C -C busts the rename limit
        diffcore-rename: record filepair for rename src
        diffcore-rename: refactor "too many candidates" logic
        builtin/diff.c: remove duplicated call to diff_result_code()
      b3c89315
    • J
      Merge branch 'rr/doc-content-type' into maint · e596fd29
      Junio C Hamano 提交于
      * rr/doc-content-type:
        Documentation: Allow custom diff tools to be specified in 'diff.tool'
        Documentation: Add diff.<driver>.* to config
        Documentation: Move diff.<driver>.* from config.txt to diff-config.txt
        Documentation: Add filter.<driver>.* to config
      e596fd29
  8. 31 5月, 2011 1 次提交
  9. 30 5月, 2011 4 次提交
  10. 28 5月, 2011 1 次提交
  11. 27 5月, 2011 12 次提交