summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-20git-gui: set version 0.21Libravatar Pat Thoyts1-1/+1
2016-10-20Merge branch 'as/bulgarian' into puLibravatar Pat Thoyts2-1374/+1467
2016-10-20git-gui: Mark 'All' in remote.tcl for translationLibravatar Alexander Shopov1-4/+4
2016-10-20git-gui i18n: Updated Bulgarian translation (565,0f,0u)Libravatar Alexander Shopov1-1370/+1463
2016-10-20Merge branch 'os/preserve-author' into puLibravatar Pat Thoyts1-3/+33
2016-10-20Merge branch 'kb/unicode' into puLibravatar Pat Thoyts3-30/+12
2016-10-19submodules doc: update documentation for "." used for submodule branchesLibravatar Brandon Williams2-3/+8
2016-10-17i18n: diff: mark warnings for translationLibravatar Vasco Almeida1-7/+7
2016-10-17i18n: credential-cache--daemon: mark advice for translationLibravatar Vasco Almeida1-3/+3
2016-10-17i18n: convert mark error messages for translationLibravatar Vasco Almeida2-5/+13
2016-10-17i18n: apply: mark error message for translationLibravatar Vasco Almeida2-3/+3
2016-10-17t0040: convert all possible tests to use `test-parse-options --expect`Libravatar Pranit Bauva1-170/+13
2016-10-17inline xalloc_flex() into FLEXPTR_ALLOC_MEMLibravatar René Scharfe1-9/+3
2016-10-17avoid pointer arithmetic involving NULL in FLEX_ALLOC_MEMLibravatar René Scharfe1-2/+3
2016-10-17Sync with maintLibravatar Junio C Hamano2-2417/+2813
2016-10-17Merge tag 'l10n-2.10.0-rnd2.4' of git://github.com/git-l10n/git-po into maintLibravatar Junio C Hamano2-2417/+2813
2016-10-17Tenth batch for 2.11Libravatar Junio C Hamano1-16/+49
2016-10-17Merge branch 'sb/submodule-config-doc-drop-path'Libravatar Junio C Hamano1-5/+6
2016-10-17Merge branch 'rs/pretty-format-color-doc-fix'Libravatar Junio C Hamano1-1/+2
2016-10-17Merge branch 'js/reset-usage'Libravatar Junio C Hamano1-1/+1
2016-10-17Merge branch 'da/mergetool-diff-order'Libravatar Junio C Hamano3-86/+165
2016-10-17Merge branch 'rs/cocci'Libravatar Junio C Hamano6-22/+21
2016-10-17Merge branch 'js/regexec-buf'Libravatar Junio C Hamano1-6/+7
2016-10-17Merge branch 'jk/alt-odb-cleanup'Libravatar Junio C Hamano12-222/+308