1. 18 4月, 2014 7 次提交
  2. 26 3月, 2014 16 次提交
  3. 22 3月, 2014 10 次提交
    • J
      Update draft release notes to 2.0 · 3f09db07
      Junio C Hamano 提交于
      3f09db07
    • J
      Merge branch 'lt/request-pull' · fe3623c6
      Junio C Hamano 提交于
      Discard the accumulated "heuristics" to guess from which branch the
      result wants to be pulled from and make sure what the end user
      specified is not second-guessed by "git request-pull", to avoid
      mistakes.
      
      * lt/request-pull:
        request-pull: documentation updates
        request-pull: resurrect "pretty refname" feature
        request-pull: test updates
        request-pull: pick up tag message as before
        request-pull: allow "local:remote" to specify names on both ends
        request-pull: more strictly match local/remote branches
      fe3623c6
    • J
      Merge branch 'es/sh-i18n-envsubst' · 53d7d1b1
      Junio C Hamano 提交于
      * es/sh-i18n-envsubst:
        sh-i18n--envsubst: retire unused string_list_member()
      53d7d1b1
    • J
      Merge branch 'nd/upload-pack-shallow' · 1ddb4d7e
      Junio C Hamano 提交于
      Serving objects from a shallow repository needs to write a
      temporary file to be used, but the serving upload-pack may not have
      write access to the repository which is meant to be read-only.
      
      Instead feed these temporary shallow bounds from the standard input
      of pack-objects so that we do not have to use a temporary file.
      
      * nd/upload-pack-shallow:
        upload-pack: send shallow info over stdin to pack-objects
      1ddb4d7e
    • J
      Merge branch 'jn/wt-status' · 6dada01b
      Junio C Hamano 提交于
      Unify the codepaths that format new/modified/changed sections and
      conflicted paths in the "git status" output and make it possible to
      properly internationalize their output.
      
      * jn/wt-status:
        wt-status: lift the artificual "at least 20 columns" floor
        wt-status: i18n of section labels
        wt-status: extract the code to compute width for labels
        wt-status: make full label string to be subject to l10n
      6dada01b
    • J
      Merge branch 'jc/stash-pop-not-popped' · 10bdb20d
      Junio C Hamano 提交于
      "stash pop", upon failing to apply the stash, refrains from
      discarding the stash to avoid information loss.  Be more explicit
      in the error message.
      
      The wording may want to get a bit more bikeshedding.
      
      * jc/stash-pop-not-popped:
        stash pop: mention we did not drop the stash upon failing to apply
      10bdb20d
    • J
      Merge branch 'dk/skip-prefix-scan-only-once' · 1be645c0
      Junio C Hamano 提交于
      Update implementation of skip_prefix() to scan only once; given
      that most "prefix" arguments to the inline function are constant
      strings whose strlen() can be determined at the compile time, this
      might actually make things worse with a compiler with sufficient
      intelligence.
      
      * dk/skip-prefix-scan-only-once:
        skip_prefix(): scan prefix only once
      1be645c0
    • J
      Merge branch 'nd/tag-version-sort' · b6de0c63
      Junio C Hamano 提交于
      Allow v1.9.0 sorted before v1.10.0 in "git tag --list" output.
      
      * nd/tag-version-sort:
        tag: support --sort=<spec>
      b6de0c63
    • J
      Merge branch 'jk/shallow-update-fix' · 3e14384b
      Junio C Hamano 提交于
      Serving objects from a shallow repository needs to write a
      new file to hold the temporary shallow boundaries but it was not
      cleaned when we exit due to die() or a signal.
      
      * jk/shallow-update-fix:
        shallow: verify shallow file after taking lock
        shallow: automatically clean up shallow tempfiles
        shallow: use stat_validity to check for up-to-date file
      3e14384b
    • J
      Merge branch 'tc/commit-dry-run-exit-status-tests' · 4291cc10
      Junio C Hamano 提交于
      * tc/commit-dry-run-exit-status-tests:
        demonstrate git-commit --dry-run exit code behaviour
      4291cc10
  4. 20 3月, 2014 3 次提交
  5. 19 3月, 2014 4 次提交