You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

124 lines
3.9 KiB

Subject: What's in git.git (Aug 2008, #02; Mon, 11)
X-maint-at: 4f80b27d48fee1c588810f3341ffe5d14558cea2
X-master-at: 10d9d887ecdc81197162d7bbe5dfc0d028498fd6
X-maint-was: 2d0f5f3459278475602394a7165bf8919412f4e4
X-master-was: ddd63e64e4ac7e455dff3e807bf6a6977bb61456
What's in git.git (Aug 2008, #02; Mon, 11)
maint 4f80b27 (Documentation: fix invalid reference to 'mybranch' in user manual)
master 10d9d88 (Merge branch 'maint')
------------------------------------------------------------------------
Minor fixes toward 1.6.0 final continue to flow in, but many of them are
also applicable to 'maint'.
Also on 'maint' branch, there are a few backmerges of topics that have
already been in 'master' for a while. Not all of them are "fixes",
though. We may or may not have 1.5.6.6 before 1.6.0 happens.
* The 'maint' branch has these fixes since the last announcement.
Alexander Gavrilov (1):
Fix quadratic performance in rewrite_one.
Ivan Stankovic (1):
Documentation: fix invalid reference to 'mybranch' in user manual
Junio C Hamano (7):
Per-ref reflog expiry configuration
Make default expiration period of reflog used for stash infinite
fix diff-tree --stdin documentation
Files given on the command line are relative to $cwd
GIT 1.5.6.5
asciidoc markup fixes
Fix deleting reflog entries from HEAD reflog
Linus Torvalds (4):
Split up default "core" config parsing into helper routine
Split up default "user" config parsing into helper routine
Split up default "i18n" and "branch" config parsing into helper routines
Add config option to enable 'fsync()' of object files
Petr Baudis (1):
Fail properly when cloning from invalid HTTP URL
Pieter de Bie (1):
reflog test: add more tests for 'reflog delete'
Thomas Rast (1):
Documentation: rev-list-options: Fix -g paragraph formatting
* The 'master' branch has these since the last announcement
in addition to the above.
Alexander Gavrilov (6):
gitk: Kill back-end processes on window close
gitk: Arrange to kill diff-files & diff-index on quit
gitk: On Windows, use a Cygwin-specific flag for kill
gitk: Fixed broken exception handling in diff
gitk: Fixed automatic row selection during load
gitk: Fallback to selecting the head commit upon load
Brandon Casey (3):
perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER section
Makefile: set SHELL to value of SHELL_PATH
Makefile: add a target which will abort compilation with ancient shells
Christian Stimming (2):
git-gui: Update German translation
gitk: Updated German translation
Eric Wong (2):
git-svn: add ability to specify --commit-url for dcommit
git-svn: wrap long lines in a few places
Johannes Schindelin (1):
clone --mirror: avoid storing repeated tags
Johannes Sixt (1):
git-gui: Adapt discovery of oguilib to execdir 'libexec/git-core'
Jonathan Nieder (1):
Documentation: user-manual: "git commit -a" doesn't motivate .gitignore
Junio C Hamano (4):
GIT 1.6.0-rc2
GIT-VERSION-GEN: mark the version 'dirty' only if there are modified
files
mailinfo: fix MIME multi-part message boundary handling
Update draft RelNotes for 1.6.0
Marcus Griep (2):
Fix multi-glob assertion in git-svn
git-svn: Allow deep branch names by supporting multi-globs
Michele Ballabio (2):
git-gui: update po/it.po
git-gui: add a part about format strings in po/README
Mikael Magnusson (2):
git-gui: Update swedish translation.
gitk: Update swedish translation.
Nanako Shiraishi (1):
git-gui: update Japanese translation
Pieter de Bie (1):
builtin-rm: Add a --force flag
René Scharfe (1):
archive: allow --exec and --remote without equal sign
SZEDER Gábor (1):
bash: remove redundant check for 'git stash apply' options
Shawn O. Pearce (1):
git-gui: Update git-gui.pot for 0.11 nearing release
Thomas Rast (3):
Documentation: commit-tree: remove 16 parents restriction
Documentation: filter-branch: document how to filter all refs
filter-branch: be more helpful when an annotated tag changes