summaryrefslogtreecommitdiffstats
path: root/server-info.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-27send-email: document the --smtp-debug optionZbigniew Jędrzejewski-Szmek1-0/+4
2012-02-27Update draft release notes to 1.7.10Junio C Hamano1-6/+35
2012-02-27pack-objects: Fix compilation with NO_PTHREDSMichał Kiedrowicz1-1/+1
2012-02-27Document accumulated fixes since 1.7.9.2Junio C Hamano2-1/+18
2012-02-27Git 1.7.8.5v1.7.8.5Junio C Hamano3-2/+21
2012-02-27grep -P: Fix matching ^ and $Michał Kiedrowicz1-1/+1
2012-02-27am: don't infloop for an empty input fileJim Meyering2-1/+11
2012-02-27rebase -m: only call "notes copy" when rewritten exists and is non-emptyAndrew Wong1-4/+7
2012-02-27git-p4: remove bash-ism in t9800Pete Wyckoff1-9/+15
2012-02-27git-p4: remove bash-ism in t9809Pete Wyckoff1-1/+1
2012-02-27git-p4: fix submit regression with clientSpec and subdir clonePete Wyckoff2-43/+185
2012-02-27git-p4: set useClientSpec variable on initial clonePete Wyckoff3-4/+34
2012-02-26Makefile: add thread-utils.h to LIB_HDmitry V. Levin1-0/+1
2012-02-24do not stream large files to pack when filters are in useJeff King2-5/+95
2012-02-24teach dry-run convert_to_git not to require a src bufferJeff King1-2/+10
2012-02-24teach convert_to_git a "dry run" modeJeff King2-2/+20
2012-02-23t5704: match tests to modern styleThomas Rast1-25/+8
2012-02-23strbuf: improve strbuf_get*line documentationThomas Rast1-1/+17
2012-02-23Update draft release notes to 1.7.10Junio C Hamano1-1/+24
2012-02-23git-p4: add initial support for RCS keywordsLuke Diamand3-10/+501
2012-02-23gitweb: Faster project searchJakub Narebski1-2/+7
2012-02-23gitweb: Option for filling only specified info in fill_project_list_infoJakub Narebski1-8/+25
2012-02-23gitweb: Refactor checking if part of project info need fillingJakub Narebski1-8/+26
2012-02-23merge: do not trust fstat(2) too much when checking interactivenessJunio C Hamano1-1/+1
2012-02-23README: point to Documentation/SubmittingPatchesMatthieu Moy1-4/+6
2012-02-23Document merge.branchdesc configuration variableJunio C Hamano1-0/+5
2012-02-23disconnect from remote helpers more gentlyJeff King1-3/+10
2012-02-23bundle: use a strbuf to scan the log for boundary commitsThomas Rast2-7/+24
2012-02-23bundle: put strbuf_readline_fd in strbuf.c with adjustmentsThomas Rast3-19/+19
2012-02-23push: add '--prune' optionFelipe Contreras7-5/+60
2012-02-23Git 1.7.9.2v1.7.9.2Junio C Hamano2-2/+3
2012-02-23remote: refactor code into alloc_delete_ref()Felipe Contreras1-5/+9
2012-02-23remote: reorganize check_pattern_match()Felipe Contreras1-29/+30
2012-02-23remote: use a local variable in match_push_refs()Felipe Contreras1-9/+10
2012-02-23Documentation/merge-options.txt: group "ff" related options togetherJunio C Hamano1-11/+11
2012-02-22completion: use tabs for indentationPhilip Jägenstedt1-4/+4
2012-02-22completion: remove stale "to submit patches" documentationPhilip Jägenstedt1-12/+0
2012-02-22git-p4: the option to specify 'host' is -H, not -hRussell Myers1-1/+1
2012-02-22t9100: remove bogus " || test" after each test scriptletJunio C Hamano1-5/+9
2012-02-22Update draft release notes to 1.7.10Junio C Hamano1-40/+6
2012-02-22Update draft release notes to 1.7.9.2Junio C Hamano1-16/+55
2012-02-21git-svn.perl: fix a false-positive in the "already exists" testSteven Walter2-32/+44
2012-02-21git-svn.perl: perform deletions before anything elseSteven Walter1-1/+1
2012-02-21git-svn: Fix time zone in --localtimeWei-Yin Chen (陳威尹)1-7/+11
2012-02-21git-svn: un-break "git svn rebase" when log.abbrevCommit=trueÆvar Arnfjörð Bjarmason1-2/+1
2012-02-21git-svn: remove redundant porcelain option to rev-listÆvar Arnfjörð Bjarmason1-1/+1
2012-02-21completion: add --interactive option to git svn dcommitFrederic Heitzmann1-1/+1
2012-02-21Ignore SIGPIPE when running a filter driverJehan Bing1-0/+5
2012-02-21completion: Allow dash as the first character for __git_ps1Christian Hammerl1-1/+1
2012-02-20Update draft release notes to 1.7.10Junio C Hamano1-24/+40