1. 29 8月, 2009 8 次提交
    • J
      Merge branch 'mm/reset-report' · 235db154
      Junio C Hamano 提交于
      * mm/reset-report:
        reset: make the reminder output consistent with "checkout"
        Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.
      235db154
    • J
      Merge branch 'jk/maint-1.6.3-checkout-unborn' · 4a224a9b
      Junio C Hamano 提交于
      * jk/maint-1.6.3-checkout-unborn:
        checkout: do not imply "-f" on unborn branches
      4a224a9b
    • J
      Merge branch 'np/maint-1.6.3-deepen' · 232d4537
      Junio C Hamano 提交于
      * np/maint-1.6.3-deepen:
        fix simple deepening of a repo
      
      Conflicts:
      	t/t5500-fetch-pack.sh
      232d4537
    • J
      Merge branch 'jc/shortstatus' · 433233e0
      Junio C Hamano 提交于
      * jc/shortstatus:
        git commit --dry-run -v: show diff in color when asked
        Documentation/git-commit.txt: describe --dry-run
        wt-status: collect untracked files in a separate "collect" phase
        Make git_status_config() file scope static to builtin-commit.c
        wt-status: move wt_status_colors[] into wt_status structure
        wt-status: move many global settings to wt_status structure
        commit: --dry-run
        status: show worktree status of conflicted paths separately
        wt-status.c: rework the way changes to the index and work tree are summarized
        diff-index: keep the original index intact
        diff-index: report unmerged new entries
      433233e0
    • J
      Merge branch 'maint' · 42fa6df9
      Junio C Hamano 提交于
      * maint:
        http.c: set slot callback members to NULL when releasing object
      42fa6df9
    • J
      Merge branch 'rc/maint-http-fix' into maint · 48ae73b1
      Junio C Hamano 提交于
      * rc/maint-http-fix:
        http.c: don't assume that urls don't end with slash
      48ae73b1
    • T
      http.c: set slot callback members to NULL when releasing object · 4b9fa0e3
      Tay Ray Chuan 提交于
      Set the members callback_func and callback_data of freq->slot to NULL
      when releasing a http_object_request. release_active_slot() is also
      invoked on the slot to remove the curl handle associated with the slot
      from the multi stack (CURLM *curlm in http.c).
      
      These prevent the callback function and data from being used in http
      methods (like http.c::finish_active_slot()) after a
      http_object_request has been free'd.
      
      Noticed by Ali Polatel, who later tested this patch to verify that it
      fixes the problem he saw; Dscho helped to identify the problem spot.
      Signed-off-by: NTay Ray Chuan <rctay89@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      4b9fa0e3
    • B
      t/test-lib.sh: provide a shell implementation of the 'yes' utility · 8648732e
      Brandon Casey 提交于
      Some platforms (IRIX 6.5, Solaris 7) do not provide the 'yes' utility.
      Currently, some tests, including t7610 and t9001, try to call this program.
      Due to the way the tests are structured, the tests still pass even though
      this program is missing.  Rather than succeeding by chance, let's provide
      an implementation of the simple 'yes' utility in shell for all platforms to
      use.
      Signed-off-by: NBrandon Casey <casey@nrlssc.navy.mil>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      8648732e
  2. 28 8月, 2009 18 次提交
  3. 27 8月, 2009 11 次提交
  4. 26 8月, 2009 3 次提交