Age | Commit message (Expand) | Author | Files | Lines |
2011-09-23 | describe: Refresh the index when run with --dirty | Allan Caffee | 1 | -2/+15 |
2011-09-23 | Merge branch 'jc/maint-clone-alternates' into maint | Junio C Hamano | 1 | -29/+90 |
2011-09-23 | Merge branch 'nd/maint-clone-gitdir' into maint | Junio C Hamano | 2 | -2/+19 |
2011-09-23 | Merge branch 'mh/check-ref-format-print-normalize' into maint | Junio C Hamano | 1 | -3/+3 |
2011-09-12 | Merge branch 'jl/maint-fetch-submodule-check-fix' into maint | Junio C Hamano | 1 | -6/+9 |
2011-09-11 | Merge branch 'ms/reflog-show-is-default' into maint | Junio C Hamano | 1 | -2/+1 |
2011-09-11 | Merge branch 'jk/reset-reflog-message-fix' into maint | Junio C Hamano | 1 | -33/+16 |
2011-09-11 | Merge branch 'jk/tag-contains-ab' (early part) into maint | Junio C Hamano | 1 | -1/+45 |
2011-09-09 | fetch: skip on-demand checking when no submodules are configured | Jens Lehmann | 1 | -6/+9 |
2011-09-06 | Revert "Merge branch 'cb/maint-quiet-push' into maint" | Junio C Hamano | 2 | -21/+4 |
2011-08-25 | whitespace: have SP on both sides of an assignment "=" | Junio C Hamano | 1 | -1/+1 |
2011-08-25 | update-ref: whitespace fix | Pang Yan Han | 1 | -1/+1 |
2011-08-25 | check-ref-format --print: Normalize refnames that start with slashes | Michael Haggerty | 1 | -3/+3 |
2011-08-23 | Merge branch 'cb/maint-quiet-push' into maint | Junio C Hamano | 2 | -4/+21 |
2011-08-23 | clone: clone from a repository with relative alternates | Junio C Hamano | 1 | -23/+68 |
2011-08-22 | clone: allow more than one --reference | Junio C Hamano | 1 | -8/+24 |
2011-08-22 | clone: allow to clone from .git file | Nguyễn Thái Ngọc Duy | 1 | -1/+18 |
2011-08-22 | read_gitfile_gently(): rename misnamed function to read_gitfile() | Junio C Hamano | 1 | -1/+1 |
2011-08-18 | fetch-pack: check for valid commit from server | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2011-08-17 | checkout-index: remove obsolete comment | Nguyễn Thái Ngọc Duy | 1 | -32/+0 |
2011-08-16 | Merge branch 'jk/tag-list-multiple-patterns' into maint | Junio C Hamano | 1 | -9/+17 |
2011-08-16 | Merge branch 'js/ls-tree-error' into maint | Junio C Hamano | 1 | -3/+1 |
2011-08-16 | Merge branch 'jk/fast-export-quote-path' into maint | Junio C Hamano | 1 | -7/+24 |
2011-08-16 | Merge branch 'jc/checkout-reflog-fix' into maint | Junio C Hamano | 1 | -2/+5 |
2011-08-16 | Merge branch 'jc/maint-reset-unmerged-path' into maint | Junio C Hamano | 1 | -1/+1 |
2011-08-16 | Merge branch 'jc/zlib-wrap' into maint | Junio C Hamano | 4 | -17/+17 |
2011-08-08 | receive-pack: do not overstep command line argument array | Junio C Hamano | 1 | -1/+1 |
2011-08-05 | fast-export: quote paths in output | Jeff King | 1 | -7/+24 |
2011-08-01 | Merge branch 'jc/maint-1.7.3-checkout-describe' into maint | Junio C Hamano | 1 | -1/+1 |
2011-08-01 | reflog: actually default to subcommand 'show' | Michael Schubert | 1 | -2/+1 |
2011-07-31 | propagate --quiet to send-pack/receive-pack | Clemens Buchacher | 2 | -3/+20 |
2011-07-25 | Ensure git ls-tree exits with a non-zero exit code if read_tree_recursive fails. | Jon Seymour | 1 | -3/+1 |
2011-07-22 | reset: give better reflog messages | Jeff King | 1 | -33/+16 |
2011-07-13 | reset [<commit>] paths...: do not mishandle unmerged paths | Junio C Hamano | 1 | -1/+1 |
2011-07-06 | Merge commit 'v1.7.6' into jc/checkout-reflog-fix | Junio C Hamano | 92 | -0/+45831 |
2011-06-29 | Merge branch 'maint-1.7.5' into maint | Junio C Hamano | 1 | -1/+1 |
2011-06-29 | "branch -d" can remove more than one branches | Junio C Hamano | 1 | -1/+1 |
2011-06-20 | plug a few coverity-spotted leaks | Jim Meyering | 3 | -1/+6 |
2011-06-20 | tag: accept multiple patterns for --list | Jeff King | 1 | -9/+17 |
2011-06-19 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2011-06-19 | builtin/gc.c: add missing newline in message | Andreas Schwab | 1 | -1/+1 |
2011-06-11 | tag: speed up --contains calculation | Jeff King | 1 | -1/+45 |
2011-06-10 | zlib: zlib can only process 4GB at a time | Junio C Hamano | 4 | -10/+10 |
2011-06-10 | zlib: wrap deflateBound() too | Junio C Hamano | 1 | -1/+1 |
2011-06-10 | zlib: wrap deflate side of the API | Junio C Hamano | 2 | -6/+6 |
2011-06-08 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+4 |
2011-06-08 | fetch: do not leak a refspec | Jim Meyering | 1 | -2/+4 |
2011-06-06 | Merge branch 'bc/maint-status-z-to-use-porcelain' | Junio C Hamano | 1 | -3/+4 |
2011-06-05 | checkout -b <name>: correctly detect existing branch | Junio C Hamano | 1 | -1/+1 |
2011-05-31 | Merge branch 'jk/format-patch-am' | Junio C Hamano | 8 | -28/+25 |