Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of git://repo.or.cz/git-gui | Junio C Hamano | 2008-02-29 | 5 | -45/+139 |
|\ | |||||
| * | Merge branch 'maint' | Shawn O. Pearce | 2008-02-28 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'maint' | Shawn O. Pearce | 2008-02-22 | 3 | -3/+25 |
| |\ \ | |||||
| * | | | git-gui: fix typo in lib/spellcheck.tcl | Michele Ballabio | 2008-02-22 | 1 | -1/+1 |
| * | | | git-gui: Shorten Aspell version strings to just Aspell version number | Shawn O. Pearce | 2008-02-21 | 1 | -0/+4 |
| * | | | git-gui: Gracefully display non-aspell version errors to users | Shawn O. Pearce | 2008-02-21 | 1 | -1/+25 |
| * | | | git-gui: Catch and display aspell startup failures to the user | Shawn O. Pearce | 2008-02-21 | 1 | -4/+17 |
| * | | | git-gui: Only bind the spellcheck popup suggestion hook once | Shawn O. Pearce | 2008-02-21 | 1 | -1/+1 |
| * | | | git-gui: Remove explicit references to 'aspell' in message strings | Shawn O. Pearce | 2008-02-21 | 1 | -7/+7 |
| * | | | git-gui: Ensure all spellchecker 'class' variables are initialized | Shawn O. Pearce | 2008-02-21 | 2 | -6/+11 |
| * | | | Merge branch 'maint' | Shawn O. Pearce | 2008-02-21 | 1 | -7/+11 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'maint' | Shawn O. Pearce | 2008-02-20 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * | | | | | git-gui: Update German translation. | Christian Stimming | 2008-02-17 | 2 | -25/+49 |
| * | | | | | git-gui: (i18n) Add newly added translation strings to template. | Christian Stimming | 2008-02-17 | 2 | -6/+30 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-29 | 3 | -3/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Documentation cherry-pick: Fix cut-and-paste error | Mike Ralphson | 2008-02-29 | 1 | -1/+1 |
| * | | | | | | git.el: find the git-status buffer whatever its name is | Rémi Vanicat | 2008-02-29 | 1 | -1/+1 |
| * | | | | | | Merge branch 'maint' of git://repo.or.cz/git-gui into maint | Junio C Hamano | 2008-02-29 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | git-gui: Paper bag fix info dialog when no files are staged at commitgitgui-0.9.3 | Shawn O. Pearce | 2008-02-28 | 1 | -1/+1 |
| | | |_|_|/ | | |/| | | | |||||
* | | | | | | clone: support cloning full bundles | Santi Béjar | 2008-02-29 | 2 | -7/+75 |
* | | | | | | Update draft release notes for 1.5.5 | Junio C Hamano | 2008-02-29 | 1 | -9/+82 |
* | | | | | | use build-time SHELL_PATH in test scripts | Jeff King | 2008-02-29 | 4 | -3/+10 |
* | | | | | | Write index file on any checkout of files | Daniel Barkalow | 2008-02-29 | 2 | -15/+67 |
* | | | | | | rev-list: add --branches, --tags and --remotes | Uwe Kleine-König | 2008-02-29 | 3 | -3/+22 |
* | | | | | | Improve t6029 to check the real "subtree" case | Miklos Vajna | 2008-02-29 | 1 | -0/+47 |
* | | | | | | Use diff_tree() directly in making cover letter | Daniel Barkalow | 2008-02-29 | 1 | -14/+11 |
* | | | | | | Always use the current connection's remote ref list in git protocol | Daniel Barkalow | 2008-02-29 | 1 | -4/+5 |
* | | | | | | tests: introduce test_must_fail | Junio C Hamano | 2008-02-29 | 2 | -4/+21 |
* | | | | | | Fix builtin checkout crashing when given an invalid path | Alex Riesen | 2008-02-29 | 1 | -0/+4 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-29 | 3 | -4/+30 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | templates/Makefile: don't depend on local umask setting | Gerrit Pape | 2008-02-28 | 1 | -3/+3 |
| * | | | | | Correct name of diff_flush() in API documentation | Daniel Barkalow | 2008-02-28 | 1 | -1/+1 |
| * | | | | | Start preparing for 1.5.4.4 | Junio C Hamano | 2008-02-27 | 2 | -1/+27 |
* | | | | | | format-patch: remove a leftover debugging message | Junio C Hamano | 2008-02-27 | 1 | -1/+0 |
* | | | | | | completion: support format-patch's --cover-letter option | Johannes Schindelin | 2008-02-27 | 1 | -0/+1 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-27 | 3 | -3/+8 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Eliminate confusing "won't bisect on seeked tree" failure | Carl Worth | 2008-02-27 | 2 | -6/+10 |
| * | | | | | builtin-reflog.c: don't install new reflog on write failure | Brandon Casey | 2008-02-27 | 1 | -2/+3 |
| * | | | | | send-email: fix In-Reply-To regression | Jay Soffian | 2008-02-27 | 2 | -3/+27 |
| * | | | | | Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIR | Johan Herland | 2008-02-27 | 2 | -7/+6 |
| * | | | | | Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIR | Johan Herland | 2008-02-27 | 1 | -1/+17 |
| * | | | | | Prompt to continue when editing during rebase --interactive | Jonathan del Strother | 2008-02-27 | 1 | -0/+4 |
| * | | | | | Documentation/git svn log: add a note about timezones. | Miklos Vajna | 2008-02-27 | 1 | -0/+4 |
| * | | | | | Merge branch 'js/maint-http-push' into maint | Junio C Hamano | 2008-02-27 | 1 | -9/+18 |
| |\ \ \ \ \ | |||||
| * | | | | | | Don't use GIT_CONFIG in t5505-remote | Daniel Barkalow | 2008-02-27 | 1 | -3/+0 |
* | | | | | | | Merge branch 'git-p4' of git://repo.or.cz/git/git-p4 | Junio C Hamano | 2008-02-27 | 1 | -118/+98 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-p4: Support usage of perforce client spec | Tor Arvid Lund | 2008-02-27 | 1 | -8/+42 |
| * | | | | | | | git-p4: git-p4 submit cleanups. | Simon Hausmann | 2008-02-27 | 1 | -41/+10 |
| * | | | | | | | git-p4: Removed git-p4 submit --direct. | Simon Hausmann | 2008-02-27 | 1 | -45/+11 |
| * | | | | | | | git-p4: Clean up git-p4 submit's log message handling. | Simon Hausmann | 2008-02-27 | 1 | -16/+16 |