summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* http: use off_t to store partial file sizedt/http-rangeJeff King2015-11-021-4/+4
* http.c: use CURLOPT_RANGE for range requestsDavid Turner2015-11-022-22/+12
* Ninth batch for 2.7Junio C Hamano2015-10-301-2/+31
* Merge branch 'jk/merge-file-exit-code'Junio C Hamano2015-10-303-1/+38
|\
| * merge-file: clamp exit code to maximum 127jk/merge-file-exit-codeJeff King2015-10-293-1/+38
* | Merge branch 'gr/rebase-i-drop-warn'Junio C Hamano2015-10-302-0/+24
|\ \
| * | rebase-i: work around Windows CRLF line endingsgr/rebase-i-drop-warnJunio C Hamano2015-10-282-1/+13
| * | t3404: "rebase -i" gets broken when insn sheet uses CR/LF line endingsJohannes Schindelin2015-10-281-0/+12
* | | Merge branch 'xf/user-manual-ff'Junio C Hamano2015-10-301-5/+5
|\ \ \
| * | | user-manual: fix the description of fast-forwardxf/user-manual-ffXue Fuqiao2015-10-261-5/+5
| | |/ | |/|
* | | Merge branch 'rs/pop-commit'Junio C Hamano2015-10-3010-92/+31
|\ \ \
| * | | use pop_commit() for consuming the first entry of a struct commit_listrs/pop-commitRené Scharfe2015-10-2610-92/+31
* | | | Merge branch 'mk/blame-error-message'Junio C Hamano2015-10-301-1/+1
|\ \ \ \
| * | | | blame: fix option name in error messagemk/blame-error-messageMax Kirillov2015-10-261-1/+1
* | | | | Merge branch 'js/misc-fixes'Junio C Hamano2015-10-305-6/+12
|\ \ \ \ \
| * | | | | Correct fscanf formatting string for I64u valuesjs/misc-fixesWaldek Maleska2015-10-262-1/+5
| * | | | | Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin2015-10-263-4/+6
| * | | | | Squelch warning about an integer overflowJohannes Schindelin2015-10-261-1/+1
| |/ / / /
* | | | | Merge branch 'js/imap-send-curl-compilation-fix'Junio C Hamano2015-10-301-0/+4
|\ \ \ \ \
| * | | | | imap-send: only use CURLOPT_LOGIN_OPTIONS if it is actually availablejs/imap-send-curl-compilation-fixJohannes Schindelin2015-10-261-0/+4
* | | | | | Merge branch 'jk/delete-modechange-conflict'Junio C Hamano2015-10-305-89/+144
|\ \ \ \ \ \
| * | | | | | merge: detect delete/modechange conflictjk/delete-modechange-conflictJeff King2015-10-263-2/+37
| * | | | | | t6031: generalize for recursive and resolve strategiesJeff King2015-10-262-56/+77
| * | | | | | t6031: move triple-rename test to t3030Jeff King2015-10-262-31/+30
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jc/add-u-A-default-to-top'Junio C Hamano2015-10-303-7/+4
|\ \ \ \ \ \
| * | | | | | add: simplify -u/-A without pathspecjc/add-u-A-default-to-topJunio C Hamano2015-10-243-7/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'ar/clone-dissociate'Junio C Hamano2015-10-303-10/+26
|\ \ \ \ \ \
| * | | | | | clone: allow "--dissociate" without referencear/clone-dissociateAlex Riesen2015-10-223-10/+26
* | | | | | | Merge git://ozlabs.org/~paulus/gitkJunio C Hamano2015-10-3013-531/+450
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge https://github.com/vnwildman/gitkPaul Mackerras2015-10-301-22/+23
| |\ \ \ \ \ \ \
| | * | | | | | | Updated Vietnamese translationTrần Ngọc Quân2015-09-151-22/+23
| * | | | | | | | gitk: Update Russian translationDimitriy Ryazantcev2015-10-301-239/+160
| * | | | | | | | gitk: Add accelerator to German localeTakashi Iwai2015-10-301-18/+18
| * | | | | | | | gitk: Add accelerators to Japanese localeTakashi Iwai2015-10-301-17/+17
| * | | | | | | | gitk: Update msgid's for menu items with acceleratorTakashi Iwai2015-10-3012-205/+205
| * | | | | | | | gitk: l10n: Update Catalan translationAlex Henrie2015-10-301-28/+25
| * | | | | | | | gitk: Add missing acceleratorsBeat Bolli2015-10-301-2/+2
| |/ / / / / / /
* | | | | | | | Eighth batch for 2.7Junio C Hamano2015-10-291-1/+24
* | | | | | | | Merge branch 'jc/am-mailinfo-direct'Junio C Hamano2015-10-291-19/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | am: make direct call to mailinfojc/am-mailinfo-directJunio C Hamano2015-10-211-19/+23
* | | | | | | | | Merge branch 'jc/mailinfo-lib'Junio C Hamano2015-10-294-1035/+1099
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | mailinfo: remove calls to exit() and die() deep in the callchainJunio C Hamano2015-10-212-8/+23
| * | | | | | | | mailinfo: handle charset conversion errors in the callerJunio C Hamano2015-10-211-8/+11
| * | | | | | | | mailinfo: libifyJunio C Hamano2015-10-214-1048/+1062
| * | | | | | | | mailinfo: keep the parsed log message in a strbufJunio C Hamano2015-10-211-12/+16
| * | | | | | | | mailinfo: handle_commit_msg() shouldn't be called after finding patchbreakJunio C Hamano2015-10-211-2/+1
| * | | | | | | | mailinfo: move content/content_top to struct mailinfoJunio C Hamano2015-10-211-20/+26
| * | | | | | | | mailinfo: move [ps]_hdr_data to struct mailinfoJunio C Hamano2015-10-211-14/+23
| * | | | | | | | mailinfo: move cmitmsg and patchfile to struct mailinfoJunio C Hamano2015-10-211-16/+16
| * | | | | | | | mailinfo: move charset to struct mailinfoJunio C Hamano2015-10-211-7/+8