summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | walker: avoid quadratic list insertion in mark_completers/list-optimRené Scharfe2014-08-251-2/+4
| * | | | | | | sha1_name: avoid quadratic list insertion in handle_one_refRené Scharfe2014-08-251-1/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jk/fast-import-fixes'Junio C Hamano2014-09-111-4/+7
|\ \ \ \ \ \ \
| * | | | | | | fast-import: fix buffer overflow in dump_tagsjk/top-level-refs-cleanupjk/fast-import-fixesJeff King2014-08-251-4/+6
| * | | | | | | fast-import: clean up pack_data pointer in end_packfileJeff King2014-08-251-4/+7
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'jk/prune-top-level-refs-after-packing'Junio C Hamano2014-09-112-1/+8
|\ \ \ \ \ \ \
| * | | | | | | pack-refs: prune top-level refs like "refs/foo"jk/prune-top-level-refs-after-packingJeff King2014-08-252-1/+9
| |/ / / / / /
* | | | | | | Merge branch 'nd/large-blobs'Junio C Hamano2014-09-119-37/+125
|\ \ \ \ \ \ \
| * | | | | | | diff: shortcut for diff'ing two binary SHA-1 objectsnd/large-blobsNguyễn Thái Ngọc Duy2014-08-182-0/+23
| * | | | | | | diff --stat: mark any file larger than core.bigfilethreshold binaryNguyễn Thái Ngọc Duy2014-08-185-11/+27
| * | | | | | | diff.c: allow to pass more flags to diff_populate_filespecNguyễn Thái Ngọc Duy2014-08-183-9/+13
| * | | | | | | sha1_file.c: do not die failing to malloc in unpack_compressed_entryNguyễn Thái Ngọc Duy2014-08-182-1/+9
| * | | | | | | wrapper.c: introduce gentle xmallocz that does not die()Nguyễn Thái Ngọc Duy2014-08-182-16/+53
* | | | | | | | Merge branch 'nd/fetch-pass-quiet-to-gc-child-process'Junio C Hamano2014-09-111-4/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | fetch: silence git-gc if --quiet is givennd/fetch-pass-quiet-to-gc-child-processNguyễn Thái Ngọc Duy2014-08-181-0/+2
| * | | | | | | | fetch: convert argv_gc_auto to struct argv_arrayNguyễn Thái Ngọc Duy2014-08-181-4/+4
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'dt/cache-tree-repair'Junio C Hamano2014-09-116-22/+184
|\ \ \ \ \ \ \ \
| * | | | | | | | cache-tree: do not try to use an invalidated subtree info to build a treeJunio C Hamano2014-09-032-1/+14
| * | | | | | | | cache-tree: Write updated cache-tree after commitDavid Turner2014-07-142-16/+119
| * | | | | | | | cache-tree: subdirectory testsDavid Turner2014-07-111-3/+23
| * | | | | | | | test-dump-cache-tree: invalid trees are not errorsDavid Turner2014-07-081-2/+2
| * | | | | | | | cache-tree: create/update cache-tree on checkoutDavid Turner2014-07-074-4/+36
* | | | | | | | | Merge branch 'rs/ref-transaction-1'Junio C Hamano2014-09-1111-248/+398
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | update-ref --stdin: pass transaction around explicitlyrs/ref-transaction-1Jonathan Nieder2014-09-031-12/+15
| * | | | | | | | | update-ref --stdin: narrow scope of err strbufJonathan Nieder2014-09-031-1/+10
| * | | | | | | | | refs.c: make delete_ref use a transactionRonnie Sahlberg2014-09-031-21/+14
| * | | | | | | | | refs.c: make prune_ref use a transaction to delete the refRonnie Sahlberg2014-09-032-9/+32
| * | | | | | | | | refs.c: remove lock_ref_sha1Ronnie Sahlberg2014-09-031-10/+5
| * | | | | | | | | refs.c: remove the update_ref_write functionRonnie Sahlberg2014-09-031-26/+8
| * | | | | | | | | refs.c: remove the update_ref_lock functionRonnie Sahlberg2014-09-031-24/+6
| * | | | | | | | | refs.c: make lock_ref_sha1 staticRonnie Sahlberg2014-09-032-8/+5
| * | | | | | | | | walker.c: use ref transaction for ref updatesRonnie Sahlberg2014-09-031-30/+40
| * | | | | | | | | fast-import.c: use a ref transaction when dumping tagsRonnie Sahlberg2014-09-031-6/+23
| * | | | | | | | | receive-pack.c: use a reference transaction for updating the refsRonnie Sahlberg2014-09-031-9/+16
| * | | | | | | | | refs.c: change update_ref to use a transactionRonnie Sahlberg2014-09-031-4/+26
| * | | | | | | | | branch.c: use ref transaction for all ref updatesRonnie Sahlberg2014-09-031-14/+17
| * | | | | | | | | fast-import.c: change update_branch to use ref transactionsRonnie Sahlberg2014-09-031-10/+15
| * | | | | | | | | sequencer.c: use ref transactions for all ref updatesRonnie Sahlberg2014-09-031-8/+18
| * | | | | | | | | commit.c: use ref transactions for updatesRonnie Sahlberg2014-09-031-13/+12
| * | | | | | | | | replace.c: use the ref transaction functions for updatesRonnie Sahlberg2014-09-031-6/+8
| * | | | | | | | | tag.c: use ref transactions when doing updatesRonnie Sahlberg2014-09-031-6/+10
| * | | | | | | | | refs.c: add transaction.status and track OPEN/CLOSEDRonnie Sahlberg2014-09-031-1/+33
| * | | | | | | | | refs.c: make ref_transaction_begin take an err argumentRonnie Sahlberg2014-09-033-3/+6
| * | | | | | | | | refs.c: update ref_transaction_delete to check for error and return statusRonnie Sahlberg2014-09-033-11/+22
| * | | | | | | | | refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg2014-09-033-14/+56
* | | | | | | | | | Merge branch 'nd/mv-code-cleaning'Junio C Hamano2014-09-111-88/+86
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mv: no SP between function name and the first opening parenthesend/mv-code-cleaningNguyễn Thái Ngọc Duy2014-09-031-2/+2
| * | | | | | | | | | mv: combine two if(s)Nguyễn Thái Ngọc Duy2014-09-031-4/+3
| * | | | | | | | | | mv: unindent one level for directory move codeNguyễn Thái Ngọc Duy2014-09-031-28/+21
| * | | | | | | | | | mv: move index search code outNguyễn Thái Ngọc Duy2014-09-031-17/+25