Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | walker: avoid quadratic list insertion in mark_completers/list-optim | René Scharfe | 2014-08-25 | 1 | -2/+4 | |
| * | | | | | | | sha1_name: avoid quadratic list insertion in handle_one_ref | René Scharfe | 2014-08-25 | 1 | -1/+2 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'jk/fast-import-fixes' | Junio C Hamano | 2014-09-11 | 1 | -4/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fast-import: fix buffer overflow in dump_tagsjk/top-level-refs-cleanupjk/fast-import-fixes | Jeff King | 2014-08-25 | 1 | -4/+6 | |
| * | | | | | | | fast-import: clean up pack_data pointer in end_packfile | Jeff King | 2014-08-25 | 1 | -4/+7 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'jk/prune-top-level-refs-after-packing' | Junio C Hamano | 2014-09-11 | 2 | -1/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | pack-refs: prune top-level refs like "refs/foo"jk/prune-top-level-refs-after-packing | Jeff King | 2014-08-25 | 2 | -1/+9 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'nd/large-blobs' | Junio C Hamano | 2014-09-11 | 9 | -37/+125 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | diff: shortcut for diff'ing two binary SHA-1 objectsnd/large-blobs | Nguyễn Thái Ngọc Duy | 2014-08-18 | 2 | -0/+23 | |
| * | | | | | | | diff --stat: mark any file larger than core.bigfilethreshold binary | Nguyễn Thái Ngọc Duy | 2014-08-18 | 5 | -11/+27 | |
| * | | | | | | | diff.c: allow to pass more flags to diff_populate_filespec | Nguyễn Thái Ngọc Duy | 2014-08-18 | 3 | -9/+13 | |
| * | | | | | | | sha1_file.c: do not die failing to malloc in unpack_compressed_entry | Nguyễn Thái Ngọc Duy | 2014-08-18 | 2 | -1/+9 | |
| * | | | | | | | wrapper.c: introduce gentle xmallocz that does not die() | Nguyễn Thái Ngọc Duy | 2014-08-18 | 2 | -16/+53 | |
* | | | | | | | | Merge branch 'nd/fetch-pass-quiet-to-gc-child-process' | Junio C Hamano | 2014-09-11 | 1 | -4/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fetch: silence git-gc if --quiet is givennd/fetch-pass-quiet-to-gc-child-process | Nguyễn Thái Ngọc Duy | 2014-08-18 | 1 | -0/+2 | |
| * | | | | | | | | fetch: convert argv_gc_auto to struct argv_array | Nguyễn Thái Ngọc Duy | 2014-08-18 | 1 | -4/+4 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'dt/cache-tree-repair' | Junio C Hamano | 2014-09-11 | 6 | -22/+184 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cache-tree: do not try to use an invalidated subtree info to build a tree | Junio C Hamano | 2014-09-03 | 2 | -1/+14 | |
| * | | | | | | | | cache-tree: Write updated cache-tree after commit | David Turner | 2014-07-14 | 2 | -16/+119 | |
| * | | | | | | | | cache-tree: subdirectory tests | David Turner | 2014-07-11 | 1 | -3/+23 | |
| * | | | | | | | | test-dump-cache-tree: invalid trees are not errors | David Turner | 2014-07-08 | 1 | -2/+2 | |
| * | | | | | | | | cache-tree: create/update cache-tree on checkout | David Turner | 2014-07-07 | 4 | -4/+36 | |
* | | | | | | | | | Merge branch 'rs/ref-transaction-1' | Junio C Hamano | 2014-09-11 | 11 | -248/+398 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | update-ref --stdin: pass transaction around explicitlyrs/ref-transaction-1 | Jonathan Nieder | 2014-09-03 | 1 | -12/+15 | |
| * | | | | | | | | | update-ref --stdin: narrow scope of err strbuf | Jonathan Nieder | 2014-09-03 | 1 | -1/+10 | |
| * | | | | | | | | | refs.c: make delete_ref use a transaction | Ronnie Sahlberg | 2014-09-03 | 1 | -21/+14 | |
| * | | | | | | | | | refs.c: make prune_ref use a transaction to delete the ref | Ronnie Sahlberg | 2014-09-03 | 2 | -9/+32 | |
| * | | | | | | | | | refs.c: remove lock_ref_sha1 | Ronnie Sahlberg | 2014-09-03 | 1 | -10/+5 | |
| * | | | | | | | | | refs.c: remove the update_ref_write function | Ronnie Sahlberg | 2014-09-03 | 1 | -26/+8 | |
| * | | | | | | | | | refs.c: remove the update_ref_lock function | Ronnie Sahlberg | 2014-09-03 | 1 | -24/+6 | |
| * | | | | | | | | | refs.c: make lock_ref_sha1 static | Ronnie Sahlberg | 2014-09-03 | 2 | -8/+5 | |
| * | | | | | | | | | walker.c: use ref transaction for ref updates | Ronnie Sahlberg | 2014-09-03 | 1 | -30/+40 | |
| * | | | | | | | | | fast-import.c: use a ref transaction when dumping tags | Ronnie Sahlberg | 2014-09-03 | 1 | -6/+23 | |
| * | | | | | | | | | receive-pack.c: use a reference transaction for updating the refs | Ronnie Sahlberg | 2014-09-03 | 1 | -9/+16 | |
| * | | | | | | | | | refs.c: change update_ref to use a transaction | Ronnie Sahlberg | 2014-09-03 | 1 | -4/+26 | |
| * | | | | | | | | | branch.c: use ref transaction for all ref updates | Ronnie Sahlberg | 2014-09-03 | 1 | -14/+17 | |
| * | | | | | | | | | fast-import.c: change update_branch to use ref transactions | Ronnie Sahlberg | 2014-09-03 | 1 | -10/+15 | |
| * | | | | | | | | | sequencer.c: use ref transactions for all ref updates | Ronnie Sahlberg | 2014-09-03 | 1 | -8/+18 | |
| * | | | | | | | | | commit.c: use ref transactions for updates | Ronnie Sahlberg | 2014-09-03 | 1 | -13/+12 | |
| * | | | | | | | | | replace.c: use the ref transaction functions for updates | Ronnie Sahlberg | 2014-09-03 | 1 | -6/+8 | |
| * | | | | | | | | | tag.c: use ref transactions when doing updates | Ronnie Sahlberg | 2014-09-03 | 1 | -6/+10 | |
| * | | | | | | | | | refs.c: add transaction.status and track OPEN/CLOSED | Ronnie Sahlberg | 2014-09-03 | 1 | -1/+33 | |
| * | | | | | | | | | refs.c: make ref_transaction_begin take an err argument | Ronnie Sahlberg | 2014-09-03 | 3 | -3/+6 | |
| * | | | | | | | | | refs.c: update ref_transaction_delete to check for error and return status | Ronnie Sahlberg | 2014-09-03 | 3 | -11/+22 | |
| * | | | | | | | | | refs.c: change ref_transaction_create to do error checking and return status | Ronnie Sahlberg | 2014-09-03 | 3 | -14/+56 | |
* | | | | | | | | | | Merge branch 'nd/mv-code-cleaning' | Junio C Hamano | 2014-09-11 | 1 | -88/+86 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | mv: no SP between function name and the first opening parenthesend/mv-code-cleaning | Nguyễn Thái Ngọc Duy | 2014-09-03 | 1 | -2/+2 | |
| * | | | | | | | | | | mv: combine two if(s) | Nguyễn Thái Ngọc Duy | 2014-09-03 | 1 | -4/+3 | |
| * | | | | | | | | | | mv: unindent one level for directory move code | Nguyễn Thái Ngọc Duy | 2014-09-03 | 1 | -28/+21 | |
| * | | | | | | | | | | mv: move index search code out | Nguyễn Thái Ngọc Duy | 2014-09-03 | 1 | -17/+25 |