Files with spaces in names aren't displayed properly in commit tab
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Gitg |
Unknown
|
Unknown
|
|||
gitg (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: gitg
Files with spaces in names have only the portion up to first space in the name in Commit display. Screenshot included.
How to reproduce:
$ mkdir test
$ cd test/
$ git init
Initialized empty Git repository in test/.git/
$ touch "spaces file"
$ git add spaces\ file
$ git commit -a -m initial
[master (root-commit) 90c2038] initial
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 spaces file
$ echo space >> spaces\ file
$ gitg
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gitg 0.0.5-1
ProcVersionSign
Uname: Linux 2.6.32-22-generic x86_64
NonfreeKernelMo
Architecture: amd64
Date: Wed Jun 9 14:40:25 2010
ProcEnviron:
LANGUAGE=
PATH=(custom, user)
LANG=ru_RU.utf8
SHELL=/bin/bash
SourcePackage: gitg
Upstream bug https:/ /bugzilla. gnome.org/ show_bug. cgi?id= 633380