summaryrefslogtreecommitdiffstats
path: root/archive.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-09sequencer: silence -Wtautological-constant-out-of-range-compareJeff King1-1/+1
2016-10-21sequencer: mark all error messages for translationJohannes Schindelin1-10/+16
2016-10-21sequencer: start error messages consistently with lower caseJohannes Schindelin2-35/+35
2016-10-21sequencer: quote filenames in error messagesJohannes Schindelin1-11/+11
2016-10-21sequencer: mark action_name() for translationJohannes Schindelin1-7/+7
2016-10-21sequencer: remove overzealous assumption in rebase -i modeJohannes Schindelin1-3/+4
2016-10-21sequencer: teach write_message() to append an optional LFJohannes Schindelin1-3/+8
2016-10-21sequencer: refactor write_message() to take a pointer/lengthJohannes Schindelin1-4/+6
2016-10-21sequencer: roll back lock file if write_message() failedJohannes Schindelin1-3/+7
2016-10-21sequencer: stop releasing the strbuf in write_message()Johannes Schindelin1-1/+1
2016-10-21sequencer: left-trim lines read from the scriptJohannes Schindelin1-0/+3
2016-10-21sequencer: support cleaning up commit messagesJohannes Schindelin1-3/+7
2016-10-21sequencer: support amending commitsJohannes Schindelin1-2/+4
2016-10-21sequencer: allow editing the commit message on a case-by-case basisJohannes Schindelin1-8/+40
2016-10-21sequencer: introduce a helper to read files written by scriptsJohannes Schindelin1-0/+34
2016-10-21sequencer: prepare for rebase -i's commit functionalityJohannes Schindelin1-10/+89
2016-10-21sequencer: remember the onelines when parsing the todo fileJohannes Schindelin1-0/+7
2016-10-21sequencer: get rid of the subcommand fieldJohannes Schindelin3-53/+31
2016-10-21sequencer: avoid completely different messages for different actionsJohannes Schindelin1-5/+2
2016-10-21sequencer: strip CR from the todo scriptJohannes Schindelin1-0/+3
2016-10-21sequencer: completely revamp the "todo" script parsingJohannes Schindelin1-121/+163
2016-10-21sequencer: refactor the code to obtain a short commit nameJohannes Schindelin1-3/+7
2016-10-21sequencer: future-proof read_populate_todo()Johannes Schindelin1-7/+11
2016-10-21sequencer: plug memory leaks for the option valuesJohannes Schindelin3-7/+29
2016-10-17sequencer: future-proof remove_sequencer_state()Johannes Schindelin1-8/+13
2016-10-17sequencer: avoid unnecessary indirectionJohannes Schindelin1-3/+3
2016-10-17sequencer: use memoized sequencer directory pathJohannes Schindelin3-10/+8
2016-10-17sequencer: use static initializers for replay_optsJohannes Schindelin2-4/+3
2016-10-06Eighth batch for 2.11Junio C Hamano1-0/+34
2016-10-03Seventh batch for 2.11Junio C Hamano1-0/+40
2016-10-03Git 2.10.1v2.10.1Junio C Hamano3-2/+14
2016-10-03ref-filter: strip format option after a field name only once while parsingSZEDER Gábor1-11/+11
2016-10-03coccicheck: make transformation for strbuf_addf(sb, "...") more preciseRené Scharfe1-3/+26
2016-09-30pretty: avoid adding reset for %C(auto) if output is emptyRené Scharfe2-2/+2
2016-09-30http: control GSSAPI credential delegationPetr Stodulka2-0/+51
2016-09-30Sixth batch for 2.11Junio C Hamano1-0/+28
2016-09-30Prepare for 2.10.1Junio C Hamano1-0/+87
2016-09-30graph: fix extra spaces in graph_padding_lineJeff King1-4/+12
2016-09-28blame: use DEFAULT_ABBREV macroJunio C Hamano1-1/+1
2016-09-28mailinfo: unescape quoted-pair in header fieldsKevin Daudt6-0/+124
2016-09-28t5100-mailinfo: replace common path prefix with variableKevin Daudt1-33/+35
2016-09-28rev-list-options: clarify the usage of --reversePranit Bauva1-2/+3
2016-09-27fsck: handle bad trees like other errorsDavid Turner4-19/+106
2016-09-27tree-walk: be more specific about corrupt tree errorsJeff King2-7/+30
2016-09-27use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe4-4/+9
2016-09-27use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe3-2/+8