aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'jk/commit-buffer-length' into maintJunio C Hamano2014-07-16
|\
| * reuse cached commit buffer when parsing signaturesJeff King2014-06-13
| * commit: record buffer length in cacheJeff King2014-06-13
| * commit: convert commit->buffer to a slabJeff King2014-06-13
| * commit-slab: provide a static initializerJeff King2014-06-13
| * use get_commit_buffer everywhereJeff King2014-06-13
| * convert logmsg_reencode to get_commit_bufferJeff King2014-06-13
| * use get_commit_buffer to avoid duplicate codeJeff King2014-06-13
| * use get_cached_commit_buffer where appropriateJeff King2014-06-13
| * provide helpers to access the commit bufferJeff King2014-06-13
| * provide a helper to set the commit bufferJeff King2014-06-13
| * provide a helper to free commit bufferJeff King2014-06-13
| * sequencer: use logmsg_reencode in get_messageJeff King2014-06-12
| * logmsg_reencode: return const bufferJeff King2014-06-12
| * do not create "struct commit" with xcallocJeff King2014-06-12
| * commit: push commit_index update into alloc_commit_nodeJeff King2014-06-12
| * alloc: include any-object allocations in alloc_reportJeff King2014-06-12
| * replace dangerous uses of strbuf_attachJeff King2014-06-12
| * commit_tree: take a pointer/len pair rather than a const strbufJeff King2014-06-12
* | Merge branch 'bc/fix-rebase-merge-skip' into maintJunio C Hamano2014-07-16
|\ \
| * | rebase--merge: fix --skip with two conflicts in a rowbrian m. carlson2014-06-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
* | | | Start preparing for 2.0.2Junio C Hamano2014-07-10
* | | | Merge branch 'pb/trim-trailing-spaces' into maintJunio C Hamano2014-07-10
|\ \ \ \
| * | | | t0008: do not depend on 'echo' handling backslashes speciallyJunio C Hamano2014-06-13
| * | | | dir.c:trim_trailing_spaces(): fix for " \ " sequencePasha Bolokhov2014-06-02
| | |_|/ | |/| |
* | | | Merge branch 'jk/repack-pack-keep-objects' into maintJunio C Hamano2014-07-10
|\ \ \ \
| * | | | repack: s/write_bitmap/&s/ in codeJeff King2014-06-10
| * | | | repack: respect pack.writebitmapsJeff King2014-06-10
| * | | | repack: do not accidentally pack kept objects by defaultJeff King2014-06-10
* | | | | Merge branch 'mc/doc-submodule-sync-recurse' into maintJunio C Hamano2014-07-10
|\ \ \ \ \
| * | | | | submodule: document "sync --recursive"Matthew Chen2014-06-13
* | | | | | Merge branch 'maint-1.8.5' into maintJunio C Hamano2014-07-02
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | t7300: repair filesystem permissions with test_when_finishedJeff King2014-07-02
| * | | | | enums: remove trailing ',' after last item in enumRonnie Sahlberg2014-07-02
| |/ / / /
* | | | | Git 2.0.1v2.0.1Junio C Hamano2014-06-25
* | | | | Merge branch 'na/no-http-test-in-the-middle' into maintJunio C Hamano2014-06-25
|\ \ \ \ \
| * | | | | t5538: move http push tests out to t5542Nick Alcock2014-05-30
* | | | | | Merge branch 'jl/status-added-submodule-is-never-ignored' into maintJunio C Hamano2014-06-25
|\ \ \ \ \ \
| * | | | | | commit -m: commit staged submodules regardless of ignore configJens Lehmann2014-04-07
| * | | | | | status/commit: show staged submodules regardless of ignore configJens Lehmann2014-04-07
* | | | | | | Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano2014-06-25
|\ \ \ \ \ \ \
| * | | | | | | read-cache.c: verify index file before we opportunistically update itYiannis Marangos2014-04-10
| * | | | | | | wrapper.c: add xpread() similar to xread()Yiannis Marangos2014-04-10
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'mk/show-s-no-extra-blank-line-for-merges' into maintJunio C Hamano2014-06-25
|\ \ \ \ \ \ \
| * | | | | | | git-show: fix 'git show -s' to not add extra terminator after merge commitMax Kirillov2014-05-15
| |/ / / / / /
* | | | | | | Merge branch 'rr/rebase-autostash-fix' into maintJunio C Hamano2014-06-25
|\ \ \ \ \ \ \
| * | | | | | | rebase -i: test "Nothing to do" case with autostashMatthieu Moy2014-05-20