summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-11-23git-fetch: fix dumb protocol transport to fetch from pack-pruned refLibravatar Junio C Hamano1-15/+13
2006-11-23git-fetch: reuse ls-remote result.Libravatar Junio C Hamano1-5/+8
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-23gitk: Fix enabling/disabling of menu items on Mac OS XLibravatar Paul Mackerras1-10/+10
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-21Store peeled refs in packed-refs (take 2).Libravatar Junio C Hamano4-55/+77
2006-11-21Add support to git-branch to show local and remote branchesLibravatar Andy Parkins2-25/+89
2006-11-21merge: allow merging into a yet-to-be-born branch.Libravatar Junio C Hamano1-0/+18
2006-11-21git-merge: make it usable as the first class UILibravatar Junio C Hamano2-12/+67
2006-11-21remove merge-recursive-oldLibravatar Junio C Hamano14-2497/+10
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-21builtin git-shortlog is brokenLibravatar Nicolas Pitre1-3/+5
2006-11-21shortlog: fix "-n"Libravatar Johannes Schindelin1-6/+9
2006-11-21Teach SubmittingPatches about git-commit -sLibravatar Paolo Ciarrocchi1-0/+3
2006-11-19shortlog: handle email addresses case-insensitivelyLibravatar Johannes Schindelin1-1/+7
2006-11-19shortlog: read mailmap from ./.mailmap againLibravatar Johannes Schindelin2-42/+79
2006-11-19shortlog: do not crash on parsing "[PATCH"Libravatar Johannes Schindelin1-7/+9
2006-11-19Build in shortlogLibravatar Johannes Schindelin6-235/+307
2006-11-19Store peeled refs in packed-refs file.Libravatar Junio C Hamano4-20/+117
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
2006-11-17pack-objects: tweak "do not even attempt delta" heuristicsLibravatar Junio C Hamano1-1/+3
2006-11-16"git fmt-merge-msg" SIGSEGVLibravatar Linus Torvalds1-0/+2
2006-11-16git-pull: allow pulling into an empty repositoryLibravatar Linus Torvalds2-2/+47
2006-11-15convert-objects: set _XOPEN_SOURCE to 600Libravatar Junio C Hamano1-1/+1
2006-11-15Run "git repack -a -d" once more at end, if there's 1MB or more of not-packed...Libravatar Jim Meyering1-0/+10
2006-11-15gitweb: Put back shortlog instead of graphiclog in the project list.Libravatar Alexandre Julliard1-1/+1
2006-11-15git-checkout: allow pathspec to recover lost working tree directoryLibravatar Junio C Hamano1-1/+5