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.
131 lines
4.3 KiB
131 lines
4.3 KiB
![]()
17 years ago
|
Subject: What's in git.git (Nov 2008, #01; Sun, 02)
|
||
|
X-maint-at: 1a9016aae5aa8c468bb2d8d5dd16303d5c005869
|
||
|
X-master-at: 6a509a6f7f38906996ac791449d5bcc2f32eef23
|
||
|
X-maint-was: 031e6c898f61db1ae0c0be641eac6532c1000d56
|
||
|
X-master-was: 759ad19e772a79a2a5ae6b7377d57eb21d29e6a0
|
||
|
|
||
|
What's in git.git (Nov 2008, #01; Sun, 02)
|
||
|
|
||
|
maint 1a9016a (Start 1.6.0.4 cycle)
|
||
|
master 6a509a6 (Update draft release notes to 1.6.1)
|
||
|
------------------------------------------------------------------------
|
||
|
|
||
|
There are several topic branches destined for 'maint' that have been
|
||
|
cooking and have graduated to 'master', and I'll make the noise about
|
||
|
1.6.0.4 louder once they are merged, but not yet.
|
||
|
|
||
|
On the 'master' front, there are quite a few git-gui updates.
|
||
|
|
||
|
* The 'maint' branch has these fixes since the last announcement.
|
||
|
|
||
|
Alex Riesen (3):
|
||
|
Plug a memleak in builtin-revert
|
||
|
Add --verbose|-v to test-chmtime
|
||
|
Use test-chmtime -v instead of perl in t5000 to get mtime of a file
|
||
|
|
||
|
Charles Bailey (1):
|
||
|
git-archive: work in bare repos
|
||
|
|
||
|
Deskin Miller (2):
|
||
|
git-svn: change dashed git-config to git config
|
||
|
git-svn: change dashed git-commit-tree to git commit-tree
|
||
|
|
||
|
Gustaf Hendeby (1):
|
||
|
git-gui: Help identify aspell version on Windows too
|
||
|
|
||
|
Jakub Narebski (1):
|
||
|
Documentation/gitattributes: Add subsection header for each attribute
|
||
|
|
||
|
Jan Krüger (1):
|
||
|
Documentation: clarify information about 'ident' attribute
|
||
|
|
||
|
Jeff King (4):
|
||
|
correct cache_entry allocation
|
||
|
pack-objects: avoid reading uninitalized data
|
||
|
fix overlapping memcpy in normalize_absolute_path
|
||
|
send-pack: do not send out single-level refs such as refs/stash
|
||
|
|
||
|
Jonas Fonseca (1):
|
||
|
asciidoc: add minor workaround to add an empty line after code blocks
|
||
|
|
||
|
Junio C Hamano (1):
|
||
|
Start 1.6.0.4 cycle
|
||
|
|
||
|
Linus Torvalds (1):
|
||
|
Add file delete/create info when we overflow rename_limit
|
||
|
|
||
|
Markus Heidelberg (1):
|
||
|
bash completion: add doubledash to "git show"
|
||
|
|
||
|
Nanako Shiraishi (1):
|
||
|
Install git-cvsserver in $(bindir)
|
||
|
|
||
|
Pierre Habouzit (1):
|
||
|
git send-email: avoid leaking directory file descriptors.
|
||
|
|
||
|
Thomas Rast (1):
|
||
|
add -p: warn if only binary changes present
|
||
|
|
||
|
Tom Preston-Werner (1):
|
||
|
add instructions on how to send patches to the mailing list with Gmail
|
||
|
|
||
|
Tommi Virtanen (1):
|
||
|
Install git-shell in bindir, too
|
||
|
|
||
|
|
||
|
* The 'master' branch has these since the last announcement
|
||
|
in addition to the above.
|
||
|
|
||
|
Alexander Gavrilov (6):
|
||
|
git-gui: Make Ctrl-T safe to use for conflicting files.
|
||
|
git-gui: Fix the blame window shape.
|
||
|
git-gui: Add a search command to the blame viewer.
|
||
|
git-gui: Fix the blame viewer destroy handler.
|
||
|
git-gui: Add a dialog that shows the OpenSSH public key.
|
||
|
git-gui: Add a simple implementation of SSH_ASKPASS.
|
||
|
|
||
|
Christian Stimming (1):
|
||
|
git-gui: Update German translation.
|
||
|
|
||
|
Jan Krüger (1):
|
||
|
Introduce receive.denyDeletes
|
||
|
|
||
|
Joey Hess (1):
|
||
|
git-daemon: set REMOTE_ADDR to client address
|
||
|
|
||
|
Johannes Sixt (6):
|
||
|
git-gui: Do not automatically stage file after merge tool finishes
|
||
|
git-gui: Remove space from the end of aspell's reply before processing
|
||
|
git-gui: Fix switch statement in lib/merge.tcl
|
||
|
git-gui: Show a round number of bytes of large untracked text files
|
||
|
git-gui: Mark-up strings in show_{other,unmerged}_diff() for localization
|
||
|
git-gui: Do not munge conflict marker lines in a normal diff
|
||
|
|
||
|
Junio C Hamano (4):
|
||
|
receive-pack: fix "borrowing from alternate object store" implementation
|
||
|
compat/cygwin.c: make runtime detection of lstat/stat lessor impact
|
||
|
Stop using compat/regex.c on platforms with working regexp library
|
||
|
Update draft release notes to 1.6.1
|
||
|
|
||
|
Petr Baudis (12):
|
||
|
git-gui: Clarify the Remote -> Delete... action
|
||
|
git-gui: Squash populate_{push,fetch}_menu to populate_remotes_menu
|
||
|
git-gui: Add support for adding remotes
|
||
|
git-gui: Add support for removing remotes
|
||
|
git-gui: mkdir -p when initializing new remote repository
|
||
|
git-gui: Use git web--browser for web browsing
|
||
|
git-gui: Add Explore Working Copy to the Repository menu
|
||
|
git-gui: gui.autoexplore makes explorer to pop up automatically after
|
||
|
picking
|
||
|
git-gui: Avoid using the term URL when specifying repositories
|
||
|
git-gui: Make input boxes in init/clone/open dialogs consistent
|
||
|
git-gui: Fix removing non-pushable remotes
|
||
|
git-gui: Fix fetching from remotes when adding them
|
||
|
|
||
|
Shawn O. Pearce (1):
|
||
|
git-gui: Show/hide "Sign Off" based on nocommitmsg option
|
||
|
|
||
|
Tom Preston-Werner (1):
|
||
|
connect.c: add a way for git-daemon to pass an error back to client
|
||
|
|