128 Commits (2de21fac9842650fceb3db68f15711e38fabc3c8)

Author SHA1 Message Date
Alexandre Julliard 5df52584fa git.el: Put the git customize group in the 'tools' parent group. 19 years ago
Alexandre Julliard 73389f12bf git.el: Try to reuse an existing buffer when running git-status. 19 years ago
Alexandre Julliard 9f56a7fda9 git.el: Prepend a slash to the file name when adding to .gitignore. 19 years ago
Alexandre Julliard 51a6e56fb7 git.el: Run git-rerere on commits if the rr-cache directory exists. 19 years ago
Jakub Narebski 5716e794bf Display help for Git mode after pressing `h' or `?' in *git-status* 19 years ago
Jakub Narebski 1b3a667461 Wrap long lines in docstrings in contrib/emacs/git.el 19 years ago
Pavel Roskin 82e5a82fd7 Fix more typos, primarily in the code 19 years ago
Eric Wong 60d02ccc18 git-svn: migrate out of contrib 19 years ago
Ville Skytt,Ad(B b5dd9d2027 Fix print-log and diff compatibility with recent vc versions 19 years ago
Eric Wong 4bbf599f7b git-svn: avoid fetching files outside of the URL we're tracking 19 years ago
Eric Wong 03e0ea8712 git-svn: allow a local target directory to be specified for init 19 years ago
Jakub Narebski 7b8cf0cf29 Rename man1 and man7 variables to man1dir and man7dir 19 years ago
Jakub Narebski e14421b9aa Allow INSTALL, bindir, mandir to be set in main Makefile 19 years ago
Eric Wong 80f50749da git-svn: be verbose by default on fetch/commit, add -q/--quiet option 19 years ago
Eric Wong a00439acd2 git-svn: add --follow-parent and --no-metadata options to fetch 19 years ago
Eric Wong 27e9fb8d41 git-svn: add the commit-diff command 19 years ago
Eric Wong c1927a8554 git-svn: several graft-branches improvements 19 years ago
Eric Wong dc62e25cbd git-svn: SVN 1.1.x library compatibility 19 years ago
Eric Wong ec9d00d078 git-svn: fix commit --edit flag when using SVN:: libraries 19 years ago
Eric Wong c07eee1f2a git-svn: fix --rmdir when using SVN:: libraries 19 years ago
Eric Wong 1a82e79315 git-svn: rebuild convenience and bugfixes 19 years ago
Eric Wong 0e8a002c59 git-svn: svn (command-line) 1.0.x compatibility 19 years ago
Eric Wong 86f363791b git-svn: tests no longer fail if LC_ALL is not a UTF-8 locale 19 years ago
Eric Wong c0d4822268 git-svn: bugfix and optimize the 'log' command 19 years ago
Eric Wong 968bdf1f3d git-svn: Eliminate temp file usage in libsvn_get_file() 19 years ago
Eric Wong cf7424b021 git-svn: fix several small bugs, enable branch optimization 19 years ago
Eric Wong 6c5cda89e9 git-svn: avoid creating some small files 19 years ago
Eric Wong 42d328701d git-svn: make the $GIT_DIR/svn/*/revs directory obsolete 19 years ago
Eric Wong a5e0cedc0a git-svn: add support for Perl SVN::* libraries 19 years ago
Eric Wong 79bb8d88fc git-svn: add 'log' command, a facsimile of basic `svn log' 19 years ago
Eric Wong 7a97de4e19 git-svn: add UTF-8 message test 19 years ago
Eric Wong 9d55b41aad git-svn: add some functionality to better support branches in svn 19 years ago
Eric Wong f8ab6b732f git-svn: add --shared and --template= options to pass to init-db 19 years ago
Eric Wong dc5869c00d git-svn: add --repack and --repack-flags= options 19 years ago
Eric Wong b8c92cadda git-svn: minor cleanups, extra error-checking 19 years ago
Eric Wong 883d0a78d2 git-svn: Move all git-svn-related paths into $GIT_DIR/svn 19 years ago
Eric Wong 6dfbe5163e git-svn: support manually placed initial trees from fetch 19 years ago
Eric Wong 098749d9be git-svn: optimize --branch and --branch-all-ref 19 years ago
Eric Wong bf78b1d89b git-svn: --branch-all-refs / -B support 19 years ago
Eric Wong 162f412921 git-svn: support -C<num> passing to git-diff-tree 19 years ago
Eric Wong b63af9b340 git-svn: don't allow commit if svn tree is not current 19 years ago
Eric Wong ce475dfcb5 git-svn: restore original LC_ALL setting (or unset) for commit 19 years ago
Eric Wong 4a393f2b53 git-svn: eol_cp corner-case fixes 19 years ago
Eric Wong 8a97e36888 git-svn: fix handling of filenames with embedded '@' 19 years ago
Eric Wong c7162c1db6 git-svn: t0000: add -f flag to checkout 19 years ago
Aneesh Kumar K.V 4e2e5647f2 gitview: Add some useful keybindings. 19 years ago
Eric Wong 037b048ece git-svn: remove assertion that broke with older versions of svn 19 years ago
Eric Wong 3c4c7351c0 git-svn: t0001: workaround a heredoc bug in old versions of dash 19 years ago
Aneesh Kumar K.V 756944350d gitview: Move the console error messages to message dialog 19 years ago
Aneesh Kumar K.V 034016391c gitview: Add key binding for F5. 19 years ago