| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | git-svn: t0001: workaround a heredoc bug in old versions of dash | Eric Wong | 2006-05-29 | 1 | -1/+2 |
* | gitview: Move the console error messages to message dialog | Aneesh Kumar K.V | 2006-05-28 | 1 | -2/+7 |
* | gitview: Add key binding for F5. | Aneesh Kumar K.V | 2006-05-28 | 2 | -6/+17 |
* | git-svn: ignore expansion of svn:keywords | Eric Wong | 2006-05-23 | 5 | -60/+254 |
* | git-svn: starting a 1.1.0-pre development version | Eric Wong | 2006-05-23 | 1 | -1/+1 |
* | Merge branch 'js/fetchconfig' | Junio C Hamano | 2006-05-19 | 1 | -0/+35 |
|\ |
|
| * | Add a conversion tool to migrate remote information into the config | Johannes Schindelin | 2006-05-04 | 1 | -0/+35 |
* | | git-svn 1.0.0 | Eric Wong | 2006-05-05 | 1 | -1/+1 |
* | | git-svn: documentation updates | Eric Wong | 2006-05-05 | 2 | -13/+38 |
|/ |
|
* | Add colordiff for git to contrib/colordiff. | Junio C Hamano | 2006-04-21 | 2 | -0/+198 |
* | contrib/git-svn: handle array values correctly | Eric Wong | 2006-04-04 | 1 | -3/+2 |
* | contrib/git-svn: make sure our git-svn is up-to-date for test | Eric Wong | 2006-04-04 | 1 | -1/+1 |
* | contrib/git-svn: ensure repo-config returns a value before using it | Eric Wong | 2006-04-04 | 1 | -3/+6 |
* | contrib/git-svn: documentation updates | Eric Wong | 2006-04-01 | 2 | -13/+31 |
* | contrib/git-svn: accept configuration via repo-config | Eric Wong | 2006-04-01 | 1 | -0/+17 |
* | contrib/git-svn: force GIT_DIR to an absolute path | Eric Wong | 2006-03-30 | 1 | -2/+5 |
* | contrib/git-svn: stabilize memory usage for big fetches | Eric Wong | 2006-03-25 | 1 | -46/+63 |
* | contrib/git-svn: allow rebuild to work on non-linear remote heads | Eric Wong | 2006-03-20 | 1 | -1/+13 |
* | git.el: Added a function to diff against the other heads in a merge. | Alexandre Julliard | 2006-03-19 | 1 | -0/+11 |
* | git.el: Get the default user name and email from the repository config. | Alexandre Julliard | 2006-03-19 | 1 | -2/+9 |
* | git.el: More robust handling of subprocess errors when returning strings. | Alexandre Julliard | 2006-03-19 | 1 | -16/+13 |
* | contrib/git-svn: fix a harmless warning on rebuild (with old repos) | Eric Wong | 2006-03-09 | 1 | -1/+1 |
* | contrib/git-svn: remove the --no-stop-on-copy flag | Eric Wong | 2006-03-09 | 2 | -13/+11 |
* | contrib/git-svn: fix svn compat and fetch args | Eric Wong | 2006-03-09 | 2 | -20/+75 |
* | contrib/emacs/Makefile: Provide tool for byte-compiling files. | Mark Wooding | 2006-03-05 | 2 | -0/+21 |
* | git.el: Added customize support for all parameters. | Alexandre Julliard | 2006-03-04 | 1 | -31/+54 |
* | git.el: Added support for Signed-off-by. | Alexandre Julliard | 2006-03-04 | 1 | -5/+11 |
* | git.el: Automatically update .gitignore status. | Alexandre Julliard | 2006-03-04 | 1 | -3/+8 |
* | git.el: Set default directory before running the status mode setup hooks. | Alexandre Julliard | 2006-03-04 | 1 | -1/+2 |
* | git.el: Portability fixes for XEmacs and Emacs CVS. | Alexandre Julliard | 2006-03-04 | 1 | -4/+10 |
* | contrib/emacs: Add an Emacs VC backend. | Alexandre Julliard | 2006-03-04 | 1 | -0/+135 |
* | contrib/git-svn: fix a copied-tree bug in an overzealous assertion | Eric Wong | 2006-03-03 | 1 | -4/+11 |
* | contrib/git-svn: better documenting of CLI switches | Eric Wong | 2006-03-03 | 2 | -15/+31 |
* | contrib/git-svn: add --id/-i=$GIT_SVN_ID command-line switch | Eric Wong | 2006-03-03 | 1 | -8/+11 |
* | contrib/git-svn: avoid re-reading the repository uuid, it never changes | Eric Wong | 2006-03-03 | 1 | -15/+12 |
* | contrib/git-svn: create a more recent master if one does not exist | Eric Wong | 2006-03-03 | 1 | -3/+3 |
* | contrib/git-svn: cleanup option parsing | Eric Wong | 2006-03-03 | 1 | -30/+35 |
* | contrib/git-svn: allow --authors-file to be specified | Eric Wong | 2006-03-03 | 1 | -8/+32 |
* | contrib/git-svn: strip 'git-svn-id:' when commiting to SVN | Eric Wong | 2006-03-03 | 1 | -0/+3 |
* | contrib/git-svn: several small bug fixes and changes | Eric Wong | 2006-03-03 | 1 | -10/+17 |
* | contrib/git-svn: add -b/--branch switch for branch detection | Eric Wong | 2006-03-03 | 2 | -1/+54 |
* | gitview: pass the missing argument _show_clicked_cb. | Aneesh Kumar K.V | 2006-03-02 | 1 | -1/+1 |
* | contrib/git-svn: use refs/remotes/git-svn instead of git-svn-HEAD | Eric Wong | 2006-03-02 | 3 | -39/+78 |
* | gitview: Use horizontal scroll bar in the tree view | Aneesh Kumar K.V | 2006-03-01 | 1 | -4/+1 |
* | gitview: Set the default width of graph cell | Aneesh Kumar K.V | 2006-02-28 | 1 | -0/+3 |
* | gitview: Some window layout changes. | Aneesh Kumar K.V | 2006-02-28 | 1 | -12/+15 |
* | gitview: Select the text color based on whether the entry in highlighted. Use... | Pavel Roskin | 2006-02-28 | 1 | -8/+11 |
* | contrib/git-svn: correct commit example in manpage | Eric Wong | 2006-02-27 | 1 | -1/+1 |
* | contrib/git-svn: tell the user to not modify git-svn-HEAD directly | Eric Wong | 2006-02-27 | 1 | -1/+8 |
* | gitview: Remove trailing white space | Aneesh Kumar K.V | 2006-02-27 | 1 | -11/+11 |