1. 13 2月, 2012 7 次提交
  2. 11 2月, 2012 13 次提交
  3. 08 2月, 2012 7 次提交
    • J
      Update draft release notes to 1.7.10 · 12766861
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      12766861
    • J
      Merge branch 'jc/maint-request-pull-for-tag' · dc347e9f
      Junio C Hamano 提交于
      * jc/maint-request-pull-for-tag:
        request-pull: explicitly ask tags/$name to be pulled
      dc347e9f
    • J
      Merge branch 'bl/gitweb-project-filter' · 715d1304
      Junio C Hamano 提交于
      * bl/gitweb-project-filter:
        gitweb: Make project search respect project_filter
        gitweb: improve usability of projects search form
        gitweb: place links to parent directories in page header
        gitweb: show active project_filter in project_list page header
        gitweb: limit links to alternate forms of project_list to active project_filter
        gitweb: add project_filter to limit project list to a subdirectory
        gitweb: prepare git_get_projects_list for use outside 'forks'.
        gitweb: move hard coded .git suffix out of git_get_projects_list
      715d1304
    • J
      Merge branch 'jx/i18n-more-marking' · 6f1ede84
      Junio C Hamano 提交于
      * jx/i18n-more-marking:
        i18n: format_tracking_info "Your branch is behind" message
        i18n: git-commit whence_s "merge/cherry-pick" message
      6f1ede84
    • J
      Merge branch 'jn/svn-fe' · 12b681c3
      Junio C Hamano 提交于
      * jn/svn-fe: (36 commits)
        vcs-svn: suppress a -Wtype-limits warning
        vcs-svn: allow import of > 4GiB files
        vcs-svn: rename check_overflow arguments for clarity
        vcs-svn/svndiff.c: squelch false "unused" warning from gcc
        vcs-svn: reset first_commit_done in fast_export_init
        vcs-svn: do not initialize report_buffer twice
        vcs-svn: avoid hangs from corrupt deltas
        vcs-svn: guard against overflow when computing preimage length
        vcs-svn: cap number of bytes read from sliding view
        test-svn-fe: split off "test-svn-fe -d" into a separate function
        vcs-svn: implement text-delta handling
        vcs-svn: let deltas use data from preimage
        vcs-svn: let deltas use data from postimage
        vcs-svn: verify that deltas consume all inline data
        vcs-svn: implement copyfrom_data delta instruction
        vcs-svn: read instructions from deltas
        vcs-svn: read inline data from deltas
        vcs-svn: read the preimage when applying deltas
        vcs-svn: parse svndiff0 window header
        vcs-svn: skeleton of an svn delta parser
        ...
      12b681c3
    • J
      Merge branch 'rt/completion-branch-edit-desc' · 53828bb0
      Junio C Hamano 提交于
      * rt/completion-branch-edit-desc:
        completion: --edit-description option for git-branch
      53828bb0
    • J
      add -e: do not show difference in a submodule that is merely dirty · 701825de
      Johannes Schindelin 提交于
      When the HEAD of the submodule matches what is recorded in the index of
      the superproject, and it has local changes or untracked files, the patch
      offered by "git add -e" for editing shows a diff like this:
      
          diff --git a/submodule b/submodule
          <header>
          -deadbeef...
          +deadbeef...-dirty
      
      Because applying such a patch has no effect to the index, this is a
      useless noise.  Generate the patch with IGNORE_DIRTY_SUBMODULES flag to
      prevent such a change from getting reported.
      
      This patch also loses the "-dirty" suffix from the output when the HEAD of
      the submodule is different from what is in the index of the superproject.
      As such dirtiness expressed by the suffix does not affect the result of
      the patch application at all, there is no information lost if we remove
      it. The user could still run "git status" before "git add -e" if s/he
      cares about the dirtiness.
      Signed-off-by: NJohannes Schindelin <johannes.schindelin@gmx.de>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      701825de
  4. 06 2月, 2012 13 次提交