summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pack-objects: use mru list when iterating over packsjk/pack-objects-optim-mruJeff King2016-08-111-3/+7
* pack-objects: break delta cycles before delta-search phaseJeff King2016-08-113-0/+206
* sha1_file: make packed_object_info publicJeff King2016-08-112-2/+3
* provide an initializer for "struct object_info"Jeff King2016-08-114-8/+12
* pack-objects: compute local/ignore_pack_keep earlyjk/pack-objects-optimJeff King2016-07-291-1/+25
* pack-objects: break out of want_object loop earlyJeff King2016-07-291-0/+16
* find_pack_entry: replace last_found_pack with MRU cacheJeff King2016-07-292-18/+25
* add generic most-recently-used listJeff King2016-07-293-0/+96
* sha1_file: drop free_pack_by_nameJeff King2016-07-293-32/+0
* t/perf: add tests for many-pack scenariosJeff King2016-07-291-0/+87
* Sixth batch of topics for 2.10Junio C Hamano2016-07-191-0/+70
* Merge branch 'ls/p4-tmp-refs'Junio C Hamano2016-07-192-3/+3
|\
| * git-p4: place temporary refs used for branch import under refs/git-p4-tmpls/p4-tmp-refsLars Schneider2016-07-082-3/+3
* | Merge branch 'js/am-call-theirs-theirs-in-fallback-3way'Junio C Hamano2016-07-191-8/+8
|\ \
| * | am: counteract gender biasjs/am-call-theirs-theirs-in-fallback-3wayJohannes Schindelin2016-07-081-8/+8
* | | Merge branch 'jk/write-file'Junio C Hamano2016-07-196-102/+44
|\ \ \
| * | | branch: use write_file_buf instead of write_filejk/write-fileJeff King2016-07-081-1/+1
| * | | use write_file_buf where applicableJeff King2016-07-082-46/+6
| * | | write_file: add format attributeJeff King2016-07-081-0/+8
| * | | write_file: add pointer+len variantJeff King2016-07-082-5/+17
| * | | write_file: use xopenJeff King2016-07-081-3/+1
| * | | write_file: drop "gently" formJeff King2016-07-082-45/+12
| * | | branch: use non-gentle write_file for branch descriptionJeff King2016-07-081-4/+1
| * | | am: ignore return value of write_file()René Scharfe2016-07-081-9/+9
| * | | config: fix bogus fd check when setting up default configJeff King2016-07-081-1/+1
* | | | Merge branch 'jk/printf-format'Junio C Hamano2016-07-196-20/+14
|\ \ \ \
| * | | | commit.c: remove print_commit_list()jk/printf-formatJunio C Hamano2016-07-083-15/+4
| * | | | avoid using sha1_to_hex output as printf formatJeff King2016-07-081-1/+1
| * | | | walker: let walker_say take arbitrary formatsJeff King2016-07-082-4/+9
* | | | | Merge branch 'rs/help-c-source-with-gitattributes'Junio C Hamano2016-07-191-1/+1
|\ \ \ \ \
| * | | | | .gitattributes: set file type for C filesrs/help-c-source-with-gitattributesRené Scharfe2016-07-071-1/+1
* | | | | | Merge branch 'nd/fetch-ref-summary'Junio C Hamano2016-07-194-40/+243
|\ \ \ \ \ \
| * | | | | | fetch: reduce duplicate in ref update status lines with placeholderNguyễn Thái Ngọc Duy2016-07-064-2/+102
| * | | | | | fetch: align all "remote -> local" outputNguyễn Thái Ngọc Duy2016-07-062-2/+60
| * | | | | | fetch: change flag code for displaying tag update and deleted refNguyễn Thái Ngọc Duy2016-06-272-4/+4
| * | | | | | fetch: refactor ref update status formatting codeNguyễn Thái Ngọc Duy2016-06-271-39/+38
| * | | | | | git-fetch.txt: document fetch outputNguyễn Thái Ngọc Duy2016-06-271-0/+46
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jk/test-match-signal'Junio C Hamano2016-07-193-11/+26
|\ \ \ \ \ \
| * | | | | | t/lib-git-daemon: use test_match_signaljk/test-match-signalJeff King2016-07-061-2/+1
| * | | | | | test_must_fail: use test_match_signalJeff King2016-07-061-1/+1
| * | | | | | t0005: use test_match_signal as appropriateJeff King2016-07-061-2/+2
| * | | | | | tests: factor portable signal check out of t0005Jeff King2016-07-062-6/+22
| |/ / / / /
* | | | | | Merge branch 'jk/common-main'Junio C Hamano2016-07-1953-151/+124
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-0653-150/+123
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | mingw: declare main()'s argv as constjk/common-main-2.8Johannes Schindelin2016-07-062-8/+2
| | * | | | | common-main: call git_setup_gettext()Jeff King2016-07-0112-22/+2
| | * | | | | common-main: call restore_sigpipe_to_default()Jeff King2016-07-012-23/+23
| | * | | | | common-main: call sanitize_stdfds()Jeff King2016-07-014-17/+9
| | * | | | | common-main: call git_extract_argv0_path()Jeff King2016-07-0112-19/+4
| | * | | | | add an extra level of indirection to main()Jeff King2016-07-0152-69/+91
| | | |_|/ / | | |/| | |