1. 07 8月, 2008 6 次提交
    • J
      Sync with 1.5.6.5 · f44bc33c
      Junio C Hamano 提交于
      f44bc33c
    • J
      GIT 1.5.6.5 · 781c1834
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      781c1834
    • J
      Files given on the command line are relative to $cwd · dbd0f5c7
      Junio C Hamano 提交于
      When running "git commit -F file" and "git tag -F file" from a
      subdirectory, we should take it as relative to the directory we started
      from, not relative to the top-level directory.
      
      This adds a helper function "parse_options_fix_filename()" to make it more
      convenient to fix this class of issues.  Ideally, parse_options() should
      support a new type of option, "OPT_FILENAME", to do this uniformly, but
      this patch is meant to go to 'maint' to fix it minimally.
      
      One thing to note is that value for "commit template file" that comes from
      the command line is taken as relative to $cwd just like other parameters,
      but when it comes from the configuration varilable 'commit.template', it
      is taken as relative to the working tree root as before.  I think this
      difference actually is sensible (not that I particularly think
      commit.template itself is sensible).
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      dbd0f5c7
    • J
      Merge git://repo.or.cz/git-gui · d96ca27e
      Junio C Hamano 提交于
      * git://repo.or.cz/git-gui:
        git-gui: Adapt discovery of oguilib to execdir 'libexec/git-core'
        git-gui: add a part about format strings in po/README
        git-gui: update po/it.po
        git-gui: update Japanese translation
        git-gui: Update swedish translation.
        git-gui: Update git-gui.pot for 0.11 nearing release
        git-gui: Update German translation
      d96ca27e
    • J
      Merge git://git.kernel.org/pub/scm/gitk/gitk · 847d10f5
      Junio C Hamano 提交于
      * git://git.kernel.org/pub/scm/gitk/gitk:
        gitk: Update swedish translation.
        gitk: Updated German translation
        gitk: Fallback to selecting the head commit upon load
        gitk: Fixed automatic row selection during load
        gitk: Fixed broken exception handling in diff
        gitk: On Windows, use a Cygwin-specific flag for kill
        gitk: Arrange to kill diff-files & diff-index on quit
        gitk: Kill back-end processes on window close
      847d10f5
    • J
      Merge branch 'rs/archive-parse-options' · 65ac5530
      Junio C Hamano 提交于
      * rs/archive-parse-options:
        archive: allow --exec and --remote without equal sign
      65ac5530
  2. 06 8月, 2008 20 次提交
  3. 05 8月, 2008 8 次提交
  4. 04 8月, 2008 6 次提交