summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* trailer: add test with an old style conflict blockcc/interpret-trailers-moreChristian Couder2014-11-101-1/+31
* trailer: reuse ignore_non_trailer() to ignore conflict linesChristian Couder2014-11-102-7/+27
* commit: make ignore_non_trailer() non staticChristian Couder2014-11-103-46/+49
* Merge branch 'jc/conflict-hint' into cc/interpret-trailers-moreJunio C Hamano2014-11-106-65/+110
|\
| * merge & sequencer: turn "Conflicts:" hint into a commentjc/conflict-hintJunio C Hamano2014-10-283-28/+68
| * builtin/commit.c: extract ignore_non_trailer() helper functionJunio C Hamano2014-10-281-26/+33
| * merge & sequencer: unify codepaths that write "Conflicts:" hintJunio C Hamano2014-10-243-28/+26
| * builtin/merge.c: drop a parameter that is never usedJunio C Hamano2014-10-241-2/+2
| * git-tag.txt: Add a missing hyphen to `-s`Wieland Hoffmann2014-10-071-1/+1
* | trailer: display a trailer without its trailing newlinecc/interpret-trailersChristian Couder2014-11-101-2/+6
* | trailer: ignore comment lines inside the trailersChristian Couder2014-11-101-2/+4
* | 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
* | Update draft release notes to 2.2Junio C Hamano2014-09-111-1/+42
* | Merge branch 'br/imap-send-simplify-tunnel-child-process'Junio C Hamano2014-09-111-10/+9
|\ \
| * | imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with()br/imap-send-simplify-tunnel-child-processRené Scharfe2014-09-021-2/+2
| * | imap-send.c: imap_folder -> imap_server_conf.folderBernhard Reiter2014-08-201-5/+5
| * | git-imap-send: simplify tunnel constructionBernhard Reiter2014-08-181-3/+2
* | | Merge branch 'jk/name-decoration-alloc'Junio C Hamano2014-09-114-21/+29
|\ \ \
| * | | log-tree: use FLEX_ARRAY in name_decorationjk/name-decoration-allocJeff King2014-08-272-2/+2
| * | | log-tree: make name_decoration hash staticJeff King2014-08-263-5/+10
| * | | log-tree: make add_name_decoration a public functionJeff King2014-08-263-14/+17
* | | | Merge branch 'jn/unpack-trees-checkout-m-carry-deletion'Junio C Hamano2014-09-112-21/+27
|\ \ \ \
| * | | | checkout -m: attempt merge when deletion of path was stagedjn/unpack-trees-checkout-m-carry-deletionJonathan Nieder2014-08-252-5/+23
| * | | | unpack-trees: use 'cuddled' style for if-else cascadeJonathan Nieder2014-08-131-8/+4
| * | | | unpack-trees: simplify 'all other failures' caseStefan Beller2014-08-131-10/+2
| | |_|/ | |/| |
* | | | Merge branch 'rs/list-optim'Junio C Hamano2014-09-112-3/+7
|\ \ \ \
| * | | | walker: avoid quadratic list insertion in mark_completers/list-optimRené Scharfe2014-08-251-2/+4
| * | | | sha1_name: avoid quadratic list insertion in handle_one_refRené Scharfe2014-08-251-1/+2
| | |/ / | |/| |
* | | | Merge branch 'jk/fast-import-fixes'Junio C Hamano2014-09-111-4/+7
|\ \ \ \
| * | | | fast-import: fix buffer overflow in dump_tagsjk/top-level-refs-cleanupjk/fast-import-fixesJeff King2014-08-251-4/+6
| * | | | fast-import: clean up pack_data pointer in end_packfileJeff King2014-08-251-4/+7
* | | | | Merge branch 'jk/prune-top-level-refs-after-packing'Junio C Hamano2014-09-112-1/+8
|\ \ \ \ \
| * | | | | pack-refs: prune top-level refs like "refs/foo"jk/prune-top-level-refs-after-packingJeff King2014-08-252-1/+9
| |/ / / /
* | | | | Merge branch 'nd/large-blobs'Junio C Hamano2014-09-119-37/+125
|\ \ \ \ \
| * | | | | diff: shortcut for diff'ing two binary SHA-1 objectsnd/large-blobsNguyễn Thái Ngọc Duy2014-08-182-0/+23
| * | | | | diff --stat: mark any file larger than core.bigfilethreshold binaryNguyễn Thái Ngọc Duy2014-08-185-11/+27
| * | | | | diff.c: allow to pass more flags to diff_populate_filespecNguyễn Thái Ngọc Duy2014-08-183-9/+13
| * | | | | sha1_file.c: do not die failing to malloc in unpack_compressed_entryNguyễn Thái Ngọc Duy2014-08-182-1/+9
| * | | | | wrapper.c: introduce gentle xmallocz that does not die()Nguyễn Thái Ngọc Duy2014-08-182-16/+53
* | | | | | Merge branch 'nd/fetch-pass-quiet-to-gc-child-process'Junio C Hamano2014-09-111-4/+6
|\ \ \ \ \ \