summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pack-object: tolerate broken packs that have duplicated objectsjc/maint-pack-object-cycleJunio C Hamano2011-11-161-12/+43
* Git 1.7.6.4v1.7.6.4Junio C Hamano2011-09-234-3/+36
* Merge branch 'cb/maint-ls-files-error-report' into maintJunio C Hamano2011-09-236-10/+90
|\
| * t3005: do not assume a particular order of stdout and stderr of git-ls-filesJohannes Sixt2011-08-281-10/+12
| * ls-files: fix pathspec display on errorClemens Buchacher2011-08-116-10/+88
* | describe: Refresh the index when run with --dirtyAllan Caffee2011-09-231-2/+15
* | Merge branch 'jc/maint-clone-alternates' into maintJunio C Hamano2011-09-233-30/+114
|\ \
| * | clone: clone from a repository with relative alternatesJunio C Hamano2011-08-233-25/+78
| * | clone: allow more than one --referenceJunio C Hamano2011-08-222-8/+39
* | | Merge branch 'nd/maint-clone-gitdir' into maintJunio C Hamano2011-09-239-12/+33
|\ \ \
| * | | clone: allow to clone from .git fileNguyễn Thái Ngọc Duy2011-08-222-1/+22
| * | | read_gitfile_gently(): rename misnamed function to read_gitfile()Junio C Hamano2011-08-227-11/+11
| |/ /
* | | Merge branch 'mh/check-ref-format-print-normalize' into maintJunio C Hamano2011-09-233-4/+13
|\ \ \
| * | | Forbid DEL characters in reference namesMichael Haggerty2011-08-272-1/+4
| * | | check-ref-format --print: Normalize refnames that start with slashesMichael Haggerty2011-08-252-3/+9
* | | | Merge branch 'mg/branch-set-upstream-previous' into maintJunio C Hamano2011-09-232-1/+15
|\ \ \ \
| * | | | branch.c: use the parsed branch nameMichael J Gruber2011-08-192-1/+15
* | | | | Merge branch 'gb/maint-am-patch-format-error-message' into maintJunio C Hamano2011-09-231-1/+2
|\ \ \ \ \
| * | | | | am: format is in $patch_format, not parse_patchGiuseppe Bilotta2011-08-291-1/+2
* | | | | | git-mergetool: check return value from readJay Soffian2011-09-192-2/+2
* | | | | | Git 1.7.6.3v1.7.6.3Junio C Hamano2011-09-123-2/+7
* | | | | | Merge branch 'jl/maint-fetch-submodule-check-fix' into maintJunio C Hamano2011-09-122-6/+13
|\ \ \ \ \ \
| * | | | | | fetch: skip on-demand checking when no submodules are configuredJens Lehmann2011-09-092-6/+13
| | |_|_|/ / | |/| | | |
* | | | | | Prepare for 1.7.6.3 maintenance releaseJunio C Hamano2011-09-112-1/+21
* | | | | | Merge branch 'ms/reflog-show-is-default' into maintJunio C Hamano2011-09-111-2/+1
|\ \ \ \ \ \
| * | | | | | reflog: actually default to subcommand 'show'Michael Schubert2011-08-011-2/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'jk/reset-reflog-message-fix' into maintJunio C Hamano2011-09-112-37/+20
|\ \ \ \ \ \
| * | | | | | reset: give better reflog messagesJeff King2011-07-222-37/+20
* | | | | | | Merge branch 'vi/make-test-vector-less-specific' into maintJunio C Hamano2011-09-118-13/+13
|\ \ \ \ \ \ \
| * | | | | | | tests: cleanup binary test vector filesVitaliy Ivanov2011-07-198-13/+13
* | | | | | | | Merge branch 'jk/tag-contains-ab' (early part) into maintJunio C Hamano2011-09-111-1/+45
|\ \ \ \ \ \ \ \
| * | | | | | | | tag: speed up --contains calculationJeff King2011-06-111-1/+45
* | | | | | | | | Merge branch 'dz/connect-error-report' into maintJunio C Hamano2011-09-111-14/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Do not log unless all connect() attempts failDave Zarzycki2011-07-141-14/+11
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jc/maint-mergetool-read-fix' into maintJunio C Hamano2011-09-111-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mergetool: check return value from readJunio C Hamano2011-07-011-4/+4
* | | | | | | | | | Merge branch 'jk/maint-config-param' into maintJunio C Hamano2011-09-114-11/+47
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | config: use strbuf_split_str instead of a temporary strbufJeff King2011-06-221-3/+1
| * | | | | | | | | | strbuf: allow strbuf_split to work on non-strbufsJeff King2011-06-222-7/+17
| * | | | | | | | | | config: avoid segfault when parsing command-line configJeff King2011-06-222-0/+6
| * | | | | | | | | | config: die on error in command-line configJeff King2011-06-222-1/+9
| * | | | | | | | | | fix "git -c" parsing of values with equals signsJeff King2011-06-222-1/+7
| * | | | | | | | | | strbuf_split: add a max parameterJeff King2011-06-222-3/+11
* | | | | | | | | | | Merge branch 'jn/doc-dashdash' into maintJunio C Hamano2011-09-119-13/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Documentation/i18n: quote double-dash for AsciiDocJonathan Nieder2011-06-292-6/+6
| * | | | | | | | | | | Merge branch 'jn/maint-doc-dashdash' into jn/doc-dashdashJunio C Hamano2011-06-297-7/+7
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Documentation: quote double-dash for AsciiDocJonathan Nieder2011-06-297-7/+7
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
* | | | | | | | | | | Merge branch 'jk/maint-1.7.2-status-ignored' into maintJunio C Hamano2011-09-113-2/+128
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git status --ignored: tests and docsJunio C Hamano2011-06-022-0/+127
| * | | | | | | | | | | status: fix bug with missing --ignore filesJeff King2011-06-021-1/+1