summaryrefslogtreecommitdiffstats
path: root/t/t5710-info-alternate.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-06Eleventh batch for 2.7Junio C Hamano1-0/+10
2015-11-05Git 2.6.3v2.6.3Junio C Hamano4-3/+115
2015-11-04Tenth batch for 2.7Junio C Hamano1-0/+28
2015-11-03daemon: plug memory leakRené Scharfe1-0/+1
2015-11-03run-command: factor out child_process_clear()René Scharfe3-6/+17
2015-11-02http: use off_t to store partial file sizeJeff King1-4/+4
2015-11-02http.c: use CURLOPT_RANGE for range requestsDavid Turner2-22/+12
2015-11-01checkout: add --progress optionEdmundo Carmona Antoranz2-2/+18
2015-11-01mailinfo: fix passing wrong address to git_mailinfo_configNguyễn Thái Ngọc Duy1-1/+1
2015-11-01show-branch: use argv_array for default argumentsRené Scharfe1-16/+8
2015-11-01wt-status: use skip_prefix() to get rid of magic string length constantsRené Scharfe1-21/+15
2015-11-01wt-status: don't skip a magical number of characters blindlyRené Scharfe1-1/+1
2015-11-01wt-status: avoid building bogus branch name with detached HEADRené Scharfe2-7/+10
2015-11-01wt-status: exit early using goto in wt_shortstatus_print_tracking()René Scharfe1-8/+5
2015-11-01t7060: add test for status --branch on a detached HEADRené Scharfe1-0/+14
2015-10-30blame: allow blame --reverse --first-parent when it makes senseMax Kirillov2-3/+31
2015-10-30blame: extract find_single_finalMax Kirillov1-12/+17