Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-30Makes some cleanup/review in gittutorialThadeu Lima de Souza Cascardo
2009-06-30Makefile: git.o depends on library headersJohannes Sixt
2009-06-30git-submodule documentation: fix foreach exampleMiklos Vajna
2009-06-30gitweb: add empty alt text to avatar imgGiuseppe Bilotta
2009-06-30gitweb: picon avatar providerGiuseppe Bilotta
2009-06-30gitweb: gravatar url cacheGiuseppe Bilotta
2009-06-30gitweb: (gr)avatar supportGiuseppe Bilotta
2009-06-30gitweb: use git_print_authorship_rows in 'tag' view tooGiuseppe Bilotta
2009-06-30gitweb: uniform author info for commit and commitdiffGiuseppe Bilotta
2009-06-30gitweb: refactor author name insertionGiuseppe Bilotta
2009-06-29git log: add '--merges' flag to match '--no-merges'Linus Torvalds
2009-06-28add --porcelain option to git-pushLarry D'Anna
2009-06-28Merge git://git.bogomips.org/git-svnJunio C Hamano
2009-06-28git svn: Doc update for multiple branch and tag pathsMarc Branchaud
2009-06-28git svn: cleanup t9138-multiple-branchesMarc Branchaud
2009-06-28Merge branch 'pb/send-email-cccmd-fix'Junio C Hamano
2009-06-28Merge branch 'maint'Junio C Hamano
2009-06-28gitweb/README: fix AliasMatch in exampleGiuseppe Bilotta
2009-06-28Test grep --and/--or/--notThomas Rast
2009-06-28Test git archive --remoteThomas Rast
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-06-27die_errno(): double % in strerror() output just in caseJunio C Hamano
2009-06-27Introduce die_errno() that appends strerror(errno) to die()Thomas Rast
2009-06-27git-svn: Canonicalize svn urls to prevent libsvn assertionUlrich Dangel
2009-06-26t9138: remove stray dot in test which broke bashEric Wong
2009-06-26git-remote: fix missing .uploadpack usage for show commandChris Frey
2009-06-25git-svn: convert globs to regexps for branch destinationsEric Wong
2009-06-25git svn: Support multiple branch and tag paths in the svn repository.Marc Branchaud
2009-06-25Add 'git svn reset' to unwind 'git svn fetch'Ben Jackson
2009-06-25git-svn: speed up find_rev_beforeBen Jackson
2009-06-25Add 'git svn help [cmd]' which works outside a repo.Ben Jackson
2009-06-25git-svn: let 'dcommit $rev' work on $rev instead of HEADThomas Rast
2009-06-24fread does not return negative on errorRoel Kluin
2009-06-24builtin-remote: (get_one_entry): use strbufBert Wesarg
2009-06-24t/t9001-send-email.sh: ensure generated script is executed with $SHELL_PATHBrandon Casey
2009-06-22Merge branch 'maint'Junio C Hamano
2009-06-22t3700-add: add a POSIXPERM prerequisite to a new testJohannes Sixt
2009-06-22Merge branch 'sb/maint-1.6.0-add-config-fix' into maintJunio C Hamano
2009-06-22Sync with 1.6.3.3Junio C Hamano
2009-06-22GIT 1.6.3.3v1.6.3.3Junio C Hamano
2009-06-22Merge branch 'ak/maint-for-each-ref-no-lookup' into maintJunio C Hamano
2009-06-22Merge branch 'rc/maint-http-local-slot-fix' into maintJunio C Hamano
2009-06-22Merge branch 'cb/maint-no-double-merge' into maintJunio C Hamano
2009-06-22Merge branch 'mn/maint-iconv-autoconf' into maintJunio C Hamano
2009-06-22Merge branch 'lt/maint-unsigned-left-shift' into maintJunio C Hamano
2009-06-22Merge branch 'pb/maint-1.6.2-userdiff-fix' into maintJunio C Hamano
2009-06-22receive-pack: do not send error details to the clientJohannes Sixt
2009-06-21attribute: whitespace set to true detects all errors known to gitJunio C Hamano
2009-06-21.gitattributes: CR at the end of the line is an errorNanako Shiraishi