summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* parse-options: check empty value in OPT_INTEGER and OPT_ABBREVNguyễn Thái Ngọc Duy2019-05-292-0/+6
* diff-parseopt: restore -U (no argument) behaviorNguyễn Thái Ngọc Duy2019-05-295-4/+100
* diff-parseopt: correct variable types that are used by parseoptNguyễn Thái Ngọc Duy2019-05-291-1/+1
* diff.c: convert --rawNguyễn Thái Ngọc Duy2019-01-271-3/+4
* diff.c: convert -W|--[no-]function-contextNguyễn Thái Ngọc Duy2019-01-271-6/+2
* diff.c: convert -U|--unifiedNguyễn Thái Ngọc Duy2019-01-273-6/+24
* diff.c: convert -u|-p|--patchNguyễn Thái Ngọc Duy2019-01-271-2/+8
* diff.c: prepare to use parse_options() for parsingNguyễn Thái Ngọc Duy2019-01-272-0/+29
* diff.h: avoid bit fields in struct diff_flagsNguyễn Thái Ngọc Duy2019-01-271-33/+33
* diff.h: keep forward struct declarations sortedNguyễn Thái Ngọc Duy2019-01-271-6/+6
* parse-options: allow ll_callback with OPTION_CALLBACKNguyễn Thái Ngọc Duy2019-01-275-22/+51
* parse-options: avoid magic return codesNguyễn Thái Ngọc Duy2019-01-275-46/+68
* parse-options: stop abusing 'callback' for lowlevel callbacksNguyễn Thái Ngọc Duy2019-01-276-13/+32
* parse-options: add OPT_BITOP()Nguyễn Thái Ngọc Duy2019-01-272-0/+12
* parse-options: disable option abbreviation with PARSE_OPT_KEEP_UNKNOWNNguyễn Thái Ngọc Duy2019-01-272-3/+4
* parse-options: add one-shot modeNguyễn Thái Ngọc Duy2019-01-272-8/+35
* parse-options.h: remove extern on function prototypesNguyễn Thái Ngọc Duy2019-01-181-29/+29
* Third batch after 2.20Junio C Hamano2019-01-181-0/+80
* Merge branch 'js/gc-repack-close-before-remove'Junio C Hamano2019-01-182-1/+5
|\
| * gc/repack: release packs when neededJohannes Schindelin2019-01-112-1/+5
* | Merge branch 'en/show-ref-doc-fix'Junio C Hamano2019-01-181-1/+1
|\ \
| * | git-show-ref.txt: fix order of flagsElijah Newren2019-01-101-1/+1
| |/
* | Merge branch 'ot/ref-filter-object-info'Junio C Hamano2019-01-183-6/+56
|\ \
| * | ref-filter: give uintmax_t to format with %PRIuMAXJunio C Hamano2019-01-101-1/+1
| * | ref-filter: add docs for new optionsOlga Telezhnaya2018-12-281-1/+20
| * | ref-filter: add tests for deltabaseOlga Telezhnaya2018-12-281-0/+3
| * | ref-filter: add deltabase optionOlga Telezhnaya2018-12-281-1/+15
| * | ref-filter: add tests for objectsize:diskOlga Telezhnaya2018-12-281-0/+3
| * | ref-filter: add check for negative file sizeOlga Telezhnaya2018-12-281-0/+2
| * | ref-filter: add objectsize:disk optionOlga Telezhnaya2018-12-281-7/+16
* | | Merge branch 'sg/stress-test'Junio C Hamano2019-01-189-133/+308
|\ \ \
| * | | test-lib: add the '--stress' option to run a test repeatedly under loadSZEDER Gábor2019-01-073-5/+130
| * | | test-lib-functions: introduce the 'test_set_port' helper functionSZEDER Gábor2019-01-077-13/+41
| * | | test-lib: set $TRASH_DIRECTORY earlierSZEDER Gábor2019-01-071-6/+6
| * | | test-lib: consolidate naming of test-results pathsSZEDER Gábor2019-01-071-11/+11
| * | | test-lib: parse command line options earlierSZEDER Gábor2019-01-071-109/+124
| * | | test-lib: parse options in a for loop to keep $@ intactSZEDER Gábor2019-01-071-36/+42
| * | | test-lib: extract Bash version check for '-x' tracingSZEDER Gábor2019-01-071-18/+19
| * | | test-lib: translate SIGTERM and SIGHUP to an exitSZEDER Gábor2019-01-031-1/+1
* | | | Merge branch 'rs/sha1-file-close-mapped-file-on-error'Junio C Hamano2019-01-181-0/+1
|\ \ \ \
| * | | | sha1-file: close fd of empty file in map_sha1_file_1()René Scharfe2019-01-071-0/+1
* | | | | Merge branch 'rs/loose-object-cache-perffix'Junio C Hamano2019-01-185-22/+33
|\ \ \ \ \
| * | | | | object-store: retire odb_load_loose_cache()René Scharfe2019-01-082-14/+2
| * | | | | object-store: use one oid_array per subdirectory for loose cacheRené Scharfe2019-01-082-4/+7
| * | | | | object-store: factor out odb_clear_loose_cache()René Scharfe2019-01-084-6/+13
| * | | | | object-store: factor out odb_loose_cache()René Scharfe2019-01-083-8/+21
* | | | | | Merge branch 'po/git-p4-wo-login'Junio C Hamano2019-01-181-0/+2
|\ \ \ \ \ \
| * | | | | | git-p4: fix problem when p4 login is not necessaryPeter Osterlund2019-01-071-0/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'mm/multimail-1.5'Junio C Hamano2019-01-188-57/+281
|\ \ \ \ \ \
| * | | | | | git-multimail: update to release 1.5.0Matthieu Moy2019-01-078-57/+281
| | |/ / / / | |/| | | |