1. 29 10月, 2013 1 次提交
  2. 24 10月, 2013 12 次提交
    • J
      Update draft release notes to 1.8.5 · 3d092bfc
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      3d092bfc
    • J
      Sync with 'maint' · ea21efc7
      Junio C Hamano 提交于
      ea21efc7
    • J
      Almost 1.8.4.2 ;-) · ca462804
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      ca462804
    • J
      Merge branch 'jc/ls-files-killed-optim' into maint · e03a5010
      Junio C Hamano 提交于
      "git ls-files -k" needs to crawl only the part of the working tree
      that may overlap the paths in the index to find killed files, but
      shared code with the logic to find all the untracked files, which
      made it unnecessarily inefficient.
      
      * jc/ls-files-killed-optim:
        dir.c::test_one_path(): work around directory_exists_in_index_icase() breakage
        t3010: update to demonstrate "ls-files -k" optimization pitfalls
        ls-files -k: a directory only can be killed if the index has a non-directory
        dir.c: use the cache_* macro to access the current index
      e03a5010
    • J
      Merge branch 'jh/checkout-auto-tracking' into maint · 74051fa8
      Junio C Hamano 提交于
      "git branch --track" had a minor regression in v1.8.3.2 and later
      that made it impossible to base your local work on anything but a
      local branch of the upstream repository you are tracking from.
      
      * jh/checkout-auto-tracking:
        t3200: fix failure on case-insensitive filesystems
        branch.c: Relax unnecessary requirement on upstream's remote ref name
        t3200: Add test demonstrating minor regression in 41c21f22
        Refer to branch.<name>.remote/merge when documenting --track
        t3200: Minor fix when preparing for tracking failure
        t2024: Fix &&-chaining and a couple of typos
      74051fa8
    • J
      Merge branch 'nd/fetch-into-shallow' into maint · 6ba0d955
      Junio C Hamano 提交于
      When there is no sufficient overlap between old and new history
      during a "git fetch" into a shallow repository, objects that the
      sending side knows the receiving end has were unnecessarily sent.
      
      * nd/fetch-into-shallow:
        Add testcase for needless objects during a shallow fetch
        list-objects: mark more commits as edges in mark_edges_uninteresting
        list-objects: reduce one argument in mark_edges_uninteresting
        upload-pack: delegate rev walking in shallow fetch to pack-objects
        shallow: add setup_temporary_shallow()
        shallow: only add shallow graft points to new shallow file
        move setup_alternate_shallow and write_shallow_commits to shallow.c
      6ba0d955
    • J
      Merge branch 'bc/gnome-keyring' · 26145c9c
      Junio C Hamano 提交于
      Cleanups and tweaks for credential handling to work with ancient versions
      of the gnome-keyring library that are still in use.
      
      * bc/gnome-keyring:
        contrib/git-credential-gnome-keyring.c: support really ancient gnome-keyring
        contrib/git-credential-gnome-keyring.c: support ancient gnome-keyring
        contrib/git-credential-gnome-keyring.c: report failure to store password
        contrib/git-credential-gnome-keyring.c: use glib messaging functions
        contrib/git-credential-gnome-keyring.c: use glib memory allocation functions
        contrib/git-credential-gnome-keyring.c: use secure memory for reading passwords
        contrib/git-credential-gnome-keyring.c: use secure memory functions for passwds
        contrib/git-credential-gnome-keyring.c: use gnome helpers in keyring_object()
        contrib/git-credential-gnome-keyring.c: set Gnome application name
        contrib/git-credential-gnome-keyring.c: ensure buffer is non-empty before accessing
        contrib/git-credential-gnome-keyring.c: strlen() returns size_t, not ssize_t
        contrib/git-credential-gnome-keyring.c: exit non-zero when called incorrectly
        contrib/git-credential-gnome-keyring.c: add static where applicable
        contrib/git-credential-gnome-keyring.c: *style* use "if ()" not "if()" etc.
        contrib/git-credential-gnome-keyring.c: remove unused die() function
        contrib/git-credential-gnome-keyring.c: remove unnecessary pre-declarations
      26145c9c
    • J
      Merge branch 'po/dot-url' · f92f068e
      Junio C Hamano 提交于
      Explain how '.' can be used to refer to the "current repository"
      in the documentation.
      
      * po/dot-url:
        doc/cli: make "dot repository" an independent bullet point
        config doc: update dot-repository notes
        doc: command line interface (cli) dot-repository dwimmery
      f92f068e
    • J
      Merge branch 'jc/prompt-upstream' · 807c895f
      Junio C Hamano 提交于
      An enhancement to the GIT_PS1_SHOWUPSTREAM facility.
      
      * jc/prompt-upstream:
        git-prompt.sh: optionally show upstream branch name
      807c895f
    • J
      Merge branch 'hu/cherry-pick-previous-branch' · f2c1b01c
      Junio C Hamano 提交于
      "git cherry-pick" without further options would segfault.
      
      Could use a follow-up to handle '-' after argv[1] better.
      
      * hu/cherry-pick-previous-branch:
        cherry-pick: handle "-" after parsing options
      f2c1b01c
    • J
      Merge branch 'mg/more-textconv' · 4197361e
      Junio C Hamano 提交于
      Make "git grep" and "git show" pay attention to --textconv when
      dealing with blob objects.
      
      * mg/more-textconv:
        grep: honor --textconv for the case rev:path
        grep: allow to use textconv filters
        t7008: demonstrate behavior of grep with textconv
        cat-file: do not die on --textconv without textconv filters
        show: honor --textconv for blobs
        diff_opt: track whether flags have been set explicitly
        t4030: demonstrate behavior of show with textconv
      4197361e
    • J
      Merge branch 'jc/pack-objects' · eeb8e837
      Junio C Hamano 提交于
      * jc/pack-objects:
        pack-objects: shrink struct object_entry
      eeb8e837
  3. 19 10月, 2013 7 次提交
  4. 18 10月, 2013 20 次提交