This commit is contained in:
parent
3f42f80383
commit
4ef162a184
3
git-1.6.2.1.tar.bz2
Normal file
3
git-1.6.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:519a4a137b282771297f9991ec231301106d4e35420e92345f92a8e82933a79c
|
||||
size 2017208
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab7dc40240092aa2e72a8db7e0045893ca5fa07a936e9fa83b242248e3c9f635
|
||||
size 2016213
|
14
git.changes
14
git.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 09:50:24 CET 2009 - tiwai@suse.de
|
||||
|
||||
- updated to 1.6.2.1:
|
||||
* .gitignore learned to handle backslash as a quoting mechanism
|
||||
for comment introduction character "#".
|
||||
* timestamp output in --date=relative mode used to display
|
||||
timestamps that are long time ago in the default mode
|
||||
* git-add -i/-p now works with non-ASCII pathnames.
|
||||
* "git hash-object -w" did not read from the configuration file
|
||||
from the correct .git directory.
|
||||
* git-send-email learned to correctly handle multiple Cc:
|
||||
addresses.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 12:24:45 CET 2009 - tiwai@suse.de
|
||||
|
||||
|
15
git.spec
15
git.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package git (Version 1.6.2)
|
||||
# spec file for package git (Version 1.6.2.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -36,7 +36,7 @@ BuildRequires: libopenssl-devel
|
||||
%endif
|
||||
BuildRequires: sgml-skel
|
||||
BuildRequires: xmlto
|
||||
Version: 1.6.2
|
||||
Version: 1.6.2.1
|
||||
Release: 1
|
||||
Summary: Fast, scalable, distributed revision control system
|
||||
License: GPL v2 or later
|
||||
@ -420,6 +420,17 @@ fi
|
||||
/etc/bash_completion.d/git.sh
|
||||
|
||||
%changelog
|
||||
* Mon Mar 16 2009 tiwai@suse.de
|
||||
- updated to 1.6.2.1:
|
||||
* .gitignore learned to handle backslash as a quoting mechanism
|
||||
for comment introduction character "#".
|
||||
* timestamp output in --date=relative mode used to display
|
||||
timestamps that are long time ago in the default mode
|
||||
* git-add -i/-p now works with non-ASCII pathnames.
|
||||
* "git hash-object -w" did not read from the configuration file
|
||||
from the correct .git directory.
|
||||
* git-send-email learned to correctly handle multiple Cc:
|
||||
addresses.
|
||||
* Thu Mar 05 2009 tiwai@suse.de
|
||||
- updated to 1.6.2:
|
||||
* @{-1} is a way to refer to the last branch you were on.
|
||||
|
Loading…
Reference in New Issue
Block a user