summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-24commit: don't be fooled by ita entries when creating initial commitLibravatar Nguyễn Thái Ngọc Duy2-3/+18
2016-10-24commit: fix empty commit creation when there's no changes but ita entriesLibravatar Nguyễn Thái Ngọc Duy5-5/+18
2016-10-24diff: add --ita-[in]visible-in-indexLibravatar Nguyễn Thái Ngọc Duy3-1/+15
2016-10-24diff-lib: allow ita entries treated as "not yet exist in index"Libravatar Nguyễn Thái Ngọc Duy5-4/+38
2016-10-24daemon: detect and reject too-long pathsLibravatar Jeff King1-4/+21
2016-10-24test-lib: bail out when "-v" used under "prove"Libravatar Jeff King1-0/+10
2016-10-22transport: compute summary-width dynamicallyLibravatar Junio C Hamano1-1/+17
2016-10-21transport: allow summary-width to be computed dynamicallyLibravatar Junio C Hamano3-4/+9
2016-10-21fetch: pass summary_width down the callchainLibravatar Junio C Hamano1-16/+21
2016-10-21transport: pass summary_width down the callchainLibravatar Junio C Hamano1-25/+38
2016-10-21trailer: support values folded to multiple linesLibravatar Jonathan Tan3-10/+211
2016-10-21trailer: forbid leading whitespace in trailersLibravatar Jonathan Tan3-2/+17
2016-10-21trailer: allow non-trailers in trailer blockLibravatar Jonathan Tan3-15/+194
2016-10-21trailer: clarify failure modes in parse_trailerLibravatar Jonathan Tan1-22/+53
2016-10-21travis: use --verbose-log test optionLibravatar Jeff King1-1/+1
2016-10-21test-lib: add --verbose-log optionLibravatar Jeff King2-3/+25
2016-10-21test-lib: handle TEST_OUTPUT_DIRECTORY with spacesLibravatar Jeff King1-2/+2
2016-10-21Git.pm: add comment pointing to t9000Libravatar Matthieu Moy1-0/+2
2016-10-21t9000-addresses: update expected results after fixLibravatar Matthieu Moy1-4/+4
2016-10-21doc: fix merge-base ASCII art tab spacingLibravatar Philip Oakley1-13/+13
2016-10-21sequencer: mark all error messages for translationLibravatar Johannes Schindelin1-10/+16
2016-10-21sequencer: start error messages consistently with lower caseLibravatar Johannes Schindelin2-35/+35
2016-10-21sequencer: quote filenames in error messagesLibravatar Johannes Schindelin1-11/+11
2016-10-21sequencer: mark action_name() for translationLibravatar Johannes Schindelin1-7/+7
2016-10-21sequencer: remove overzealous assumption in rebase -i modeLibravatar Johannes Schindelin1-3/+4
2016-10-21sequencer: teach write_message() to append an optional LFLibravatar Johannes Schindelin1-3/+8
2016-10-21sequencer: refactor write_message() to take a pointer/lengthLibravatar Johannes Schindelin1-4/+6
2016-10-21sequencer: roll back lock file if write_message() failedLibravatar Johannes Schindelin1-3/+7
2016-10-21sequencer: stop releasing the strbuf in write_message()Libravatar Johannes Schindelin1-1/+1
2016-10-21sequencer: left-trim lines read from the scriptLibravatar Johannes Schindelin1-0/+3
2016-10-21sequencer: support cleaning up commit messagesLibravatar Johannes Schindelin1-3/+7
2016-10-21sequencer: support amending commitsLibravatar Johannes Schindelin1-2/+4
2016-10-21sequencer: allow editing the commit message on a case-by-case basisLibravatar Johannes Schindelin1-8/+40
2016-10-21sequencer: introduce a helper to read files written by scriptsLibravatar Johannes Schindelin1-0/+34
2016-10-21sequencer: prepare for rebase -i's commit functionalityLibravatar Johannes Schindelin1-10/+89
2016-10-21sequencer: remember the onelines when parsing the todo fileLibravatar Johannes Schindelin1-0/+7
2016-10-21sequencer: get rid of the subcommand fieldLibravatar Johannes Schindelin3-53/+31
2016-10-21sequencer: avoid completely different messages for different actionsLibravatar Johannes Schindelin1-5/+2
2016-10-21sequencer: strip CR from the todo scriptLibravatar Johannes Schindelin1-0/+3
2016-10-21sequencer: completely revamp the "todo" script parsingLibravatar Johannes Schindelin1-121/+163
2016-10-21sequencer: refactor the code to obtain a short commit nameLibravatar Johannes Schindelin1-3/+7
2016-10-21sequencer: future-proof read_populate_todo()Libravatar Johannes Schindelin1-7/+11
2016-10-21sequencer: plug memory leaks for the option valuesLibravatar Johannes Schindelin3-7/+29
2016-10-20trailer: make args have their own structLibravatar Jonathan Tan1-50/+85
2016-10-20trailer: streamline trailer item create and addLibravatar Jonathan Tan1-70/+60
2016-10-20trailer: use list.h for doubly-linked listLibravatar Jonathan Tan1-167/+91
2016-10-20rev-list: use hdr_termination instead of a always using a newlineLibravatar Jacob Keller2-1/+15
2016-10-20Merge tag 'gitgui-0.21.0' of git://repo.or.cz/git-guiLibravatar Junio C Hamano26-1923/+1982
2016-10-20doc: remove reference to the traditional layout in git-tag.txtLibravatar Younes Khoudli1-3/+2
2016-10-20t3700: fix broken test under !SANITYLibravatar Junio C Hamano1-0/+1