1. 07 5月, 2006 3 次提交
    • J
      Merge branch 'master' into js/fmt-patch · c66b6c06
      Junio C Hamano 提交于
      * master: (109 commits)
        t1300-repo-config: two new config parsing tests.
        Another config file parsing fix.
        update-index: plug memory leak from prefix_path()
        checkout-index: plug memory leak from prefix_path()
        update-index --unresolve: work from a subdirectory.
        pack-object: squelch eye-candy on non-tty
        core.prefersymlinkrefs: use symlinks for .git/HEAD
        repo-config: trim white-space before comment
        Fix for config file section parsing.
        Clarify git-cherry documentation.
        Update git-unpack-objects documentation.
        Fix up docs where "--" isn't displayed correctly.
        Several trivial documentation touch ups.
        git-svn 1.0.0
        git-svn: documentation updates
        delta: stricter constness
        Makefile: do not link rev-list any specially.
        builtin-push: --all and --tags _are_ explicit refspecs
        builtin-log/whatchanged/show: make them official.
        show-branch: omit uninteresting merges.
        ...
      c66b6c06
    • S
      t1300-repo-config: two new config parsing tests. · bd886fd3
      sean 提交于
      - correctly insert a new variable into a section that only
        contains a single (different) variable.
      
      - correctly insert a new section that matches the initial
        substring of an existing section.
      Signed-off-by: NSean Estabrooks <seanlkml@sympatico.ca>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      bd886fd3
    • S
      Another config file parsing fix. · 6f81bf16
      sean 提交于
      If the variable we need to store should go into a section
      that currently only has a single variable (not matching
      the one we're trying to insert), we will already be into
      the next section before we notice we've bypassed the correct
      location to insert the variable.
      
      To handle this case we store the current location as soon
      as we find a variable matching the section of our new
      variable.
      
      This breakage was brought up by Linus.
      Signed-off-by: NSean Estabrooks <seanlkml@sympatico.ca>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      6f81bf16
  2. 06 5月, 2006 19 次提交
  3. 05 5月, 2006 3 次提交
  4. 04 5月, 2006 15 次提交