| Commit message (Expand) | Author | Age | Files | Lines |
* | bash: Support new 'git fetch' options | Björn Gustavsson | 2009-12-12 | 1 | -2/+12 |
* | bash: update 'git commit' completion | SZEDER Gábor | 2009-12-05 | 1 | -1/+21 |
* | Merge branch 'jn/faster-completion-startup' | Junio C Hamano | 2009-11-22 | 1 | -35/+41 |
|\ |
|
| * | Speed up bash completion loading | Jonathan Nieder | 2009-11-17 | 1 | -35/+41 |
* | | Merge branch 'jn/editor-pager' | Junio C Hamano | 2009-11-20 | 1 | -4/+1 |
|\ \ |
|
| * | | add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR" | Jonathan Nieder | 2009-11-13 | 1 | -4/+1 |
* | | | Merge branch 'jn/help-everywhere' | Junio C Hamano | 2009-11-20 | 1 | -0/+574 |
|\ \ \ |
|
| * | | | Retire fetch--tool helper to contrib/examples | Jonathan Nieder | 2009-11-09 | 1 | -0/+574 |
* | | | | Merge branch 'ef/msys-imap' | Junio C Hamano | 2009-11-17 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | MSVC: Enable OpenSSL, and translate -lcrypto | Marius Storm-Olsen | 2009-10-23 | 1 | -0/+3 |
* | | | | | Merge branch 'fc/doc-fast-forward' | Junio C Hamano | 2009-11-15 | 3 | -8/+8 |
|\ \ \ \ \ |
|
| * | | | | | Use 'fast-forward' all over the place | Felipe Contreras | 2009-10-24 | 3 | -8/+8 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge branch 'sc/difftool-p4merge' | Junio C Hamano | 2009-11-15 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | mergetool--lib: add p4merge as a pre-configured mergetool option | Scott Chacon | 2009-10-28 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | bash: add the merge option --ff-only | Björn Gustavsson | 2009-11-14 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | Make the MSVC projects use PDB/IDB files named after the project | Sebastian Schuberth | 2009-10-30 | 1 | -0/+4 |
|/ / / |
|
* | | | bash completion: difftool accepts the same options as diff | Markus Heidelberg | 2009-10-28 | 1 | -2/+8 |
* | | | bash: complete more options for 'git rebase' | Björn Gustavsson | 2009-10-28 | 1 | -1/+11 |
* | | | Merge branch 'iv/tar-lzma-xz' | Junio C Hamano | 2009-10-25 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | import-tars: Add support for tarballs compressed with lzma, xz | Ingmar Vanhassel | 2009-10-21 | 1 | -1/+4 |
| |/ / |
|
* | | | Merge branch 'dk/blame-el' | Junio C Hamano | 2009-10-18 | 1 | -54/+102 |
|\ \ \ |
|
| * | | | git-blame.el: Change how blame information is shown. | David Kågedal | 2009-09-29 | 1 | -54/+102 |
| | |/
| |/| |
|
* | | | bash completion: complete refs for git-grep | Thomas Rast | 2009-10-12 | 1 | -1/+2 |
| |/
|/| |
|
* | | bash: add support for 'git replace' | Björn Gustavsson | 2009-10-09 | 1 | -0/+6 |
* | | completion: fix alias listings with newlines | Stephen Boyd | 2009-10-09 | 1 | -2/+6 |
* | | completion: fix completion of git <TAB><TAB> | Stephen Boyd | 2009-10-09 | 1 | -1/+1 |
* | | import-tars: Add missing closing bracket | Ingmar Vanhassel | 2009-10-09 | 1 | -1/+1 |
* | | completion: add dirstat and friends to diff optionsv1.6.5-rc3 | Stephen Boyd | 2009-10-07 | 1 | -0/+2 |
* | | completion: update am, commit, and log | Stephen Boyd | 2009-10-07 | 1 | -2/+7 |
|/ |
|
* | Make just opening the generated MSVC solution file not modify it | Sebastian Schuberth | 2009-09-29 | 1 | -31/+11 |
* | Make generated MSVC solution file open from Windows Explorer | Sebastian Schuberth | 2009-09-29 | 1 | -1/+4 |
* | generators/vcproj.pm: remove UNICODE from build | Michael Wookey | 2009-09-29 | 1 | -4/+4 |
* | bash: teach 'git checkout' options | SZEDER Gábor | 2009-09-25 | 1 | -1/+15 |
* | bash: teach 'git reset --patch' | SZEDER Gábor | 2009-09-22 | 1 | -1/+1 |
* | bash: update 'git stash' completion | SZEDER Gábor | 2009-09-22 | 1 | -4/+16 |
* | bash: rename __git_find_subcommand() to __git_find_on_cmdline() | SZEDER Gábor | 2009-09-22 | 1 | -7/+7 |
* | Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake) | Marius Storm-Olsen | 2009-09-18 | 6 | -0/+1480 |
* | completion: Replace config --list with --get-regexp | Todd Zullinger | 2009-09-13 | 1 | -21/+9 |
* | Merge branch 'pk/fast-import-tars' | Junio C Hamano | 2009-09-13 | 1 | -4/+46 |
|\ |
|
| * | import-tars: Allow per-tar author and commit message. | Peter Krefting | 2009-09-03 | 1 | -4/+46 |
* | | Merge branch 'pk/fast-import-dirs' | Junio C Hamano | 2009-09-13 | 1 | -0/+416 |
|\ \ |
|
| * | | Add script for importing bits-and-pieces to Git. | Peter Krefting | 2009-09-03 | 1 | -0/+416 |
| |/ |
|
* | | Merge branch 'jt/pushinsteadof' | Junio C Hamano | 2009-09-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Add url.<base>.pushInsteadOf: URL rewriting for push only | Josh Triplett | 2009-09-08 | 1 | -1/+1 |
| |/ |
|
* | | git-p4: Avoid modules deprecated in Python 2.6. | Reilly Grant | 2009-09-10 | 1 | -7/+5 |
* | | git.el: Use git-add-file for unmerged files, remove git-resolve-file | Martin Nordholts | 2009-09-09 | 1 | -12/+1 |
|/ |
|
* | Merge branch 'ld/p4' | Junio C Hamano | 2009-08-23 | 1 | -67/+102 |
|\ |
|
| * | git-p4: stream from perforce to speed up clones | Luke Diamand | 2009-08-10 | 1 | -67/+102 |
* | | Merge branch 'gb/apply-ignore-whitespace' | Junio C Hamano | 2009-08-21 | 1 | -0/+3 |
|\ \ |
|
| * | | git apply: option to ignore whitespace differences | Giuseppe Bilotta | 2009-08-05 | 1 | -0/+3 |