summaryrefslogtreecommitdiffstats
path: root/sequencer.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-01show-branch: use argv_array for default argumentsRené Scharfe1-16/+8
2015-10-30test: facilitate debugging Git executables in tests with gdbJohannes Schindelin3-1/+20
2015-10-30ref-filter: fallback on alphabetical comparisonKarthik Nayak2-2/+2
2015-10-30Ninth batch for 2.7Junio C Hamano1-2/+31
2015-10-30gitk: Update Russian translationDimitriy Ryazantcev1-239/+160
2015-10-30gitk: Add accelerator to German localeTakashi Iwai1-18/+18
2015-10-30gitk: Add accelerators to Japanese localeTakashi Iwai1-17/+17
2015-10-30gitk: Update msgid's for menu items with acceleratorTakashi Iwai12-205/+205
2015-10-30gitk: l10n: Update Catalan translationAlex Henrie1-28/+25
2015-10-30gitk: Add missing acceleratorsBeat Bolli1-2/+2
2015-10-29Eighth batch for 2.7Junio C Hamano1-1/+24
2015-10-29difftool: ignore symbolic links in use_wt_fileDavid Aguilar2-3/+20
2015-10-29merge-file: clamp exit code to maximum 127Jeff King3-1/+38
2015-10-28rebase-i: work around Windows CRLF line endingsJunio C Hamano2-1/+13
2015-10-28t3404: "rebase -i" gets broken when insn sheet uses CR/LF line endingsJohannes Schindelin1-0/+12
2015-10-28add_submodule_odb: initialize alt_odb list earlierJeff King1-1/+1
2015-10-27Seventh batch for 2.7Junio C Hamano1-1/+36
2015-10-26merge: detect delete/modechange conflictJeff King3-2/+37
2015-10-26t6031: generalize for recursive and resolve strategiesJeff King2-56/+77
2015-10-26t6031: move triple-rename test to t3030Jeff King2-31/+30
2015-10-26use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe10-92/+31
2015-10-26Correct fscanf formatting string for I64u valuesWaldek Maleska2-1/+5
2015-10-26Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin3-4/+6
2015-10-26Squelch warning about an integer overflowJohannes Schindelin1-1/+1
2015-10-26imap-send: only use CURLOPT_LOGIN_OPTIONS if it is actually availableJohannes Schindelin1-0/+4
2015-10-26blame: fix option name in error messageMax Kirillov1-1/+1
2015-10-26user-manual: fix the description of fast-forwardXue Fuqiao1-5/+5
2015-10-25add: simplify -u/-A without pathspecJunio C Hamano3-7/+4
2015-10-23compat/mingw.c: remove printf format warningJohannes Sixt1-1/+1
2015-10-23read_branches_file: plug a FILE* leakJohannes Sixt1-0/+1
2015-10-22Documentation: AsciiDoc spells em-dash as double-dashes, not tripleJunio C Hamano6-6/+6
2015-10-22clone: allow "--dissociate" without referenceAlex Riesen3-10/+26
2015-10-22shallow: remove unused #include "sigchain.h"Tobias Klauser1-1/+0
2015-10-22read-cache: remove unused #include "sigchain.h"Tobias Klauser1-1/+0
2015-10-22diff: remove unused #include "sigchain.h"Tobias Klauser1-1/+0
2015-10-22credential-cache--daemon: remove unused #include "sigchain.h"Tobias Klauser1-1/+0
2015-10-22Documentation: match undefline with the text in old release notesJunio C Hamano5-5/+5
2015-10-22Documentation: match underline with the textJunio C Hamano5-5/+5
2015-10-22Documentation/everyday: match undefline with the textJunio C Hamano1-1/+1
2015-10-22Documentation: fix header markupXue Fuqiao1-1/+1
2015-10-22mailinfo: remove calls to exit() and die() deep in the callchainJunio C Hamano2-8/+23
2015-10-22am: make direct call to mailinfoJunio C Hamano424-27327/+51419
2015-10-22mailinfo: handle charset conversion errors in the callerJunio C Hamano1-8/+11
2015-10-22mailinfo: libifyJunio C Hamano4-1048/+1062
2015-10-22mailinfo: keep the parsed log message in a strbufJunio C Hamano1-12/+16
2015-10-22mailinfo: handle_commit_msg() shouldn't be called after finding patchbreakJunio C Hamano1-2/+1
2015-10-22mailinfo: move content/content_top to struct mailinfoJunio C Hamano1-20/+26
2015-10-22mailinfo: move [ps]_hdr_data to struct mailinfoJunio C Hamano1-14/+23
2015-10-22mailinfo: move cmitmsg and patchfile to struct mailinfoJunio C Hamano1-16/+16
2015-10-22mailinfo: move charset to struct mailinfoJunio C Hamano1-7/+8