summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix git-rerere documentationJunio C Hamano2008-01-143-2/+7
* | | Revert "builtin-commit.c: remove useless check added by faulty cut and paste"Junio C Hamano2008-01-141-0/+2
* | | Make default pre-commit hook less noisyJean-Luc Herren2008-01-141-1/+1
* | | cvsimport: remove last use of repo-config from git standard toolsDan McGee2008-01-131-3/+3
* | | Remove usage of git- (dash) commands from email hookDan McGee2008-01-131-17/+17
* | | builtin-commit.c: remove useless check added by faulty cut and pasteJunio C Hamano2008-01-131-2/+0
* | | Fix performance regression for partial commitsLinus Torvalds2008-01-131-9/+28
* | | git-clean: fix off-by-one memory access when given no argumentsJeff King2008-01-121-2/+2
* | | git-svn: handle leading/trailing whitespace from svnsync revpropsEric Wong2008-01-121-6/+12
* | | GIT 1.5.4-rc3v1.5.4-rc3Junio C Hamano2008-01-112-3/+3
* | | RPM spec: include gitk message files.Junio C Hamano2008-01-111-0/+4
* | | git-relink.txt: describe more clearly how hard linking occursBrandon Casey2008-01-111-3/+4
* | | Document some default values in config.txtMichele Ballabio2008-01-111-6/+9
* | | Merge ../gitkJunio C Hamano2008-01-115-202/+363
|\ \ \ | |/ /
| * | gitk: Update German translation.Christian Stimming2008-01-111-198/+220
| * | gitk: Fix typo in user message.Christian Stimming2008-01-111-3/+3
| * | gitk: Fix the Makefile to cope with systems lacking msgfmtCharles Bailey2008-01-113-1/+140
* | | pack-objects: remove redundant and wrong call to deflateEnd()Junio C Hamano2008-01-101-1/+1
* | | bundle, fast-import: detect write failureJim Meyering2008-01-102-5/+6
* | | Trim leading / off of paths in git-svn prop_walkKevin Ballard2008-01-091-0/+1
* | | shortlog: mention the "-e" option in the usageJohannes Schindelin2008-01-091-1/+1
* | | Change git-gc documentation to reflect gc.packrefs implementation.Florian La Roche2008-01-091-3/+3
* | | recv_sideband: Do not use ANSI escape sequence on dumb terminals.Johannes Sixt2008-01-091-5/+18
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2008-01-083-295/+1032
|\ \ \ | |/ /
| * | [PATCH] gitk: use user-configured background in view definition dialogGerrit Pape2008-01-091-3/+3
| * | [PATCH] gitk: Update German translationChristian Stimming2008-01-091-27/+27
| * | [PATCH] gitk: Update and fix MakefileChristian Stimming2008-01-091-25/+38
| * | gitk: Restore some widget options whose defaults changed in Tk 8.5Paul Mackerras2008-01-061-60/+45
| * | gitk: Recode de.po to UTF-8Paul Mackerras2007-12-311-27/+27
| * | [PATCH] gitk i18n: Recode gitk from latin1 to utf8 so that the (c) copyright ...Christian Stimming2007-12-201-1/+1
| * | [PATCH] gitk i18n: More markup -- various options menusChristian Stimming2007-12-201-46/+46
| * | [PATCH] gitk i18n: Initial German translationChristian Stimming2007-12-201-0/+703
| * | [PATCH] gitk i18n: Markup several strings for translationChristian Stimming2007-12-201-200/+201
| * | [PATCH] gitk i18n: Import msgcat for message string translation; load transla...Christian Stimming2007-12-201-0/+19
| * | [PATCH] gitk i18n: Add Makefile with rules for po file creation and installationChristian Stimming2007-12-201-0/+45
* | | git.el: Make status refresh faster.Alexandre Julliard2008-01-081-11/+13
* | | git.el: Refresh files from their real state upon commit.Alexandre Julliard2008-01-081-10/+12
* | | git.el: Make sure we never insert the same file twice.Alexandre Julliard2008-01-081-3/+3
* | | "git-apply --check" should not report "fixed"Junio C Hamano2008-01-081-1/+1
* | | Merge in GIT 1.5.3.8Junio C Hamano2008-01-083-1/+31
|\ \ \
| * | | GIT 1.5.3.8v1.5.3.8Junio C Hamano2008-01-073-2/+27
| * | | git-svn: clarify the "Ignoring error from SVN" pieceEric Wong2008-01-071-0/+4
| * | | git-svn: support for funky branch and project names over HTTP(S)Eric Wong2008-01-072-2/+62
* | | | Documentation: config: add 'help.*' and 'instaweb.*' variables.Christian Couder2008-01-071-0/+33
* | | | Allow git-mergetool to handle paths with a leading spaceRogan Dawes2008-01-071-2/+5
* | | | slightly better auto gc messageNicolas Pitre2008-01-071-1/+1
* | | | Documentation: typofixRalf Wildenhues2008-01-073-5/+5
* | | | Update draft release notes for 1.5.4Junio C Hamano2008-01-061-2/+13
* | | | diff: do not chomp hunk-header in the middle of a characterJunio C Hamano2008-01-062-0/+69
* | | | utf8_width(): allow non NUL-terminated inputJunio C Hamano2008-01-062-34/+54