summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-11-24git-svn: exit with status 1 for test failuresLibravatar Eric Wong1-8/+12
2006-11-24git-svn: correctly access repos when only given partial read permissionsLibravatar Eric Wong1-72/+65
2006-11-24git-branch -D: make it work even when on a yet-to-be-born branchLibravatar Junio C Hamano1-4/+8
2006-11-24Add -v and --abbrev options to git-branchLibravatar Lars Hjemli2-6/+51
2006-11-24git-clone: stop dumb protocol from copying refs outside heads/ and tags/.Libravatar Junio C Hamano1-0/+4
2006-11-24gitweb: (style) use chomp without parentheses consistently.Libravatar Junio C Hamano1-2/+2
2006-11-24gitweb: Replace SPC with   also in tag commentLibravatar Jakub Narebski1-1/+1
2006-11-24Merge branch 'jn/web'Libravatar Junio C Hamano2-167/+407
2006-11-24Merge branch 'pb/diffroot'Libravatar Junio C Hamano3-4/+23
2006-11-24Merge branch 'jc/pack-heuristics'Libravatar Junio C Hamano1-1/+3
2006-11-24Merge branch 'jc/numstat'Libravatar Junio C Hamano1-1/+5
2006-11-24Merge branch 'ap/branch-ref-display'Libravatar Junio C Hamano2-25/+89
2006-11-24Merge branch 'ap/prune'Libravatar Junio C Hamano1-1/+8
2006-11-24Typefix builtin-prune.c::prune_object()Libravatar Junio C Hamano1-3/+4
2006-11-24config option log.showroot to show the diff of root commitsLibravatar Peter Baumann3-4/+23
2006-11-24Merge branch 'jc/upload-pack'Libravatar Junio C Hamano1-9/+92
2006-11-24git-svn: handle authentication without relying on cached tokens on diskLibravatar Eric Wong1-8/+148
2006-11-24git-cvsimport: add support for CVS pserver method HTTP/1.x proxyingLibravatar Iñaki Arenaza1-5/+49
2006-11-23Make git-clone --use-separate-remote the defaultLibravatar Petr Baudis2-13/+25
2006-11-23refs outside refs/{heads,tags} match less strongly.Libravatar Junio C Hamano1-5/+42
2006-11-23Increase length of function name bufferLibravatar Andy Parkins1-1/+1
2006-11-23git-svn: preserve uncommitted changes after dcommitLibravatar Eric Wong1-1/+1
2006-11-23git-svn: correctly handle revision 0 in SVN repositoriesLibravatar Eric Wong1-4/+10
2006-11-23git-svn: error out from dcommit on a parent-less commitLibravatar Eric Wong1-0/+7
2006-11-23archive-zip: don't use sizeof(struct ...)Libravatar René Scharfe1-6/+18
2006-11-22GIT 1.4.4.1Libravatar Junio C Hamano1-1/+1
2006-11-22trust-executable-bit: fix breakage for symlinksLibravatar Junio C Hamano3-8/+18
2006-11-22Move --pretty options into Documentation/pretty-formats.txtLibravatar Chris Riddoch5-15/+83
2006-11-21Add support to git-branch to show local and remote branchesLibravatar Andy Parkins2-25/+89
2006-11-21Improve git-prune -n outputLibravatar Andy Parkins1-1/+7
2006-11-21Doc: Make comment about merging in tutorial.txt more clearLibravatar Paolo Ciarrocchi1-1/+1
2006-11-21archive: use setvbuf() instead of setlinebuf()Libravatar Michal Rokos1-1/+1
2006-11-21gitweb: Finish restoring "blob" links in git_difftree_bodyLibravatar Jakub Narebski1-21/+21
2006-11-21gitweb: Refactor feed generation, make output prettier, add Atom feedLibravatar Jakub Narebski1-45/+210
2006-11-21gitweb: Add an option to href() to return full URLLibravatar Jakub Narebski1-1/+2
2006-11-21gitweb: New improved formatting of chunk header in diffLibravatar Jakub Narebski2-1/+35
2006-11-21gitweb: Default to $hash_base or HEAD for $hash in "commit" and "commitdiff"Libravatar Jakub Narebski1-0/+2
2006-11-21gitweb: Buffer diff header to deal with split patches + git_patchset_body ref...Libravatar Jakub Narebski1-99/+136
2006-11-21gitweb: Protect against possible warning in git_commitdiffLibravatar Jakub Narebski1-1/+2
2006-11-21Teach SubmittingPatches about git-commit -sLibravatar Paolo Ciarrocchi1-0/+3
2006-11-19do_for_each_ref: perform the same sanity check for leftovers.Libravatar Junio C Hamano1-19/+19
2006-11-19git-fetch: follow lightweit tags as well.Libravatar Junio C Hamano2-2/+19
2006-11-18Documentation: Correct alternates documentation, document http-alternatesLibravatar Petr Baudis1-3/+14
2006-11-18Documentation: Define symref and update HEAD descriptionLibravatar Petr Baudis2-5/+16
2006-11-18Document git-runstatusLibravatar Rene Scharfe3-1/+73
2006-11-18git-apply: slightly clean up bitfield usageLibravatar Rene Scharfe1-2/+5
2006-11-18sparse fix: Using plain integer as NULL pointerLibravatar Rene Scharfe1-1/+1
2006-11-18sparse fix: non-ANSI function declarationLibravatar Rene Scharfe2-2/+2
2006-11-18git-apply: Documentation typo fixLibravatar Petr Baudis1-1/+1
2006-11-18Fix git-for-each-refs broken for tagsLibravatar Petr Baudis1-2/+2