summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* receive-pack: send keepalives during quiet periodsjk/push-progressJeff King2016-07-203-1/+81
* receive-pack: turn on connectivity progressJeff King2016-07-201-0/+1
* receive-pack: relay connectivity errors to sidebandJeff King2016-07-201-1/+17
* receive-pack: turn on index-pack resolving progressJeff King2016-07-201-0/+2
* index-pack: add flag for showing delta-resolution progressJeff King2016-07-201-1/+4
* clone: use a real progress meter for connectivity checkJeff King2016-07-201-4/+1
* check_connected: add progress flagJeff King2016-07-202-0/+6
* check_connected: relay errors to alternate descriptorJeff King2016-07-202-2/+16
* check_everything_connected: use a struct with named optionsJeff King2016-07-205-45/+47
* check_everything_connected: convert to argv_arrayJeff King2016-07-201-12/+9
* rev-list: add optional progress reportingJeff King2016-07-202-0/+21
* check_everything_connected: always pass --quiet to rev-listJeff King2016-07-201-2/+1
* 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