summaryrefslogtreecommitdiffstats
path: root/lockfile.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-17tag: respect color.ui configJeff King3-1/+12
2017-10-17Revert "color: check color.ui in git_default_config()"Jeff King8-9/+17
2017-10-17Revert "t6006: drop "always" color config tests"Jeff King1-5/+15
2017-10-17Revert "color: make "always" the same as "auto" in config"Jeff King3-19/+20
2017-10-17Crawling towards -rc2Junio C Hamano1-0/+1
2017-10-16diff: fix infinite loop with --color-moved --ignore-space-changeJeff King2-13/+24
2017-10-16sequencer.c: fix and unify error messages in rearrange_squash()Ralf Thielow1-2/+2
2017-10-11checkout doc: clarify command line args for "checkout paths" modeJunio C Hamano1-14/+16
2017-10-11Git 2.15-rc1v2.15.0-rc1Junio C Hamano2-1/+18
2017-10-10write_entry: untangle symlink and regular-file casesJeff King1-31/+40
2017-10-10write_entry: avoid reading blobs in CE_RETRY caseJeff King1-11/+14
2017-10-10write_entry: fix leak when retrying delayed filterJeff King1-0/+1
2017-10-10cleanup: fix possible overflow errors in binary searchDerrick Stolee12-15/+15
2017-10-09i18n: add a missing space in messageJean-Noel Avila1-1/+1
2017-10-07Prepare for -rc1Junio C Hamano1-3/+38
2017-10-07completion: add --broken and --dirty to describeThomas Braun1-1/+1
2017-10-07tests: fix diff order arguments in test_cmpStefan Beller15-42/+42
2017-10-07refs_resolve_ref_unsafe: handle d/f conflicts for writesJeff King3-2/+49
2017-10-07t3308: create a real ref directory/file conflictJeff King1-1/+1
2017-10-06api-argv-array.txt: remove broken link to string-list APITodd Zullinger1-1/+1
2017-10-06entry.c: check if file exists after checkoutLars Schneider1-1/+3
2017-10-06sha1_loose_object_info: handle errors from unpack_sha1_restJeff King1-2/+6
2017-10-06.mailmap: normalize name for René ScharfeRené Scharfe1-0/+1
2017-10-06fsck: handle NULL return of lookup_blob() and lookup_tree()René Scharfe2-4/+26
2017-10-05entry.c: update cache entry only for existing filesLars Schneider1-1/+2
2017-10-05Git 2.15-rc0v2.15.0-rc0Junio C Hamano2-1/+17
2017-10-05ref-filter.c: pass empty-string as NULL to atom parsersTaylor Blau2-1/+10
2017-10-04strbuf doc: reuse after strbuf_release is fineJonathan Nieder1-2/+9
2017-10-04branch: reset instead of release a strbufStefan Beller1-2/+3
2017-10-04sub-process: use child_process.args instead of child_process.argvJohannes Sixt1-2/+1
2017-10-04http-push: fix construction of hex value from pathThomas Gummerer1-1/+1
2017-10-04path.c: fix uninitialized memory accessJeff King1-5/+4
2017-10-04test-stringlist: avoid buffer underrun when sorting nothingRené Scharfe1-1/+1
2017-10-04setup: update error message to be more meaningfulKaartic Sivaraam1-1/+1
2017-10-04branch: change the error messages to be more meaningfulKaartic Sivaraam1-3/+3
2017-10-04t7301: use test_terminal to check colorJeff King1-2/+3
2017-10-04t4015: use --color with --color-movedJeff King1-13/+12
2017-10-04color: make "always" the same as "auto" in configJeff King3-19/+28
2017-10-04provide --color option for all ref-filter usersJeff King6-4/+16
2017-10-04t3205: use --color instead of color.branch=alwaysJeff King1-3/+2
2017-10-04t3203: drop "always" color testJeff King1-6/+0
2017-10-04t6006: drop "always" color config testsJeff King1-15/+5
2017-10-04t7502: use diff.noprefix for --verbose testJeff King1-2/+2
2017-10-04t7508: use test_terminal for color outputJeff King1-20/+21
2017-10-04t3701: use test-terminal to collect color outputJeff King1-5/+3
2017-10-04t4015: prefer --color to -c color.diff=alwaysJeff King1-14/+14
2017-10-04test-terminal: set TERM=vt100Jeff King7-10/+9
2017-10-03The twelfth batch for 2.15Junio C Hamano1-0/+24
2017-10-03request-pull: capitalise "Git" to make it a proper nounAnn T Ropea2-3/+3
2017-10-03run-command: use ALLOC_ARRAYRené Scharfe1-1/+1