summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-18Merge branch 'mh/for-each-string-list-item-empty-fix' into maintJunio C Hamano
2017-10-18Merge branch 'tb/test-lint-echo-e' into maintJunio C Hamano
2017-10-18Merge branch 'aw/gc-lockfile-fscanf-fix' into maintJunio C Hamano
2017-10-18Merge branch 'tg/refs-allowed-flags' into maintJunio C Hamano
2017-10-18Merge branch 'rs/archive-excluded-directory' into maintJunio C Hamano
2017-10-18Merge branch 'rk/commit-tree-make-F-verbatim' into maintJunio C Hamano
2017-10-18Merge branch 'mh/packed-ref-store-prep' into maintJunio C Hamano
2017-10-18Merge branch 'mm/send-email-cc-cruft' into maintJunio C Hamano
2017-10-18Merge branch 'rs/strbuf-getwholeline-fix' into maintJunio C Hamano
2017-10-17fetch doc: src side of refspec could be full SHA-1Junio C Hamano
2017-10-17tag: respect color.ui configJeff King
2017-10-17Revert "color: check color.ui in git_default_config()"Jeff King
2017-10-17Revert "t6006: drop "always" color config tests"Jeff King
2017-10-17Revert "color: make "always" the same as "auto" in config"Jeff King
2017-10-17Merge branch 'jk/ui-color-always-to-auto-maint' (early part) into jk/ref-filt...Junio C Hamano
2017-10-11checkout doc: clarify command line args for "checkout paths" modeJunio C Hamano
2017-10-07completion: add --broken and --dirty to describeThomas Braun
2017-10-06sha1_loose_object_info: handle errors from unpack_sha1_restJeff King
2017-10-06.mailmap: normalize name for René ScharfeRené Scharfe
2017-10-06fsck: handle NULL return of lookup_blob() and lookup_tree()René Scharfe
2017-10-05ref-filter.c: pass empty-string as NULL to atom parsersTaylor Blau
2017-10-04strbuf doc: reuse after strbuf_release is fineJonathan Nieder
2017-10-04branch: reset instead of release a strbufStefan Beller
2017-10-04sub-process: use child_process.args instead of child_process.argvJohannes Sixt
2017-10-04http-push: fix construction of hex value from pathThomas Gummerer
2017-10-04path.c: fix uninitialized memory accessJeff King
2017-10-04test-stringlist: avoid buffer underrun when sorting nothingRené Scharfe
2017-10-04color: make "always" the same as "auto" in configJeff King
2017-10-04provide --color option for all ref-filter usersJeff King
2017-10-04t3205: use --color instead of color.branch=alwaysJeff King
2017-10-04t3203: drop "always" color testJeff King
2017-10-04t6006: drop "always" color config testsJeff King
2017-10-04t7502: use diff.noprefix for --verbose testJeff King
2017-10-04t7508: use test_terminal for color outputJeff King
2017-10-04t3701: use test-terminal to collect color outputJeff King
2017-10-04t4015: prefer --color to -c color.diff=alwaysJeff King
2017-10-04test-terminal: set TERM=vt100Jeff King
2017-10-03request-pull: capitalise "Git" to make it a proper nounAnn T Ropea
2017-10-02run-command: use ALLOC_ARRAYRené Scharfe
2017-10-02tag: avoid NULL pointer arithmeticRené Scharfe
2017-10-02coccinelle: remove parentheses that become unnecessaryRené Scharfe
2017-09-29fast-import: checkpoint: dump branches/tags/marks even if object_count==0Eric Rannaud
2017-09-29poll.c: always set revents, even if to zeroRandall S. Becker
2017-09-29doc: correct command formattingAdam Dinwoodie
2017-09-27validate_headref: use get_oid_hex for detached HEADsJeff King
2017-09-27validate_headref: use skip_prefix for symref parsingJeff King
2017-09-27validate_headref: NUL-terminate HEAD bufferJeff King
2017-09-25docs: improve discoverability of exclude pathspecManav Rathi
2017-09-25doc: camelCase the config variables to improve readabilityKaartic Sivaraam
2017-09-25merge-strategies: avoid implying that "-s theirs" existsJunio C Hamano