summaryrefslogtreecommitdiffstats
path: root/git-svnimport.perl (unfollow)
Commit message (Expand)AuthorFilesLines
2006-03-01diffcore-break: micro-optimize by avoiding delta between identical files.Junio C Hamano1-0/+4
2006-02-28Darwin: Ignore missing /sw/libShawn Pearce1-4/+8
2006-02-28gitview: Set the default width of graph cellAneesh Kumar K.V1-0/+3
2006-02-28gitview: Some window layout changes.Aneesh Kumar K.V1-12/+15
2006-02-28gitview: Select the text color based on whether the entry in highlighted. Use...Pavel Roskin1-8/+11
2006-02-28contrib/git-svn: correct commit example in manpageEric Wong1-1/+1
2006-02-28Let git-svnimport's author file use same syntax as git-cvsimport'sKarl Hasselström2-3/+3
2006-02-27contrib/git-svn: tell the user to not modify git-svn-HEAD directlyEric Wong1-1/+8
2006-02-27gitview: Remove trailing white spaceAneesh Kumar K.V1-11/+11
2006-02-27gitview: Fix the encoding related bugAneesh Kumar K.V1-6/+14
2006-02-27git-format-patch: Always add a blank line between headers and body.Alexandre Julliard1-1/+6
2006-02-27combine-diff: Honour -z option correctly.Mark Wooding1-2/+2
2006-02-27combine-diff: Honour --full-index.Mark Wooding1-4/+6
2006-02-27svnimport: Read author names and emails from a fileKarl Hasselström2-4/+32
2006-02-27svnimport: Convert the svn:ignore propertyKarl Hasselström2-4/+64
2006-02-27svnimport: Convert executable flagKarl Hasselström1-7/+13
2006-02-27svnimport: Mention -r in usage summaryKarl Hasselström1-4/+4
2006-02-27Make git diff-generation use a simpler spawn-like interfaceLinus Torvalds1-58/+80
2006-02-27sample hooks template.Junio C Hamano2-0/+2
2006-02-27Teach the "git" command to handle some commands internallyLinus Torvalds1-37/+116
2006-02-27Use setenv(), fix warningsTimo Hirvonen6-7/+7
2006-02-27contrib/git-svn: version 0.10.0Eric Wong1-1/+1
2006-02-27contrib/git-svn: optimize sequential commits to svnEric Wong1-3/+27
2006-02-26contrib/git-svn: add show-ignore commandEric Wong2-0/+32
2006-02-26annotate: Use qx{} for pipes on activestate.Ryan Anderson1-1/+42
2006-02-26annotate: Convert all -| calls to use a helper open_pipe().Ryan Anderson1-29/+44
2006-02-26annotate: Handle dirty state and arbitrary revisions.Ryan Anderson1-37/+113
2006-02-25git-fetch: print the new and old ref when fast-forwardingLukas Sandström1-0/+1
2006-02-25fix warning from pack-objects.cLuck, Tony1-1/+1
2006-02-25gitview: Fix the graph display .Aneesh Kumar K.V1-2/+4
2006-02-25gitview: Code cleanupAneesh Kumar K.V1-27/+21
2006-02-25Add missing programs to ignore listShawn Pearce1-0/+4
2006-02-25git ls files recursively show ignored filesShawn Pearce1-2/+5
2006-02-25Build and install git-mailinfo.Junio C Hamano1-2/+2
2006-02-24gitview: Bump the revAneesh Kumar1-1/+1
2006-02-24gitview: Fix DeprecationWarningAneesh Kumar1-1/+1
2006-02-24pack-objects: hash basename and direname a bit differently.Junio C Hamano1-1/+32
2006-02-24rev-list --objects: use full pathname to help hashing.Junio C Hamano1-13/+56
2006-02-24rev-list --objects-edge: remove duplicated edge commit output.Junio C Hamano1-1/+3
2006-02-24pack-objects: allow "thin" packs to exceed depth limitsJunio C Hamano1-4/+17
2006-02-24gitview: Display the lines joining commit nodes clearly.Aneesh Kumar K.V1-13/+35
2006-02-24git-am: do not allow empty commits by mistake.Junio C Hamano1-2/+8
2006-02-23PATCH: simplify calls to git programs in git-fmt-merge-msgAlex Riesen1-26/+5
2006-02-23fix t5600-clone-fail-cleanup.sh on windowsAlex Riesen1-1/+1
2006-02-23pack-objects: use full pathname to help hashing with "thin" pack.Junio C Hamano1-16/+44
2006-02-23pack-objects: thin pack micro-optimization.Junio C Hamano1-6/+10
2006-02-23diffcore-rename: plug memory leak.Junio C Hamano1-1/+3
2006-02-23Give no terminating LF to error() function.Junio C Hamano6-13/+15
2006-02-23checkout - eye candy.Junio C Hamano3-3/+63
2006-02-23git-rm: Fix to properly handle files with spaces, tabs, newlines, etc.Carl Worth2-34/+55