summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'il/push-set-upstream'Junio C Hamano2010-01-205-1/+136
|\
| * Add push --set-upstreamIlari Liusvaara2010-01-165-1/+136
* | Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano2010-01-2011-5/+88
|\ \
| * | user_ident_sufficiently_given(): refactor the logic to be usable from elsewhereJunio C Hamano2010-01-173-2/+8
| * | commit.c::print_summary: do not release the format string too earlyJunio C Hamano2010-01-171-1/+1
| * | commit: allow suppression of implicit identity adviceJeff King2010-01-144-2/+11
| * | commit: show interesting ident information in summaryJeff King2010-01-142-4/+42
| * | strbuf: add strbuf_addbuf_percentquoteJeff King2010-01-143-0/+19
| * | strbuf_expand: convert "%%" to "%"Jeff King2010-01-145-1/+18
* | | Merge branch 'jc/ident'Junio C Hamano2010-01-204-13/+24
|\ \ \
| * | | ident.c: replace fprintf with fputs to suppress compiler warningTarmigan Casebolt2010-01-191-1/+1
| * | | user_ident_sufficiently_given(): refactor the logic to be usable from elsewhereJunio C Hamano2010-01-173-1/+11
| * | | ident.c: treat $EMAIL as giving user.email identity explicitlyJunio C Hamano2010-01-101-2/+3
| * | | ident.c: check explicit identity for name and email separatelyJunio C Hamano2010-01-104-8/+10
| * | | ident.c: remove unused variablesJunio C Hamano2010-01-081-3/+1
* | | | Merge branch 'tr/http-push-ref-status'Junio C Hamano2010-01-206-49/+137
|\ \ \ \
| * | | | transport-helper.c::push_refs(): emit "no refs" error messageTay Ray Chuan2010-01-091-1/+4
| * | | | transport-helper.c::push_refs(): ignore helper-reported status if ref is not ...Tay Ray Chuan2010-01-092-1/+10
| * | | | transport.c::transport_push(): make ref status affect return valueTay Ray Chuan2010-01-092-4/+7
| * | | | refactor ref status logic for pushingTay Ray Chuan2010-01-096-48/+77
| * | | | t5541-http-push.sh: add test for unmatched, non-fast-forwarded refsTay Ray Chuan2010-01-091-0/+21
| * | | | t5541-http-push.sh: add tests for non-fast-forward pushesTay Ray Chuan2010-01-091-0/+23
* | | | | Merge branch 'bk/fix-relative-gitdir-file'Junio C Hamano2010-01-202-3/+57
|\ \ \ \ \
| * | | | | Handle relative paths in submodule .git filesBrad King2010-01-092-4/+20
| * | | | | Test update-index for a gitlink to a .git fileBrad King2010-01-091-0/+38
* | | | | | Merge branch 'sd/cd-p-show-toplevel'Junio C Hamano2010-01-203-14/+14
|\ \ \ \ \ \
| * | | | | | Use $(git rev-parse --show-toplevel) in cd_to_toplevel().Steven Drake2010-01-111-14/+5
| * | | | | | Add 'git rev-parse --show-toplevel' option.Steven Drake2010-01-112-0/+9
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jc/symbol-static'Junio C Hamano2010-01-2030-142/+34
|\ \ \ \ \ \
| * | | | | | date.c: mark file-local function staticJunio C Hamano2010-01-202-2/+1
| * | | | | | Replace parse_blob() with an explanatory commentDaniel Barkalow2010-01-182-22/+8
| * | | | | | symlinks.c: remove unused functionsJunio C Hamano2010-01-172-33/+0
| * | | | | | object.c: remove unused functionsJunio C Hamano2010-01-172-26/+0
| * | | | | | strbuf.c: remove unused functionJunio C Hamano2010-01-122-8/+0
| * | | | | | sha1_file.c: remove unused functionJunio C Hamano2010-01-122-9/+0
| * | | | | | mailmap.c: remove unused functionJunio C Hamano2010-01-122-6/+0
| * | | | | | utf8.c: mark file-local function staticJunio C Hamano2010-01-122-2/+1
| * | | | | | submodule.c: mark file-local function staticJunio C Hamano2010-01-121-1/+1
| * | | | | | quote.c: mark file-local function staticJunio C Hamano2010-01-122-2/+1
| * | | | | | remote-curl.c: mark file-local function staticJunio C Hamano2010-01-121-1/+1
| * | | | | | read-cache.c: mark file-local functions staticJunio C Hamano2010-01-122-4/+4
| * | | | | | parse-options.c: mark file-local function staticJunio C Hamano2010-01-122-5/+5
| * | | | | | entry.c: mark file-local function staticJunio C Hamano2010-01-122-4/+1
| * | | | | | http.c: mark file-local functions staticJunio C Hamano2010-01-122-11/+8
| * | | | | | pretty.c: mark file-local function staticJunio C Hamano2010-01-112-2/+1
| * | | | | | builtin-rev-list.c: mark file-local function staticJunio C Hamano2010-01-112-3/+1
| * | | | | | bisect.c: mark file-local function staticJunio C Hamano2010-01-111-1/+1
* | | | | | | Sync with 1.6.6.1Junio C Hamano2010-01-203-8/+45
|\ \ \ \ \ \ \
| * | | | | | | Git 1.6.6.1v1.6.6.1Junio C Hamano2010-01-203-8/+16
| * | | | | | | Merge branch 'bg/maint-remote-update-default' into maintJunio C Hamano2010-01-202-6/+18
| |\ \ \ \ \ \ \