summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-27apply: squelch excessive errors and --whitespace=error-allJunio C Hamano
2006-02-27apply --whitespace fixes and enhancements.Junio C Hamano
2006-02-27The war on trailing whitespaceLinus Torvalds
2006-02-27svnimport: Convert the svn:ignore propertyKarl Hasselström
2006-02-27svnimport: Convert executable flagKarl Hasselström
2006-02-27svnimport: Mention -r in usage summaryKarl Hasselström
2006-02-27Make git diff-generation use a simpler spawn-like interfaceLinus Torvalds
2006-02-26Merge branch 'maint'Junio C Hamano
2006-02-26sample hooks template.Junio C Hamano
2006-02-26Teach the "git" command to handle some commands internallyLinus Torvalds
2006-02-26Use setenv(), fix warningsTimo Hirvonen
2006-02-26contrib/git-svn: version 0.10.0Eric Wong
2006-02-26contrib/git-svn: optimize sequential commits to svnEric Wong
2006-02-26contrib/git-svn: add show-ignore commandEric Wong
2006-02-26annotate: Use qx{} for pipes on activestate.Ryan Anderson
2006-02-26annotate: Convert all -| calls to use a helper open_pipe().Ryan Anderson
2006-02-26annotate: Handle dirty state and arbitrary revisions.Ryan Anderson
2006-02-25git-fetch: print the new and old ref when fast-forwardingLukas Sandström
2006-02-25fix warning from pack-objects.cLuck, Tony
2006-02-25Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano
2006-02-25gitview: Fix the graph display .Aneesh Kumar K.V
2006-02-25gitview: Code cleanupAneesh Kumar K.V
2006-02-25Add missing programs to ignore listShawn Pearce
2006-02-25git ls files recursively show ignored filesShawn Pearce
2006-02-25Build and install git-mailinfo.Junio C Hamano
2006-02-24gitview: Bump the revAneesh Kumar
2006-02-24gitview: Fix DeprecationWarningAneesh Kumar
2006-02-24Merge fixes early for next maint series.Junio C Hamano
2006-02-24Merge branch 'fix' into maintJunio C Hamano
2006-02-24pack-objects: hash basename and direname a bit differently.Junio C Hamano
2006-02-24rev-list --objects: use full pathname to help hashing.Junio C Hamano
2006-02-24rev-list --objects-edge: remove duplicated edge commit output.Junio C Hamano
2006-02-24pack-objects: allow "thin" packs to exceed depth limitsJunio C Hamano
2006-02-24Merge branch 'ar/win'Junio C Hamano
2006-02-24Merge branch 'jc/send-insane-refs'Junio C Hamano
2006-02-24Merge fixes early for next maint series.Junio C Hamano
2006-02-24Merge branches 'jc/fix-co-candy', 'jc/fix-rename-leak' and 'ar/fix-win' into ...Junio C Hamano
2006-02-24Merge branch 'ak/gitview'Junio C Hamano
2006-02-24gitview: Display the lines joining commit nodes clearly.Aneesh Kumar K.V
2006-02-24git-am: do not allow empty commits by mistake.Junio C Hamano
2006-02-23PATCH: simplify calls to git programs in git-fmt-merge-msgAlex Riesen
2006-02-23fix t5600-clone-fail-cleanup.sh on windowsAlex Riesen
2006-02-23pack-objects: use full pathname to help hashing with "thin" pack.Junio C Hamano
2006-02-23pack-objects: thin pack micro-optimization.Junio C Hamano
2006-02-23diffcore-rename: plug memory leak.Junio C Hamano
2006-02-23Merge branch 'ml/cvs'Junio C Hamano
2006-02-23Merge branch 'ra/anno'Junio C Hamano
2006-02-23Give no terminating LF to error() function.Junio C Hamano
2006-02-23checkout - eye candy.Junio C Hamano
2006-02-23git-rm: Fix to properly handle files with spaces, tabs, newlines, etc.Carl Worth