summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2006-03-03contrib/git-svn: better documenting of CLI switchesLibravatar Eric Wong2-15/+31
2006-03-03contrib/git-svn: add --id/-i=$GIT_SVN_ID command-line switchLibravatar Eric Wong1-8/+11
2006-03-03contrib/git-svn: avoid re-reading the repository uuid, it never changesLibravatar Eric Wong1-15/+12
2006-03-03contrib/git-svn: create a more recent master if one does not existLibravatar Eric Wong1-3/+3
2006-03-03contrib/git-svn: cleanup option parsingLibravatar Eric Wong1-30/+35
2006-03-03contrib/git-svn: allow --authors-file to be specifiedLibravatar Eric Wong1-8/+32
2006-03-03contrib/git-svn: strip 'git-svn-id:' when commiting to SVNLibravatar Eric Wong1-0/+3
2006-03-03contrib/git-svn: several small bug fixes and changesLibravatar Eric Wong1-10/+17
2006-03-03contrib/git-svn: add -b/--branch switch for branch detectionLibravatar Eric Wong2-1/+54
2006-03-02gitview: pass the missing argument _show_clicked_cb.Libravatar Aneesh Kumar K.V1-1/+1
2006-03-02contrib/git-svn: use refs/remotes/git-svn instead of git-svn-HEADLibravatar Eric Wong3-39/+78
2006-03-01gitview: Use horizontal scroll bar in the tree viewLibravatar Aneesh Kumar K.V1-4/+1
2006-02-28gitview: Set the default width of graph cellLibravatar Aneesh Kumar K.V1-0/+3
2006-02-28gitview: Some window layout changes.Libravatar Aneesh Kumar K.V1-12/+15
2006-02-28gitview: Select the text color based on whether the entry in highlighted. Use...Libravatar Pavel Roskin1-8/+11
2006-02-27contrib/git-svn: correct commit example in manpageLibravatar Eric Wong1-1/+1
2006-02-27contrib/git-svn: tell the user to not modify git-svn-HEAD directlyLibravatar Eric Wong1-1/+8
2006-02-27gitview: Remove trailing white spaceLibravatar Aneesh Kumar K.V1-11/+11
2006-02-27gitview: Fix the encoding related bugLibravatar Aneesh Kumar K.V1-6/+14
2006-02-26contrib/git-svn: version 0.10.0Libravatar Eric Wong1-1/+1
2006-02-26contrib/git-svn: optimize sequential commits to svnLibravatar Eric Wong1-3/+27
2006-02-26contrib/git-svn: add show-ignore commandLibravatar Eric Wong2-0/+32
2006-02-24gitview: Fix the graph display .Libravatar Aneesh Kumar K.V1-2/+4
2006-02-24gitview: Code cleanupLibravatar Aneesh Kumar K.V1-27/+21
2006-02-24gitview: Bump the revLibravatar Aneesh Kumar1-1/+1
2006-02-24gitview: Fix DeprecationWarningLibravatar Aneesh Kumar1-1/+1
2006-02-23gitview: Display the lines joining commit nodes clearly.Libravatar Aneesh Kumar K.V1-13/+35
2006-02-22gitview: ls-remote invocation shellquote safety.Libravatar Junio C Hamano1-5/+1
2006-02-21gitview: Use monospace font to draw the branch and tag nameLibravatar aneesh.kumar@gmail.com1-4/+6
2006-02-21gitview: Read tag and branch information using git ls-remoteLibravatar aneesh.kumar@gmail.com1-36/+14
2006-02-20git-svn: 0.9.1: add --version and copyright/license (GPL v2+) informationLibravatar Eric Wong1-2/+11
2006-02-20contrib/git-svn: add Makefile, test, and associated ignoresLibravatar Eric Wong4-0/+252
2006-02-20git-svn: fix several corner-case and rare bugs with 'commit'Libravatar Eric Wong1-60/+200
2006-02-20contrib/git-svn.txt: add a note about renamed/copied directory supportLibravatar Eric Wong1-0/+7
2006-02-20git-svn: change ; to && in addremove()Libravatar Eric Wong1-2/+2
2006-02-20git-svn: remove any need for the XML::Simple dependencyLibravatar Eric Wong1-49/+35
2006-02-20git-svn: Allow for more argument types for commit (from..to)Libravatar Eric Wong2-4/+11
2006-02-20git-svn: allow --find-copies-harder and -l<num> to be passed on commitLibravatar Eric Wong2-2/+15
2006-02-20git-svn: fix a typo in defining the --no-stop-on-copy optionLibravatar Eric Wong1-1/+1
2006-02-18Add an Emacs interface in contrib.Libravatar Alexandre Julliard1-0/+956
2006-02-18gitview: typofixLibravatar Aneesh Kumar K.V1-1/+1
2006-02-18git-svn: remove files from the index before adding/updatingLibravatar Eric Wong1-6/+5
2006-02-17Add a README for gitviewLibravatar Aneesh Kumar K.V1-0/+38
2006-02-17Add contrib/README.Libravatar Junio C Hamano1-0/+44
2006-02-17Add contrib/gitview from Aneesh.Libravatar Aneesh Kumar1-0/+992
2006-02-17git-svn: ensure fetch always works chronologically.Libravatar Eric Wong1-3/+4
2006-02-17git-svn: fix revision order when XML::Simple is not loadedLibravatar Eric Wong1-3/+3
2006-02-16Introducing contrib/git-svn.Libravatar Eric Wong2-0/+978