1. 21 9月, 2015 9 次提交
  2. 15 9月, 2015 10 次提交
    • J
      f4d9753a
    • J
      Merge branch 'js/maint-am-skip-performance-regression' · cf2094ca
      Junio C Hamano 提交于
      Recent versions of scripted "git am" has a performance regression in
      "git am --skip" codepath, which no longer exists in the built-in
      version on the 'master' front.  Fix the regression in the last
      scripted version that appear in 2.5.x maintenance track and older.
      
      * js/maint-am-skip-performance-regression:
        am --skip/--abort: merge HEAD/ORIG_HEAD tree into index
      cf2094ca
    • J
      Merge branch 'ah/show-ref-usage-string' · b8367d1f
      Junio C Hamano 提交于
      Both "git show-ref -h" and "git show-ref --help" illustrated that the
      "--exclude-existing" option makes the command read list of refs
      from its standard input.  Change only the "show-ref -h" output to
      have a pair of "<>" around the placeholder that designate an input
      file, i.e. "git show-ref --exclude-existing < <ref-list>".
      
      * ah/show-ref-usage-string:
        show-ref: place angle brackets around variables in usage string
      b8367d1f
    • J
      Merge branch 'sg/help-group' · a9400b01
      Junio C Hamano 提交于
      * sg/help-group:
        Makefile: use SHELL_PATH when running generate-cmdlist.sh
      a9400b01
    • J
      Merge branch 'rt/help-strings-fix' · 153ec926
      Junio C Hamano 提交于
      * rt/help-strings-fix:
        tag, update-ref: improve description of option "create-reflog"
        pull: don't mark values for option "rebase" for translation
      153ec926
    • J
      Git 2.6-rc2 · 45733fa9
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      45733fa9
    • J
      Merge git://ozlabs.org/~paulus/gitk · 3f26fe76
      Junio C Hamano 提交于
      * git://ozlabs.org/~paulus/gitk:
        gitk: Accelerators for the main menu
        gitk: Adjust the menu line numbers to compensate for the new entry
        gitk: Add a "Copy commit summary" command
        gitk: Update Bulgarian translation (307t)
        gitk: Update .po files
        gitk: Update Bulgarian translation (304t)
        gitk: Use translated version of "Command line" in getcommitlines
        gitk: Make it easier to go quickly to a specific commit
        gitk: Show the current view's name in the window title
        gitk: Add mouse right-click options to copy path and branch name
        gitk: Remove mc parameter from proc show_error
        gitk: Fix error when changing colors after closing "List references" window
        gitk: Replace catch {unset foo} with unset -nocomplain foo
        gitk: Rearrange window title to be more conventional
        gitk: sv.po: Update Swedish translation (305t0f0u)
        gitk: Fix bad English grammar "Matches none Commit Info"
      3f26fe76
    • J
      Merge branch 'jk/pack-protocol-doc' · 4be6af64
      Junio C Hamano 提交于
      Streamline documentation of the pkt-line protocol.
      
      * jk/pack-protocol-doc:
        pack-protocol: clarify LF-handling in PKT-LINE()
      4be6af64
    • J
      Merge branch 'mp/t7060-diff-index-test' · 971f9ea5
      Junio C Hamano 提交于
      Fix an old test that was doing the same thing as another one.
      
      * mp/t7060-diff-index-test:
        t7060: actually test "git diff-index --cached -M"
      971f9ea5
    • J
      Merge branch 'gb/apply-comment-typofix' · e0eeba26
      Junio C Hamano 提交于
      * gb/apply-comment-typofix:
        apply: comment grammar fix
      e0eeba26
  3. 13 9月, 2015 2 次提交
  4. 12 9月, 2015 2 次提交
  5. 11 9月, 2015 3 次提交
  6. 10 9月, 2015 6 次提交
  7. 09 9月, 2015 2 次提交
  8. 08 9月, 2015 1 次提交
  9. 07 9月, 2015 2 次提交
    • J
      am: match --signoff to the original scripted version · aab84542
      Junio C Hamano 提交于
      Linus noticed that the recently reimplemented "git am -s" defines
      the trailer block too rigidly, resulting in an unnecessary blank
      line between the existing sign-offs and his new sign-off.  An e-mail
      submission sent to Linus in real life ends with mixture of sign-offs
      and commentaries, e.g.
      
      	title here
      
      	message here
      Signed-off-by: NOriginal Author <original@auth.or>
      	[rv: tweaked frotz and nitfol]
      Signed-off-by: NRe Viewer <rv@ew.er>
      Signed-off-by: NOther Reviewer <other@rev.ewer>
      	---
      	patch here
      
      Because the reimplementation reused append_signoff() helper that is
      used by other codepaths, which is unaware that people intermix such
      comments with their sign-offs in the trailer block, such a message
      was judged to end with a non-trailer, resulting in an extra blank
      line before adding a new sign-off.
      
      The original scripted version of "git am" used a lot looser
      definition, i.e. "if and only if there is no line that begins with
      Signed-off-by:, add a blank line before adding a new sign-off".  For
      the upcoming release, stop using the append_signoff() in "git am"
      and reimplement the looser definition used by the scripted version
      to use only in "git am" to fix this regression in "am" while
      avoiding new regressions to other users of append_signoff().
      
      In the longer term, we should look into loosening append_signoff()
      so that other codepaths that add a new sign-off behave the same way
      as "git am -s", but that is a task for post-release.
      Reported-by: NLinus Torvalds <torvalds@linux-foundation.org>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      aab84542
    • T
      l10n: Updated Vietnamese translation (2441t) · f2993884
      Tran Ngoc Quan 提交于
      Signed-off-by: NTran Ngoc Quan <vnwildman@gmail.com>
      f2993884
  10. 05 9月, 2015 3 次提交