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.
125 lines
4.3 KiB
125 lines
4.3 KiB
To: git@vger.kernel.org |
|
Subject: What's in git.git (Jan 2009, #04; Wed, 28) |
|
X-maint-at: 02322e1619dc537dc48650761f6c9bae883612a7 |
|
X-master-at: 8712b3cdb0495f5a56b91cd67e2697412447a886 |
|
X-maint-was: 692be9f365be09160f8baa1d6d521d0f65ec4cf9 |
|
X-master-was: 5dc1308562ab5991ecada68b06707709bea408c9 |
|
|
|
What's in git.git (Jan 2009, #04; Wed, 28) |
|
|
|
maint 02322e1 (send-pack: do not send unknown object name from ".have" to pack-objects) |
|
master 8712b3c (Merge branch 'tr/previous-branch') |
|
------------------------------------------------------------------------ |
|
|
|
Folks at Github found that v1.6.1 clients barf when pushing over git |
|
protocol to v1.6.1 server if (1) the repository pushed into borrows |
|
objects from another repository, and (2) the repository that lends the |
|
objects has updates the pusher does not have. The 'maint' branch has a |
|
fix for it which 1.6.1.2 will contain when it comes out. |
|
|
|
The master has accumulated enough new features; we should start the -rc |
|
freeze soon (with the topics we have in 'next' as of today). |
|
|
|
|
|
* The 'maint' branch has these fixes since the last announcement. |
|
|
|
Johannes Schindelin (2): |
|
get_sha1_basic(): fix invalid memory access, found by valgrind |
|
test-path-utils: Fix off by one, found by valgrind |
|
|
|
Junio C Hamano (2): |
|
GIT 1.6.1.1 |
|
send-pack: do not send unknown object name from ".have" to pack-objects |
|
|
|
|
|
* The 'master' branch has these since the last announcement |
|
in addition to the above. |
|
|
|
Benjamin Kramer (1): |
|
Ignore test-ctype |
|
|
|
Boyd Stephen Smith Jr (2): |
|
color-words: Support diff.wordregex config option |
|
Change the spelling of "wordregex". |
|
|
|
Clemens Buchacher (2): |
|
clean up pathspec matching |
|
remove pathspec_match, use match_pathspec instead |
|
|
|
Eric Wong (1): |
|
git-svn: fix memory leak when checking for empty symlinks |
|
|
|
Giuseppe Bilotta (6): |
|
gitweb: channel image in rss feed |
|
gitweb: feed generator metadata |
|
gitweb: rss feed managingEditor |
|
gitweb: rss channel date |
|
gitweb: last-modified time should be commiter, not author |
|
gitweb: check if-modified-since for feeds |
|
|
|
Jay Soffian (1): |
|
git-am: minor cleanups |
|
|
|
Johannes Schindelin (7): |
|
Add color_fwrite_lines(), a function coloring each line individually |
|
color-words: refactor word splitting and use ALLOC_GROW() |
|
color-words: change algorithm to allow for 0-character word boundaries |
|
color-words: take an optional regular expression describing words |
|
revision walker: include a detached HEAD in --all |
|
Fix parsing of @{-1}@{1} |
|
rebase -i --root: fix check for number of arguments |
|
|
|
Johannes Sixt (1): |
|
Windows: Fix intermittent failures of t7701 |
|
|
|
Junio C Hamano (10): |
|
checkout: implement "@{-N}" shortcut name for N-th last branch |
|
bundle: allow the same ref to be given more than once |
|
interpret_nth_last_branch(): avoid traversing the reflog twice |
|
Fix reflog parsing for a malformed branch switching entry |
|
interpret_nth_last_branch(): plug small memleak |
|
Introduce for_each_recent_reflog_ent(). |
|
Simplify parsing branch switching events in reflog |
|
http-push.c: style fixes |
|
rebase -i: correctly remember --root flag across --continue |
|
tests: Avoid single-shot environment export for shell function invocation |
|
|
|
Kjetil Barvik (5): |
|
lstat_cache(): more cache effective symlink/directory detection |
|
lstat_cache(): introduce has_symlink_or_noent_leading_path() function |
|
lstat_cache(): introduce has_dirs_only_path() function |
|
lstat_cache(): introduce invalidate_lstat_cache() function |
|
lstat_cache(): introduce clear_lstat_cache() function |
|
|
|
Miklos Vajna (1): |
|
gittutorial: remove misleading note |
|
|
|
Nanako Shiraishi (1): |
|
Mention "local convention" rule in the CodingGuidelines |
|
|
|
Serge van den Boom (1): |
|
Makefile: Make 'configure --with-expat=path' actually work |
|
|
|
Sverre Rabbelier (1): |
|
Allow cloning an empty repository |
|
|
|
Ted Pavlic (1): |
|
make: Remove -pthread on Darwin (it is included by cstdlib). |
|
|
|
Teemu Likonen (1): |
|
diff-options.txt: Fix asciidoc markup issue |
|
|
|
Thomas Rast (7): |
|
color-words: enable REG_NEWLINE to help user |
|
color-words: expand docs with precise semantics |
|
color-words: make regex configurable via attributes |
|
sha1_name: tweak @{-N} lookup |
|
sha1_name: support @{-N} syntax in get_sha1() |
|
checkout: implement "-" abbreviation, add docs and tests |
|
t1505: remove debugging cruft |
|
|
|
Vitaly \"_Vi\" Shukela (3): |
|
git-svn: add --ignore-paths option for fetching |
|
git-svn: documented --ignore-paths |
|
git-svn: Add test for --ignore-paths parameter |
|
|
|
|