summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | rebase -i: Make the condition for an "if" more transparentMichael Haggerty2010-01-141-1/+2
* | | | | | Merge branch 'ns/rebase-auto-squash'Junio C Hamano2010-01-203-0/+120
|\ \ \ \ \ \
| * | | | | | rebase -i --autosquash: auto-squash commitsNanako Shiraishi2010-01-063-0/+120
* | | | | | | Merge branch 'mh/rebase-fixup' (early part)Junio C Hamano2010-01-204-68/+137
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | rebase-i: Ignore comments and blank lines in peek_next_commandMichael Haggerty2010-01-122-1/+25
| * | | | | | lib-rebase: Allow comments and blank lines to be added to the rebase scriptMichael Haggerty2010-01-121-5/+16
| * | | | | | lib-rebase: Provide clearer debugging info about what the editor didMichael Haggerty2010-01-121-2/+3
| |/ / / / /
| * | | | | Add a command "fixup" to rebase --interactiveMichael Haggerty2009-12-074-18/+77
| * | | | | t3404: Use test_commit to set up test repositoryMichael Haggerty2009-12-061-46/+20
* | | | | | 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