summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tr/doc-note-rewrite'Junio C Hamano2011-10-051-1/+2
|\
| * Documentation: basic configuration of notes.rewriteRefThomas Rast2011-09-131-1/+2
* | Merge branch 'mg/branch-list'Junio C Hamano2011-10-057-39/+160
|\ \
| * | t3200: clean up checks for file existenceJeff King2011-09-131-25/+25
| * | branch: -v does not automatically imply --listMichael J Gruber2011-09-083-7/+10
| * | branch: allow pattern argumentsMichael J Gruber2011-08-283-5/+46
| * | branch: introduce --list optionMichael J Gruber2011-08-284-5/+53
| * | git-branch: introduce missing long forms for the optionsMichael J Gruber2011-08-282-5/+10
| * | git-tag: introduce long forms for the optionsMichael J Gruber2011-08-282-10/+21
| * | t6040: test branch -vvMichael J Gruber2011-08-261-0/+16
* | | Merge branch 'cb/send-email-help'Junio C Hamano2011-10-051-1/+4
|\ \ \
| * | | send-email: add option -hClemens Buchacher2011-09-121-1/+4
* | | | Merge branch 'fk/use-kwset-pickaxe-grep-f'Junio C Hamano2011-10-052-9/+8
|\ \ \ \
| * | | | obstack.c: Fix some sparse warningsRamsay Jones2011-09-111-8/+7
| * | | | sparse: Fix an "Using plain integer as NULL pointer" warningRamsay Jones2011-09-111-1/+1
* | | | | Merge branch 'jk/for-each-ref'Junio C Hamano2011-10-059-58/+206
|\ \ \ \ \
| * | | | | for-each-ref: add split message parts to %(contents:*).Michał Górny2011-09-084-11/+96
| * | | | | for-each-ref: handle multiline subjects like --prettyJeff King2011-09-082-5/+45
| * | | | | for-each-ref: refactor subject and body placeholder parsingJeff King2011-09-081-25/+29
| * | | | | t6300: add more body-parsing testsJeff King2011-09-081-0/+20
| * | | | | t7004: factor out gpg setupJeff King2011-09-086-28/+27
* | | | | | Merge branch 'wh/normalize-alt-odb-path'Junio C Hamano2011-10-051-17/+20
|\ \ \ \ \ \
| * | | | | | sha1_file: normalize alt_odb path before comparing and storingHui Wang2011-09-071-17/+20
* | | | | | | Merge branch 'jc/run-receive-hook-cleanup'Junio C Hamano2011-10-051-19/+52
|\ \ \ \ \ \ \
| * | | | | | | refactor run_receive_hook()Junio C Hamano2011-09-121-19/+52
* | | | | | | | Merge branch 'hl/iso8601-more-zone-formats'Junio C Hamano2011-10-052-11/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | date.c: Support iso8601 timezone formatsHaitao Li2011-09-122-11/+29
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'rj/quietly-create-dep-dir'Junio C Hamano2011-10-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Makefile: Make dependency directory creation less noisyrj/quietly-create-dep-dirRamsay Jones2011-09-111-1/+1
* | | | | | | | | Merge branch 'jc/receive-verify'Junio C Hamano2011-10-055-56/+141
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | receive-pack: check connectivity before concluding "git push"Junio C Hamano2011-09-091-0/+43
| * | | | | | | | | check_everything_connected(): libifyJunio C Hamano2011-09-094-65/+85
| * | | | | | | | | check_everything_connected(): refactor to use an iteratorJunio C Hamano2011-09-091-14/+36
| * | | | | | | | | fetch: verify we have everything we need before updating our refJunio C Hamano2011-09-091-56/+63
* | | | | | | | | | Merge branch 'jc/fetch-verify'Junio C Hamano2011-10-059-77/+107
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fetch: verify we have everything we need before updating our refJunio C Hamano2011-09-011-56/+63
| |/ / / / / / / / /
| * | | | | | | | | rev-list --verify-objectJunio C Hamano2011-09-013-0/+10
| * | | | | | | | | list-objects: pass callback data to show_objects()Junio C Hamano2011-09-015-19/+32
* | | | | | | | | | Merge branch 'jc/fetch-pack-fsck-objects'Junio C Hamano2011-10-054-5/+151
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | test: fetch/receive with fsckobjectsjc/fetch-pack-fsck-objectsJunio C Hamano2011-09-041-0/+104
| * | | | | | | | | | transfer.fsckobjects: unify fetch/receive.fsckobjectsJunio C Hamano2011-09-043-7/+35
| * | | | | | | | | | fetch.fsckobjects: verify downloaded objectsJunio C Hamano2011-09-042-0/+14
* | | | | | | | | | | Merge branch 'jc/traverse-commit-list'Junio C Hamano2011-10-054-29/+46
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | revision.c: update show_object_with_name() without using malloc()Junio C Hamano2011-08-221-14/+36
| * | | | | | | | | | revision.c: add show_object_with_name() helper functionJunio C Hamano2011-08-224-28/+23
| * | | | | | | | | | rev-list: fix finish_object() callJunio C Hamano2011-08-221-1/+1
* | | | | | | | | | | Merge branch 'rr/revert-cherry-pick-continue'Junio C Hamano2011-10-0514-171/+960
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | builtin/revert.c: make commit_list_append() staticJunio C Hamano2011-09-111-2/+2
| * | | | | | | | | | | revert: Propagate errors upwards from do_pick_commitRamkumar Ramachandra2011-08-081-46/+40
| * | | | | | | | | | | revert: Introduce --continue to continue the operationRamkumar Ramachandra2011-08-085-4/+287