summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cc/interpret-trailers'Junio C Hamano2014-10-2010-0/+2084
|\
| * Documentation: add documentation for 'git interpret-trailers'Christian Couder2014-10-132-0/+315
| * trailer: add tests for commands in config fileChristian Couder2014-10-131-0/+125
| * trailer: execute command from 'trailer.<name>.command'Christian Couder2014-10-131-1/+84
| * trailer: add tests for "git interpret-trailers"Christian Couder2014-10-131-0/+738
| * trailer: add interpret-trailers commandChristian Couder2014-10-135-0/+48
| * trailer: put all the processing together and printChristian Couder2014-10-132-0/+75
| * trailer: parse trailers from file or stdinChristian Couder2014-10-131-0/+123
| * trailer: process command line trailer argumentsChristian Couder2014-10-131-0/+112
| * trailer: read and process config informationChristian Couder2014-10-131-0/+185
| * trailer: process trailers from input message and argumentsChristian Couder2014-10-131-0/+210
| * trailer: add data structures and basic functionsChristian Couder2014-10-132-0/+70
* | Merge branch 'rm/gitweb-start-form'Junio C Hamano2014-10-201-2/+2
|\ \
| * | gitweb: use start_form, not startform that was removed in CGI.pm 4.04rm/gitweb-start-formRoland Mas2014-10-161-2/+2
* | | Merge branch 'ss/contrib-subtree-contacts'Junio C Hamano2014-10-204-3/+83
|\ \ \
| * | | contacts: add a Makefile to generate docs and installss/contrib-subtree-contactsSebastian Schuberth2014-10-152-0/+74
| * | | subtree: add an install-html targetSebastian Schuberth2014-10-152-3/+9
* | | | Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-2013-50/+47
|\ \ \ \
| * | | | color_parse: do not mention variable name in error messagejn/parse-config-slotJeff King2014-10-1411-28/+26
| * | | | pass config slots as pointers instead of offsetsJonathan Nieder2014-10-145-22/+21
* | | | | Merge branch 'rs/receive-pack-argv-leak-fix'Junio C Hamano2014-10-201-10/+8
|\ \ \ \ \
| * | | | | receive-pack: plug minor memory leak in unpack()rs/receive-pack-argv-leak-fixRené Scharfe2014-10-131-10/+8
| | |_|/ / | |/| | |
* | | | | Merge branch 'ta/config-set'Junio C Hamano2014-10-201-2/+2
|\ \ \ \ \
| * | | | | t1308: fix broken here document in test scriptta/config-setJunio C Hamano2014-10-131-2/+2
* | | | | | Merge branch 'jk/test-shell-trace'Junio C Hamano2014-10-204-35/+84
|\ \ \ \ \ \
| * | | | | | test-lib.sh: support -x option for shell-tracingjk/test-shell-traceJeff King2014-10-132-4/+44
| * | | | | | t5304: use helper to report failure of "test foo = bar"Jeff King2014-10-132-8/+17
| * | | | | | t5304: use test_path_is_* instead of "test -f"Jeff King2014-10-131-23/+23
* | | | | | | Merge branch 'bc/asciidoc'Junio C Hamano2014-10-204-5/+5
|\ \ \ \ \ \ \
| * | | | | | | Documentation: fix mismatched delimiters in git-imap-sendbc/asciidocbrian m. carlson2014-10-131-2/+2
| * | | | | | | Documentation: adjust document title underliningbrian m. carlson2014-10-133-3/+3
| |/ / / / / /
* | | | | | | Revert "archive: honor tar.umask even for pax headers"Junio C Hamano2014-10-202-7/+2
* | | | | | | Merge branch 'jc/completion-no-chdir'Junio C Hamano2014-10-161-11/+7
|\ \ \ \ \ \ \
| * | | | | | | completion: use "git -C $there" instead of (cd $there && git ...)jc/completion-no-chdirJunio C Hamano2014-10-091-11/+7
* | | | | | | | Merge branch 'bw/trace-no-inline-getnanotime'Junio C Hamano2014-10-161-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | trace.c: do not mark getnanotime() as "inline"bw/trace-no-inline-getnanotimeBen Walton2014-09-291-1/+1
* | | | | | | | | Merge branch 'po/everyday-doc'Junio C Hamano2014-10-1612-131/+185
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | doc: add 'everyday' to 'git help'Philip Oakley2014-10-1012-21/+32
| * | | | | | | | doc: Makefile regularise OBSOLETE_HTML list buildingPhilip Oakley2014-10-101-1/+2
| * | | | | | | | doc: modernise everyday.txt wording and format in man page stylePhilip Oakley2014-10-101-109/+151
* | | | | | | | | Update draft release notes to 2.2Junio C Hamano2014-10-141-0/+21
* | | | | | | | | Merge branch 'bc/asciidoc-pretty-formats-fix'Junio C Hamano2014-10-141-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Documentation: fix misrender of pretty-formats in Asciidoctorbc/asciidoc-pretty-formats-fixbrian m. carlson2014-10-081-1/+1
* | | | | | | | | | Merge branch 'rs/plug-leak-in-bundle'Junio C Hamano2014-10-141-7/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | bundle: plug minor memory leak in is_tag_in_date_range()rs/plug-leak-in-bundleRené Scharfe2014-10-071-7/+10
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'rs/more-uses-of-skip-prefix'Junio C Hamano2014-10-1410-75/+69
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | use skip_prefix() to avoid more magic numbersrs/more-uses-of-skip-prefixRené Scharfe2014-10-0710-75/+69
* | | | | | | | | | | Merge branch 'rs/mailsplit'Junio C Hamano2014-10-141-1/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mailsplit: remove unnecessary unlink(2) callrs/mailsplitRené Scharfe2014-10-071-1/+0
* | | | | | | | | | | | Merge branch 'rs/sha1-array-test'Junio C Hamano2014-10-145-2/+130
|\ \ \ \ \ \ \ \ \ \ \ \