aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | trace: improve trace performanceKarsten Blees2014-07-13
* | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2014-07-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe2014-07-21
| * | | | | | | | | | | | | use xcalloc() to allocate zero-initialized memoryRené Scharfe2014-07-21
* | | | | | | | | | | | | | Merge branch 'rs/unify-is-branch'Junio C Hamano2014-07-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | refs.c: add a public is_branch functionRonnie Sahlberg2014-07-16
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'kb/hashmap-updates'Junio C Hamano2014-07-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-07
| * | | | | | | | | | | | | | hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-07
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'rs/ref-transaction-0'Junio C Hamano2014-07-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | refs.c: change ref_transaction_update() to do error checking and return statusRonnie Sahlberg2014-07-14
| * | | | | | | | | | | | | refs.c: remove the onerr argument to ref_transaction_commitRonnie Sahlberg2014-07-14
| * | | | | | | | | | | | | update-ref: use err argument to get error from ref_transaction_commitRonnie Sahlberg2014-07-14
| * | | | | | | | | | | | | refs.c: add an err argument to repack_without_refsRonnie Sahlberg2014-07-14
| * | | | | | | | | | | | | refs.c: add a strbuf argument to ref_transaction_commit for error loggingRonnie Sahlberg2014-07-14
| * | | | | | | | | | | | | refs.c: ref_transaction_commit should not free the transactionRonnie Sahlberg2014-07-14
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Sync with 2.0.2Junio C Hamano2014-07-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'jc/fix-clone-single-starting-at-a-tag' into maintJunio C Hamano2014-07-16
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/commit-buffer-length' into maintJunio C Hamano2014-07-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'maint-1.9' into maintJunio C Hamano2014-07-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'maint-1.8.5' into maint-1.9Junio C Hamano2014-07-16
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | annotate: use argv_arrayRené Scharfe2014-07-16
| * | | | | | | | | | | | | | Merge branch 'jk/repack-pack-keep-objects' into maintJunio C Hamano2014-07-10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/code-cleaning'Junio C Hamano2014-07-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | merge: simplify merge_trivial() by using commit_list_append()René Scharfe2014-07-10
| * | | | | | | | | | | | | | | use strbuf_addbuf for adding strbufsRené Scharfe2014-07-10
* | | | | | | | | | | | | | | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | tag: use skip_prefix instead of magic numbersJeff King2014-07-10
* | | | | | | | | | | | | | | | Merge branch 'jk/strip-suffix'Junio C Hamano2014-07-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | verify-pack: use strbuf_strip_suffixJeff King2014-06-30
| * | | | | | | | | | | | | | | | index-pack: use strip_suffix to avoid magic numbersJeff King2014-06-30
| * | | | | | | | | | | | | | | | use strip_suffix instead of ends_with in simple casesJeff King2014-06-30
| * | | | | | | | | | | | | | | | replace has_extension with ends_withJeff King2014-06-30
* | | | | | | | | | | | | | | | | Merge branch 'jk/replace-edit-raw'Junio C Hamano2014-07-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | replace: add a --raw mode for --editJeff King2014-06-25
* | | | | | | | | | | | | | | | | | Merge branch 'cc/replace-edit'Junio C Hamano2014-07-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | replace: use argv_array in export_objectJeff King2014-06-25
| * | | | | | | | | | | | | | | | | avoid double close of descriptors handed to run_commandJeff King2014-06-25
| * | | | | | | | | | | | | | | | | replace: replace spaces with tabs in indentationJeff King2014-06-25
* | | | | | | | | | | | | | | | | | Merge branch 'nd/split-index'Junio C Hamano2014-07-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | read-tree: note about dropping split-index mode or index versionNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | | | | | | | rev-parse: add --shared-index-path to get shared index pathNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | | | | | | | update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | | | | | | | read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | | | | | | | entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | | | | | | | cache-tree: mark istate->cache_changed on prime_cache_tree()Nguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | | | | | | | cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | | | | | | | update-index: be specific what part of the index has changedNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | | | | | | | read-cache: be specific what part of the index has changedNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | | | | | | | read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-13
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | |