aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2006-06-04gitview: Add some useful keybindings.Aneesh Kumar K.V2-0/+21
2006-05-29git-svn: remove assertion that broke with older versions of svnEric Wong1-1/+0
2006-05-29git-svn: t0001: workaround a heredoc bug in old versions of dashEric Wong1-1/+2
2006-05-28gitview: Move the console error messages to message dialogAneesh Kumar K.V1-2/+7
2006-05-28gitview: Add key binding for F5.Aneesh Kumar K.V2-6/+17
2006-05-23git-svn: ignore expansion of svn:keywordsEric Wong5-60/+254
2006-05-23git-svn: starting a 1.1.0-pre development versionEric Wong1-1/+1
2006-05-19Merge branch 'js/fetchconfig'Junio C Hamano1-0/+35
2006-05-05git-svn 1.0.0Eric Wong1-1/+1
2006-05-05git-svn: documentation updatesEric Wong2-13/+38
2006-05-04Add a conversion tool to migrate remote information into the configJohannes Schindelin1-0/+35
2006-04-21Add colordiff for git to contrib/colordiff.Junio C Hamano2-0/+198
2006-04-04contrib/git-svn: handle array values correctlyEric Wong1-3/+2
2006-04-04contrib/git-svn: make sure our git-svn is up-to-date for testEric Wong1-1/+1
2006-04-04contrib/git-svn: ensure repo-config returns a value before using itEric Wong1-3/+6
2006-04-01contrib/git-svn: documentation updatesEric Wong2-13/+31
2006-04-01contrib/git-svn: accept configuration via repo-configEric Wong1-0/+17
2006-03-30contrib/git-svn: force GIT_DIR to an absolute pathEric Wong1-2/+5
2006-03-25contrib/git-svn: stabilize memory usage for big fetchesEric Wong1-46/+63
2006-03-20contrib/git-svn: allow rebuild to work on non-linear remote headsEric Wong1-1/+13
2006-03-19git.el: Added a function to diff against the other heads in a merge.Alexandre Julliard1-0/+11
2006-03-19git.el: Get the default user name and email from the repository config.Alexandre Julliard1-2/+9
2006-03-19git.el: More robust handling of subprocess errors when returning strings.Alexandre Julliard1-16/+13
2006-03-09contrib/git-svn: fix a harmless warning on rebuild (with old repos)Eric Wong1-1/+1
2006-03-09contrib/git-svn: remove the --no-stop-on-copy flagEric Wong2-13/+11
2006-03-09contrib/git-svn: fix svn compat and fetch argsEric Wong2-20/+75
2006-03-05contrib/emacs/Makefile: Provide tool for byte-compiling files.Mark Wooding2-0/+21
2006-03-04git.el: Added customize support for all parameters.Alexandre Julliard1-31/+54
2006-03-04git.el: Added support for Signed-off-by.Alexandre Julliard1-5/+11
2006-03-04git.el: Automatically update .gitignore status.Alexandre Julliard1-3/+8
2006-03-04git.el: Set default directory before running the status mode setup hooks.Alexandre Julliard1-1/+2
2006-03-04git.el: Portability fixes for XEmacs and Emacs CVS.Alexandre Julliard1-4/+10
2006-03-04contrib/emacs: Add an Emacs VC backend.Alexandre Julliard1-0/+135
2006-03-03contrib/git-svn: fix a copied-tree bug in an overzealous assertionEric Wong1-4/+11
2006-03-03contrib/git-svn: better documenting of CLI switchesEric Wong2-15/+31
2006-03-03contrib/git-svn: add --id/-i=$GIT_SVN_ID command-line switchEric Wong1-8/+11
2006-03-03contrib/git-svn: avoid re-reading the repository uuid, it never changesEric Wong1-15/+12
2006-03-03contrib/git-svn: create a more recent master if one does not existEric Wong1-3/+3
2006-03-03contrib/git-svn: cleanup option parsingEric Wong1-30/+35
2006-03-03contrib/git-svn: allow --authors-file to be specifiedEric Wong1-8/+32
2006-03-03contrib/git-svn: strip 'git-svn-id:' when commiting to SVNEric Wong1-0/+3
2006-03-03contrib/git-svn: several small bug fixes and changesEric Wong1-10/+17
2006-03-03contrib/git-svn: add -b/--branch switch for branch detectionEric Wong2-1/+54
2006-03-02gitview: pass the missing argument _show_clicked_cb.Aneesh Kumar K.V1-1/+1
2006-03-02contrib/git-svn: use refs/remotes/git-svn instead of git-svn-HEADEric Wong3-39/+78
2006-03-01gitview: Use horizontal scroll bar in the tree viewAneesh Kumar K.V1-4/+1
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-27contrib/git-svn: correct commit example in manpageEric Wong1-1/+1
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-26contrib/git-svn: version 0.10.0Eric Wong1-1/+1
2006-02-26contrib/git-svn: optimize sequential commits to svnEric Wong1-3/+27
2006-02-26contrib/git-svn: add show-ignore commandEric Wong2-0/+32
2006-02-24gitview: Fix the graph display .Aneesh Kumar K.V1-2/+4
2006-02-24gitview: Code cleanupAneesh Kumar K.V1-27/+21
2006-02-24gitview: Bump the revAneesh Kumar1-1/+1
2006-02-24gitview: Fix DeprecationWarningAneesh Kumar1-1/+1
2006-02-23gitview: Display the lines joining commit nodes clearly.Aneesh Kumar K.V1-13/+35
2006-02-22gitview: ls-remote invocation shellquote safety.Junio C Hamano1-5/+1
2006-02-21gitview: Use monospace font to draw the branch and tag nameaneesh.kumar@gmail.com1-4/+6
2006-02-21gitview: Read tag and branch information using git ls-remoteaneesh.kumar@gmail.com1-36/+14
2006-02-20git-svn: 0.9.1: add --version and copyright/license (GPL v2+) informationEric Wong1-2/+11
2006-02-20contrib/git-svn: add Makefile, test, and associated ignoresEric Wong4-0/+252
2006-02-20git-svn: fix several corner-case and rare bugs with 'commit'Eric Wong1-60/+200
2006-02-20contrib/git-svn.txt: add a note about renamed/copied directory supportEric Wong1-0/+7
2006-02-20git-svn: change ; to && in addremove()Eric Wong1-2/+2
2006-02-20git-svn: remove any need for the XML::Simple dependencyEric Wong1-49/+35
2006-02-20git-svn: Allow for more argument types for commit (from..to)Eric Wong2-4/+11
2006-02-20git-svn: allow --find-copies-harder and -l<num> to be passed on commitEric Wong2-2/+15
2006-02-20git-svn: fix a typo in defining the --no-stop-on-copy optionEric Wong1-1/+1
2006-02-18Add an Emacs interface in contrib.Alexandre Julliard1-0/+956
2006-02-18gitview: typofixAneesh Kumar K.V1-1/+1
2006-02-18git-svn: remove files from the index before adding/updatingEric Wong1-6/+5
2006-02-17Add a README for gitviewAneesh Kumar K.V1-0/+38
2006-02-17Add contrib/README.Junio C Hamano1-0/+44
2006-02-17Add contrib/gitview from Aneesh.Aneesh Kumar1-0/+992
2006-02-17git-svn: ensure fetch always works chronologically.Eric Wong1-3/+4
2006-02-17git-svn: fix revision order when XML::Simple is not loadedEric Wong1-3/+3
2006-02-16Introducing contrib/git-svn.Eric Wong2-0/+978