summaryrefslogtreecommitdiffstats
path: root/gitweb (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-16builtin/reflog: convert remaining unsigned char uses to object_idbrian m. carlson1-9/+9
2017-10-16refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson15-24/+25
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson19-47/+46
2017-10-16refs: convert resolve_refdup and refs_resolve_refdup to struct object_idbrian m. carlson12-20/+20
2017-10-16Convert check_connected to use struct object_idbrian m. carlson5-20/+20
2017-10-16refs: update ref transactions to use struct object_idbrian m. carlson15-71/+69
2017-10-16refs: prevent accidental NULL dereference in write_pseudorefbrian m. carlson1-0/+3
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson17-74/+65
2017-10-16refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson9-25/+26
2017-10-16refs/files-backend: convert struct ref_to_prune to object_idbrian m. carlson1-3/+3
2017-10-16walker: convert to struct object_idbrian m. carlson1-12/+12
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