From 8b2fe5f402831095079abc97f8c887bdb9981122 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 2 Dec 2008 22:55:44 -0800 Subject: [PATCH] What's in/cooking updates --- WC | 1 + WI | 1 + whats/cooking/2008/12/01.txt | 247 +++++++++++++++++++++++++++++++++++ whats/in/2008/12/01.txt | 161 +++++++++++++++++++++++ 4 files changed, 410 insertions(+) create mode 100644 whats/cooking/2008/12/01.txt create mode 100644 whats/in/2008/12/01.txt diff --git a/WC b/WC index ef1bda7518..75298e88af 100755 --- a/WC +++ b/WC @@ -37,6 +37,7 @@ mkdir -p "Meta/$lead" exec >"Meta/$lead/$issue.txt" cat <"Meta/$lead/$issue.txt" cat <" and add tests cases + Documentation: describe how to "bisect skip" a range of commits + +Christian Stimming (1): + gitk: Update German translation + +Giuseppe Bilotta (2): + gitweb: make gitweb_check_feature a boolean wrapper + Update comment on gitweb_check/get_feature + +Johannes Schindelin (1): + Document levenshtein.c + +Johannes Sixt (2): + compat/mingw.c: Teach mingw_rename() to replace read-only files + t4030-diff-textconv: Make octal escape sequence more portable + +Junio C Hamano (6): + gitweb: fix 'ctags' feature check and others + gitweb: rename gitweb_check_feature to gitweb_get_feature + send-email: do not reverse the command line arguments + Include git-gui--askpass in git-gui RPM package + GIT 1.6.1-rc1 + Makefile: introduce NO_PTHREADS + +Linus Torvalds (3): + Add cache preload facility + Fix index preloading for racy dirty case + Add backslash to list of 'crud' characters in real name + +Mark Burton (1): + git-gui: Teach start_push_anywhere_action{} to notice when remote is a + mirror. + +Michele Ballabio (1): + git gui: update Italian translation + +Miklos Vajna (5): + Update Hungarian translation. 100% completed. + builtin-clone: use strbuf in guess_dir_name() + builtin-clone: use strbuf in clone_local() and copy_or_link_directory() + builtin_clone: use strbuf in cmd_clone() + git-stash: use git rev-parse -q + +Nanako Shiraishi (1): + git-gui: update Japanese translation + +Paul Mackerras (6): + gitk: Index line[hnd]tag arrays by id rather than row number + gitk: Fix switch statement in parseviewargs + gitk: Show local changes properly when we have a path limit + gitk: Fix context menu items for generating diffs when in tree mode + gitk: Highlight only when search type is "containing:". + gitk: Fix bug in accessing undefined "notflag" variable + +Peter Krefting (1): + Updated Swedish translation (514t0f0u). + +Pierre Habouzit (4): + git send-email: make the message file name more specific. + git send-email: interpret unknown files as revision lists + git send-email: add --annotate option + git send-email: ask less questions when --compose is used. + +Ralf Wildenhues (1): + Fix typos in the documentation. + +René Scharfe (6): + add strbuf_expand_dict_cb(), a helper for simple cases + merge-recursive: use strbuf_expand() instead of interpolate() + daemon: use strbuf_expand() instead of interpolate() + daemon: inline fill_in_extra_table_entries() + daemon: deglobalize variable 'directory' + remove the unused files interpolate.c and interpolate.h + +SZEDER Gábor (1): + bash: complete full refs + +Samuel Tardieu (1): + Fix deletion of last character in levenshtein distance + +Scott Chacon (1): + Add a built-in alias for 'stage' to the 'add' command + +Tuncer Ayaz (2): + Teach/Fix pull/fetch -q/-v options + Retain multiple -q/-v occurrences in git pull +