Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | t2203: fix wrong commit command | Nguyễn Thái Ngọc Duy | 2012-01-11 | 1 | -1/+1 |
* | attr: don't confuse prefixes with leading directories | Jeff King | 2012-01-10 | 1 | -0/+10 |
* | Merge branch 'jm/mergetool-pathspec' into maint-1.7.6 | Junio C Hamano | 2011-10-26 | 1 | -18/+40 |
|\ | |||||
| * | mergetool: Use args as pathspec to unmerged files | Jonathon Mah | 2011-09-26 | 1 | -18/+40 |
* | | Merge branch 'mz/remote-rename' into maint-1.7.6 | Junio C Hamano | 2011-10-26 | 1 | -0/+31 |
|\ \ | |||||
| * | | remote: only update remote-tracking branch if updating refspec | Martin von Zweigbergk | 2011-09-11 | 1 | -1/+2 |
| * | | remote: "rename o foo" should not rename ref "origin/bar" | Martin von Zweigbergk | 2011-09-11 | 1 | -0/+10 |
| * | | remote: write correct fetch spec when renaming remote 'remote' | Martin von Zweigbergk | 2011-09-11 | 1 | -0/+20 |
* | | | Merge branch 'rj/maint-t9159-svn-rev-notation' into maint-1.7.6 | Junio C Hamano | 2011-10-26 | 1 | -0/+8 |
|\ \ \ | |||||
| * | | | t9159-*.sh: skip for mergeinfo test for svn <= 1.4 | Ramsay Jones | 2011-09-21 | 1 | -0/+8 |
| |/ / | |||||
* | | | Merge branch 'hl/iso8601-more-zone-formats' into maint-1.7.6 | Junio C Hamano | 2011-10-26 | 1 | -0/+6 |
|\ \ \ | |||||
| * | | | date.c: Support iso8601 timezone formats | Haitao Li | 2011-09-12 | 1 | -0/+6 |
| | |/ | |/| | |||||
* | | | Merge branch 'mg/maint-doc-sparse-checkout' into maint-1.7.6 | Junio C Hamano | 2011-10-26 | 2 | -0/+6 |
|\ \ \ | |||||
| * | | | unpack-trees: print "Aborting" to stderr | Michael J Gruber | 2011-09-21 | 2 | -0/+6 |
| |/ / | |||||
* | | | Merge branch 'cb/maint-ls-files-error-report' into maint | Junio C Hamano | 2011-09-23 | 1 | -0/+72 |
|\ \ \ | |||||
| * | | | t3005: do not assume a particular order of stdout and stderr of git-ls-files | Johannes Sixt | 2011-08-28 | 1 | -10/+12 |
| * | | | ls-files: fix pathspec display on error | Clemens Buchacher | 2011-08-11 | 1 | -0/+70 |
* | | | | Merge branch 'jc/maint-clone-alternates' into maint | Junio C Hamano | 2011-09-23 | 1 | -0/+23 |
|\ \ \ \ | |||||
| * | | | | clone: clone from a repository with relative alternates | Junio C Hamano | 2011-08-23 | 1 | -1/+9 |
| * | | | | clone: allow more than one --reference | Junio C Hamano | 2011-08-22 | 1 | -0/+15 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'nd/maint-clone-gitdir' into maint | Junio C Hamano | 2011-09-23 | 1 | -0/+4 |
|\ \ \ \ | |||||
| * | | | | clone: allow to clone from .git file | Nguyễn Thái Ngọc Duy | 2011-08-22 | 1 | -0/+4 |
| |/ / / | |||||
* | | | | Merge branch 'mh/check-ref-format-print-normalize' into maint | Junio C Hamano | 2011-09-23 | 1 | -0/+9 |
|\ \ \ \ | |||||
| * | | | | Forbid DEL characters in reference names | Michael Haggerty | 2011-08-27 | 1 | -0/+3 |
| * | | | | check-ref-format --print: Normalize refnames that start with slashes | Michael Haggerty | 2011-08-25 | 1 | -0/+6 |
| * | | | | Merge branch 'jk/git-connection-deadlock-fix' into maint-1.7.4 | Junio C Hamano | 2011-05-26 | 1 | -0/+43 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'mg/branch-set-upstream-previous' into maint | Junio C Hamano | 2011-09-23 | 1 | -0/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | branch.c: use the parsed branch name | Michael J Gruber | 2011-08-19 | 1 | -0/+14 |
* | | | | | | | Merge branch 'jk/reset-reflog-message-fix' into maint | Junio C Hamano | 2011-09-11 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | reset: give better reflog messages | Jeff King | 2011-07-22 | 1 | -4/+4 |
* | | | | | | | | Merge branch 'vi/make-test-vector-less-specific' into maint | Junio C Hamano | 2011-09-11 | 8 | -13/+13 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | tests: cleanup binary test vector files | Vitaliy Ivanov | 2011-07-19 | 8 | -13/+13 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'jk/maint-config-param' into maint | Junio C Hamano | 2011-09-11 | 1 | -0/+18 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | config: avoid segfault when parsing command-line config | Jeff King | 2011-06-22 | 1 | -0/+4 |
| * | | | | | | | | config: die on error in command-line config | Jeff King | 2011-06-22 | 1 | -0/+8 |
| * | | | | | | | | fix "git -c" parsing of values with equals signs | Jeff King | 2011-06-22 | 1 | -0/+6 |
* | | | | | | | | | Merge branch 'jk/maint-1.7.2-status-ignored' into maint | Junio C Hamano | 2011-09-11 | 1 | -0/+121 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| * | | | | | | | | git status --ignored: tests and docs | Junio C Hamano | 2011-06-02 | 1 | -0/+121 |
* | | | | | | | | | Merge branch 'jc/no-gitweb-test-without-cgi-etc' into maint | Junio C Hamano | 2011-08-23 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | |||||
| * | | | | | | | | t/gitweb-lib.sh: skip gitweb tests when perl dependencies are not met | Junio C Hamano | 2011-06-15 | 1 | -0/+5 |
* | | | | | | | | | Merge branch 'jk/tag-list-multiple-patterns' into maint | Junio C Hamano | 2011-08-16 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | tag: accept multiple patterns for --list | Jeff King | 2011-06-20 | 1 | -0/+5 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jl/submodule-update-quiet' into maint | Junio C Hamano | 2011-08-16 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | submodule: update and add must honor --quiet flag | Jens Lehmann | 2011-07-28 | 1 | -2/+4 |
* | | | | | | | | | | Merge branch 'jl/submodule-add-relurl-wo-upstream' into maint | Junio C Hamano | 2011-08-16 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | submodule add: allow relative repository path even when no url is set | Jens Lehmann | 2011-06-06 | 1 | -2/+5 |
| * | | | | | | | | | | submodule add: test failure when url is not configured in superproject | Jens Lehmann | 2011-06-06 | 1 | -0/+7 |
| | |/ / / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'js/ls-tree-error' into maint | Junio C Hamano | 2011-08-16 | 1 | -0/+24 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Ensure git ls-tree exits with a non-zero exit code if read_tree_recursive fails. | Jon Seymour | 2011-07-25 | 1 | -1/+1 |
| * | | | | | | | | | | Add a test to check that git ls-tree sets non-zero exit code on error. | Jon Seymour | 2011-07-24 | 1 | -0/+24 |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | |