1. 29 11月, 2007 4 次提交
  2. 28 11月, 2007 1 次提交
  3. 27 11月, 2007 2 次提交
  4. 26 11月, 2007 9 次提交
  5. 25 11月, 2007 15 次提交
    • J
      Update draft release notes for 1.5.4 · 92b7ba16
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      92b7ba16
    • J
      Merge branch 'maint' · c4316674
      Junio C Hamano 提交于
      * maint:
        Fix rev-list when showing objects involving submodules
        test format-patch -s: make sure MIME content type is shown as needed
        format-patch -s: add MIME encoding header if signer's name requires so
      c4316674
    • J
      Merge branch 'rv/maint-index-commit' into maint · 788ea12d
      Junio C Hamano 提交于
      * rv/maint-index-commit:
        Make GIT_INDEX_FILE apply to git-commit
      788ea12d
    • J
      Merge branch 'lt/maint-rev-list-gitlink' into maint · be4b37b9
      Junio C Hamano 提交于
      * lt/maint-rev-list-gitlink:
        Fix rev-list when showing objects involving submodules
      be4b37b9
    • J
      Merge branch 'jc/maint-add-sync-stat' into maint · bc2b8eaf
      Junio C Hamano 提交于
      * jc/maint-add-sync-stat:
        t2200: test more cases of "add -u"
        git-add: make the entry stat-clean after re-adding the same contents
        ce_match_stat, run_diff_files: use symbolic constants for readability
      bc2b8eaf
    • J
      Merge branch 'jc/maint-format-patch-encoding' into maint · d1c7cd13
      Junio C Hamano 提交于
      * jc/maint-format-patch-encoding:
        test format-patch -s: make sure MIME content type is shown as needed
        format-patch -s: add MIME encoding header if signer's name requires so
      d1c7cd13
    • J
      Merge branch 'bs/maint-t7005' into maint · 18a135f4
      Junio C Hamano 提交于
      * bs/maint-t7005:
        t7005-editor.sh: Don't invoke real vi when it is in GIT_EXEC_PATH
      18a135f4
    • J
      Merge branch 'bs/maint-commit-options' into maint · 89919f4f
      Junio C Hamano 提交于
      * bs/maint-commit-options:
        git-commit: Add tests for invalid usage of -a/--interactive with paths
        git-commit.sh: Fix usage checks regarding paths given when they do not make sense
      89919f4f
    • J
      Deprecate peek-remote · 87194d26
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      87194d26
    • J
      t4119: correct overeager war-on-whitespace · 29cc0ef1
      Junio C Hamano 提交于
      Earlier a6080a0a (War on whitespace)
      dropped a necessary trailing whitespace from the test vector.
      29cc0ef1
    • J
      Merge branch 'jk/send-pack' · fd200790
      Junio C Hamano 提交于
      * jk/send-pack: (24 commits)
        send-pack: cluster ref status reporting
        send-pack: fix "everything up-to-date" message
        send-pack: tighten remote error reporting
        make "find_ref_by_name" a public function
        Fix warning about bitfield in struct ref
        send-pack: assign remote errors to each ref
        send-pack: check ref->status before updating tracking refs
        send-pack: track errors for each ref
        git-push: add documentation for the newly added --mirror mode
        Add tests for git push'es mirror mode
        Update the tracking references only if they were succesfully updated on remote
        Add a test checking if send-pack updated local tracking branches correctly
        git-push: plumb in --mirror mode
        Teach send-pack a mirror mode
        send-pack: segfault fix on forced push
        Reteach builtin-ls-remote to understand remotes
        send-pack: require --verbose to show update of tracking refs
        receive-pack: don't mention successful updates
        more terse push output
        Build in ls-remote
        ...
      fd200790
    • J
      Merge branch 'sb/clean' · 6c6ea380
      Junio C Hamano 提交于
      * sb/clean:
        Teach git clean to use setup_standard_excludes()
        git-clean: Fix error message if clean.requireForce is not set.
        Make git-clean a builtin
      6c6ea380
    • J
      Merge branch 'js/mingw-fallouts' · ab002e34
      Junio C Hamano 提交于
      * js/mingw-fallouts:
        fetch-pack: Prepare for a side-band demultiplexer in a thread.
        rehabilitate some t5302 tests on 32-bit off_t machines
        Allow ETC_GITCONFIG to be a relative path.
        Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.
        Allow a relative builtin template directory.
        Close files opened by lock_file() before unlinking.
        builtin run_command: do not exit with -1.
        Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.
        Use is_absolute_path() in sha1_file.c.
        Skip t3902-quoted.sh if the file system does not support funny names.
        t5302-pack-index: Skip tests of 64-bit offsets if necessary.
        t7501-commit.sh: Not all seds understand option -i
        t5300-pack-object.sh: Split the big verify-pack test into smaller parts.
      ab002e34
    • J
      Merge branch 'mh/rebase-skip-hard' · 25f3cd52
      Junio C Hamano 提交于
      * mh/rebase-skip-hard:
        Do git reset --hard HEAD when using git rebase --skip
      25f3cd52
    • J
      Merge branch 'cc/bisect' · faf82808
      Junio C Hamano 提交于
      * cc/bisect:
        Bisect reset: do nothing when not bisecting.
        Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting.
        Bisect visualize: use "for-each-ref" to list all good refs.
        git-bisect: modernize branch shuffling hack
        git-bisect: use update-ref to mark good/bad commits
        git-bisect: war on "sed"
        Bisect reset: remove bisect refs that may have been packed.
      faf82808
  6. 23 11月, 2007 9 次提交