summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-14Merge branch 'bc/asciidoc-pretty-formats-fix'Libravatar Junio C Hamano1-1/+1
2014-10-14Merge branch 'rs/plug-leak-in-bundle'Libravatar Junio C Hamano1-7/+10
2014-10-14Merge branch 'rs/more-uses-of-skip-prefix'Libravatar Junio C Hamano10-75/+69
2014-10-14Merge branch 'rs/mailsplit'Libravatar Junio C Hamano1-1/+0
2014-10-14Merge branch 'rs/sha1-array-test'Libravatar Junio C Hamano5-2/+130
2014-10-14Merge branch 'mh/lockfile-stdio'Libravatar Junio C Hamano5-39/+71
2014-10-14Merge branch 'mh/lockfile'Libravatar Junio C Hamano36-260/+510
2014-10-14Merge branch 'sk/tag-contains-wo-recursion'Libravatar Junio C Hamano1-2/+2
2014-10-14Merge branch 'da/completion-show-signature'Libravatar Junio C Hamano1-0/+2
2014-10-14Merge branch 'rs/daemon-fixes'Libravatar Junio C Hamano1-18/+15
2014-10-14Merge branch 'dt/cache-tree-repair'Libravatar Junio C Hamano1-1/+1
2014-10-14Merge branch 'so/rebase-doc-fork-point'Libravatar Junio C Hamano1-12/+19
2014-10-14Merge branch 'da/include-compat-util-first-in-c'Libravatar Junio C Hamano9-8/+7
2014-10-13test-lib.sh: support -x option for shell-tracingLibravatar Jeff King2-4/+44
2014-10-13t1308: fix broken here document in test scriptLibravatar Junio C Hamano1-2/+2
2014-10-13Documentation: add documentation for 'git interpret-trailers'Libravatar Christian Couder2-0/+315
2014-10-13trailer: add tests for commands in config fileLibravatar Christian Couder1-0/+125
2014-10-13trailer: execute command from 'trailer.<name>.command'Libravatar Christian Couder1-1/+84
2014-10-13trailer: add tests for "git interpret-trailers"Libravatar Christian Couder1-0/+738
2014-10-13trailer: add interpret-trailers commandLibravatar Christian Couder5-0/+48
2014-10-13trailer: put all the processing together and printLibravatar Christian Couder2-0/+75
2014-10-13trailer: parse trailers from file or stdinLibravatar Christian Couder1-0/+123
2014-10-13trailer: process command line trailer argumentsLibravatar Christian Couder1-0/+112
2014-10-13trailer: read and process config informationLibravatar Christian Couder1-0/+185
2014-10-13trailer: process trailers from input message and argumentsLibravatar Christian Couder1-0/+210
2014-10-13trailer: add data structures and basic functionsLibravatar Christian Couder2-0/+70
2014-10-13Documentation: fix mismatched delimiters in git-imap-sendLibravatar brian m. carlson1-2/+2
2014-10-13Documentation: adjust document title underliningLibravatar brian m. carlson3-3/+3
2014-10-13pack-objects: set number of threads before checking and warningLibravatar Junio C Hamano2-2/+8
2014-10-13index-pack: fix compilation with NO_PTHREADSLibravatar Etienne Buira1-0/+3
2014-10-13receive-pack: plug minor memory leak in unpack()Libravatar René Scharfe1-10/+8
2014-10-13t5304: use helper to report failure of "test foo = bar"Libravatar Jeff King2-8/+17
2014-10-13t5304: use test_path_is_* instead of "test -f"Libravatar Jeff King1-23/+23
2014-10-10doc: add 'everyday' to 'git help'Libravatar Philip Oakley12-21/+32
2014-10-10doc: Makefile regularise OBSOLETE_HTML list buildingLibravatar Philip Oakley1-1/+2
2014-10-10doc: modernise everyday.txt wording and format in man page styleLibravatar Philip Oakley1-109/+151
2014-10-09completion: use "git -C $there" instead of (cd $there && git ...)Libravatar Junio C Hamano1-11/+7
2014-10-08Documentation: fix misrender of pretty-formats in AsciidoctorLibravatar brian m. carlson1-1/+1
2014-10-08Update draft release notes to 2.2Libravatar Junio C Hamano1-0/+13
2014-10-08Merge branch 'sp/stream-clean-filter'Libravatar Junio C Hamano10-52/+164
2014-10-08Merge branch 'bw/use-write-script-in-tests'Libravatar Junio C Hamano1-3/+1
2014-10-08Merge branch 'nd/archive-pathspec'Libravatar Junio C Hamano2-3/+108
2014-10-08Merge branch 'jc/push-cert'Libravatar Junio C Hamano23-159/+932
2014-10-07Sync with maintLibravatar Junio C Hamano1-1/+1
2014-10-07Merge branch 'maint-2.0' into maintLibravatar Junio C Hamano1-1/+1
2014-10-07Merge branch 'maint-1.9' into maint-2.0Libravatar Junio C Hamano1-1/+1
2014-10-07Merge branch 'maint-1.8.5' into maint-1.9Libravatar Junio C Hamano1-1/+1
2014-10-07Merge branch 'jk/mbox-from-line' into maintLibravatar Junio C Hamano6-1/+66
2014-10-07completion: add --show-signature for log and showLibravatar David Aguilar1-0/+2
2014-10-07use skip_prefix() to avoid more magic numbersLibravatar René Scharfe10-75/+69