Really retire whats/in

Since ee21229 (Merge in "What's cooking" history, 2010-01-04) hinted that "What's in" is merely a glorified "shortlog --no-merges", I haven't issued a new issue. The regular "What's cooking" message lists them in a much more readable way in its "Graduated to master" section.

Junio C Hamano committed May 3, 2011 at 22:18 UTC 648d4febcb94fe252ef8d44cf5acb3f913cfd83a
61 files changed -7849
whats/in/2008/06/01.txt deleted
-88
@@ -1,88 +0,0 @@
1 -What's in git.git (Jun 2008, issue #01; Wed, 18)
2 -
3 - maint 4afbcab (diff.c: fix emit_line() again not to add extra line, 2008-06-16)
4 - master 8c6b578 (Fix approxidate("never") to always return 0, 2008-06-17)
5 -------------------------------------------------------------------------
6 -
7 -I am sending this out just as the final minute preview before 1.5.6 final,
8 -hopefully tomorrow night.
9 -
10 -* The 'maint' branch has these fixes since the last announcement.
11 -
12 -Junio C Hamano (1):
13 - diff.c: fix emit_line() again not to add extra line
14 -
15 -SZEDER Gábor (1):
16 - diff: reset color before printing newline
17 -
18 -
19 -* The 'master' branch has these since the last announcement
20 - in addition to the above.
21 -
22 -Alejandro Mery (1):
23 - git-am: head -1 is obsolete and doesn't work on some new systems
24 -
25 -Avery Pennarun (2):
26 - git-svn: don't append extra newlines at the end of commit messages.
27 - git-svn: test that extra blank lines aren't inserted in commit messages.
28 -
29 -Christian Couder (2):
30 - documentation: bisect: remove bits talking about a bisection branch
31 - Documentation: RelNotes-1.5.6: talk about renamed HTML files
32 -
33 -Flavio Poletti (1):
34 - git-instaweb: improve auto-discovery of httpd and call conventions.
35 -
36 -Jakub Narebski (2):
37 - gitweb: Make it work with $GIT containing spaces
38 - Use 'trash directory' thoroughly in t/test-lib.sh
39 -
40 -Johan Herland (3):
41 - cpio is no longer used by git-clone
42 - Consistency: Use "libcurl" instead of "cURL library" and "curl"
43 - The "curl" executable is no longer required
44 -
45 -Junio C Hamano (8):
46 - t4126: fix test that happened to work due to timing
47 - sha1_file.c: dead code removal
48 - GIT 1.5.6-rc3
49 - Makefile: update check-docs target
50 - Update RPM spec to drop curl executable requirement
51 - create_tempfile: make sure that leading directories can be accessible by
52 - peers
53 - sha1_file.c: simplify parse_pack_index()
54 - builtin-rerere: fix a small leak
55 -
56 -Lea Wiemann (2):
57 - gitweb: quote commands properly when calling the shell
58 - gitweb: remove unused parse_ref method
59 -
60 -Linus Torvalds (4):
61 - Avoid cross-directory renames and linking on object creation
62 - Make loose object file reading more careful
63 - Simplify and rename find_sha1_file()
64 - write_loose_object: don't bother trying to read an old object
65 -
66 -Mark Levedahl (1):
67 - git-submodule - Fix errors regarding resolve_relative_url
68 -
69 -Mike Hommey (1):
70 - Don't allocate too much memory in quote_ref_url
71 -
72 -Miklos Vajna (2):
73 - run-command documentation: fix "memset()" parameter
74 - path-list documentation: document all functions and data structures
75 -
76 -Olivier Marin (1):
77 - Fix approxidate("never") to always return 0
78 -
79 -Pierre Habouzit (1):
80 - Make git reflog expire honour core.sharedRepository.
81 -
82 -René Scharfe (1):
83 - Ignore .gitattributes in bare repositories
84 -
85 -SZEDER Gábor (2):
86 - git add: add long equivalents of '-u' and '-f' options
87 - completion: add more 'git add' options
88 -
whats/in/2008/06/02.txt deleted
-43
@@ -1,43 +0,0 @@
1 -What's in git.git (Jun 2008, issue #02; Sat, 21)
2 -
3 - maint 3b2bbe9 (Documentation: fix formatting in git-svn, 2008-06-20)
4 - master 73f0362 (Correct documentation for git-push --mirror, 2008-06-20)
5 -------------------------------------------------------------------------
6 -
7 -* The 'maint' branch has now preparing for 1.5.6.1, with these noncritical
8 - fixes.
9 -
10 -Brandon Casey (2):
11 - git-merge.sh: fix typo in usage message: sucesses --> succeeds
12 - t7502-commit.sh: test_must_fail doesn't work with inline environment
13 - variables
14 -
15 -Dan McGee (1):
16 - completion: add --graph to log command completion
17 -
18 -Jan Krüger (1):
19 - Documentation: fix formatting in git-svn
20 -
21 -
22 -* The 'master' branch has these since the last announcement
23 - in addition to the above. Not much to see here (yet).
24 -
25 -Cristian Peraferrer (1):
26 - Print errno upon failure to open the COMMIT_EDITMSG file
27 -
28 -Jakub Narebski (1):
29 - t/README: Add 'Skipping Tests' section below 'Running Tests'
30 -
31 -Lea Wiemann (1):
32 - test-lib.sh: add --long-tests option
33 -
34 -Lukas Sandström (1):
35 - Add a helper script to send patches with Mozilla Thunderbird
36 -
37 -Shawn O. Pearce (1):
38 - Correct documentation for git-push --mirror
39 -
40 -Teemu Likonen (2):
41 - bash: Add more option completions for 'git log'
42 - Add target "install-html" the the top level Makefile
43 -
whats/in/2008/06/03.txt deleted
-65
@@ -1,65 +0,0 @@
1 -What's in git.git (Jun 2008, issue #03; Mon, 23)
2 -
3 - maint 010a2da (Extend parse-options test suite, 2008-06-22)
4 - master 112db55 (Shrink the git binary a bit by avoiding unnecessary inline functions, 2008-06-22)
5 -------------------------------------------------------------------------
6 -
7 -There are a few more fixes destined for maint, being tested in next first.
8 -
9 -* The 'maint' branch has these fixes since the last announcement.
10 -
11 -Michele Ballabio (1):
12 - parse-options.c: fix documentation syntax of optional arguments
13 -
14 -Stephan Beyer (3):
15 - api-builtin.txt: update and fix typo
16 - api-parse-options.txt: Introduce documentation for parse options API
17 - Extend parse-options test suite
18 -
19 -
20 -* The 'master' branch has these since the last announcement
21 - in addition to the above.
22 -
23 -Jakub Narebski (2):
24 - gitweb: Separate filling list of projects info
25 - gitweb: Separate generating 'sort by' table header
26 -
27 -Jeff King (5):
28 - fix whitespace violations in test scripts
29 - mask necessary whitespace policy violations in test scripts
30 - avoid whitespace on empty line in automatic usage message
31 - avoid trailing whitespace in zero-change diffstat lines
32 - enable whitespace checking of test scripts
33 -
34 -Junio C Hamano (1):
35 - diff -c/--cc: do not include uninteresting deletion before leading
36 - context
37 -
38 -Karl Hasselström (2):
39 - Clean up builtin-update-ref's option parsing
40 - Make old sha1 optional with git update-ref -d
41 -
42 -Linus Torvalds (3):
43 - racy-git: an empty blob has a fixed object name
44 - Make git_dir a path relative to work_tree in setup_work_tree()
45 - Shrink the git binary a bit by avoiding unnecessary inline functions
46 -
47 -Marius Storm-Olsen (3):
48 - Add an optional <mode> argument to commit/status -u|--untracked-files
49 - option
50 - Add argument 'no' commit/status option -u|--untracked-files
51 - Add configuration option for default untracked files mode
52 -
53 -Nanako Shiraishi (2):
54 - environment.c: remove unused function
55 - config.c: make git_env_bool() static
56 -
57 -Pieter de Bie (1):
58 - builtin-fast-export: Add importing and exporting of revision marks
59 -
60 -Rafael Garcia-Suarez (1):
61 - gitweb: remove git_blame and rename git_blame2 to git_blame
62 -
63 -René Scharfe (1):
64 - Teach new attribute 'export-ignore' to git-archive
65 -
whats/in/2008/06/04.txt deleted
-42
@@ -1,42 +0,0 @@
1 -What's in git.git (Jun 2008, issue #04; Wed, 25)
2 -
3 - maint 74b1e12 (git-svn: make rebuild respect rewriteRoot option, 2008-06-24)
4 - master 85fe23e (verify-pack: test for detection of index v2 object CRC mismatch, 2008-06-24)
5 -------------------------------------------------------------------------
6 -
7 -We'd need a maint release soon to push out the mkstemp() breakage but not
8 -tonight. There are a handful changes that are in 'master' and 'next' that
9 -need backport/backmerge before 1.5.6.1 happens.
10 -
11 -* The 'maint' branch has these fixes since the last announcement.
12 -
13 -Jan Krüger (1):
14 - git-svn: make rebuild respect rewriteRoot option
15 -
16 -Patrick Higgins (1):
17 - Workaround for AIX mkstemp()
18 -
19 -
20 -* The 'master' branch has these since the last announcement
21 - in addition to the above.
22 -
23 -Jeff King (1):
24 - clone: create intermediate directories of destination repo
25 -
26 -Junio C Hamano (2):
27 - pre-rebase hook update
28 - Ship sample hooks with .sample suffix
29 -
30 -Michele Ballabio (1):
31 - t9301-fast-export.sh: Remove debug line
32 -
33 -Nicolas Pitre (8):
34 - call init_pack_revindex() lazily
35 - implement some resilience against pack corruptions
36 - test case for pack resilience against corruptions
37 - refactor pack structure allocation
38 - optimize verify-pack a bit
39 - move show_pack_info() where it belongs
40 - verify-pack: check packed object CRC when using index version 2
41 - verify-pack: test for detection of index v2 object CRC mismatch
42 -
whats/in/2008/07/01.txt deleted
-301
@@ -1,301 +0,0 @@
1 -What's in git.git (Jul 2008, issue #01; Tue, 01)
2 -
3 - maint 7ad0f27 (Start draft release notes for 1.5.6.2, 2008-07-01)
4 - master e903b40 (Update draft release notes for 1.6.0, 2008-07-01)
5 -------------------------------------------------------------------------
6 -
7 -There are a few fixes on 'maint', in addition to futureproofing of "git
8 -shell" so that eventually we can update the ssh clients to ask for server
9 -side programs using "git upload-pack" syntax without a dash between "git"
10 -and the subcommand name.
11 -
12 -Many of the medimu size items for 1.6.0 have been merged to 'master'. The
13 -port to MinGW series will also be merged shortly.
14 -
15 -----------------------------------------------------------------
16 -
17 -GIT v1.6.0 Release Notes (draft)
18 -================================
19 -
20 -User visible changes
21 ---------------------
22 -
23 -With the default Makefile settings, most of the programs are now
24 -installed outside your $PATH, except for "git", "gitk", "git-gui" and
25 -some server side programs that need to be accessible for technical
26 -reasons. Invoking a git subcommand as "git-xyzzy" from the command
27 -line has been deprecated since early 2006 (and officially announced in
28 -1.5.4 release notes); use of them from your scripts after adding
29 -output from "git --exec-path" to the $PATH is still supported in this
30 -release, but users are again strongly encouraged to adjust their
31 -scripts to use "git xyzzy" form, as we will stop installing
32 -"git-xyzzy" hardlinks for built-in commands in later releases.
33 -
34 -Source changes needed for porting to MinGW environment are now all in the
35 -main git.git codebase.
36 -
37 -By default, packfiles created with this version uses delta-base-offset
38 -encoding introduced in v1.4.4. Pack idx files are using version 2 that
39 -allows larger packs and added robustness thanks to its CRC checking,
40 -introduced in v1.5.2.
41 -
42 -
43 -Updates since v1.5.6
44 ---------------------
45 -
46 -(subsystems)
47 -
48 -* git-p4 in contrib learned "allowSubmit" configuration to control on
49 - which branch to allow "submit" subcommand.
50 -
51 -(portability)
52 -
53 -* Sample hook scripts shipped in templates/ are now suffixed with
54 - *.sample. We used to prevent them from triggering by default by
55 - relying on the fact that we install them as unexecutable, but on
56 - some filesystems this approach does not work. Instead of running
57 - "chmod +x" on them, the users who want to activate these samples
58 - as-is can now rename them dropping *.sample suffix.
59 -
60 -* perl's in-place edit (-i) does not work well without backup files on Windows;
61 - some tests are rewritten to cope with this.
62 -
63 -(documentation)
64 -
65 -* Updated howto/update-hook-example
66 -
67 -* Got rid of usage of "git-foo" from the tutorial.
68 -
69 -* Disambiguating "--" between revs and paths is finally documented.
70 -
71 -(performance, robustness, sanity etc.)
72 -
73 -* even more documentation pages are now accessible via "man" and "git help".
74 -
75 -* reduced excessive inlining to shrink size of the "git" binary.
76 -
77 -* verify-pack checks the object CRC when using version 2 idx files.
78 -
79 -* When an object is corrupt in a pack, the object became unusable even
80 - when the same object is available in a loose form, We now try harder to
81 - fall back to these redundant objects when able. In particular, "git
82 - repack -a -f" can be used to fix such a corruption as long as necessary
83 - objects are available.
84 -
85 -* git-clone does not create refs in loose form anymore (it behaves as
86 - if you immediately ran git-pack-refs after cloning). This will help
87 - repositories with insanely large number of refs.
88 -
89 -* core.fsyncobjectfiles configuration can be used to ensure that the loose
90 - objects created will be fsync'ed (this is only useful on filesystems
91 - that does not order data writes properly).
92 -
93 -* "git commit-tree" plumbing can make Octopus with more than 16 parents.
94 - "git commit" has been capable of this for quite some time.
95 -
96 -(usability, bells and whistles)
97 -
98 -* git-apply can handle a patch that touches the same path more than once
99 - much better than before.
100 -
101 -* git-apply can be told not to trust the line counts recorded in the input
102 - patch but recount, with the new --recount option.
103 -
104 -* git-archive can be told to omit certain paths from its output using
105 - export-ignore attributes.
106 -
107 -* git-clone can clone from a remote whose URL would be rewritten by
108 - configuration stored in $HOME/.gitconfig now.
109 -
110 -* git-diff --check now checks leftover merge conflict markers.
111 -
112 -* When remote side used to have branch 'foo' and git-fetch finds that now
113 - it has branch 'foo/bar', it refuses to lose the existing remote tracking
114 - branch and its reflog. The error message has been improved to suggest
115 - pruning the remote if the user wants to proceed and get the latest set
116 - of branches from the remote, including such 'foo/bar'.
117 -
118 -* fast-export learned to export and import marks file; this can be used to
119 - interface with fast-import incrementally.
120 -
121 -* Original SHA-1 value for "update-ref -d" is optional now.
122 -
123 -* git-send-mail can talk not just over SSL but over TLS now.
124 -
125 -* You can tell "git status -u" to even more aggressively omit checking
126 - untracked files with --untracked-files=no.
127 -
128 -* Error codes from gitweb are made more descriptive where possible, rather
129 - than "403 forbidden" as we used to issue everywhere.
130 -
131 -(internal)
132 -
133 -
134 -Fixes since v1.5.6
135 -------------------
136 -
137 -All of the fixes in v1.5.6 maintenance series are included in
138 -this release, unless otherwise noted.
139 -
140 - * diff -c/--cc showed unnecessary "deletion" lines at the context
141 - boundary (needs backmerge to maint).
142 -
143 - * "git-clone <src> <dst>" did not create leading directories for <dst>
144 - like the scripted version used to do (needs backport to maint).
145 -
146 -
147 -----------------------------------------------------------------
148 -
149 -* The 'maint' branch has these fixes since v1.5.6.1.
150 -
151 -Avery Pennarun (1):
152 - git-svn: avoid filling up the disk with temp files.
153 -
154 -Björn Steinbrink (1):
155 - git cat-file: Fix memory leak in batch mode
156 -
157 -Eric Wong (1):
158 - git-svn: don't sanitize remote names in config
159 -
160 -Jeff King (1):
161 - doc/rev-parse: clarify reflog vs --until for specifying revisions
162 -
163 -Jochen Voss (1):
164 - avoid off-by-one error in run_upload_archive
165 -
166 -Joey Hess (1):
167 - fix git config example syntax
168 -
169 -Junio C Hamano (5):
170 - diff --check: do not discard error status upon seeing a good line
171 - git-shell: accept "git foo" form
172 - GIT 1.5.4.6
173 - GIT 1.5.5.5
174 - Start draft release notes for 1.5.6.2
175 -
176 -Thomas Rast (1):
177 - Fix 'git show' on signed tag of signed tag of commit
178 -
179 -
180 -* The 'master' branch has these since the last announcement
181 - in addition to the above.
182 -
183 -Alex Riesen (1):
184 - Fix use of "perl -i" on Windows
185 -
186 -Brian Gernhardt (2):
187 - Fix t4017-diff-retval for white-space from wc
188 - Add test results directory to t/.gitignore
189 -
190 -Christian Couder (1):
191 - help: check early if we have a command, if not try a documentation topic
192 -
193 -Dmitry Potapov (2):
194 - update-hook-example: optionally allow non-fast-forward
195 - shrink git-shell by avoiding redundant dependencies
196 -
197 -Don Zickus (1):
198 - git-apply: handle a patch that touches the same path more than once
199 - better
200 -
201 -Jeff King (3):
202 - improve for-each-ref test script
203 - fetch: report local storage errors in status table
204 - fetch: give a hint to the user when local refs fail to update
205 -
206 -Jing Xue (1):
207 - Add 'git-p4.allowSubmit' to git-p4
208 -
209 -Johan Herland (4):
210 - Incorporate fetched packs in future object traversal
211 - Move pack_refs() and friends into libgit
212 - Prepare testsuite for a "git clone" that packs refs
213 - Teach "git clone" to pack refs
214 -
215 -Johannes Schindelin (4):
216 - clone: respect url.insteadOf setting in global configs
217 - commit-tree: lift completely arbitrary limit of 16 parents
218 - Allow git-apply to recount the lines in a hunk (AKA recountdiff)
219 - clone: respect the settings in $HOME/.gitconfig and /etc/gitconfig
220 -
221 -Jonathan Nieder (7):
222 - Documentation: fix links to tutorials and other new manual pages
223 - whitespace fix in Documentation/git-repack.txt
224 - Documentation: complicate example of "man git-command"
225 - git-daemon(1): don't assume git-daemon is in /usr/bin
226 - Documentation: prepare to be consistent about "git-" versus "git "
227 - Documentation: be consistent about "git-" versus "git "
228 - Documentation formatting and cleanup
229 -
230 -Junio C Hamano (15):
231 - git-shell: accept "git foo" form
232 - Prepare execv_git_cmd() for removal of builtins from the filesystem
233 - Keep some git-* programs in $(bindir)
234 - Allow "git-reset path" when unambiguous
235 - Start draft release notes for 1.6.0
236 - diff --check: explain why we do not care whether old side is binary
237 - check_and_emit_line(): rename and refactor
238 - checkdiff: pass diff_options to the callback
239 - Teach "diff --check" about new blank lines at end
240 - diff --check: detect leftover conflict markers
241 - Update sample pre-commit hook to use "diff --check"
242 - Document the double-dash "rev -- path" disambiguator
243 - t9700: skip when Test::More is not available
244 - Update draft release notes for 1.6.0
245 - Update draft release notes for 1.6.0
246 -
247 -Kevin Ballard (1):
248 - git-send-email: Accept fifos as well as files
249 -
250 -Lea Wiemann (5):
251 - t/test-lib.sh: add test_external and test_external_without_stderr
252 - Git.pm: add test suite
253 - gitweb: standarize HTTP status codes
254 - test-lib.sh: show git init output when in verbose mode
255 - GIT-VERSION-GEN: do not fail if a 'HEAD' file exists in the working copy
256 -
257 -Linus Torvalds (4):
258 - Split up default "core" config parsing into helper routine
259 - Split up default "user" config parsing into helper routine
260 - Split up default "i18n" and "branch" config parsing into helper routines
261 - Add config option to enable 'fsync()' of object files
262 -
263 -Miklos Vajna (1):
264 - A simple script to parse the results from the testcases
265 -
266 -Nanako Shiraishi (1):
267 - gitcli: Document meaning of --cached and --index
268 -
269 -Nguyễn Thái Ngọc Duy (1):
270 - Move all dashed-form commands to libexecdir
271 -
272 -Nicolas Pitre (2):
273 - repack.usedeltabaseoffset config option now defaults to "true"
274 - pack.indexversion config option now defaults to 2
275 -
276 -Olivier Marin (2):
277 - Documentation: remove {show,whatchanged}.difftree config options
278 - show_stats(): fix stats width calculation
279 -
280 -Patrick Higgins (1):
281 - Remove the use of '--' in merge program invocation
282 -
283 -Stephan Beyer (2):
284 - api-builtin.txt: update and fix typo
285 - t3404: stricter tests for git-rebase--interactive
286 -
287 -Sverre Rabbelier (2):
288 - Modify test-lib.sh to output stats to t/test-results/*
289 - Hook up the result aggregation in the test makefile.
290 -
291 -Ted Percival (1):
292 - Don't use dash commands (git-foo) in tutorial-2
293 -
294 -Thomas Rast (2):
295 - git-send-email: add support for TLS via Net::SMTP::SSL
296 - git-send-email: prevent undefined variable warnings if no encryption is
297 - set
298 -
299 -jrnieder@uchicago.edu (1):
300 - Documentation: don't assume git-sh-setup and git-parse-remote are in PATH
301 -
whats/in/2008/07/02.txt deleted
-126
@@ -1,126 +0,0 @@
1 -What's in git.git (Jul 2008, issue #02; Sun, 06)
2 -
3 - maint 78e3118 (GIT 1.5.6.2, 2008-07-04)
4 - master 44701c6 (Merge branch 'qq/maint', 2008-07-06)
5 -------------------------------------------------------------------------
6 -
7 -With accumulated fixes, the latest maintenance release 1.5.6.2 is out.
8 -
9 -On the 'master' front, port to MinGW has now been merged, and the next
10 -major release 1.6.0 is already taking shape.
11 -
12 -----------------------------------------------------------------
13 -* The 'master' branch has these since the last announcement
14 - in addition to what is in maint.
15 -
16 -Adam Brewster (1):
17 - Move read_revisions_from_stdin from builtin-rev-list.c to revision.c
18 -
19 -Brian Gernhardt (1):
20 - Documentation: Point to gitcli(7) from git(1)
21 -
22 -Brian Hetro (5):
23 - builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and
24 - 'format.suffix'
25 - convert.c: Use 'git_config_string' to get 'smudge' and 'clean'
26 - diff.c: Use 'git_config_string' to get 'diff.external'
27 - http.c: Use 'git_config_string' to clean up SSL config.
28 - builtin-commit.c: Use 'git_config_string' to get 'commit.template'
29 -
30 -Christian Couder (2):
31 - Fix "config_error_nonbool" used with value instead of key
32 - Fix "config_error_nonbool" used with value instead of key
33 -
34 -Johannes Schindelin (2):
35 - Windows: always chmod(, 0666) before unlink().
36 - git fetch-pack: do not complain about "no common commits" in an empty
37 - repo
38 -
39 -Johannes Sixt (35):
40 - Add compat/regex.[ch] and compat/fnmatch.[ch].
41 - Compile some programs only conditionally.
42 - Add target architecture MinGW.
43 - Windows: Use the Windows style PATH separator ';'.
44 - setup.c: Prepare for Windows directory separators.
45 - Windows: Treat Windows style path names.
46 - Windows: Handle absolute paths in safe_create_leading_directories().
47 - Windows: Strip ".exe" from the program name.
48 - Windows: Implement a wrapper of the open() function.
49 - Windows: A minimal implemention of getpwuid().
50 - Windows: Work around misbehaved rename().
51 - Make my_mktime() public and rename it to tm_to_time_t()
52 - Windows: Implement gettimeofday().
53 - Windows: Fix PRIuMAX definition.
54 - Windows: Implement setitimer() and sigaction().
55 - Windows: Wrap execve so that shell scripts can be invoked.
56 - Windows: A pipe() replacement whose ends are not inherited to children.
57 - Windows: Implement start_command().
58 - Windows: A rudimentary poll() emulation.
59 - Windows: Disambiguate DOS style paths from SSH URLs.
60 - Windows: Implement asynchronous functions as threads.
61 - Windows: Work around incompatible sort and find.
62 - Windows: Implement wrappers for gethostbyname(), socket(), and connect().
63 - Windows: Implement a custom spawnve().
64 - Windows: Add a custom implementation for utime().
65 - Windows: Use a customized struct stat that also has the st_blocks member.
66 - Turn builtin_exec_path into a function.
67 - Windows: Compute the fallback for exec_path from the program invocation.
68 - Windows: Use a relative default template_dir and ETC_GITCONFIG
69 - When installing, be prepared that template_dir may be relative.
70 - Windows: Make the pager work.
71 - Windows: Work around an oddity when a pipe with no reader is written to.
72 - Windows: Make 'git help -a' work.
73 - Windows: TMP and TEMP environment variables specify a temporary
74 - directory.
75 - t4127-apply-same-fn: Avoid sed -i
76 -
77 -Jonathan Nieder (15):
78 - git-format-patch(1): fix stray \ in output
79 - Documentation: fix gitlinks
80 - manpages: fix bogus whitespace
81 - git(1): add comma
82 - git-commit(1): depersonalize description
83 - Documentation: rewrap to prepare for "git-" vs "git " change
84 - Documentation: more "git-" versus "git " changes
85 - gitdiffcore(7): fix awkward wording
86 - manpages: italicize command names in synopses
87 - manpages: italicize command names
88 - manpages: italicize git command names (which were in teletype font)
89 - manpages: italicize gitk's name (where it was in teletype font)
90 - manpages: italicize nongit command names (if they are in teletype font)
91 - manpages: italicize git subcommand names (which were in teletype font)
92 - manpages: use teletype font for sample command lines
93 -
94 -Junio C Hamano (3):
95 - fast-export --export-marks: fix off by one error
96 - attribute documentation: keep EXAMPLE at end
97 - clone -q: honor "quiet" option over native transports.
98 -
99 -Marius Storm-Olsen (1):
100 - Windows: Add a new lstat and fstat implementation based on Win32 API.
101 -
102 -Matthew Ogilvie (1):
103 - Documentation cvs: Clarify when a bare repository is needed
104 -
105 -Miklos Vajna (6):
106 - Retire 'stupid' merge strategy
107 - INSTALL: Update section about git-frotz form.
108 - hg-to-git: avoid raising a string exception
109 - hg-to-git: abort if the project directory is not a hg repo
110 - hg-to-git: rewrite "git-frotz" to "git frotz"
111 - hg-to-git: use git init instead of git init-db
112 -
113 -Nikolaus Schulz (1):
114 - Documentation: be precise about which date --pretty uses
115 -
116 -Ramsay Allan Jones (1):
117 - Fix some warnings (on cygwin) to allow -Werror
118 -
119 -Steffen Prohaska (2):
120 - Windows: Fix ntohl() related warnings about printf formatting
121 - compat/pread.c: Add a forward declaration to fix a warning
122 -
123 -Thomas Rast (2):
124 - git-send-email: Do not attempt to STARTTLS more than once
125 - Fix apply --recount handling of no-EOL line
126 -
whats/in/2008/07/03.txt deleted
-81
@@ -1,81 +0,0 @@
1 -What's in git.git (Jul 2008, issue #03; Mon, 07)
2 -
3 - maint 39f319f (Merge branch 'qq/maint' (early part) into maint, 2008-07-07)
4 - master bed6255 (Merge branch 'qq/maint', 2008-07-07)
5 -------------------------------------------------------------------------
6 -
7 -* The 'maint' branch has these fixes since 1.5.6.2.
8 -
9 -Alex Riesen (1):
10 - git-clone: remove leftover debugging fprintf().
11 -
12 -Brian Hetro (5):
13 - builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and
14 - 'format.suffix'
15 - convert.c: Use 'git_config_string' to get 'smudge' and 'clean'
16 - diff.c: Use 'git_config_string' to get 'diff.external'
17 - http.c: Use 'git_config_string' to clean up SSL config.
18 - builtin-commit.c: Use 'git_config_string' to get 'commit.template'
19 -
20 -Christian Couder (1):
21 - Fix "config_error_nonbool" used with value instead of key
22 -
23 -Gerrit Pape (1):
24 - git-svn.perl: workaround assertions in svn library 1.5.0
25 -
26 -Junio C Hamano (3):
27 - attribute documentation: keep EXAMPLE at end
28 - clone -q: honor "quiet" option over native transports.
29 - mailinfo: feed the correct line length to decode_transfer_encoding()
30 -
31 -Matthew Ogilvie (1):
32 - Documentation cvs: Clarify when a bare repository is needed
33 -
34 -Mikael Magnusson (1):
35 - Fix grammar in git-rev-parse(1).
36 -
37 -Nikolaus Schulz (1):
38 - Documentation: be precise about which date --pretty uses
39 -
40 -
41 -* The 'master' branch has these since the last announcement
42 - in addition to the above.
43 -
44 -Abhijit Menon-Sen (2):
45 - git-gui: Move on to the next filename after staging/unstaging a change
46 - git-gui: Don't select the wrong file if the last listed file is staged.
47 -
48 -Daniel Barkalow (1):
49 - Only use GIT_CONFIG in "git config", not other programs
50 -
51 -David Reiss (4):
52 - Implement normalize_absolute_path
53 - Fold test-absolute-path into test-path-utils
54 - Add support for GIT_CEILING_DIRECTORIES
55 - Eliminate an unnecessary chdir("..")
56 -
57 -Dmitry Potapov (1):
58 - completion.bash: add 'skip' and 'run' to git-bisect
59 -
60 -Jakub Narebski (1):
61 - gitweb: Describe projects_index format in more detail
62 -
63 -Johannes Schindelin (3):
64 - Add another fast-import example, this time for .zip files
65 - git daemon: avoid calling syslog() from a signal handler
66 - run_command(): respect GIT_TRACE
67 -
68 -Johannes Sixt (1):
69 - git-gui: Implement "Stage/Unstage Line"
70 -
71 -Junio C Hamano (6):
72 - rerere: rerere_created_at() and has_resolution() abstraction
73 - git-rerere: detect unparsable conflicts
74 - rerere: remove dubious "tail_optimization"
75 - t4200: fix rerere test
76 - rerere.autoupdate
77 - Update draft release notes for 1.6.0
78 -
79 -Richard Quirk (1):
80 - git-gui: Fix accidental staged state toggle when clicking top pixel row
81 -
whats/in/2008/07/04.txt deleted
-111
@@ -1,111 +0,0 @@
1 -What's in git.git (Jul 2008, issue #04; Sun, 13)
2 -
3 - maint 191a8e3 (GIT 1.5.6.3, 2008-07-13)
4 - master 10ce020 (Merge branch 'sp/maint-bash-completion-optim', 2008-07-13)
5 -------------------------------------------------------------------------
6 -
7 -* The 'maint' branch is at 1.5.6.3
8 -
9 -* The 'master' branch has these since the last announcement
10 - in addition to what's in 1.5.6.3
11 -
12 -Abhijit Menon-Sen (2):
13 - Implement "git stash branch <newbranch> <stash>"
14 - Add a test for "git stash branch"
15 -
16 -Adam Brewster (1):
17 - Teach git-bundle to read revision arguments from stdin like git-rev-list.
18 -
19 -Brandon Casey (1):
20 - t7701-repack-unpack-unreachable.sh: check timestamp of unpacked objects
21 -
22 -Eric Hanchrow (2):
23 - user-manual: typo and grammar fixes
24 - Documentation: fix broken "linkgit" links
25 -
26 -Eric Raible (2):
27 - Documentation: tweak use case in "git stash save --keep-index"
28 - completion: add branch options --contains --merged --no-merged
29 -
30 -Jeff King (2):
31 - Allow per-command pager config
32 - avoid null SHA1 in oldest reflog
33 -
34 -Johannes Schindelin (2):
35 - Teach "git apply" to prepend a prefix with "--root=<root>"
36 - Allow cherry-picking root commits
37 -
38 -Johannes Sixt (1):
39 - Provide fallback definitions of PRIu32 and PRIx32
40 -
41 -Junio C Hamano (17):
42 - revision traversal: --children option
43 - rev-list --children
44 - builtin-blame.c: move prepare_final() into a separate function.
45 - builtin-blame.c: allow more than 16 parents
46 - git-blame --reverse
47 - Per-ref reflog expiry configuration
48 - Make default expiration period of reflog used for stash infinite
49 - apply --root: thinkofix.
50 - Refactor "tracking statistics" code used by "git checkout"
51 - git-status: show the remote tracking statistics
52 - git-branch -v: show the remote tracking statistics
53 - stat_tracking_info(): clear object flags used during counting
54 - branch -r -v: do not spit out garbage
55 - git-apply --directory: make --root more similar to GNU diff
56 - Tone down warning about GNU Interactive Tools
57 - Documentation: update sections on naming revisions and revision ranges
58 - apply: fix copy/rename breakage
59 -
60 -Mark Levedahl (1):
61 - install-doc-quick - use git --exec-path to find git-sh-setup
62 -
63 -Mike Hommey (4):
64 - Catch failures from t5540-http-push
65 - Fix http-push test
66 - Skip t5540-http-push test when USE_CURL_MULTI is undefined
67 - Avoid apache complaining about lack of server's FQDN
68 -
69 -Petr Baudis (1):
70 - Git.pm: Add remote_refs() git-ls-remote frontend
71 -
72 -Pierre Habouzit (12):
73 - parse-opt: have parse_options_{start,end}.
74 - parse-opt: Export a non NORETURN usage dumper.
75 - parse-opt: create parse_options_step.
76 - parse-opt: do not print errors on unknown options, return -2 intead.
77 - parse-opt: fake short strings for callers to believe in.
78 - parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option.
79 - revisions: split handle_revision_opt() from setup_revisions()
80 - git-blame: migrate to incremental parse-option [1/2]
81 - git-blame: migrate to incremental parse-option [2/2]
82 - git-blame: fix lapsus
83 - git-shortlog: migrate to parse-options partially.
84 - revisions: refactor handle_revision_opt into parse_revision_opt.
85 -
86 -Ramsay Allan Jones (3):
87 - t9113-*.sh: provide user feedback when test skipped
88 - t9100-git-svn-basic.sh: Fix determination of utf-8 locale
89 - git-request-pull: replace call to deprecated peek-remote
90 -
91 -Robert Shearman (1):
92 - git-send-email: Fix authenticating on some servers when using TLS.
93 -
94 -SZEDER Gábor (1):
95 - stash: introduce 'stash save --keep-index' option
96 -
97 -Shawn O. Pearce (3):
98 - Correct pack memory leak causing git gc to try to exceed ulimit
99 - bash completion: Improve responsiveness of git-log completion
100 - bash completion: Don't offer "a.." as a completion for "a."
101 -
102 -Stephan Beyer (3):
103 - git-am/git-mailsplit: correct synopsis for reading from stdin
104 - t3404: test two "preserve merges with -p" cases
105 - Make rebase--interactive use OPTIONS_SPEC
106 -
107 -Thomas Rast (3):
108 - git-add--interactive: replace hunk recounting with apply --recount
109 - git-add--interactive: remove hunk coalescing
110 - git-add--interactive: manual hunk editing mode
111 -
whats/in/2008/07/05.txt deleted
-117
@@ -1,117 +0,0 @@
1 -What's in git.git (Jul 2008, issue #05; Tue, 15)
2 -
3 - maint 191a8e3 (GIT 1.5.6.3, 2008-07-13)
4 - master fcab40a (Merge branch 'mv/merge-in-c', 2008-07-15)
5 -------------------------------------------------------------------------
6 -
7 -"Merge-in-C" is in, so is "rename .dotest", and remaining Windows bits.
8 -Now it is almost there for 1.6.0-rc0.
9 -
10 -* The 'master' branch has these since the last announcement.
11 -
12 -Alexander N. Gavrilov (1):
13 - Fix quadratic performance in rewrite_one.
14 -
15 -Brian Gernhardt (1):
16 - Documentation: mention ORIG_HEAD in am, merge, and rebase
17 -
18 -Ciaran McCreesh (1):
19 - Make git-add -i accept ranges like 7-
20 -
21 -Dmitry Kakurin (1):
22 - Fixed text file auto-detection: treat EOF character 032 at the end of
23 - file as printable
24 -
25 -Frederik Schwarzer (1):
26 - git-svn: typofix
27 -
28 -Ian Katz (1):
29 - tutorial: use prompt with user names in example, to clarify who is doing
30 - what
31 -
32 -Johannes Schindelin (6):
33 - Convert CR/LF to LF in tag signatures
34 - Add pretty format %aN which gives the author name, respecting .mailmap
35 - Move MERGE_RR from .git/rr-cache/ into .git/
36 - git-gui: MERGE_RR lives in .git/ directly with newer Git versions
37 - shortlog: support --pretty=format: option
38 - Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"
39 -
40 -João Abecasis (1):
41 - git-svn: find-rev and rebase for SVN::Mirror repositories
42 -
43 -Junio C Hamano (10):
44 - Introduce get_merge_bases_many()
45 - Introduce reduce_heads()
46 - Teach "am" and "rebase" to mark the original position with ORIG_HEAD
47 - branch --contains: default to HEAD
48 - branch --merged/--no-merged: allow specifying arbitrary commit
49 - Teach merge.log to "git-merge" again
50 - Update draft release notes for 1.6.0
51 - reduce_heads(): protect from duplicate input
52 - tutorial: clarify "pull" is "fetch + merge"
53 - Update draft release notes to 1.6.0
54 -
55 -Lukas Sandström (1):
56 - git-mailinfo: Fix getting the subject from the in-body [PATCH] line
57 -
58 -Mark Levedahl (2):
59 - git-submodule - make "submodule add" more strict, and document it
60 - git-submodule - register submodule URL if adding in place
61 -
62 -Mike Pape (1):
63 - We need to check for msys as well as Windows in add--interactive.
64 -
65 -Miklos Vajna (15):
66 - Move split_cmdline() to alias.c
67 - Move commit_list_count() to commit.c
68 - Move parse-options's skip_prefix() to git-compat-util.h
69 - Add new test to ensure git-merge handles pull.twohead and pull.octopus
70 - Move read_cache_unmerged() to read-cache.c
71 - git-fmt-merge-msg: make it usable from other builtins
72 - Introduce get_octopus_merge_bases() in commit.c
73 - Add new test to ensure git-merge handles more than 25 refs.
74 - Add new test case to ensure git-merge reduces octopus parents when
75 - possible
76 - Add new test case to ensure git-merge prepends the custom merge message
77 - git-commit-tree: make it usable from other builtins
78 - Fix t7601-merge-pull-config.sh on AIX
79 - Build in merge
80 - t6021: add a new test for git-merge-resolve
81 - Add a new test for git-merge-resolve
82 -
83 -Nicolas Pitre (1):
84 - restore legacy behavior for read_sha1_file()
85 -
86 -Olivier Marin (1):
87 - builtin-rerere: more carefully find conflict markers
88 -
89 -Pavel Roskin (1):
90 - t9600: allow testing with cvsps 2.2, including beta versions
91 -
92 -Pierre Habouzit (1):
93 - parse-options: add PARSE_OPT_LASTARG_DEFAULT flag
94 -
95 -Shawn O. Pearce (3):
96 - bash completion: Append space after file names have been completed
97 - bash completion: Resolve git show ref:path<tab> losing ref: portion
98 - bash completion: Remove dashed command completion support
99 -
100 -Soeren Finster (1):
101 - git-gui: Exit shortcut in MacOSX repaired
102 -
103 -Steffen Prohaska (3):
104 - Move code interpreting path relative to exec-dir to new function
105 - system_path()
106 - help.c: Add support for htmldir relative to git_exec_path()
107 - help (Windows): Display HTML in default browser using Windows' shell API
108 -
109 -Stephan Beyer (1):
110 - rerere: Separate libgit and builtin functions
111 -
112 -Sverre Hvammen Johansen (1):
113 - reduce_heads(): thinkofix
114 -
115 -Teemu Likonen (1):
116 - bash: Add long option completion for 'git send-email'
117 -
whats/in/2008/07/06.txt deleted
-90
@@ -1,90 +0,0 @@
1 -What's in git.git (Jul 2008, issue #06; Sat, 19)
2 -
3 - maint a1b6fb0 (GIT 1.5.6.4, 2008-07-19)
4 - master 09651dd (Getting closer to 1.6.0-rc0, 2008-07-19)
5 -------------------------------------------------------------------------
6 -
7 -* The 'maint' branch is at 1.5.6.4.
8 -
9 -* The 'master' branch has these since the last announcement
10 - in addition to what is already in 1.5.6.4.
11 -
12 -Alexander Gavrilov (3):
13 - Avoid rescanning unchanged entries in search for copies.
14 - Do not try to detect move/copy for entries below threshold.
15 - Support gitlinks in fast-import.
16 -
17 -Eric Raible (1):
18 - Teach lookup_prog not to select directories
19 -
20 -Eric Wong (1):
21 - t/lib-git-svn: fix SVN_HTTPD tests to work with "trash directory"
22 -
23 -Fabian Emmes (2):
24 - Testsuite: Unset CVS_SERVER
25 - testsuite for cvs co -c
26 -
27 -Johannes Sixt (1):
28 - builtin-clone: rewrite guess_dir_name()
29 -
30 -Junio C Hamano (9):
31 - git-rebase: report checkout failure
32 - t/aggregate-results: whitespace fix
33 - Update draft release notes for 1.6.0
34 - read-cache.c: typofix
35 - mailinfo: off-by-one fix for [PATCH (foobar)] removal from Subject: line
36 - builtin-remote.c: fix earlier "skip_prefix()" conversion
37 - t9001 (send-email): Do not use hardcoded /bin/sh in test
38 - .mailmap update
39 - Getting closer to 1.6.0-rc0
40 -
41 -Lars Noschinski (2):
42 - cvsserver: Add support for packed refs
43 - cvsserver: Add cvs co -c support
44 -
45 -Lukas Sandström (3):
46 - Make some strbuf_*() struct strbuf arguments const.
47 - Add some useful functions for strbuf manipulation.
48 - git-mailinfo: use strbuf's instead of fixed buffers
49 -
50 -Miklos Vajna (4):
51 - t0001-init.sh: change confusing directory name
52 - t1007-hash-object.sh: use quotes for the test description
53 - git-bisect: use dash-less form on git bisect log
54 - make remove-dashes: apply to scripts and programs as well, not just to
55 - builtins
56 -
57 -Nanako Shiraishi (3):
58 - cache-tree.c: make cache_tree_find() static
59 - builtin-describe.c: make a global variable "pattern" static
60 - parse-options.c: make check_typos() static
61 -
62 -Peter Harris (1):
63 - Add ANSI control code emulation for the Windows console
64 -
65 -Petr Baudis (5):
66 - Documentation/git-submodule.txt: Add Description section
67 - Documentation/RelNotes-1.6.0.txt: Expand on the incompatible packfiles
68 - Documentation/git-submodule.txt: Further clarify the description
69 - Documentation: How to ignore local changes in tracked files
70 - Documentation/git-merge.txt: Partial rewrite of How Merge Works
71 -
72 -René Scharfe (8):
73 - archive: remove args member from struct archiver
74 - add context pointer to read_tree_recursive()
75 - archive: add baselen member to struct archiver_args
76 - archive: centralize archive entry writing
77 - archive: unify file attribute handling
78 - archive: remove extra arguments parsing code
79 - archive: make zip compression level independent from core git
80 - archive: remove unused headers
81 -
82 -Stephan Beyer (4):
83 - t/test-lib.sh: exit with small negagive int is ok with test_must_fail
84 - t/: Use "test_must_fail git" instead of "! git"
85 - Make usage strings dash-less
86 - Link git-shell only to a subset of libgit.a
87 -
88 -SungHyun Nam (1):
89 - t/Makefile: use specified shell when running aggregation script
90 -
whats/in/2008/07/07.txt deleted
-51
@@ -1,51 +0,0 @@
1 -What's in git.git (Jul 2008, issue #07; Sun, 20)
2 -
3 - maint 2d9c572 (fix usage string for git grep, 2008-07-20)
4 - master 93310a4 (Merge branch 'ap/trackinfo', 2008-07-20)
5 -------------------------------------------------------------------------
6 -
7 -As announced in a separate message, the tip of master was tagged as
8 -1.6.0-rc0; for people who neglected futureproofing themselves so far, it
9 -would really be a good time to seriously consider doing so.
10 -
11 -* The 'maint' branch has these fixes since the last announcement.
12 -
13 -Jonathan Nieder (1):
14 - fix usage string for git grep
15 -
16 -Junio C Hamano (1):
17 - refresh-index: fix bitmask assignment
18 -
19 -
20 -* The 'master' branch has these since the last announcement
21 - in addition to the above.
22 -
23 -Avery Pennarun (1):
24 - Reword "your branch has diverged..." lines to reduce line length
25 -
26 -Dmitry Potapov (1):
27 - git-svn: fix git svn info to work without arguments
28 -
29 -Junio C Hamano (8):
30 - rerere.autoupdate: change the message when autoupdate is in effect
31 - builtin-add.c: restructure the code for maintainability
32 - git-add --all: add all files
33 - git-add --all: tests
34 - git-add --all: documentation
35 - Link shell with compat layer functions
36 - Move read_in_full() and write_in_full() to wrapper.c
37 - "needs update" considered harmful
38 -
39 -Lars Noschinski (1):
40 - cvsserver: Add testsuite for packed refs
41 -
42 -Michele Ballabio (2):
43 - builtin-merge.c: Fix option parsing
44 - builtin-push.c: Cleanup - use OPT_BIT() and remove some variables
45 -
46 -Miklos Vajna (1):
47 - Teach 'git merge' that some merge strategies no longer exist
48 -
49 -Nanako Shiraishi (1):
50 - git am --abort
51 -
whats/in/2008/07/08.txt deleted
-119
@@ -1,119 +0,0 @@
1 -What's in git.git (Jul 2008, #09; Thu, 31)
2 -
3 - maint bfce508 (Makefile: fix shell quoting, 2008-07-25)
4 - master 0fe8c13 (Allow "non-option" revision options in parse_option-enabled commands, 2008-07-31)
5 -------------------------------------------------------------------------
6 -
7 -Some git-gui updates for 1.6.0 are included, and then many minor fixes.
8 -Perhaps -rc2 this weekend.
9 -
10 -* The 'master' branch has these since the last announcement.
11 -
12 -Abhijit Menon-Sen (5):
13 - git-gui: Look for gitk in $PATH, not $LIBEXEC/git-core
14 - Clarify that "git log x.c y.h" lists commits that touch either file
15 - `git submodule add` now requires a <path>
16 - Make it clear that push can take multiple refspecs
17 - Make the DESCRIPTION match <x>... items in the SYNOPSIS
18 -
19 -Alex Riesen (1):
20 - Make use of stat.ctime configurable
21 -
22 -Alexander Gavrilov (7):
23 - Fix pre-commit hooks under MinGW/MSYS
24 - Add options to control the search for copies in blame.
25 - Kill the blame back-end on window close.
26 - Add a menu item to invoke full copy detection in blame.
27 - git-gui: Fix the Remote menu separator.
28 - git-gui: Preserve scroll position on reshow_diff.
29 - Support copy and rename detection in fast-export.
30 -
31 -Anders Melchiorsen (2):
32 - Documentation: fix diff.external example
33 - Advertise the ability to abort a commit
34 -
35 -Björn Steinbrink (1):
36 - rev-parse: Add support for the ^! and ^@ syntax
37 -
38 -Brian Gernhardt (1):
39 - Documentation: Remove mentions of git-svnimport.
40 -
41 -Cesar Eduardo Barros (2):
42 - Documentation/git-submodule.txt: fix doubled word
43 - Documentation/git-rev-parse.txt: update for new git-describe output
44 - format
45 -
46 -Christian Couder (2):
47 - merge-base: die with an error message if not passed a commit ref
48 - documentation: user-manual: update "using-bisect" section
49 -
50 -Jakub Narebski (1):
51 - gitweb: More about how gitweb gets 'owner' of repository
52 -
53 -Jeff King (2):
54 - init: handle empty "template" parameter
55 - Compact commit template message
56 -
57 -Johannes Schindelin (1):
58 - Avoid chdir() in list_commands_in_dir()
59 -
60 -Johannes Sixt (2):
61 - git-gui: Fix "Stage/Unstage Line" with one line of context.
62 - git-gui: "Stage Line": Treat independent changes in adjacent lines better
63 -
64 -Jonathan Nieder (1):
65 - t6030 (bisect): work around Mac OS X "ls"
66 -
67 -Junio C Hamano (11):
68 - make sure parsed wildcard refspec ends with slash
69 - GIT 1.6.0-rc1
70 - Allow building without any git installed
71 - Allow installing in the traditional way
72 - ls-tree documentation: enhance notes on subdirectory and pathspec
73 - behaviour
74 - Documentation: clarify what is shown in "git-ls-files -s" output
75 - t7001: fix "git mv" test
76 - Teach gitlinks to ie_modified() and ce_modified_check_fs()
77 - Fix merge name generation in "merge in C"
78 - Fix test-parse-options "integer" test
79 - Teach --find-copies-harder to "git blame"
80 -
81 -Kevin Ballard (1):
82 - format-patch: Produce better output with --inline or --attach
83 -
84 -Lars Hjemli (3):
85 - builtin-branch: remove duplicated code
86 - builtin-branch: factor out merge_filter matching
87 - builtin-branch: fix -v for --[no-]merged
88 -
89 -Lee Marlow (1):
90 - bash completion: Add completion for 'git help'
91 -
92 -Olivier Marin (1):
93 - builtin-verify-tag: fix -v option parsing
94 -
95 -Petr Baudis (2):
96 - git-mv: Remove dead code branch
97 - git-mv: Keep moved index entries inact
98 -
99 -Pierre Habouzit (1):
100 - Allow "non-option" revision options in parse_option-enabled commands
101 -
102 -Shawn O. Pearce (3):
103 - git-gui: Correct 'Visualize Branches' on Mac OS X to start gitk
104 - fsck: Don't require tmp_obj_ file names are 14 bytes in length
105 - git-gui: Fix gitk search in $PATH to work on Windows
106 -
107 -Steffen Prohaska (5):
108 - Refactor, adding prepare_git_cmd(const char **argv)
109 - run-command (Windows): Run dashless "git <cmd>"
110 - git-gui: Correct installation of library to be $prefix/share
111 - git-gui (Windows): Switch to relative discovery of oguilib
112 - git-gui (Windows): Change wrapper to execdir 'libexec/git-core'
113 -
114 -Thomas Rast (1):
115 - bash completion: Add long options for 'git describe'
116 -
117 -Todd Zullinger (1):
118 - Replace uses of "git-var" with "git var"
119 -
whats/in/2008/07/09.txt deleted
-119
@@ -1,119 +0,0 @@
1 -What's in git.git (Jul 2008, #09; Thu, 31)
2 -
3 - maint bfce508 (Makefile: fix shell quoting, 2008-07-25)
4 - master 0fe8c13 (Allow "non-option" revision options in parse_option-enabled commands, 2008-07-31)
5 -------------------------------------------------------------------------
6 -
7 -Some git-gui updates for 1.6.0 are included, and then many minor fixes.
8 -Perhaps -rc2 this weekend.
9 -
10 -* The 'master' branch has these since the last announcement.
11 -
12 -Abhijit Menon-Sen (5):
13 - git-gui: Look for gitk in $PATH, not $LIBEXEC/git-core
14 - Clarify that "git log x.c y.h" lists commits that touch either file
15 - `git submodule add` now requires a <path>
16 - Make it clear that push can take multiple refspecs
17 - Make the DESCRIPTION match <x>... items in the SYNOPSIS
18 -
19 -Alex Riesen (1):
20 - Make use of stat.ctime configurable
21 -
22 -Alexander Gavrilov (7):
23 - Fix pre-commit hooks under MinGW/MSYS
24 - Add options to control the search for copies in blame.
25 - Kill the blame back-end on window close.
26 - Add a menu item to invoke full copy detection in blame.
27 - git-gui: Fix the Remote menu separator.
28 - git-gui: Preserve scroll position on reshow_diff.
29 - Support copy and rename detection in fast-export.
30 -
31 -Anders Melchiorsen (2):
32 - Documentation: fix diff.external example
33 - Advertise the ability to abort a commit
34 -
35 -Björn Steinbrink (1):
36 - rev-parse: Add support for the ^! and ^@ syntax
37 -
38 -Brian Gernhardt (1):
39 - Documentation: Remove mentions of git-svnimport.
40 -
41 -Cesar Eduardo Barros (2):
42 - Documentation/git-submodule.txt: fix doubled word
43 - Documentation/git-rev-parse.txt: update for new git-describe output
44 - format
45 -
46 -Christian Couder (2):
47 - merge-base: die with an error message if not passed a commit ref
48 - documentation: user-manual: update "using-bisect" section
49 -
50 -Jakub Narebski (1):
51 - gitweb: More about how gitweb gets 'owner' of repository
52 -
53 -Jeff King (2):
54 - init: handle empty "template" parameter
55 - Compact commit template message
56 -
57 -Johannes Schindelin (1):
58 - Avoid chdir() in list_commands_in_dir()
59 -
60 -Johannes Sixt (2):
61 - git-gui: Fix "Stage/Unstage Line" with one line of context.
62 - git-gui: "Stage Line": Treat independent changes in adjacent lines better
63 -
64 -Jonathan Nieder (1):
65 - t6030 (bisect): work around Mac OS X "ls"
66 -
67 -Junio C Hamano (11):
68 - make sure parsed wildcard refspec ends with slash
69 - GIT 1.6.0-rc1
70 - Allow building without any git installed
71 - Allow installing in the traditional way
72 - ls-tree documentation: enhance notes on subdirectory and pathspec
73 - behaviour
74 - Documentation: clarify what is shown in "git-ls-files -s" output
75 - t7001: fix "git mv" test
76 - Teach gitlinks to ie_modified() and ce_modified_check_fs()
77 - Fix merge name generation in "merge in C"
78 - Fix test-parse-options "integer" test
79 - Teach --find-copies-harder to "git blame"
80 -
81 -Kevin Ballard (1):
82 - format-patch: Produce better output with --inline or --attach
83 -
84 -Lars Hjemli (3):
85 - builtin-branch: remove duplicated code
86 - builtin-branch: factor out merge_filter matching
87 - builtin-branch: fix -v for --[no-]merged
88 -
89 -Lee Marlow (1):
90 - bash completion: Add completion for 'git help'
91 -
92 -Olivier Marin (1):
93 - builtin-verify-tag: fix -v option parsing
94 -
95 -Petr Baudis (2):
96 - git-mv: Remove dead code branch
97 - git-mv: Keep moved index entries inact
98 -
99 -Pierre Habouzit (1):
100 - Allow "non-option" revision options in parse_option-enabled commands
101 -
102 -Shawn O. Pearce (3):
103 - git-gui: Correct 'Visualize Branches' on Mac OS X to start gitk
104 - fsck: Don't require tmp_obj_ file names are 14 bytes in length
105 - git-gui: Fix gitk search in $PATH to work on Windows
106 -
107 -Steffen Prohaska (5):
108 - Refactor, adding prepare_git_cmd(const char **argv)
109 - run-command (Windows): Run dashless "git <cmd>"
110 - git-gui: Correct installation of library to be $prefix/share
111 - git-gui (Windows): Switch to relative discovery of oguilib
112 - git-gui (Windows): Change wrapper to execdir 'libexec/git-core'
113 -
114 -Thomas Rast (1):
115 - bash completion: Add long options for 'git describe'
116 -
117 -Todd Zullinger (1):
118 - Replace uses of "git-var" with "git var"
119 -
whats/in/2008/08/01.txt deleted
-131
@@ -1,131 +0,0 @@
1 -What's in git.git (Aug 2008, #01; Tue, 05)
2 -
3 - maint 2d0f5f3 (RelNotes 1.5.6.5 updates, 2008-08-05)
4 - master ddd63e6 (Optimize sha1_object_info for loose objects, not concurrent repacks, 2008-08-05)
5 -------------------------------------------------------------------------
6 -Thanks to many people, we have accumulated quite a few fixes that are
7 -appropriate for 1.6.0 stabilization effort but at the same time apply
8 -equally well to 1.5.6 series. We might want to do 1.5.6.5 to flush them
9 -while we are at it.
10 -
11 -I am planning to tag 1.6.0-rc2 tomorrow evening. I noticed that both gitk
12 -and git-gui have fixes and many updated translations that I intend to
13 -pull before tagging -rc2.
14 -
15 -* The 'maint' branch has these fixes since the last announcement.
16 -
17 -Anders Melchiorsen (1):
18 - Documentation: fix diff.external example
19 -
20 -Brandon Casey (1):
21 - t/t4202-log.sh: add newline at end of file
22 -
23 -Ciaran McCreesh (1):
24 - Make git-add -i accept ranges like 7-
25 -
26 -Jeff King (1):
27 - init: handle empty "template" parameter
28 -
29 -Jim Meyering (1):
30 - git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.
31 -
32 -Johannes Schindelin (1):
33 - sort_in_topological_order(): avoid setting a commit flag
34 -
35 -Jonathan Nieder (1):
36 - git-diff(1): "--c" -> "--cc" typo fix
37 -
38 -Junio C Hamano (6):
39 - make sure parsed wildcard refspec ends with slash
40 - Documentation: clarify diff --cc
41 - Update my e-mail address
42 - Start 1.5.6.5 RelNotes to describe accumulated fixes
43 - builtin-name-rev.c: split deeply nested part from the main function
44 - RelNotes 1.5.6.5 updates
45 -
46 -Linus Torvalds (1):
47 - diff.renamelimit is a basic diff configuration
48 -
49 -Mike Ralphson (1):
50 - Documentation: typos / spelling fixes in older RelNotes
51 -
52 -Pierre Habouzit (1):
53 - git-submodule: move ill placed shift.
54 -
55 -Pieter de Bie (1):
56 - git-name-rev: allow --name-only in combination with --stdin
57 -
58 -René Scharfe (1):
59 - git-name-rev: don't use printf without format
60 -
61 -Stephan Beyer (1):
62 - builtin-revert.c: typofix
63 -
64 -Steve Haslam (1):
65 - Propagate -u/--upload-pack option of "git clone" to transport.
66 -
67 -
68 -* The 'master' branch has these since the last announcement
69 - in addition to the above.
70 -
71 -Abhijit Menon-Sen (4):
72 - Git.pm: localise $? in command_close_bidi_pipe()
73 - Fix hash slice syntax error
74 - Fix typo in perl/Git.pm
75 - Fix typos in INSTALL
76 -
77 -Anders Melchiorsen (2):
78 - Flush output in start_async
79 - Add output flushing before fork()
80 -
81 -Avery Pennarun (2):
82 - Teach "git diff -p" Pascal/Delphi funcname pattern
83 - git-svn: Abort with an error if 'fetch' parameter is invalid.
84 -
85 -Brandon Casey (1):
86 - Teach fsck and prune that tmp_obj_ file names may not be 14 bytes long
87 -
88 -David D. Kilzer (1):
89 - Fix race condition in t9119-git-svn-info.sh
90 -
91 -Dmitry Potapov (1):
92 - correct access right for git-svn-dcommit test
93 -
94 -Eric Wong (2):
95 - git-svn: properly set path for "info" command
96 - t9119: conditionally re-enable test depending on svn(1) version
97 -
98 -Giuseppe Bilotta (2):
99 - diff: add ruby funcname pattern
100 - diff: chapter and part in funcname for tex
101 -
102 -Johannes Schindelin (2):
103 - clone: Add an option to set up a mirror
104 - clone --bare: Add ".git" suffix to the directory name to clone into
105 -
106 -Jon Jensen (1):
107 - Fix reference to Everyday Git, which is an HTML document and not a man
108 - page.
109 -
110 -Lee Marlow (11):
111 - bash completion: remove unused function _git_diff_tree
112 - bash completion: Add more long options for 'git log'
113 - bash completion: Add completion for 'git grep'
114 - bash completion: Add completion for 'git clone'
115 - bash completion: Add completion for 'git clean'
116 - bash completion: Add completion for 'git init'
117 - bash completion: Add completion for 'git revert'
118 - bash completion: More completions for 'git stash'
119 - bash completion: Add completion for 'git archive'
120 - bash completion: Add completion for 'git ls-files'
121 - bash completion: Add completion for 'git mv'
122 -
123 -Mike Ralphson (1):
124 - Documentation: typos / spelling fixes
125 -
126 -Steffen Prohaska (1):
127 - Modify mingw_main() workaround to avoid link errors
128 -
129 -Steven Grimm (1):
130 - Optimize sha1_object_info for loose objects, not concurrent repacks
131 -
whats/in/2008/08/02.txt deleted
-124
@@ -1,124 +0,0 @@
1 -Subject: What's in git.git (Aug 2008, #02; Mon, 11)
2 -X-maint-at: 4f80b27d48fee1c588810f3341ffe5d14558cea2
3 -X-master-at: 10d9d887ecdc81197162d7bbe5dfc0d028498fd6
4 -X-maint-was: 2d0f5f3459278475602394a7165bf8919412f4e4
5 -X-master-was: ddd63e64e4ac7e455dff3e807bf6a6977bb61456
6 -
7 -What's in git.git (Aug 2008, #02; Mon, 11)
8 -
9 - maint 4f80b27 (Documentation: fix invalid reference to 'mybranch' in user manual)
10 - master 10d9d88 (Merge branch 'maint')
11 -------------------------------------------------------------------------
12 -
13 -Minor fixes toward 1.6.0 final continue to flow in, but many of them are
14 -also applicable to 'maint'.
15 -
16 -Also on 'maint' branch, there are a few backmerges of topics that have
17 -already been in 'master' for a while. Not all of them are "fixes",
18 -though. We may or may not have 1.5.6.6 before 1.6.0 happens.
19 -
20 -* The 'maint' branch has these fixes since the last announcement.
21 -
22 -Alexander Gavrilov (1):
23 - Fix quadratic performance in rewrite_one.
24 -
25 -Ivan Stankovic (1):
26 - Documentation: fix invalid reference to 'mybranch' in user manual
27 -
28 -Junio C Hamano (7):
29 - Per-ref reflog expiry configuration
30 - Make default expiration period of reflog used for stash infinite
31 - fix diff-tree --stdin documentation
32 - Files given on the command line are relative to $cwd
33 - GIT 1.5.6.5
34 - asciidoc markup fixes
35 - Fix deleting reflog entries from HEAD reflog
36 -
37 -Linus Torvalds (4):
38 - Split up default "core" config parsing into helper routine
39 - Split up default "user" config parsing into helper routine
40 - Split up default "i18n" and "branch" config parsing into helper routines
41 - Add config option to enable 'fsync()' of object files
42 -
43 -Petr Baudis (1):
44 - Fail properly when cloning from invalid HTTP URL
45 -
46 -Pieter de Bie (1):
47 - reflog test: add more tests for 'reflog delete'
48 -
49 -Thomas Rast (1):
50 - Documentation: rev-list-options: Fix -g paragraph formatting
51 -
52 -
53 -* The 'master' branch has these since the last announcement
54 - in addition to the above.
55 -
56 -Alexander Gavrilov (6):
57 - gitk: Kill back-end processes on window close
58 - gitk: Arrange to kill diff-files & diff-index on quit
59 - gitk: On Windows, use a Cygwin-specific flag for kill
60 - gitk: Fixed broken exception handling in diff
61 - gitk: Fixed automatic row selection during load
62 - gitk: Fallback to selecting the head commit upon load
63 -
64 -Brandon Casey (3):
65 - perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER section
66 - Makefile: set SHELL to value of SHELL_PATH
67 - Makefile: add a target which will abort compilation with ancient shells
68 -
69 -Christian Stimming (2):
70 - git-gui: Update German translation
71 - gitk: Updated German translation
72 -
73 -Eric Wong (2):
74 - git-svn: add ability to specify --commit-url for dcommit
75 - git-svn: wrap long lines in a few places
76 -
77 -Johannes Schindelin (1):
78 - clone --mirror: avoid storing repeated tags
79 -
80 -Johannes Sixt (1):
81 - git-gui: Adapt discovery of oguilib to execdir 'libexec/git-core'
82 -
83 -Jonathan Nieder (1):
84 - Documentation: user-manual: "git commit -a" doesn't motivate .gitignore
85 -
86 -Junio C Hamano (4):
87 - GIT 1.6.0-rc2
88 - GIT-VERSION-GEN: mark the version 'dirty' only if there are modified
89 - files
90 - mailinfo: fix MIME multi-part message boundary handling
91 - Update draft RelNotes for 1.6.0
92 -
93 -Marcus Griep (2):
94 - Fix multi-glob assertion in git-svn
95 - git-svn: Allow deep branch names by supporting multi-globs
96 -
97 -Michele Ballabio (2):
98 - git-gui: update po/it.po
99 - git-gui: add a part about format strings in po/README
100 -
101 -Mikael Magnusson (2):
102 - git-gui: Update swedish translation.
103 - gitk: Update swedish translation.
104 -
105 -Nanako Shiraishi (1):
106 - git-gui: update Japanese translation
107 -
108 -Pieter de Bie (1):
109 - builtin-rm: Add a --force flag
110 -
111 -René Scharfe (1):
112 - archive: allow --exec and --remote without equal sign
113 -
114 -SZEDER Gábor (1):
115 - bash: remove redundant check for 'git stash apply' options
116 -
117 -Shawn O. Pearce (1):
118 - git-gui: Update git-gui.pot for 0.11 nearing release
119 -
120 -Thomas Rast (3):
121 - Documentation: commit-tree: remove 16 parents restriction
122 - Documentation: filter-branch: document how to filter all refs
123 - filter-branch: be more helpful when an annotated tag changes
124 -
whats/in/2008/08/03.txt deleted
-67
@@ -1,67 +0,0 @@
1 -Subject: What's in git.git (Aug 2008, #03; Thu, 14)
2 -X-maint-at: 21926fe885aa6579f7aa0e89fcb6a9064f8aa516
3 -X-master-at: a0653d550524a0263d36fde6a8cf98941dd057ab
4 -X-maint-was: 4f80b27d48fee1c588810f3341ffe5d14558cea2
5 -X-master-was: 10d9d887ecdc81197162d7bbe5dfc0d028498fd6
6 -
7 -What's in git.git (Aug 2008, #03; Thu, 14)
8 -
9 - maint 21926fe (t5304-prune: adjust file mtime based on system time rather than file mtime)
10 - master a0653d5 (Merge branch 'maint')
11 -------------------------------------------------------------------------
12 -
13 -We will have the 1.6.0 final this weekend. Please keep "obviously
14 -correct" fixes flowing in.
15 -
16 -* The 'maint' branch has these fixes since the last announcement.
17 -
18 -Brandon Casey (1):
19 - t5304-prune: adjust file mtime based on system time rather than file
20 - mtime
21 -
22 -Francis Moreau (1):
23 - git-bisect: fix wrong usage of read(1)
24 -
25 -Junio C Hamano (2):
26 - Re-fix rev-list-options documentation
27 - Do not talk about "diff" in rev-list documentation.
28 -
29 -Kevin Ballard (1):
30 - Fix escaping of glob special characters in pathspecs
31 -
32 -
33 -* The 'master' branch has these since the last announcement
34 - in addition to the above.
35 -
36 -Brandon Casey (1):
37 - test-parse-options: use appropriate cast in length_callback
38 -
39 -Gustaf Hendeby (2):
40 - gitattributes: Document built in hunk header patterns
41 - Teach git diff about BibTeX head hunk patterns
42 -
43 -Junio C Hamano (2):
44 - diff --check: do not unconditionally complain about trailing empty lines
45 - GIT 1.6.0-rc3
46 -
47 -Marcus Griep (3):
48 - Git.pm: Add faculties to allow temp files to be cached
49 - git-svn: Make it incrementally faster by minimizing temp files
50 - git-svn: Reduce temp file usage when dealing with non-links
51 -
52 -Nguyễn Thái Ngọc Duy (1):
53 - Fix typo in comments of longest_ancestor_length()
54 -
55 -Petr Baudis (1):
56 - Adjust for the new way of enabling the default post-update hook
57 -
58 -Stephen R. van den Berg (1):
59 - git-daemon: SysV needs the signal handler reinstated.
60 -
61 -Thomas Rast (4):
62 - Documentation: rev-list-options: Fix a typo
63 - Documentation: rev-list-options: Rewrite simplification descriptions for
64 - clarity
65 - rebase -i -p: handle index and workdir correctly
66 - rebase -i -p: fix parent rewriting
67 -
whats/in/2008/08/04.txt deleted
-22
@@ -1,22 +0,0 @@
1 -Subject: What's in git.git (Aug 2008, #04; Tue, 19)
2 -X-maint-at: 26e08a0190cb3354e43bab13ea693a5c826a8fe1
3 -X-master-at: c6670b348cb19c74a6d7f6943df4871eb0d8295f
4 -X-maint-was: dba9194a49452b5f093b96872e19c91b50e526aa
5 -X-master-was: 2ebc02d32a4360da2cf69c2b5f5bfad0716d42b0
6 -
7 -What's in git.git (Aug 2008, #04; Tue, 19)
8 -
9 - maint 26e08a0 (t1002-read-tree-m-u-2way.sh: use 'git diff -U0' rather than 'diff -U0')
10 - master c6670b3 (Merge branch 'maint')
11 -------------------------------------------------------------------------
12 -
13 -* The 'maint' branch has these fixes since 1.6.0.
14 -
15 -Brandon Casey (1):
16 - t1002-read-tree-m-u-2way.sh: use 'git diff -U0' rather than 'diff -U0'
17 -
18 -Don Zickus (1):
19 - mailinfo: re-fix MIME multipart boundary parsing
20 -
21 -Robert Schiele (1):
22 - adapt git-cvsserver manpage to dash-free syntax
whats/in/2008/08/05.txt deleted
-92
@@ -1,92 +0,0 @@
1 -Subject: What's in git.git (Aug 2008, #05; Wed, 20)
2 -X-maint-at: 9b99e641c11044dba661f574f9098d362a3f0ef8
3 -X-master-at: ea3594e04184475226109a21e71c539ff5f139fd
4 -X-maint-was: 26e08a0190cb3354e43bab13ea693a5c826a8fe1
5 -X-master-was: c6670b348cb19c74a6d7f6943df4871eb0d8295f
6 -
7 -What's in git.git (Aug 2008, #05; Wed, 20)
8 -
9 - maint 9b99e64 (Update draft release notes for 1.6.0.1)
10 - master ea3594e (Update draft release notes for 1.6.1)
11 -------------------------------------------------------------------------
12 -
13 -I have to say I've been very productive since 1.6.0 relase and it is _not_
14 -a good thing. Many minor bugs are discovered by the list regulars, but
15 -they really should have been found and fixed during the -rc period.
16 -Let's try to do better in this cycle.
17 -
18 -Anyway, thanks everybody for finding and fixing bugs and supplying bugfix
19 -patches with test cases. Perhaps we would need a 1.6.0.1 this weekend.
20 -
21 -* The 'maint' branch has these fixes since the last announcement.
22 -
23 -Jeff King (2):
24 - mailinfo: avoid violating strbuf assertion
25 - decorate: allow const objects to be decorated
26 -
27 -Jim Meyering (2):
28 - git format-patch: avoid underrun when format.headers is empty or all NLs
29 - remote.c: remove useless if-before-free test
30 -
31 -Johannes Sixt (1):
32 - Install templates with the user and group of the installing personality
33 -
34 -Junio C Hamano (5):
35 - diff --check: do not get confused by new blank lines in the middle
36 - for-each-ref: cope with tags with incomplete lines
37 - completion: find out supported merge strategies correctly
38 - "git-merge": allow fast-forwarding in a stat-dirty tree
39 - Update draft release notes for 1.6.0.1
40 -
41 -Tarmigan Casebolt (1):
42 - Add hints to revert documentation about other ways to undo changes
43 -
44 -
45 -* The 'master' branch has these since the last announcement
46 - in addition to the above.
47 -
48 -Brian Downing (2):
49 - Make xdi_diff_outf interface for running xdiff_outf diffs
50 - Use strbuf for struct xdiff_emit_state's remainder
51 -
52 -Dmitry Potapov (6):
53 - teach index_fd to work with pipes
54 - correct argument checking test for git hash-object
55 - correct usage help string for git-hash-object
56 - use parse_options() in git hash-object
57 - add --path option to git hash-object
58 - add --no-filters option to git hash-object
59 -
60 -Jeff King (2):
61 - run-command: add pre-exec callback
62 - spawn pager via run_command interface
63 -
64 -Jim Meyering (3):
65 - add boolean diff.suppress-blank-empty config option
66 - SubmittingPatches: fix a typo
67 - reword --full-index description
68 -
69 -Johannes Schindelin (1):
70 - checkout --track: make up a sensible branch name if '-b' was omitted
71 -
72 -Johannes Sixt (1):
73 - Revert "Windows: Use a customized struct stat that also has the st_blocks
74 - member."
75 -
76 -Junio C Hamano (4):
77 - imap-send.c: more style fixes
78 - xdiff-interface: hide the whole "xdiff_emit_state" business from the
79 - caller
80 - compat: introduce on_disk_bytes()
81 - Update draft release notes for 1.6.1
82 -
83 -Pierre Habouzit (1):
84 - Enable threaded delta search on *BSD and Linux.
85 -
86 -Robert Shearman (4):
87 - git-imap-send: Allow the program to be run from subdirectories of a git
88 - tree
89 - git-imap-send: Support SSL
90 - imap-send.c: style fixes
91 - Documentation: Improve documentation for git-imap-send(1)
92 -
whats/in/2008/08/06.txt deleted
-124
@@ -1,124 +0,0 @@
1 -Subject: What's in git.git (Aug 2008, #06; Sat, 23)
2 -X-maint-at: 913e0e99b6a6e63af6a062622a1f94bd78fd8052
3 -X-master-at: d6096f17d2d5d9ccb453aabf8edc6ee238b166fc
4 -X-maint-was: 9b99e641c11044dba661f574f9098d362a3f0ef8
5 -X-master-was: ea3594e04184475226109a21e71c539ff5f139fd
6 -
7 -What's in git.git (Aug 2008, #06; Sat, 23)
8 -
9 - maint 913e0e9 (unpack_trees(): protect the handcrafted in-core index from read_cache())
10 - master d6096f1 (Merge branch 'maint')
11 -------------------------------------------------------------------------
12 -
13 -There are a few fix-up that just have started cooking in 'next/pu'; they
14 -eventually should be merged to 'maint', but not yet.
15 -
16 -There are quite a few topics graduated to 'master'.
17 -
18 -* The 'maint' branch has these fixes since the last announcement.
19 -
20 -Brandon Casey (2):
21 - revision.h: make show_early_output an extern which is defined in
22 - revision.c
23 - compat/snprintf.c: handle snprintf's that always return the # chars
24 - transmitted
25 -
26 -Eric Raible (1):
27 - Completion: add missing '=' for 'diff --diff-filter'
28 -
29 -Eric Wong (1):
30 - git-svn: fix dcommit to urls with embedded usernames
31 -
32 -Junio C Hamano (1):
33 - unpack_trees(): protect the handcrafted in-core index from read_cache()
34 -
35 -Miklos Vajna (1):
36 - Fix 'git help help'
37 -
38 -Tor Arvid Lund (1):
39 - git-p4: Fix one-liner in p4_write_pipe function.
40 -
41 -
42 -* The 'master' branch has these since the last announcement
43 - in addition to the above.
44 -
45 -Alex Riesen (1):
46 - Extend "checkout --track" DWIM to support more cases
47 -
48 -Brandon Casey (1):
49 - remote.c: add a function for deleting a refspec array and use it (twice)
50 -
51 -Christian Couder (1):
52 - merge-base: teach "git merge-base" to drive underlying merge_bases_many()
53 -
54 -Dan Hensgen (1):
55 - git-merge documentation: more details about resolving conflicts
56 -
57 -David Aguilar (1):
58 - git-submodule: replace duplicated code with a module_list function
59 -
60 -Johan Herland (1):
61 - Teach "git diff -p" HTML funcname patterns
62 -
63 -Johannes Schindelin (4):
64 - t9700: remove useless check
65 - tests: Clarify dependencies between tests, 'aggregate-results' and
66 - 'clean'
67 - Enable parallel tests
68 - test-lib: do not remove trash_directory if called with --debug
69 -
70 -Johannes Sixt (1):
71 - filter-branch: Grok special characters in tag names
72 -
73 -Jonathan del Strother (1):
74 - Revert "Convert output messages in merge-recursive to past tense."
75 -
76 -Junio C Hamano (8):
77 - documentation: merge-base: explain "git merge-base" with more than 2 args
78 - merge-base-many: add trivial tests based on the documentation
79 - git-merge-octopus: use (merge-base A (merge B C D E...)) for stepwise
80 - merge
81 - update-index: refuse to add working tree items beyond symlinks
82 - add: refuse to add working tree items beyond symlinks
83 - index: future proof for "extended" index entries
84 - tests: use $TEST_DIRECTORY to refer to the t/ directory
85 - templates/Makefile: install is unnecessary, just use mkdir -p
86 -
87 -Karl Hasselström (4):
88 - Refactoring: Split up diff_tree_stdin
89 - diff-tree: Note that the commit ID is printed with --stdin
90 - Teach git diff-tree --stdin to diff trees
91 - Add test for diff-tree --stdin with two trees
92 -
93 -Kirill Smelkov (1):
94 - Teach "git diff -p" Python funcname patterns
95 -
96 -Marcus Griep (2):
97 - count-objects: Add total pack size to verbose output
98 - Update t/.gitignore to ignore all trash directories
99 -
100 -Marek Zawirski (1):
101 - Make push more verbose about illegal combination of options
102 -
103 -Mark Levedahl (1):
104 - git-submodule - Add 'foreach' subcommand
105 -
106 -Neil Roberts (1):
107 - config.mak.in: Pass on LDFLAGS from configure
108 -
109 -Paolo Bonzini (1):
110 - provide more errors for the "merge into empty head" case
111 -
112 -Peter Valdemar Mørch (2):
113 - Teach git log --check to return an appropriate exit code
114 - Teach git log --exit-code to return an appropriate exit code
115 -
116 -Pieter de Bie (1):
117 - builtin-reflog: Allow reflog expire to name partial ref
118 -
119 -Shawn O. Pearce (1):
120 - Make reflog query '@{1219188291}' act as '@{2008.8.19.16:24:51.-0700}'
121 -
122 -Stephan Beyer (1):
123 - Fix commit_tree() buffer leak
124 -
whats/in/2008/08/07.txt deleted
-107
@@ -1,107 +0,0 @@
1 -Subject: What's in git.git (Aug 2008, #07; Wed, 27)
2 -X-maint-at: c67b1fa349cc7b4341b32b9ef1c58a3821ce0830
3 -X-master-at: a1184d85e8752658f02746982822f43f32316803
4 -X-maint-was: 913e0e99b6a6e63af6a062622a1f94bd78fd8052
5 -X-master-was: d6096f17d2d5d9ccb453aabf8edc6ee238b166fc
6 -
7 -What's in git.git (Aug 2008, #07; Wed, 27)
8 -
9 - maint c67b1fa (ctype.c: protect tiny C preprocessor constants)
10 - master a1184d8 (Merge branch 'mv/merge-custom')
11 -------------------------------------------------------------------------
12 -
13 -Handful fixes went to 1.6.0.1 and then a few more are on 'maint'.
14 -
15 -On the 'master' front, among other things:
16 -
17 - - "git cherry-pick" can reuse earlier conflict resolution.
18 -
19 - - "git merge" can use a custom strategy (if you write one).
20 -
21 - - "git-shell" was broken and then fixed.
22 -
23 - - "git submodule sync" is a new subcommand.
24 -
25 -* The 'maint' branch has these fixes since the last announcement.
26 -
27 -Alexander Gavrilov (1):
28 - Respect core.autocrlf in combined diff
29 -
30 -Jeff King (1):
31 - Fix "git log -i --grep"
32 -
33 -Jonathan Nieder (2):
34 - Documentation: clarify pager.<cmd> configuration
35 - Documentation: clarify pager configuration
36 -
37 -Junio C Hamano (3):
38 - merge: fix numerous bugs around "trivial merge" area
39 - GIT 1.6.0.1
40 - ctype.c: protect tiny C preprocessor constants
41 -
42 -Linus Torvalds (1):
43 - index-pack: be careful after fixing up the header/footer
44 -
45 -Miklos Vajna (1):
46 - Makefile: enable SNPRINTF_RETURNS_BOGUS for HP-UX
47 -
48 -Nguyễn Thái Ngọc Duy (1):
49 - index-pack: setup git repository
50 -
51 -Ramsay Allan Jones (2):
52 - Fix a warning (on cygwin) to allow -Werror
53 - Suppress some bash redirection error messages
54 -
55 -Simon Hausmann (1):
56 - Clean up the git-p4 documentation
57 -
58 -
59 -* The 'master' branch has these since the last announcement
60 - in addition to the above.
61 -
62 -Abhijit Menon-Sen (1):
63 - Make cherry-pick use rerere for conflict resolution.
64 -
65 -Andreas Färber (1):
66 - Makefile: always provide a fallback when hardlinks fail
67 -
68 -David Aguilar (1):
69 - git-submodule: add "sync" command
70 -
71 -Gustaf Hendeby (1):
72 - Update .gitignore to ignore git-help
73 -
74 -Jeff King (1):
75 - format-patch: use default diff format even with patch options
76 -
77 -Junio C Hamano (7):
78 - builtin-add.c: restructure the code for maintainability
79 - builtin-add.c: optimize -A option and "git add ."
80 - shell: do not play duplicated definition games to shrink the executable
81 - Build-in "git-shell"
82 - Fix "git-merge -s bogo" help text
83 - t7606: fix custom merge test
84 - Revert "Build-in "git-shell""
85 -
86 -Mark Levedahl (3):
87 - git-submodule.sh - Remove trailing / from URL if found
88 - git-submodule.sh - Remove trailing / from URL if found
89 - git-submodule - Use "get_default_remote" from git-parse-remote
90 -
91 -Miklos Vajna (6):
92 - builtin-help: make some internal functions available to other builtins
93 - builtin-merge: allow using a custom strategy
94 - Add a new test for using a custom merge strategy
95 - Add a second testcase for handling invalid strategies in git-merge
96 - builtin-help: always load_command_list() in cmd_help()
97 - Builtin git-help.
98 -
99 -Nicolas Pitre (1):
100 - discard revindex data when pack list changes
101 -
102 -Simon Hausmann (1):
103 - Make it possible to abort the submission of a change to Perforce
104 -
105 -Tommi Virtanen (1):
106 - Install git-shell in bindir, too
107 -
whats/in/2008/09/01.txt deleted
-237
@@ -1,237 +0,0 @@
1 -Subject: What's in git.git (Sep 2008, #01; Sat, 06)
2 -X-maint-at: aaefbfa66c348a461b3081873ef42819c8b38dac
3 -X-master-at: ec3a4ba519c0012d58584d23f407c302e7b80eb6
4 -X-maint-was: c67b1fa349cc7b4341b32b9ef1c58a3821ce0830
5 -X-master-was: a1184d85e8752658f02746982822f43f32316803
6 -
7 -What's in git.git (Sep 2008, #01; Sat, 06)
8 -
9 - maint aaefbfa (Update draft release notes for 1.6.0.2)
10 - master ec3a4ba (Update draft release notes for 1.6.1)
11 -------------------------------------------------------------------------
12 -
13 -Quite a many minor fixes appeared on 'maint'. 1.6.0.2 needs to happen
14 -soon. Any favorite fixes (not feature enhancements) not on the list here?
15 -
16 -On the 'master' front, gitk, git-gui and git-svn subsystems had moderate
17 -amount of updates. Among other things:
18 -
19 - - From gitk you can ask git-gui to show blame, and from git-gui's blame
20 - you can ask gitk to show the commit and history;
21 -
22 - - "log --simplify-merges";
23 -
24 - - "commit --author=$name" does not require "A U Thor <author@email.xz>"
25 - in full; abbreviated request will look for a matching one in the
26 - existing history;
27 -
28 - - "pack-objects" is safer against disc corruption;
29 -
30 -
31 -
32 -* The 'maint' branch has these fixes since the last announcement.
33 -
34 -Alex Riesen (1):
35 - Fix use of hardlinks in "make install"
36 -
37 -Alexander Gavrilov (1):
38 - git-gui: Fix string escaping in po2msg.sh
39 -
40 -Alexandre Bourget (2):
41 - git-gui: Update french translation
42 - git-gui: update all remaining translations to French.
43 -
44 -Andreas Färber (1):
45 - Makefile: always provide a fallback when hardlinks fail
46 -
47 -Ask Bjørn Hansen (1):
48 - Document sendemail.envelopesender configuration
49 -
50 -Björn Steinbrink (1):
51 - for-each-ref: Allow a trailing slash in the patterns
52 -
53 -Clemens Buchacher (2):
54 - git gui: show diffs with a minimum of 1 context line
55 - clone: fix creation of explicitly named target directory
56 -
57 -Gustaf Hendeby (1):
58 - Document clarification: gitmodules, gitattributes
59 -
60 -Heikki Orsila (2):
61 - Start conforming code to "git subcmd" style
62 - Improve documentation for --dirstat diff option
63 -
64 -Jeff King (2):
65 - pretty=format: respect date format options
66 - checkout: fix message when leaving detached HEAD
67 -
68 -Johan Herland (1):
69 - Bring local clone's origin URL in line with that of a remote clone
70 -
71 -Jonas Fonseca (1):
72 - Fix passwd(5) ref and reflect that commit doens't use commit-tree
73 -
74 -Junio C Hamano (11):
75 - shell: do not play duplicated definition games to shrink the executable
76 - Fix example in git-name-rev documentation
77 - git-apply: Loosen "match_beginning" logic
78 - gitattributes: -crlf is not binary
79 - 'git foo' program identifies itself without dash in die() messages
80 - Start 1.6.0.2 maintenance cycle
81 - diff --cumulative is a sub-option of --dirstat
82 - "blame -c" should be compatible with "annotate"
83 - Mention the fact that 'git annotate' is only for backward compatibility.
84 - stash: refresh the index before deciding if the work tree is dirty
85 - Update draft release notes for 1.6.0.2
86 -
87 -Linus Torvalds (1):
88 - Fix '--dirstat' with cross-directory renaming
89 -
90 -Miklos Vajna (1):
91 - Makefile: add merge_recursive.h to LIB_H
92 -
93 -Nanako Shiraishi (4):
94 - tests: use "git xyzzy" form (t0000 - t3599)
95 - tests: use "git xyzzy" form (t3600 - t6999)
96 - tests: use "git xyzzy" form (t7000 - t7199)
97 - tests: use "git xyzzy" form (t7200 - t9001)
98 -
99 -Nguyễn Thái Ngọc Duy (5):
100 - diff*: fix worktree setup
101 - grep: fix worktree setup
102 - read-tree: setup worktree if merge is required
103 - update-index: fix worktree setup
104 - setup_git_directory(): fix move to worktree toplevel directory
105 -
106 -Nicolas Pitre (2):
107 - discard revindex data when pack list changes
108 - improve handling of sideband message display
109 -
110 -Paolo Bonzini (1):
111 - make git-shell paranoid about closed stdin/stdout/stderr
112 -
113 -Paolo Ciarrocchi (1):
114 - tutorial: gentler illustration of Alice/Bob workflow using gitk
115 -
116 -Petr Baudis (1):
117 - bash completion: Hide more plumbing commands
118 -
119 -SZEDER Gábor (3):
120 - Documentation: fix reference to a for-each-ref option
121 - Documentation: fix disappeared lines in 'git stash' manpage
122 - Documentation: minor cleanup in a use case in 'git stash' manual
123 -
124 -Shawn O. Pearce (2):
125 - pack-objects: Allow missing base objects when creating thin packs
126 - git-gui: Fix diff parsing for lines starting with "--" or "++"
127 -
128 -Teemu Likonen (1):
129 - config.txt: Add missing colons after option name
130 -
131 -Yann Dirson (1):
132 - Document gitk --argscmd flag.
133 -
134 -
135 -* The 'master' branch has these since the last announcement
136 - in addition to the above.
137 -
138 -Alex Riesen (5):
139 - Remove calculation of the longest command name from where it is not used
140 - Remove useless memset of static command name lists in builtin-merge.c
141 - Make main_cmds and other_cmds local to builtin-help.c
142 - Allow git help work without PATH set
143 - list_commands: only call git_exec_path if it is needed
144 -
145 -Alexander Gavrilov (14):
146 - git-gui: Support starting gitk from Gui Blame
147 - git-gui: Support passing blame to a parent commit.
148 - git-gui: Better positioning in Blame Parent Commit
149 - git-gui: Allow specifying an initial line for git gui blame.
150 - gitk: Add option to specify the default commit on command line
151 - gitk: Add menu item for calling git gui blame
152 - git-gui: Support resolving conflicts via the diff context menu.
153 - git-gui: Support calling merge tools.
154 - git-gui: Don't allow staging files with conflicts.
155 - git-gui: Support more merge tools.
156 - git-gui: Support conflict states _U & UT.
157 - git-gui: Reimplement and enhance auto-selection of diffs.
158 - git-gui: Make F5 reselect a diff, if an untracked file is selected.
159 - git-gui: Show special diffs for complex conflict cases.
160 -
161 -Brandon Casey (1):
162 - dir.c: Avoid c99 array initialization
163 -
164 -Christian Stimming (1):
165 - git-gui: Mark forgotten strings for translation.
166 -
167 -David Soria Parra (1):
168 - cast pid_t's to uintmax_t to improve portability
169 -
170 -Eric Wong (2):
171 - git-svn: check error code of send_txstream
172 - t9124: clean up chdir usage
173 -
174 -Florian Weimer (3):
175 - git-svn: extract base blob in generate_diff
176 - git-svn: Introduce SVN::Git::Editor::_chg_file_get_blob
177 - git-svn: Send deltas during commits
178 -
179 -Giuseppe Bilotta (1):
180 - gitweb: ref markers link to named shortlogs
181 -
182 -Gustaf Hendeby (1):
183 - git-gui: Teach git gui about file type changes
184 -
185 -Junio C Hamano (11):
186 - revision.c: whitespace fix
187 - revision traversal: show full history with merge simplification
188 - Topo-sort before --simplify-merges
189 - revision --simplify-merges: use decoration instead of commit->util field
190 - revision --simplify-merges: do not leave commits unprocessed
191 - revision --simplify-merges: make it a no-op without pathspec
192 - daemon.c: minor style fixup
193 - git commit --author=$name: look $name up in existing commits
194 - Update draft release notes for 1.6.1
195 - log --author/--committer: really match only with name part
196 - Update draft release notes for 1.6.1
197 -
198 -Matthias Kestenholz (1):
199 - bash-completion: Add all submodule subcommands to the completion list
200 -
201 -Nicolas Pitre (5):
202 - pack-objects: improve returned information from write_one()
203 - improve reliability of fixup_pack_header_footer()
204 - pack-objects: use fixup_pack_header_footer()'s validation mode
205 - index-pack: use fixup_pack_header_footer()'s validation mode
206 - fixup_pack_header_footer(): use nicely aligned buffer sizes
207 -
208 -Paul Talacko (1):
209 - git-svn: set auto_props when renaming files
210 -
211 -Romain Francoise (1):
212 - builtin-help: fallback to GIT_MAN_VIEWER before man
213 -
214 -Stephen R. van den Berg (4):
215 - git-daemon: call logerror() instead of error()
216 - git-daemon: use LOG_PID, simplify logging code
217 - git-daemon: Simplify dead-children reaping logic
218 - git-daemon: rewrite kindergarden, new option --max-connections
219 -
220 -Thomas Rast (13):
221 - filter-branch: Extend test to show rewriting bug
222 - filter-branch: fix ref rewriting with --subdirectory-filter
223 - filter-branch: use --simplify-merges
224 - Documentation: rev-list-options: move --simplify-merges documentation
225 - git svn: catch lack of upstream info for dcommit earlier
226 - git svn info: tests: let 'init' test run with SVN 1.5
227 - git svn info: tests: do not use set -e
228 - git svn info: tests: use test_cmp instead of git-diff
229 - git svn info: tests: fix ptouch argument order in setup
230 - git svn info: make info relative to the current directory
231 - git svn info: always quote URLs in 'info' output
232 - git-svn: match SVN 1.5 behaviour of info' on unknown item
233 - git-svn: fix 'info' tests for unknown items
234 -
235 -Tor Arvid Lund (1):
236 - git-p4: Fix checkout bug when using --import-local.
237 -
whats/in/2008/09/02.txt deleted
-94
@@ -1,94 +0,0 @@
1 -Subject: What's in git.git (Sep 2008, #02; Wed, 10)
2 -X-maint-at: 873358dd2ac3bf2cea9a370d8586378a27a092f2
3 -X-master-at: ede4caf6e3204f9d63758d6410d0f124b0caab32
4 -X-maint-was: aaefbfa66c348a461b3081873ef42819c8b38dac
5 -X-master-was: ec3a4ba519c0012d58584d23f407c302e7b80eb6
6 -
7 -What's in git.git (Sep 2008, #02; Wed, 10)
8 -
9 - maint 873358d (Update draft release notes for 1.6.0.2)
10 - master ede4caf (Install git-cvsserver in $(bindir))
11 -------------------------------------------------------------------------
12 -
13 -BLURB HERE
14 -
15 -* The 'maint' branch has these fixes since the last announcement.
16 -
17 -Arjen Laarhoven (1):
18 - Use compatibility regex library for OSX/Darwin
19 -
20 -Junio C Hamano (4):
21 - checkout: do not check out unmerged higher stages randomly
22 - diff: Help "less" hide ^M from the output
23 - log --author/--committer: really match only with name part
24 - Update draft release notes for 1.6.0.2
25 -
26 -Marcus Griep (2):
27 - Git.pm: Use File::Temp->tempfile instead of ->new
28 - git-svn: Fixes my() parameter list syntax error in pre-5.8 Perl
29 -
30 -Miklos Vajna (1):
31 - t7501: always use test_cmp instead of diff
32 -
33 -Nicolas Pitre (5):
34 - pack-objects: improve returned information from write_one()
35 - improve reliability of fixup_pack_header_footer()
36 - pack-objects: use fixup_pack_header_footer()'s validation mode
37 - index-pack: use fixup_pack_header_footer()'s validation mode
38 - fixup_pack_header_footer(): use nicely aligned buffer sizes
39 -
40 -
41 -* The 'master' branch has these since the last announcement
42 - in addition to the above.
43 -
44 -Alex Riesen (1):
45 - Add help.autocorrect to enable/disable autocorrecting
46 -
47 -Andreas Ericsson (1):
48 - Teach "git diff -p" to locate PHP class methods
49 -
50 -Arjen Laarhoven (1):
51 - t6023-merge-file: Work around non-portable sed usage
52 -
53 -Christian Couder (1):
54 - refs: improve comments about "reading" argument of "resolve_ref"
55 -
56 -Dotan Barak (1):
57 - Use xmalloc() and friends to catch allocation failures
58 -
59 -Eric Wong (1):
60 - git-svn: fix handling of even funkier branch names
61 -
62 -Giovanni Funchal (1):
63 - configure: auto detect dynamic library path switches
64 -
65 -Heikki Orsila (1):
66 - Start conforming code to "git subcmd" style part 2
67 -
68 -Johannes Schindelin (1):
69 - git wrapper: DWIM mistyped commands
70 -
71 -Johannes Sixt (1):
72 - Windows: git-shell can be compiled again
73 -
74 -Junio C Hamano (2):
75 - Makefile: Allow CC_LD_DYNPATH to be overriden
76 - Fix git-diff-tree --stdin
77 -
78 -Michael J Gruber (2):
79 - allow installation of man and html doc from the man and html branches
80 - separate build targets for man and html documentation
81 -
82 -Mikael Magnusson (1):
83 - Correct output of git-count-objects.
84 -
85 -Nanako Shiraishi (8):
86 - t/t91XX-svn: start removing use of "git-" from these tests
87 - t/t91XX git-svn tests: run "git svn" not "git-svn"
88 - t9200: use "git cvsexportcommit" without dash
89 - t9300, t9301: use "git fast-import/fast-export" without dash
90 - t9700: use "git config" without dash
91 - tests: use "git foo" without dash in strings
92 - t9101: use "git hash-object" without dash
93 - Install git-cvsserver in $(bindir)
94 -
whats/in/2008/09/03.txt deleted
-138
@@ -1,138 +0,0 @@
1 -Subject: What's in git.git (Sep 2008, #03; Mon, 22)
2 -X-maint-at: 8b4eb6b6cd65042c6ecb4f06f19c1f2441899ed6
3 -X-master-at: c76dc9592d1c770212d50ee7a7028a74f472f23b
4 -X-maint-was: 873358dd2ac3bf2cea9a370d8586378a27a092f2
5 -X-master-was: ede4caf6e3204f9d63758d6410d0f124b0caab32
6 -
7 -What's in git.git (Sep 2008, #03; Mon, 22)
8 -
9 - maint 8b4eb6b (Do not perform cross-directory renames when creating packs)
10 - master c76dc95 (Merge branch 'maint')
11 -------------------------------------------------------------------------
12 -
13 -I think 'maint' has all the known fixes and is ready to become 1.6.0.3
14 -(but I may not have enough time or energy to do the release engineering
15 -before I leave for two weeks).
16 -
17 -* The 'maint' branch has these fixes since the last announcement.
18 -
19 -Alec Berryman (2):
20 - git-svn: factor out svnserve test code for later use
21 - git-svn: Always create a new RA when calling do_switch for svn://
22 -
23 -Brandon Casey (2):
24 - t9700/test.pl: avoid bareword 'STDERR' in 3-argument open()
25 - t9700/test.pl: remove File::Temp requirement
26 -
27 -Charles Bailey (2):
28 - Add new test to demonstrate git archive core.autocrlf inconsistency
29 - Make git archive respect core.autocrlf when creating zip format archives
30 -
31 -Dmitry Potapov (2):
32 - git-rebase-interactive: do not squash commits on abort
33 - git-rebase--interactive: auto amend only edited commit
34 -
35 -Eric Raible (1):
36 - completion: git commit should list --interactive
37 -
38 -Eric Wong (1):
39 - git-svn: fix handling of even funkier branch names
40 -
41 -Fabrizio Chiarello (1):
42 - builtin-clone: fix typo
43 -
44 -Garry Dolley (1):
45 - Clarified gitattributes documentation regarding custom hunk header.
46 -
47 -Heikki Orsila (3):
48 - Start conforming code to "git subcmd" style part 2
49 - Start conforming code to "git subcmd" style part 3
50 - Cosmetical command name fix
51 -
52 -Jeff King (1):
53 - Use compatibility regex library also on FreeBSD
54 -
55 -Joey Hess (1):
56 - gitweb: avoid warnings for commits without body
57 -
58 -Johannes Sixt (2):
59 - Use compatibility regex library also on AIX
60 - git-remote: do not use user input in a printf format string
61 -
62 -Junio C Hamano (9):
63 - discard_cache: reset lazy name_hash bit
64 - diff Porcelain: do not disable auto index refreshing on -C -C
65 - diff --quiet: make it synonym to --exit-code >/dev/null
66 - Don't verify host name in SSL certs when GIT_SSL_NO_VERIFY is set
67 - Fix permission bits on sources checked out with an overtight umask
68 - checkout: do not lose staged removal
69 - GIT 1.6.0.2
70 - diff/diff-files: do not use --cc too aggressively
71 - Start draft release notes for 1.6.0.3
72 -
73 -Mikael Magnusson (2):
74 - Typo "bogos" in format-patch error message.
75 - git-repack uses --no-repack-object, not --no-repack-delta.
76 -
77 -Petr Baudis (1):
78 - Do not perform cross-directory renames when creating packs
79 -
80 -Ralf Wildenhues (1):
81 - Fix some manual typos.
82 -
83 -Thomas Rast (1):
84 - sha1_file: link() returns -1 on failure, not errno
85 -
86 -Todd Zullinger (1):
87 - Use dashless git commands in setgitperms.perl
88 -
89 -Yann Dirson (1):
90 - Bust the ghost of long-defunct diffcore-pathspec.
91 -
92 -
93 -* The 'master' branch has these since the last announcement
94 - in addition to the above.
95 -
96 -Bert Wesarg (1):
97 - for-each-ref: `:short` format for `refname`
98 -
99 -Christian Couder (3):
100 - bisect: test merge base if good rev is not an ancestor of bad rev
101 - bisect: only check merge bases when needed
102 - bisect: remove "checkout_done" variable used when checking merge bases
103 -
104 -Daniel Barkalow (1):
105 - Check early that a new branch is new and valid
106 -
107 -Deskin Miler (1):
108 - git-svn: testcase for partial rebuild
109 -
110 -Deskin Miller (1):
111 - git-svn: do a partial rebuild if rev_map is out-of-date
112 -
113 -Junio C Hamano (4):
114 - diff: vary default prefix depending on what are compared
115 - daemon.c: avoid setlinebuf()
116 - Update draft release notes to 1.6.1
117 - t5510: test "git fetch" following tags minimally
118 -
119 -Nicolas Pitre (3):
120 - sha1write: don't copy full sized buffers
121 - pack-objects: don't include missing preferred base objects
122 - t5300: improve SHA1 collision test
123 -
124 -Quy Tonthat (1):
125 - Update RPM spec for the new location of git-cvsserver.
126 -
127 -René Scharfe (3):
128 - log: add load_ref_decorations()
129 - move load_ref_decorations() to log-tree.c and export it
130 - add '%d' pretty format specifier to show decoration
131 -
132 -SZEDER Gábor (1):
133 - bash: use for-each-ref format 'refname:short'
134 -
135 -Thomas Rast (2):
136 - rev-list: fix --reverse interaction with --parents
137 - t6013: replace use of 'tac' with equivalent Perl
138 -
whats/in/2008/09/04.txt deleted
-178
@@ -1,178 +0,0 @@
1 -Subject: What's in git.git (Sep 2008, #04; Mon, 29)
2 -X-maint-at: edb7e82f72106add9f2fbaf9d99d9532a72e3f91
3 -X-master-at: 9800c0df412869c7949935b61581b9361fc49bd1
4 -X-maint-was: db87e3960c5a770db13c9ba9602b5e88848e2d1a
5 -X-master-was: c4275591fbb7d582c397b228e38dbb8419c89330
6 -
7 -What's in git.git (Sep 2008, #04; Mon, 29)
8 -
9 - maint edb7e82 (Merge branch 'bc/maint-diff-hunk-header-fix' into maint)
10 - master 9800c0d (Merge branch 'bc/master-diff-hunk-header-fix')
11 -------------------------------------------------------------------------
12 -
13 -With Junio offline for another week we won't see a 1.6.0.3 until
14 -probably mid-October. With that in mind I've merged a number of
15 -topics and trivial patches to maint so we can shake these out
16 -before the 1.6.0.3 release.
17 -
18 -* The 'maint' branch has these fixes since the last announcement.
19 -
20 -Alex Riesen (3):
21 - Remove empty directories in recursive merge
22 - Add remove_path: a function to remove as much as possible of a path
23 - Use remove_path from dir.c instead of own implementation
24 -
25 -Brandon Casey (5):
26 - diff.c: return pattern entry pointer rather than just the hunk header
27 - pattern
28 - diff.c: associate a flag with each pattern and use it for compiling regex
29 - diff.*.xfuncname which uses "extended" regex's for hunk header selection
30 - t4018-diff-funcname: test syntax of builtin xfuncname patterns
31 - git-stash.sh: don't default to refs/stash if invalid ref supplied
32 -
33 -Chris Frey (1):
34 - Documentation: clarify the details of overriding LESS via core.pager
35 -
36 -Deskin Miller (1):
37 - maint: check return of split_cmdline to avoid bad config strings
38 -
39 -Johan Herland (2):
40 - for-each-ref: Fix --format=%(subject) for log message without newlines
41 - Use strchrnul() instead of strchr() plus manual workaround
42 -
43 -Jonas Fonseca (1):
44 - checkout: Do not show local changes when in quiet mode
45 -
46 -Junio C Hamano (2):
47 - diff: use extended regexp to find hunk headers
48 - diff hunk pattern: fix misconverted "\{" tex macro introducers
49 -
50 -Michael J Gruber (1):
51 - make "git remote" report multiple URLs
52 -
53 -Ping Yin (1):
54 - git-submodule: Fix "Unable to checkout" for the initial 'update'
55 -
56 -Rafael Garcia-Suarez (1):
57 - Clarify commit error message for unmerged files
58 -
59 -Shawn O. Pearce (1):
60 - Update release notes for 1.6.0.3
61 -
62 -Stephen Haberman (1):
63 - Clarify how the user can satisfy stash's 'dirty state' check.
64 -
65 -
66 -* The 'master' branch has these since the last announcement
67 - in addition to the above.
68 -
69 -Alex Riesen (1):
70 - Cleanup remove_path
71 -
72 -Alexander Gavrilov (9):
73 - git-gui: Fix Blame Parent & Context for working copy lines.
74 - git-gui: Restore ability to Stage Working Copy for conflicts.
75 - git-gui: Add more integration options to citool.
76 - git-gui: Cleanup handling of the default encoding.
77 - git-gui: Add a menu of available encodings.
78 - git-gui: Allow forcing display encoding for diffs using a submenu.
79 - git-gui: Optimize encoding name resolution using a lookup table.
80 - git-gui: Support the encoding menu in gui blame.
81 - git-gui: Reenable staging unmerged files by clicking the icon.
82 -
83 -Anders Melchiorsen (2):
84 - wt-status: Split header generation into three functions
85 - wt-status: Teach how to discard changes in the working directory
86 -
87 -Brandon Casey (1):
88 - t4018-diff-funcname: test syntax of builtin xfuncname patterns
89 -
90 -Christian Stimming (2):
91 - git-gui: I18n fix sentence parts into full sentences for translation
92 - again.
93 - git-gui: Updated German translation.
94 -
95 -Dmitry Potapov (1):
96 - mingw: remove use of _getdrive() from lstat/fstat
97 -
98 -Garry Dolley (1):
99 - Fixed some grammatical errors in git-rebase.txt documentation.
100 -
101 -Giuseppe Bilotta (1):
102 - gitweb: shortlog now also obeys $hash_parent
103 -
104 -Heikki Orsila (1):
105 - diff --dirstat-by-file: count changed files, not lines
106 -
107 -Johan Herland (2):
108 - Fix AsciiDoc errors in merge documentation
109 - Fix submodule sync with relative submodule URLs
110 -
111 -Johannes Sixt (1):
112 - compat/mingw: Support a timeout in the poll emulation if no fds are given
113 -
114 -Joshua Williams (1):
115 - git-gui: Add support for calling out to the prepare-commit-msg hook
116 -
117 -Junio C Hamano (21):
118 - checkout -f: allow ignoring unmerged paths when checking out of the index
119 - checkout --ours/--theirs: allow checking out one side of a conflicting
120 - merge
121 - xdl_fill_merge_buffer(): separate out a too deeply nested function
122 - xdiff-merge: optionally show conflicts in "diff3 -m" style
123 - xmerge.c: minimum readability fixups
124 - xmerge.c: "diff3 -m" style clips merge reduction level to EAGER or less
125 - rerere.c: use symbolic constants to keep track of parsing states
126 - rerere: understand "diff3 -m" style conflicts with the original
127 - merge.conflictstyle: choose between "merge" and "diff3 -m" styles
128 - git-merge-recursive: learn to honor merge.conflictstyle
129 - checkout -m: recreate merge when checking out of unmerged index
130 - checkout --conflict=<style>: recreate merge in a non-default style
131 - git-merge documentation: describe how conflict is presented
132 - safe_create_leading_directories(): make it about "leading" directories
133 - git-apply:--include=pathspec
134 - is_directory(): a generic helper function
135 - receive-pack: make it a builtin
136 - push: prepare sender to receive extended ref information from the
137 - receiver
138 - push: receiver end advertises refs from alternate repositories
139 - diff: use extended regexp to find hunk headers
140 - diff: fix "multiple regexp" semantics to find hunk header comment
141 -
142 -Miklos Vajna (13):
143 - Split out merge_recursive() to merge-recursive.c
144 - merge-recursive: introduce merge_options
145 - builtin-merge: avoid run_command_v_opt() for recursive and subtree
146 - cherry-pick/revert: make direct internal call to merge_tree()
147 - merge-recursive: move call_depth to struct merge_options
148 - merge-recursive: get rid of the index_only global variable
149 - merge-recursive: move the global obuf to struct merge_options
150 - merge-recursive: move current_{file,directory}_set to struct
151 - merge_options
152 - merge-recursive: get rid of virtual_id
153 - builtin-merge: release the lockfile in try_merge_strategy()
154 - commit_tree(): add a new author parameter
155 - builtin-commit: use commit_tree()
156 - t7603: add new testcases to ensure builtin-commit uses reduce_heads()
157 -
158 -Nanako Shiraishi (4):
159 - remote.c: make free_ref(), parse_push_refspec() and free_refspecs()
160 - static.
161 - graph.c: make many functions static
162 - usage.c: remove unused functions
163 - Add contrib/rerere-train script
164 -
165 -Petr Baudis (1):
166 - git-web--browse: Support for using /bin/start on MinGW
167 -
168 -Pieter de Bie (1):
169 - git wrapper: also use aliases to correct mistyped commands
170 -
171 -Shawn O. Pearce (3):
172 - git-gui: Hide commit related UI during citool --nocommit
173 - git-gui: Use gitattribute "encoding" for file content display
174 - git-gui: Assume `blame --incremental` output is in UTF-8
175 -
176 -Stephan Beyer (1):
177 - merge-recursive.c: Add more generic merge_recursive_generic()
178 -
whats/in/2008/10/01.txt deleted
-114
@@ -1,114 +0,0 @@
1 -Subject: What's in git.git (Oct 2008, #01; Mon, 06)
2 -X-maint-at: e261cf94848d31868c21fb11cade51c30dfcdbe7
3 -X-master-at: 276328ffb87cefdc515bee5f09916aea6e0244ed
4 -X-maint-was: edb7e82f72106add9f2fbaf9d99d9532a72e3f91
5 -X-master-was: 9800c0df412869c7949935b61581b9361fc49bd1
6 -
7 -What's in git.git (Oct 2008, #01; Mon, 06)
8 -
9 - maint e261cf9 (Update release notes for 1.6.0.3)
10 - master 276328f (Merge branch 'maint')
11 -------------------------------------------------------------------------
12 -
13 -Junio should be returning from vacation this week. I will keep
14 -updating my git/spearce.git tree until he gets back and asks for
15 -my current topic heads.
16 -
17 -Once Junio gets back I think we need to focus on getting 1.6.0.3
18 -out the door. We have 77 commits queued up since 1.6.0.2 and it
19 -has been almost 4 weeks since our last maint release.
20 -
21 -So please, test, test, test maint.
22 -
23 ---------
24 -
25 -* The 'maint' branch has these fixes since the last announcement.
26 -
27 -Alexander Gavrilov (1):
28 - builtin-blame: Fix blame -C -C with submodules.
29 -
30 -David Soria Parra (1):
31 - Solaris: Use OLD_ICONV to avoid compile warnings
32 -
33 -Dmitry Potapov (2):
34 - make prefix_path() never return NULL
35 - do not segfault if make_cache_entry failed
36 -
37 -Giuseppe Bilotta (1):
38 - gitweb: remove PATH_INFO from $my_url and $my_uri
39 -
40 -Jakub Narebski (2):
41 - gitweb: Fix two 'uninitialized value' warnings in git_tree()
42 - gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.sh
43 -
44 -Linus Torvalds (1):
45 - fix bogus "diff --git" header from "diff --no-index"
46 -
47 -Luc Heinrich (1):
48 - git-svn: call 'fatal' correctly in set-tree
49 -
50 -Michael Prokop (1):
51 - Replace svn.foo.org with svn.example.com in git-svn docs (RFC 2606)
52 -
53 -Nanako Shiraishi (2):
54 - docs: describe pre-rebase hook
55 - Teach rebase -i to honor pre-rebase hook
56 -
57 -SZEDER Gábor (3):
58 - t0024: add executable permission
59 - Documentation: remove '\' in front of short options
60 - bash: remove fetch, push, pull dashed form leftovers
61 -
62 -Shawn O. Pearce (1):
63 - Update release notes for 1.6.0.3
64 -
65 -Tuncer Ayaz (1):
66 - Fix fetch/clone --quiet when stdout is connected
67 -
68 -martin f. krafft (1):
69 - Improve git-log documentation wrt file filters
70 -
71 -
72 -* The 'master' branch has these since the last announcement
73 - in addition to the above.
74 -
75 -Brandon Casey (1):
76 - diff.c: remove duplicate bibtex pattern introduced by merge 92bb9785
77 -
78 -David Aguilar (1):
79 - tests: add a testcase for "git submodule sync"
80 -
81 -David Bryson (1):
82 - Use "git_config_string" to simplify "builtin-gc.c" code where
83 - "prune_expire" is set
84 -
85 -Dmitry Potapov (1):
86 - do not segfault if make_cache_entry failed
87 -
88 -Jeff King (1):
89 - tests: grep portability fixes
90 -
91 -Jonathan del Strother (1):
92 - Add OS X support to the pre-auto-gc example hook
93 -
94 -Nanako Shiraishi (5):
95 - dir.c: make dir_add_name() and dir_add_ignored() static
96 - run-command.c: remove run_command_v_opt_cd()
97 - config.c: make git_parse_long() static
98 - commit.c: make read_graft_file() static
99 - archive.c: make archiver static
100 -
101 -Nicolas Pitre (1):
102 - fix openssl headers conflicting with custom SHA1 implementations
103 -
104 -Petr Baudis (3):
105 - gitweb: Quote non-displayable characters in hex, not octal
106 - config.c: Tolerate UTF8 BOM at the beginning of config file
107 - gitweb: Identify all summary metadata table rows
108 -
109 -Ralf Wildenhues (1):
110 - Correct typos in RelNotes-1.6.1
111 -
112 -SZEDER Gábor (1):
113 - remove vim syntax highlighting in favor of upstream
114 -
whats/in/2008/10/02.txt deleted
-128
@@ -1,128 +0,0 @@
1 -Subject: What's in git/spearce.git (Oct 2008, #02; Sun, 12)
2 -X-maint-at: 72d404debaa804fca82fd9cf710fbde48c7305c6
3 -X-master-at: 5c283eb13c94be6ca974aa722159dc9838d10d97
4 -X-maint-was: e261cf94848d31868c21fb11cade51c30dfcdbe7
5 -X-master-was: 276328ffb87cefdc515bee5f09916aea6e0244ed
6 -
7 -What's in git/spearce.git (Oct 2008, #02; Sun, 12)
8 -
9 - maint 72d404d (test-lib: fix broken printf)
10 - master 5c283eb (Merge branch 'maint')
11 -------------------------------------------------------------------------
12 -
13 -* The 'maint' branch has these fixes since the last announcement.
14 -
15 -Brandon Casey (2):
16 - builtin-merge.c: allocate correct amount of memory
17 - git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1)
18 -
19 -Deskin Miller (1):
20 - git init: --bare/--shared overrides system/global config
21 -
22 -Imre Deak (1):
23 - builtin-apply: fix typo leading to stack corruption
24 -
25 -Jeff King (2):
26 - Makefile: do not set NEEDS_LIBICONV for Solaris 8
27 - git apply --directory broken for new files
28 -
29 -Johannes Schindelin (2):
30 - git rm: refresh index before up-to-date check
31 - rebase -i: do not fail when there is no commit to cherry-pick
32 -
33 -Johannes Sixt (1):
34 - git-push.txt: Describe --repo option in more detail
35 -
36 -Mikael Magnusson (1):
37 - Fix a few typos in relnotes
38 -
39 -Miklos Vajna (1):
40 - test-lib: fix color reset in say_color()
41 -
42 -Nicolas Pitre (1):
43 - fix pread()'s short read in index-pack
44 -
45 -SZEDER Gábor (2):
46 - rebase -i: proper prepare-commit-msg hook argument when squashing
47 - rebase -i: remove leftover debugging
48 -
49 -Samuel Tardieu (1):
50 - Do not use errno when pread() returns 0
51 -
52 -Shawn O. Pearce (1):
53 - test-lib: fix broken printf
54 -
55 -
56 -* The 'master' branch has these since the last announcement
57 - in addition to the above.
58 -
59 -Brandon Casey (4):
60 - xdiff-interface.c: strip newline (and cr) from line before pattern
61 - matching
62 - Replace xmalloc/memset(0) pairs with xcalloc
63 - t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'
64 - Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
65 -
66 -Dmitry Potapov (4):
67 - add have_git_dir() function
68 - mingw: move common functionality to win32.h
69 - cygwin: Use native Win32 API for stat
70 - print an error message for invalid path
71 -
72 -Florian Ragwitz (1):
73 - Add git-svn branch to allow branch creation in SVN repositories
74 -
75 -Jonathan del Strother (1):
76 - Teach git diff about Objective-C syntax
77 -
78 -Junio C Hamano (1):
79 - git-add --intent-to-add (-N)
80 -
81 -Linus Torvalds (1):
82 - date/time: do not get confused by fractional seconds
83 -
84 -Matt McCutchen (1):
85 - "git diff <tree>{3,}": do not reverse order of arguments
86 -
87 -Michael J Gruber (1):
88 - make prune report removed objects on -v
89 -
90 -Michael Witten (9):
91 - Docs: send-email's usage text and man page mention same options
92 - Docs: send-email usage text much sexier
93 - Docs: send-email: Man page option ordering
94 - send-email: change --no-validate to boolean --[no-]validate
95 - Docs: send-email: --chain_reply_to -> --[no-]chain-reply-to
96 - Docs: send-email: Remove unnecessary config variable description
97 - Docs: send-email: Create logical groupings for --help text
98 - Docs: send-email: Create logical groupings for man text
99 - send-email: signedoffcc -> signedoffbycc, but handle both
100 -
101 -Mike Ralphson (1):
102 - gitweb: Sort the list of forks on the summary page by age
103 -
104 -Miklos Vajna (2):
105 - builtin-merge: refresh the index before calling a strategy
106 - Cleanup in sha1_file.c::cache_or_unpack_entry()
107 -
108 -Petr Baudis (5):
109 - gitweb: Clean-up sorting of project list
110 - gitweb: Add support for extending the action bar with custom links
111 - gitweb: Support for tag clouds
112 - gitweb: Make the by_tag filter delve in forks as well
113 - gitweb: Support for simple project search form
114 -
115 -Pierre Habouzit (3):
116 - parse-opt: migrate fmt-merge-msg.
117 - parse-opt: migrate git-merge-base.
118 - parse-opt: migrate builtin-merge-file.
119 -
120 -Raphael Zimmerer (1):
121 - git grep: Add "-z/--null" option as in GNU's grep.
122 -
123 -Teemu Likonen (1):
124 - bash completion: Add --[no-]validate to "git send-email"
125 -
126 -Thomas Rast (1):
127 - Documentation: remove stale howto/rebase-and-edit.txt
128 -
whats/in/2008/10/03.txt deleted
-31
@@ -1,31 +0,0 @@
1 -Subject: What's in git.git (Oct 2008, #03; Tue, 14)
2 -X-maint-at: 6c1679254cb6be7b268d1431595e1626bf18792d
3 -X-master-at: 67faaaba8338cf59c212ce5239eeb223a77acdf0
4 -X-maint-was: 72d404debaa804fca82fd9cf710fbde48c7305c6
5 -X-master-was: 5c283eb13c94be6ca974aa722159dc9838d10d97
6 -
7 -What's in git.git (Oct 2008, #03; Tue, 14)
8 -
9 - maint 6c16792 (Update draft release notes to 1.6.0.3)
10 - master 67faaab (Update draft release notes to 1.6.1)
11 -------------------------------------------------------------------------
12 -
13 -Just trying to get my development repository back in sync with what I
14 -received from Shawn. Thanks to everybody, I think maint is ready for
15 -1.6.0.3.
16 -
17 -* The 'maint' branch has these fixes since the last announcement.
18 -
19 -Junio C Hamano (1):
20 - Update draft release notes to 1.6.0.3
21 -
22 -
23 -* The 'master' branch has these since the last announcement
24 - in addition to the above.
25 -
26 -Jeff King (1):
27 - tests: shell negation portability fix
28 -
29 -Junio C Hamano (1):
30 - Update draft release notes to 1.6.1
31 -
whats/in/2008/10/04.txt deleted
-78
@@ -1,78 +0,0 @@
1 -Subject: What's in git.git (Oct 2008, #04; Sat, 18)
2 -X-maint-at: f430c8e44d0548e844d817fc32be7c38b2b6856c
3 -X-master-at: 3041b98a9d40e5eb1aae9698c7e15c85ff37f344
4 -X-maint-was: 72d404debaa804fca82fd9cf710fbde48c7305c6
5 -X-master-was: 5c283eb13c94be6ca974aa722159dc9838d10d97
6 -
7 -What's in git.git (Oct 2008, #04; Sat, 18)
8 -
9 - maint f430c8e (Hopefully the final draft release notes update before 1.6.0.3)
10 - master 3041b98 (Update draft release notes for 1.6.1)
11 -------------------------------------------------------------------------
12 -
13 -Hopefully what's in 'maint' today can become 1.6.0.3 soon, perhaps in mid
14 -next week.
15 -
16 -* The 'maint' branch has these fixes since the last announcement.
17 -
18 -Björn Steinbrink (1):
19 - force_object_loose: Fix memory leak
20 -
21 -Brandon Casey (4):
22 - remote.c: correct the check for a leading '/' in a remote name
23 - t4018-diff-funcname: rework negated last expression test
24 - t4018-diff-funcname: demonstrate end of line funcname matching flaw
25 - xdiff-interface.c: strip newline (and cr) from line before pattern
26 - matching
27 -
28 -Dan McGee (1):
29 - contrib: update packinfo.pl to not use dashed commands
30 -
31 -Daniel Barkalow (1):
32 - Check early that a new branch is new and valid
33 -
34 -Jeff King (1):
35 - tests: shell negation portability fix
36 -
37 -Jonas Fonseca (1):
38 - git-check-attr(1): add output and example sections
39 -
40 -Junio C Hamano (3):
41 - Update draft release notes to 1.6.0.3
42 - diff(1): clarify what "T"ypechange status means
43 - Hopefully the final draft release notes update before 1.6.0.3
44 -
45 -Matt McCutchen (1):
46 - t1301-shared-repo.sh: don't let a default ACL interfere with the test
47 -
48 -Mikael Magnusson (1):
49 - Typo "does not exists" when git remote update remote.
50 -
51 -Miklos Vajna (1):
52 - Add testcase to ensure merging an early part of a branch is done properly
53 -
54 -
55 -* The 'master' branch has these since the last announcement
56 - in addition to the above.
57 -
58 -Andreas Ericsson (1):
59 - git commit: Reformat output somewhat
60 -
61 -Brandon Casey (1):
62 - t4018-diff-funcname: add objective-c xfuncname pattern to syntax test
63 -
64 -Jeff King (3):
65 - reformat informational commit message
66 - tutorial: update output of git commit
67 - tests: shell negation portability fix
68 -
69 -Junio C Hamano (2):
70 - Update draft release notes to 1.6.1
71 - Update draft release notes for 1.6.1
72 -
73 -Miklos Vajna (1):
74 - Add Linux PPC support to the pre-auto-gc example hook
75 -
76 -Pieter de Bie (1):
77 - builtin-commit.c: show on which branch a commit was added
78 -
whats/in/2008/10/05.txt deleted
-131
@@ -1,131 +0,0 @@
1 -Subject: What's in git.git (Oct 2008, #05; Wed, 22)
2 -X-maint-at: 031e6c898f61db1ae0c0be641eac6532c1000d56
3 -X-master-at: 759ad19e772a79a2a5ae6b7377d57eb21d29e6a0
4 -X-maint-was: f430c8e44d0548e844d817fc32be7c38b2b6856c
5 -X-master-was: 3041b98a9d40e5eb1aae9698c7e15c85ff37f344
6 -
7 -What's in git.git (Oct 2008, #05; Wed, 22)
8 -
9 - maint 031e6c8 (GIT 1.6.0.3)
10 - master 759ad19 (submodule: fix some non-portable grep invocations)
11 -------------------------------------------------------------------------
12 -
13 -BLURB HERE
14 -
15 -* The 'maint' branch has these fixes since the last announcement.
16 -
17 -Abhijit Bhopatkar (1):
18 - Documentation: Clarify '--signoff' for git-commit
19 -
20 -Junio C Hamano (2):
21 - Fix testcase failure when extended attributes are in use
22 - GIT 1.6.0.3
23 -
24 -Nicolas Pitre (1):
25 - rehabilitate 'git index-pack' inside the object store
26 -
27 -
28 -* The 'master' branch has these since the last announcement
29 - in addition to the above.
30 -
31 -Alexander Gavrilov (3):
32 - gitk: Fix a bug in collapsing deeply nested trees
33 - gitk: Enhance file encoding support
34 - gitk: Implement batch lookup and caching of encoding attrs
35 -
36 -Andreas Ericsson (1):
37 - rebase: Support preserving merges in non-interactive mode
38 -
39 -Brian Gernhardt (1):
40 - format-patch: autonumber by default
41 -
42 -Christian Stimming (1):
43 - gitk: Add untranslated error messages to translation
44 -
45 -Dmitry Potapov (2):
46 - check-attr: add an internal check_attr() function
47 - check-attr: Add --stdin option
48 -
49 -Fredrik Skolmli (1):
50 - Documentation: Spelling fix
51 -
52 -Giuseppe Bilotta (1):
53 - gitweb: refactor input parameters parse/validation
54 -
55 -Jeff King (8):
56 - refactor handling of "other" files in ls-files and status
57 - t4012: use test_cmp instead of cmp
58 - diff: unify external diff and funcname parsing code
59 - diff: introduce diff.<driver>.binary
60 - diff: add filter for converting binary to text
61 - document "intent to add" option to git-add
62 - rm: loosen safety valve for empty files
63 - submodule: fix some non-portable grep invocations
64 -
65 -Johannes Schindelin (1):
66 - Fix fetch/pull when run without --update-head-ok
67 -
68 -Johannes Sixt (1):
69 - git-remote: list branches in vertical lists
70 -
71 -Jonas Fonseca (1):
72 - git-check-attr(1): use 'verse' for multi-line synopsis sections
73 -
74 -Junio C Hamano (6):
75 - pull: allow "git pull origin $something:$current_branch" into an unborn
76 - branch
77 - Fix "checkout --track -b newbranch" on detached HEAD
78 - reset --hard/read-tree --reset -u: remove unmerged new paths
79 - demonstrate breakage of detached checkout with symbolic link HEAD
80 - Enhance hold_lock_file_for_{update,append}() API
81 - Fix mismerge at cdb22c4 in builtin-checkout.c
82 -
83 -Lee Marlow (2):
84 - bash completion: Add 'workflows' to 'git help'
85 - workflows documentation: fix link to git-request-pull[1]
86 -
87 -Mark Levedahl (1):
88 - compat/cygwin.c - Use cygwin's stat if core.filemode == true
89 -
90 -Matt McCutchen (1):
91 - git-merge-recursive: honor merge.conflictstyle once again
92 -
93 -Miklos Vajna (2):
94 - builtin-commit: use reduce_heads() only when appropriate
95 - Implement git clone -v
96 -
97 -Nanako Shiraishi (2):
98 - rebase --no-verify
99 - rebase: Document --no-verify option to bypass pre-rebase hook
100 -
101 -Paul Mackerras (6):
102 - gitk: Use <Button-2> for context menus on OSX
103 - gitk: Clean up file encoding code and add enable/disable option
104 - gitk: Fix binding for <Return> in sha1 entry field
105 - gitk: New way of constructing menus that allows for Alt+letter
106 - accelerators
107 - gitk: Regenerate .po files
108 - gitk: Turn short SHA1 names into links too
109 -
110 -Petr Baudis (1):
111 - Do not rename read-only files during a push
112 -
113 -René Scharfe (3):
114 - add alloc_ref_with_prefix()
115 - use alloc_ref_from_str() everywhere
116 - make alloc_ref_from_str() the new alloc_ref()
117 -
118 -Richard Quirk (1):
119 - gitk: Bind Key-Return to create on new branch dialog
120 -
121 -Shawn O. Pearce (1):
122 - describe: Make --tags and --all match lightweight tags more often
123 -
124 -Stephen Haberman (1):
125 - rebase--interactive: fix parent rewriting for dropped commits
126 -
127 -Thomas Rast (3):
128 - Documentation: new upstream rebase recovery section in git-rebase
129 - Documentation: Refer to git-rebase(1) to warn against rewriting
130 - Documentation: add manpage about workflows
131 -
whats/in/2008/11/01.txt deleted
-130
@@ -1,130 +0,0 @@
1 -Subject: What's in git.git (Nov 2008, #01; Sun, 02)
2 -X-maint-at: 1a9016aae5aa8c468bb2d8d5dd16303d5c005869
3 -X-master-at: 6a509a6f7f38906996ac791449d5bcc2f32eef23
4 -X-maint-was: 031e6c898f61db1ae0c0be641eac6532c1000d56
5 -X-master-was: 759ad19e772a79a2a5ae6b7377d57eb21d29e6a0
6 -
7 -What's in git.git (Nov 2008, #01; Sun, 02)
8 -
9 - maint 1a9016a (Start 1.6.0.4 cycle)
10 - master 6a509a6 (Update draft release notes to 1.6.1)
11 -------------------------------------------------------------------------
12 -
13 -There are several topic branches destined for 'maint' that have been
14 -cooking and have graduated to 'master', and I'll make the noise about
15 -1.6.0.4 louder once they are merged, but not yet.
16 -
17 -On the 'master' front, there are quite a few git-gui updates.
18 -
19 -* The 'maint' branch has these fixes since the last announcement.
20 -
21 -Alex Riesen (3):
22 - Plug a memleak in builtin-revert
23 - Add --verbose|-v to test-chmtime
24 - Use test-chmtime -v instead of perl in t5000 to get mtime of a file
25 -
26 -Charles Bailey (1):
27 - git-archive: work in bare repos
28 -
29 -Deskin Miller (2):
30 - git-svn: change dashed git-config to git config
31 - git-svn: change dashed git-commit-tree to git commit-tree
32 -
33 -Gustaf Hendeby (1):
34 - git-gui: Help identify aspell version on Windows too
35 -
36 -Jakub Narebski (1):
37 - Documentation/gitattributes: Add subsection header for each attribute
38 -
39 -Jan Krüger (1):
40 - Documentation: clarify information about 'ident' attribute
41 -
42 -Jeff King (4):
43 - correct cache_entry allocation
44 - pack-objects: avoid reading uninitalized data
45 - fix overlapping memcpy in normalize_absolute_path
46 - send-pack: do not send out single-level refs such as refs/stash
47 -
48 -Jonas Fonseca (1):
49 - asciidoc: add minor workaround to add an empty line after code blocks
50 -
51 -Junio C Hamano (1):
52 - Start 1.6.0.4 cycle
53 -
54 -Linus Torvalds (1):
55 - Add file delete/create info when we overflow rename_limit
56 -
57 -Markus Heidelberg (1):
58 - bash completion: add doubledash to "git show"
59 -
60 -Nanako Shiraishi (1):
61 - Install git-cvsserver in $(bindir)
62 -
63 -Pierre Habouzit (1):
64 - git send-email: avoid leaking directory file descriptors.
65 -
66 -Thomas Rast (1):
67 - add -p: warn if only binary changes present
68 -
69 -Tom Preston-Werner (1):
70 - add instructions on how to send patches to the mailing list with Gmail
71 -
72 -Tommi Virtanen (1):
73 - Install git-shell in bindir, too
74 -
75 -
76 -* The 'master' branch has these since the last announcement
77 - in addition to the above.
78 -
79 -Alexander Gavrilov (6):
80 - git-gui: Make Ctrl-T safe to use for conflicting files.
81 - git-gui: Fix the blame window shape.
82 - git-gui: Add a search command to the blame viewer.
83 - git-gui: Fix the blame viewer destroy handler.
84 - git-gui: Add a dialog that shows the OpenSSH public key.
85 - git-gui: Add a simple implementation of SSH_ASKPASS.
86 -
87 -Christian Stimming (1):
88 - git-gui: Update German translation.
89 -
90 -Jan Krüger (1):
91 - Introduce receive.denyDeletes
92 -
93 -Joey Hess (1):
94 - git-daemon: set REMOTE_ADDR to client address
95 -
96 -Johannes Sixt (6):
97 - git-gui: Do not automatically stage file after merge tool finishes
98 - git-gui: Remove space from the end of aspell's reply before processing
99 - git-gui: Fix switch statement in lib/merge.tcl
100 - git-gui: Show a round number of bytes of large untracked text files
101 - git-gui: Mark-up strings in show_{other,unmerged}_diff() for localization
102 - git-gui: Do not munge conflict marker lines in a normal diff
103 -
104 -Junio C Hamano (4):
105 - receive-pack: fix "borrowing from alternate object store" implementation
106 - compat/cygwin.c: make runtime detection of lstat/stat lessor impact
107 - Stop using compat/regex.c on platforms with working regexp library
108 - Update draft release notes to 1.6.1
109 -
110 -Petr Baudis (12):
111 - git-gui: Clarify the Remote -> Delete... action
112 - git-gui: Squash populate_{push,fetch}_menu to populate_remotes_menu
113 - git-gui: Add support for adding remotes
114 - git-gui: Add support for removing remotes
115 - git-gui: mkdir -p when initializing new remote repository
116 - git-gui: Use git web--browser for web browsing
117 - git-gui: Add Explore Working Copy to the Repository menu
118 - git-gui: gui.autoexplore makes explorer to pop up automatically after
119 - picking
120 - git-gui: Avoid using the term URL when specifying repositories
121 - git-gui: Make input boxes in init/clone/open dialogs consistent
122 - git-gui: Fix removing non-pushable remotes
123 - git-gui: Fix fetching from remotes when adding them
124 -
125 -Shawn O. Pearce (1):
126 - git-gui: Show/hide "Sign Off" based on nocommitmsg option
127 -
128 -Tom Preston-Werner (1):
129 - connect.c: add a way for git-daemon to pass an error back to client
130 -
whats/in/2008/11/02.txt deleted
-172
@@ -1,172 +0,0 @@
1 -Subject: What's in git.git (Nov 2008, #02; Wed, 12)
2 -X-maint-at: c14639f7b14d3d856c7c1f6c097dd1cb9615a5d0
3 -X-master-at: 171d7661eda111d3e35f6e8097a1a3a07b30026c
4 -X-maint-was: 1a9016aae5aa8c468bb2d8d5dd16303d5c005869
5 -X-master-was: 6a509a6f7f38906996ac791449d5bcc2f32eef23
6 -
7 -What's in git.git (Nov 2008, #02; Wed, 12)
8 -
9 - maint c14639f (Start 1.6.0.5 cycle)
10 - master 171d766 (git.html: Update the links to stale versions)
11 -------------------------------------------------------------------------
12 -
13 -BLURB HERE
14 -
15 -* The 'maint' branch has these fixes since the last announcement.
16 -
17 -Alex Riesen (7):
18 - Add mksnpath which allows you to specify the output buffer
19 - Fix mkpath abuse in dwim_ref and dwim_log of sha1_name.c
20 - Fix potentially dangerous uses of mkpath and git_path
21 - Add git_snpath: a .git path formatting routine with output buffer
22 - Fix potentially dangerous use of git_path in ref.c
23 - git_pathdup: returns xstrdup-ed copy of the formatted path
24 - Use git_pathdup instead of xstrdup(git_path(...))
25 -
26 -Alexandre Julliard (2):
27 - checkout: Don't crash when switching away from an invalid branch.
28 - git-submodule: Avoid printing a spurious message.
29 -
30 -Christian Couder (2):
31 - Documentation: rev-list: change a few instances of "git-cmd" to "git cmd"
32 - Documentation: bisect: change a few instances of "git-cmd" to "git cmd"
33 -
34 -Christian Jaeger (1):
35 - Git.pm: do not break inheritance
36 -
37 -Clemens Buchacher (2):
38 - do not force write of packed refs
39 - push: fix local refs update if already up-to-date
40 -
41 -Daniel Lowe (1):
42 - Fix non-literal format in printf-style calls
43 -
44 -Jeff King (1):
45 - refactor handling of "other" files in ls-files and status
46 -
47 -Johannes Schindelin (1):
48 - Fix fetch/pull when run without --update-head-ok
49 -
50 -Junio C Hamano (11):
51 - pull: allow "git pull origin $something:$current_branch" into an unborn
52 - branch
53 - Fix "checkout --track -b newbranch" on detached HEAD
54 - reset --hard/read-tree --reset -u: remove unmerged new paths
55 - demonstrate breakage of detached checkout with symbolic link HEAD
56 - Enhance hold_lock_file_for_{update,append}() API
57 - Update draft 1.6.0.4 release notes
58 - format-patch documentation: mention the special case of showing a single
59 - commit
60 - GIT 1.6.0.4
61 - Makefile: help people who run 'make check' by mistake
62 - checkout: Fix "initial checkout" detection
63 - Start 1.6.0.5 cycle
64 -
65 -Matt Kraai (1):
66 - Remove the period after the git-check-attr summary
67 -
68 -Mikael Magnusson (1):
69 - Document that git-log takes --all-match.
70 -
71 -Miklos Vajna (5):
72 - Fix git branch -m for symrefs.
73 - rename_ref(): handle the case when the reflog of a ref does not exist
74 - Fix git update-ref --no-deref -d.
75 - git branch -m: forbid renaming of a symref
76 - update-ref --no-deref -d: handle the case when the pointed ref is packed
77 -
78 -Nicolas Pitre (1):
79 - Fix pack.packSizeLimit and --max-pack-size handling
80 -
81 -Quy Tonthat (1):
82 - Update RPM spec for the new location of git-cvsserver.
83 -
84 -Stefan Naewe (1):
85 - git ls-remote: make usage string match manpage
86 -
87 -Yann Dirson (1):
88 - Add reference for status letters in documentation.
89 -
90 -
91 -* The 'master' branch has these since the last announcement
92 - in addition to the above.
93 -
94 -Alex Riesen (1):
95 - Fix potentially dangerous uses of mkpath and git_path
96 -
97 -Alexander Gavrilov (5):
98 - builtin-blame: Reencode commit messages according to git-log rules.
99 - Windows: Make OpenSSH properly detect tty detachment.
100 - gitweb: Use single implementation of export_ok check.
101 - gitweb: Add a per-repository authorization hook.
102 - gitweb: Fix mod_perl support.
103 -
104 -Brian Downing (2):
105 - Always initialize xpparam_t to 0
106 - Allow alternate "low-level" emit function from xdl_diff
107 -
108 -Christian Couder (1):
109 - bisect: fix missing "exit"
110 -
111 -Daniel Lowe (1):
112 - Fix non-literal format in printf-style calls
113 -
114 -David M. Syzdek (1):
115 - autoconf: Add link tests to each AC_CHECK_FUNC() test
116 -
117 -David Symonds (1):
118 - git-diff: Add --staged as a synonym for --cached.
119 -
120 -Giuseppe Bilotta (5):
121 - gitweb: parse project/action/hash_base:filename PATH_INFO
122 - gitweb: generate project/action/hash URLs
123 - gitweb: use_pathinfo filenames start with /
124 - gitweb: parse parent..current syntax from PATH_INFO
125 - gitweb: generate parent..current URLs
126 -
127 -Jeff King (1):
128 - t5400: expect success for denying deletion
129 -
130 -John Chapman (2):
131 - git-p4: Support purged files and optimize memory usage
132 - git-p4: Cache git config for performance
133 -
134 -Junio C Hamano (6):
135 - Fix reading of cloud tags
136 - rebase-i-p: minimum fix to obvious issues
137 - git-rebase--interactive.sh: comparision with == is bashism
138 - Update draft release notes to 1.6.1
139 - Update draft release notes to 1.6.1
140 - git.html: Update the links to stale versions
141 -
142 -Markus Heidelberg (1):
143 - Makefile: add install-man rules (quick and normal)
144 -
145 -Miklos Vajna (1):
146 - parse-opt: migrate builtin-checkout-index.
147 -
148 -Nicolas Pitre (5):
149 - index-pack: rationalize delta resolution code
150 - index-pack: smarter memory usage during delta resolution
151 - fix multiple issues in index-pack
152 - improve index-pack tests
153 - index-pack: don't leak leaf delta result
154 -
155 -Pete Harlan (2):
156 - contrib/hooks/post-receive-email: Put rev display in separate function
157 - contrib/hooks/post-receive-email: Make revision display configurable
158 -
159 -René Scharfe (3):
160 - blame: inline get_patch()
161 - add xdi_diff_hunks() for callers that only need hunk lengths
162 - blame: use xdi_diff_hunks(), get rid of struct patch
163 -
164 -Stephen Haberman (7):
165 - rebase-i-p: test to exclude commits from todo based on its parents
166 - rebase-i-p: use HEAD for updating the ref instead of mapping OLDHEAD
167 - rebase-i-p: delay saving current-commit to REWRITTEN if squashing
168 - rebase-i-p: fix 'no squashing merges' tripping up non-merges
169 - rebase-i-p: only list commits that require rewriting in todo
170 - rebase-i-p: do not include non-first-parent commits touching UPSTREAM
171 - rebase-i-p: if todo was reordered use HEAD as the rewritten parent
172 -
whats/in/2008/11/03.txt deleted
-164
@@ -1,164 +0,0 @@
1 -Subject: What's in git.git (Nov 2008, #03; Sat, 15)
2 -X-maint-at: 9e77353e0ea6e9e6d88ad1943570afb526d54a16
3 -X-master-at: ea4f2bd39dcfabb23e86b2f79149c6c4038ff3cd
4 -X-maint-was: c14639f7b14d3d856c7c1f6c097dd1cb9615a5d0
5 -X-master-was: 171d7661eda111d3e35f6e8097a1a3a07b30026c
6 -
7 -What's in git.git (Nov 2008, #03; Sat, 15)
8 -
9 - maint 9e77353 (Documentation: git-svn: fix example for centralized SVN clone)
10 - master ea4f2bd (Merge branch 'maint')
11 -------------------------------------------------------------------------
12 -
13 -Consider that the tip of 'master' is 1.6.1-rc0, although I haven't tagged
14 -it as such. There are a handful more topics cooking in 'next' and they
15 -are worthy of being in 1.6.1 final.
16 -
17 -
18 -* The 'maint' branch has these fixes since the last announcement.
19 -
20 -Brandon Casey (1):
21 - revision.c: use proper data type in call to sizeof() within xrealloc
22 -
23 -Christian Couder (1):
24 - Documentation: fix links to "everyday.html"
25 -
26 -Jan Krüger (1):
27 - Documentation: git-svn: fix example for centralized SVN clone
28 -
29 -Linus Torvalds (1):
30 - date/time: do not get confused by fractional seconds
31 -
32 -
33 -* The 'master' branch has these since the last announcement
34 - in addition to the above.
35 -
36 -Alexander Gavrilov (14):
37 - gitk: Allow forcing branch creation if it already exists
38 - gitk: Fix file list context menu for merge commits
39 - gitk: Allow starting gui blame for a specific line
40 - gitk: Add Return and Escape bindings to dialogs
41 - gitk: Make gitk dialog windows transient
42 - gitk: Make cherry-pick call git-citool on conflicts
43 - gitk: Implement a user-friendly Edit View dialog
44 - git-gui: Fix focus transition in the blame viewer.
45 - git-gui: Add the Show SSH Key item to the clone dialog.
46 - git-gui: Request blame metadata in utf-8.
47 - gitk: Add accelerators to frequently used menu commands
48 - gitk: Fix transient windows on Win32 and MacOS
49 - gitk: Fix commit encoding support
50 - Documentation: New GUI configuration and command-line options.
51 -
52 -Brandon Casey (10):
53 - t7700: demonstrate mishandling of objects in packs with a .keep file
54 - packed_git: convert pack_local flag into a bitfield and add pack_keep
55 - pack-objects: new option --honor-pack-keep
56 - repack: don't repack local objects in packs with .keep file
57 - repack: do not fall back to incremental repacking with [-a|-A]
58 - builtin-gc.c: use new pack_keep bitfield to detect .keep file existence
59 - t7700: demonstrate mishandling of loose objects in an alternate ODB
60 - sha1_file.c: split has_loose_object() into local and non-local
61 - counterparts
62 - pack-objects: extend --local to mean ignore non-local loose objects too
63 - t7700: test that 'repack -a' packs alternate packed objects
64 -
65 -Brian Gernhardt (1):
66 - Avoid using non-portable `echo -n` in tests.
67 -
68 -David M. Syzdek (4):
69 - Build: add NO_UINTMAX_T to support ancient systems
70 - Add Makefile check for FreeBSD 4.9-SECURITY
71 - Make Pthread link flags configurable
72 - Add autoconf tests for pthreads
73 -
74 -Davide Libenzi (1):
75 - xdiff: give up scanning similar lines early
76 -
77 -Deskin Miller (2):
78 - git-svn: proper detection of bare repositories
79 - git-svn: proper detection of bare repositories
80 -
81 -Eric Wong (4):
82 - git-svn: don't escape tilde ('~') for http(s) URLs
83 - git-svn: respect i18n.commitencoding config
84 - git-svn: don't escape tilde ('~') for http(s) URLs
85 - git-svn: respect i18n.commitencoding config
86 -
87 -Giuseppe Bilotta (3):
88 - gitweb: make the supported snapshot formats array global
89 - gitweb: retrieve snapshot format from PATH_INFO
90 - gitweb: embed snapshot format parameter in PATH_INFO
91 -
92 -Jakub Narebski (1):
93 - gitweb: Better processing format string in custom links in navbar
94 -
95 -Jeff King (11):
96 - diff: add missing static declaration
97 - document the diff driver textconv feature
98 - refactor userdiff textconv code
99 - userdiff: require explicitly allowing textconv
100 - only textconv regular files
101 - wt-status: load diff ui config
102 - add userdiff textconv tests
103 - enable textconv for diff in verbose status/commit
104 - t5516: refactor oddball tests
105 - receive-pack: detect push to current branch of non-bare repo
106 - commit: Fix stripping of patch in verbose mode.
107 -
108 -Junio C Hamano (3):
109 - t5303: work around printf breakage in dash
110 - t5303: fix printf format string for portability
111 - Update draft release notes to 1.6.1
112 -
113 -Linus Torvalds (4):
114 - Add a 'source' decorator for commits
115 - revision: make tree comparison functions take commits rather than trees
116 - Make '--decorate' set an explicit 'show_decorations' flag
117 - revision traversal: '--simplify-by-decoration'
118 -
119 -Marten Svanfeldt (dev) (2):
120 - Git.pm: Make _temp_cache use the repository directory
121 - git-svn: Update git-svn to use the ability to place temporary files
122 - within repository directory
123 -
124 -Martin Koegler (1):
125 - git push: Interpret $GIT_DIR/branches in a Cogito compatible way
126 -
127 -Miklos Vajna (4):
128 - Implement git remote rename
129 - remote: add a new 'origin' variable to the struct
130 - git-remote rename: migrate from remotes/ and branches/
131 - git-remote: document the migration feature of the rename subcommand
132 -
133 -Nanako Shiraishi (2):
134 - Document "git log --source"
135 - Document "git log --simplify-by-decoration"
136 -
137 -Nicolas Pitre (9):
138 - close another possibility for propagating pack corruption
139 - better validation on delta base object offsets
140 - make unpack_object_header() non fatal
141 - make packed_object_info() resilient to pack corruptions
142 - make check_object() resilient to pack corruptions
143 - make find_pack_revindex() aware of the nasty world
144 - pack-objects: allow "fixing" a corrupted pack without a full repack
145 - extend test coverage for latest pack corruption resilience improvements
146 - pack-objects: don't leak pack window reference when splitting packs
147 -
148 -Paul Mackerras (8):
149 - gitk: Fix some off-by-one errors in computing which line to blame
150 - gitk: Add a menu item to show where a given line comes from
151 - gitk: Make the background color of marked lines configurable
152 - gitk: Unify handling of merge diffs with normal 2-way diffs
153 - gitk: Make "show origin of this line" work on fake commits
154 - gitk: Cope with unmerged files in local changes
155 - gitk: Improve cherry-pick error handling
156 - gitk: Fix linehtag undefined error with file highlighting
157 -
158 -Samuel Tardieu (2):
159 - tag: Check that options are only allowed in the appropriate mode
160 - tag: Add more tests about mixing incompatible modes and options
161 -
162 -Santi Béjar (1):
163 - rev-list documentation: clarify the two parts of history simplification
164 -
whats/in/2008/11/04.txt deleted
-121
@@ -1,121 +0,0 @@
1 -Subject: What's in git.git (Nov 2008, #04; Wed, 26)
2 -X-maint-at: 5aa3bdd50d4e4f59c41ee6e70ae1e738a3a28cc0
3 -X-master-at: aa14a0c3f191ee4df7344eed119be5b4a527a0ff
4 -X-maint-was: 9e77353e0ea6e9e6d88ad1943570afb526d54a16
5 -X-master-was: ea4f2bd39dcfabb23e86b2f79149c6c4038ff3cd
6 -
7 -What's in git.git (Nov 2008, #04; Wed, 26)
8 -
9 - maint 5aa3bdd (Merge branch 'mm/maint-sort-config-doc' into maint)
10 - master aa14a0c (Merge branch 'maint')
11 -------------------------------------------------------------------------
12 -
13 -I suspect many people especially the ones in the US will be in vacation
14 -mode and not near their keyboards til next week, but here is an update.
15 -
16 -There are a few 'maint' material cooking in 'next' and v1.6.0.5 should be
17 -tagged at the end of the month.
18 -
19 -At around the same time I am hoping majority of topics cooking in 'next'
20 -tonight can be in 'master' and we can tagl v1.6.1-rc1.
21 -
22 -* The 'maint' branch has these fixes since the last announcement.
23 -
24 -Bryan Drewery (1):
25 - Fix misleading wording for git-cherry-pick
26 -
27 -Junio C Hamano (3):
28 - builtin-ls-files.c: coding style fix.
29 - Teach ls-files --with-tree=<tree> to work with options other than -c
30 - Teach "git diff" to honour --[no-]ext-diff
31 -
32 -Matt McCutchen (1):
33 - config.txt: alphabetize configuration sections
34 -
35 -Stefan Naewe (1):
36 - request-pull: make usage string match manpage
37 -
38 -
39 -* The 'master' branch has these since the last announcement
40 - in addition to the above.
41 -
42 -Alex Riesen (2):
43 - Fix handle leak in sha1_file/unpack_objects if there were damaged object
44 - data
45 - Fix t4030-diff-textconv.sh
46 -
47 -Alexander Gavrilov (6):
48 - git-gui: Implement system-wide configuration handling.
49 - git-gui: Fix the after callback execution in rescan.
50 - git-gui: Add a Tools menu for arbitrary commands.
51 - git-gui: Allow Tools request arguments from the user.
52 - git-gui: Implement automatic rescan after Tool execution.
53 - git-gui: Fix the search bar destruction handler.
54 -
55 -Alexandre Julliard (9):
56 - git.el: Improve error handling for commits.
57 - git.el: Remove the env parameter in git-call-process and
58 - git-call-process-string.
59 - git.el: Simplify handling of merge heads in the commit log-edit buffer.
60 - git.el: Properly handle merge commits in git-amend-commit.
61 - git.el: Fix git-amend-commit to support amending an initial commit.
62 - git.el: Never clear the status buffer, only update the files.
63 - git.el: Add an insert file command.
64 - git.el: Add possibility to mark files directly in
65 - git-update-status-files.
66 - git.el: Allow to commit even if there are no marked files.
67 -
68 -Brandon Casey (1):
69 - repack: only unpack-unreachable if we are deleting redundant packs
70 -
71 -Cheng Renquan (1):
72 - git-remote: match usage string with the manual pages
73 -
74 -Christian Couder (2):
75 - Documentation: user-manual: add information about "git help" at the
76 - beginning
77 - Documentation: tutorial: add information about "git help" at the
78 - beginning
79 -
80 -Giuseppe Bilotta (1):
81 - git-gui: try to provide a window icon under X
82 -
83 -Jeff King (3):
84 - define empty tree sha1 as a macro
85 - wt-status: refactor initial commit printing
86 - status: show "-v" diff even for initial commit
87 -
88 -Jim Meyering (1):
89 - xdiff-interface.c: remove 10 duplicated lines
90 -
91 -Joey Hess (1):
92 - sha1_file: avoid bogus "file exists" error message
93 -
94 -Junio C Hamano (1):
95 - builtin-remote.c: plug a small memory leak in
96 - get_one_remote_for_updates()
97 -
98 -Linus Torvalds (1):
99 - Fix machine-parseability of 'git log --source'
100 -
101 -Marcel Koeppen (1):
102 - t9129-git-svn-i18n-commitencoding: Make compare_svn_head_with()
103 - compatible with OSX sed
104 -
105 -Mark Burton (2):
106 - Documentation: rev-list-options.txt: added --branches, --tags &
107 - --remotes.
108 - git-commit.txt - mention that files listed on the command line must be
109 - known to git.
110 -
111 -Miklos Vajna (3):
112 - builtin-branch: use strbuf in delete_branches()
113 - builtin-branch: use strbuf in fill_tracking_info()
114 - builtin-branch: use strbuf in rename_branch()
115 -
116 -Shawn O. Pearce (1):
117 - Update the po template
118 -
119 -Trent Piepho (1):
120 - send-email: Fix Pine address book parsing
121 -
whats/in/2008/12/01.txt deleted
-161
@@ -1,161 +0,0 @@
1 -Subject: What's in git.git (Dec 2008, #01; Tue, 02)
2 -X-maint-at: 25e30fa08e687d584d9dd87d13acf84bb1e1858c
3 -X-master-at: 757c7f60a78004fc3d0ea62f44320d54ef430c10
4 -X-maint-was: 5aa3bdd50d4e4f59c41ee6e70ae1e738a3a28cc0
5 -X-master-was: aa14a0c3f191ee4df7344eed119be5b4a527a0ff
6 -
7 -What's in git.git (Dec 2008, #01; Tue, 02)
8 -
9 - maint 25e30fa (User's Manual: remove duplicated url at the end of Appendix B)
10 - master 757c7f6 (git-stash: use git rev-parse -q)
11 -------------------------------------------------------------------------
12 -
13 -We'll probably have 1.6.0.5 by the end of this week.
14 -
15 -The tip of the 'master' branch is at 1.6.1-rc1 with a few more fixes.
16 -Hopefully we will have the final 1.6.1 by the end of the year.
17 -
18 -* The 'maint' branch has these fixes since the last announcement.
19 -
20 -Joey Hess (1):
21 - sha1_file: avoid bogus "file exists" error message
22 -
23 -Johannes Schindelin (1):
24 - fast-export: use an unsorted string list for extra_refs
25 -
26 -Junio C Hamano (1):
27 - Update draft release notes to 1.6.0.5
28 -
29 -Martin Koegler (1):
30 - git push: Interpret $GIT_DIR/branches in a Cogito compatible way
31 -
32 -Matt McCutchen (1):
33 - git checkout: don't warn about unborn branch if -f is already passed
34 -
35 -Miklos Vajna (2):
36 - Add new testcase to show fast-export does not always exports all tags
37 - User's Manual: remove duplicated url at the end of Appendix B
38 -
39 -Nguyễn Thái Ngọc Duy (1):
40 - generate-cmdlist.sh: avoid selecting synopsis at wrong place
41 -
42 -Pete Wyckoff (1):
43 - git-p4: fix keyword-expansion regex
44 -
45 -Ralf Wildenhues (1):
46 - Fix typos in the documentation.
47 -
48 -SZEDER Gábor (2):
49 - bash: remove dashed command leftovers
50 - bash: offer refs instead of filenames for 'git revert'
51 -
52 -Sam Vilain (1):
53 - sha1_file.c: resolve confusion EACCES vs EPERM
54 -
55 -Samuel Tardieu (2):
56 - tag: Check that options are only allowed in the appropriate mode
57 - tag: Add more tests about mixing incompatible modes and options
58 -
59 -
60 -* The 'master' branch has these since the last announcement
61 - in addition to the above.
62 -
63 -Alexander Gavrilov (3):
64 - gitk: Avoid handling the Return key twice in Add Branch
65 - gitk: Make line origin search update the busy status
66 - gitk: Add a menu option to start git gui
67 -
68 -Cheng Renquan (1):
69 - git-remote: add verbose mode to git remote update
70 -
71 -Christian Couder (4):
72 - git-gui: french translation update
73 - bisect: teach "skip" to accept special arguments like "A..B"
74 - bisect: fix "git bisect skip <commit>" and add tests cases
75 - Documentation: describe how to "bisect skip" a range of commits
76 -
77 -Christian Stimming (1):
78 - gitk: Update German translation
79 -
80 -Giuseppe Bilotta (2):
81 - gitweb: make gitweb_check_feature a boolean wrapper
82 - Update comment on gitweb_check/get_feature
83 -
84 -Johannes Schindelin (1):
85 - Document levenshtein.c
86 -
87 -Johannes Sixt (2):
88 - compat/mingw.c: Teach mingw_rename() to replace read-only files
89 - t4030-diff-textconv: Make octal escape sequence more portable
90 -
91 -Junio C Hamano (6):
92 - gitweb: fix 'ctags' feature check and others
93 - gitweb: rename gitweb_check_feature to gitweb_get_feature
94 - send-email: do not reverse the command line arguments
95 - Include git-gui--askpass in git-gui RPM package
96 - GIT 1.6.1-rc1
97 - Makefile: introduce NO_PTHREADS
98 -
99 -Linus Torvalds (3):
100 - Add cache preload facility
101 - Fix index preloading for racy dirty case
102 - Add backslash to list of 'crud' characters in real name
103 -
104 -Mark Burton (1):
105 - git-gui: Teach start_push_anywhere_action{} to notice when remote is a
106 - mirror.
107 -
108 -Michele Ballabio (1):
109 - git gui: update Italian translation
110 -
111 -Miklos Vajna (5):
112 - Update Hungarian translation. 100% completed.
113 - builtin-clone: use strbuf in guess_dir_name()
114 - builtin-clone: use strbuf in clone_local() and copy_or_link_directory()
115 - builtin_clone: use strbuf in cmd_clone()
116 - git-stash: use git rev-parse -q
117 -
118 -Nanako Shiraishi (1):
119 - git-gui: update Japanese translation
120 -
121 -Paul Mackerras (6):
122 - gitk: Index line[hnd]tag arrays by id rather than row number
123 - gitk: Fix switch statement in parseviewargs
124 - gitk: Show local changes properly when we have a path limit
125 - gitk: Fix context menu items for generating diffs when in tree mode
126 - gitk: Highlight only when search type is "containing:".
127 - gitk: Fix bug in accessing undefined "notflag" variable
128 -
129 -Peter Krefting (1):
130 - Updated Swedish translation (514t0f0u).
131 -
132 -Pierre Habouzit (4):
133 - git send-email: make the message file name more specific.
134 - git send-email: interpret unknown files as revision lists
135 - git send-email: add --annotate option
136 - git send-email: ask less questions when --compose is used.
137 -
138 -Ralf Wildenhues (1):
139 - Fix typos in the documentation.
140 -
141 -René Scharfe (6):
142 - add strbuf_expand_dict_cb(), a helper for simple cases
143 - merge-recursive: use strbuf_expand() instead of interpolate()
144 - daemon: use strbuf_expand() instead of interpolate()
145 - daemon: inline fill_in_extra_table_entries()
146 - daemon: deglobalize variable 'directory'
147 - remove the unused files interpolate.c and interpolate.h
148 -
149 -SZEDER Gábor (1):
150 - bash: complete full refs
151 -
152 -Samuel Tardieu (1):
153 - Fix deletion of last character in levenshtein distance
154 -
155 -Scott Chacon (1):
156 - Add a built-in alias for 'stage' to the 'add' command
157 -
158 -Tuncer Ayaz (2):
159 - Teach/Fix pull/fetch -q/-v options
160 - Retain multiple -q/-v occurrences in git pull
161 -
whats/in/2008/12/02.txt deleted
-146
@@ -1,146 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Dec 2008, #02; Sun, 14)
3 -X-maint-at: 544ddb045a4bd49da9ffc1d9da80bdc0d71b2518
4 -X-master-at: 7e76aba317b690932c8236311219b0faf97f1571
5 -X-maint-was: 25e30fa08e687d584d9dd87d13acf84bb1e1858c
6 -X-master-was: 757c7f60a78004fc3d0ea62f44320d54ef430c10
7 -
8 -What's in git.git (Dec 2008, #02; Sun, 14)
9 -
10 - maint 544ddb0 (git-config.txt: fix a typo)
11 - master 7e76aba (builtin-commit: remove unused message variable)
12 -------------------------------------------------------------------------
13 -
14 -There are a handful fixes since 1.6.1-rc2 on 'master' and I am hoping that
15 -we can do -rc3 later today, and declare the 1.6.1 final on the 20th or
16 -so.
17 -
18 -----------------------------------------------------------------
19 -
20 -* The 'maint' branch has these fixes since the last announcement.
21 -
22 -Brandon Casey (11):
23 - t7700: demonstrate mishandling of objects in packs with a .keep file
24 - packed_git: convert pack_local flag into a bitfield and add pack_keep
25 - pack-objects: new option --honor-pack-keep
26 - repack: don't repack local objects in packs with .keep file
27 - repack: do not fall back to incremental repacking with [-a|-A]
28 - builtin-gc.c: use new pack_keep bitfield to detect .keep file existence
29 - t7700: demonstrate mishandling of loose objects in an alternate ODB
30 - sha1_file.c: split has_loose_object() into local and non-local
31 - counterparts
32 - pack-objects: extend --local to mean ignore non-local loose objects too
33 - t7700: test that 'repack -a' packs alternate packed objects
34 - repack: only unpack-unreachable if we are deleting redundant packs
35 -
36 -Davide Libenzi (1):
37 - xdiff: give up scanning similar lines early
38 -
39 -Deskin Miller (1):
40 - git-svn: Make following parents atomic
41 -
42 -Jakub Narebski (1):
43 - gitweb: Make project specific override for 'grep' feature work
44 -
45 -Jeff King (2):
46 - commit: Fix stripping of patch in verbose mode.
47 - tag: delete TAG_EDITMSG only on successful tag
48 -
49 -Jim Meyering (1):
50 - git-config.txt: fix a typo
51 -
52 -Johannes Sixt (1):
53 - compat/mingw.c: Teach mingw_rename() to replace read-only files
54 -
55 -Junio C Hamano (2):
56 - GIT 1.6.0.5
57 - work around Python warnings from AsciiDoc
58 -
59 -Linus Torvalds (1):
60 - fsck: reduce stack footprint
61 -
62 -Matt McCutchen (1):
63 - "git diff <tree>{3,}": do not reverse order of arguments
64 -
65 -Miklos Vajna (1):
66 - http.c: use 'git_config_string' to get 'curl_http_proxy'
67 -
68 -Nicolas Pitre (1):
69 - make sure packs to be replaced are closed beforehand
70 -
71 -Thomas Rast (1):
72 - fetch-pack: Avoid memcpy() with src==dst
73 -
74 -
75 -* The 'master' branch has these since the last announcement
76 - in addition to the above.
77 -
78 -Alex Riesen (3):
79 - Make some of fwrite/fclose/write/close failures visible
80 - Make chdir failures visible
81 - Report symlink failures in merge-recursive
82 -
83 -Alexander Potashev (2):
84 - Fix typos in documentation
85 - Fix typo in comment in builtin-add.c
86 -
87 -Alexey Borzenkov (1):
88 - Define linkgit macro in [macros] section
89 -
90 -Brandon Casey (1):
91 - git-branch: display sha1 on branch deletion
92 -
93 -Deskin Miller (1):
94 - git-svn: Make branch use correct svn-remote
95 -
96 -Jakub Narebski (2):
97 - gitweb: Fix handling of non-ASCII characters in inserted HTML files
98 - gitweb: Fix bug in insert_file() subroutine
99 -
100 -Jeff King (6):
101 - add stage to gitignore
102 - reorder ALLOW_TEXTCONV option setting
103 - diff: allow turning on textconv explicitly for plumbing
104 - diff: fix handling of binary rewrite diffs
105 - diff: respect textconv in rewrite diffs
106 - rebase: improve error messages about dirty state
107 -
108 -Junio C Hamano (16):
109 - builtin-rm.c: explain and clarify the "local change" logic
110 - git add --intent-to-add: fix removal of cached emptiness
111 - git add --intent-to-add: do not let an empty blob be committed by
112 - accident
113 - Install git-stage in exec-path
114 - git-am --whitespace: do not lose the command line option
115 - git-am: propagate -C<n>, -p<n> options as well
116 - git-am: propagate --3way options as well
117 - Test that git-am does not lose -C/-p/--whitespace options
118 - git-am: rename apply_opt_extra file to apply-opt
119 - Update draft release notes to 1.6.1
120 - Update draft release notes for 1.6.1
121 - Revert "git-stash: use git rev-parse -q"
122 - Point "stale" 1.6.0.5 documentation from the main git documentation page
123 - builtin-checkout.c: check error return from read_cache()
124 - read-cache.c: typofix in comment
125 - Fix t4031
126 -
127 -Markus Heidelberg (1):
128 - builtin-commit: remove unused message variable
129 -
130 -Miklos Vajna (5):
131 - filter-branch: use git rev-parse -q
132 - lost-found: use git rev-parse -q
133 - pull: use git rev-parse -q
134 - rebase: use git rev-parse -q
135 - submodule: use git rev-parse -q
136 -
137 -Nguyễn Thái Ngọc Duy (1):
138 - Extend index to save more flags
139 -
140 -Ralf Wildenhues (1):
141 - Improve language in git-merge.txt and related docs
142 -
143 -Tor Arvid Lund (2):
144 - git-p4: Fix bug in p4Where method.
145 - git-p4: Fix regression in p4Where method.
146 -
whats/in/2008/12/03.txt deleted
-126
@@ -1,126 +0,0 @@
1 -To: git@vger.kernel.org
2 -cc: Johannes Schindelin <Johannes.Schindelin@gmx.de>,
3 - Johannes Sixt <j6t@kdbg.org>,
4 - Paul Mackerras <paulus@samba.org>,
5 - Robin Rosenberg <robin.rosenberg@dewire.com>,
6 - "Boyd Stephen Smith Jr." <bss@iguanasuicide.net>
7 -Subject: What's in git.git (Dec 2008, #03; Sun, 21)
8 -X-maint-at: 718258e256b74622aa55f5ee0cb9cff4cce6bf9f
9 -X-master-at: b3eae84dc10e452add0e79c7373ceee16f73f7f0
10 -X-maint-was: 718258e256b74622aa55f5ee0cb9cff4cce6bf9f
11 -X-master-was: 7e76aba317b690932c8236311219b0faf97f1571
12 -
13 -What's in git.git (Dec 2008, #03; Sun, 21)
14 -
15 - maint 718258e (GIT 1.6.0.6)
16 - master b3eae84 (Documentation/git-show-branch: work around "single quote" typesetting glitch)
17 -------------------------------------------------------------------------
18 -
19 -The 'maint' branch is at 1.6.0.6, which hopefully will be the last
20 -maintenance release until 1.6.1 final.
21 -
22 -Earlier I said I'd like to have 1.6.1 final this weekend, but I'd rather
23 -play safe and tag -rc4 tonight (gee, it is already 04:00am), and leave the
24 -final 1.6.0 as Christmas present to git users.
25 -
26 - * Paul has one patch on his gitk branch I have fetched but not merged yet;
27 - waiting for his go-ahead.
28 -
29 - * I am undecided whether I should include the "rebase -i -p" patch from
30 - j6t in 1.6.1 and have been waiting for comments from Dscho.
31 -
32 - * A documentation patch from Boyd Stephen Smith Jr. to add a reference to
33 - the new HowTo page from git-revert manpage and an additional warning to
34 - git-revert from Robin Rosenberg are still not in yet, but I would like
35 - to have them with updates in 1.6.1 final.
36 -
37 -Other than that, the 'master' I am pusing out is pretty much it for
38 -1.6.1.
39 -
40 -----------------------------------------------------------------
41 -
42 -* The 'master' branch has these since the last announcement.
43 -
44 -Alexander Gavrilov (3):
45 - git-gui: Fix handling of relative paths in blame.
46 - git-gui: Fix commit encoding handling.
47 - Documentation: Describe git-gui Tools menu configuration options.
48 -
49 -Arjen Laarhoven (1):
50 - Enable threaded delta search on Mac OS X/Darwin
51 -
52 -Christian Stimming (1):
53 - git-gui: Update German (completed) translation.
54 -
55 -Fredrik Skolmli (1):
56 - git-gui: Starting translation for Norwegian
57 -
58 -Johannes Schindelin (2):
59 - Get rid of the last remnants of GIT_CONFIG_LOCAL
60 - git-gui: Get rid of the last remnants of GIT_CONFIG_LOCAL
61 -
62 -Junio C Hamano (6):
63 - gitweb: do not run "git diff" that is Porcelain
64 - make_absolute_path(): check bounds when seeing an overlong symlink
65 - builtin-blame.c: use strbuf_readlink()
66 - combine-diff.c: use strbuf_readlink()
67 - Make sure lockfiles are unlocked when dying on SIGPIPE
68 - send-email: futureproof split_addrs() sub
69 -
70 -Kirill A. Korinskiy (1):
71 - Remove the requirement opaquelocktoken uri scheme
72 -
73 -Lee Marlow (2):
74 - bash completion: Sort config completion variables
75 - bash completion: Sync config variables with their man pages
76 -
77 -Linus Torvalds (5):
78 - Add generic 'strbuf_readlink()' helper function
79 - Make 'ce_compare_link()' use the new 'strbuf_readlink()'
80 - Make 'index_path()' use 'strbuf_readlink()'
81 - Make 'diff_populate_filespec()' use the new 'strbuf_readlink()'
82 - Make 'prepare_temp_file()' ignore st_size for symlinks
83 -
84 -Marcel M. Cary (1):
85 - git-sh-setup: Fix scripts whose PWD is a symlink into a git work-dir
86 -
87 -Markus Heidelberg (5):
88 - Documentation: fix description for enabling hooks
89 - doc/git-reset: add reference to git-stash
90 - Documentation: sync example output with git output
91 - Documentation: fix typos, grammar, asciidoc syntax
92 - Documentation/git-show-branch: work around "single quote" typesetting
93 - glitch
94 -
95 -Michael J Gruber (1):
96 - test overlapping ignore patterns
97 -
98 -Michele Ballabio (1):
99 - git gui: update Italian translation
100 -
101 -Miklos Vajna (3):
102 - git-gui: Update Hungarian translation for 0.12
103 - git-daemon documentation: use {tilde}
104 - githooks documentation: add a note about the +x mode
105 -
106 -Nanako Shiraishi (3):
107 - git-gui: Update Japanese translation for 0.12
108 - Clarify documentation of "git checkout <tree-ish> paths" syntax
109 - Add a documentat on how to revert a faulty merge
110 -
111 -Peter Krefting (2):
112 - git-gui: Updated Swedish translation (515t0f0u).
113 - git-gui: Fixed typos in Swedish translation.
114 -
115 -René Scharfe (3):
116 - Fix type-mismatch compiler warning from diff_populate_filespec()
117 - connect.c: stricter port validation, silence compiler warning
118 - fast-import.c: stricter strtoul check, silence compiler warning
119 -
120 -Shawn O. Pearce (2):
121 - git-gui: Update po template to include 'Mirroring %s' message
122 - git-gui 0.12
123 -
124 -YONETANI Tomokazu (1):
125 - git-fast-import possible memory corruption problem
126 -
whats/in/2008/12/04.txt deleted
-64
@@ -1,64 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Dec 2008, #04; Mon, 29)
3 -X-maint-at: 936b7057e8401665a2d106e8de018561db6333fe
4 -X-master-at: c32f76f4d220e5d4d6a599d7a12a50b1e3ceceaf
5 -X-maint-was: 8104ebfe8276657ee803cca7eb8665a78cf3ef83
6 -X-master-was: b3eae84dc10e452add0e79c7373ceee16f73f7f0
7 -
8 -What's in git.git (Dec 2008, #04; Mon, 29)
9 -
10 - maint 936b705 (Prepare for v1.6.1.1 maintenance release)
11 - master c32f76f (Merge branch 'lt/reset-merge')
12 -------------------------------------------------------------------------
13 -
14 -BLURB HERE
15 -
16 -* The 'maint' branch has these fixes since the last announcement.
17 -
18 -Adeodato Simó (2):
19 - git-shortlog.txt: improve documentation about .mailmap files
20 - git-send-email.txt: move --format-patch paragraph to a proper location
21 -
22 -Devin Doucette (1):
23 - gitweb: Fix export check in git_get_projects_list
24 -
25 -Junio C Hamano (1):
26 - Prepare for v1.6.1.1 maintenance release
27 -
28 -René Scharfe (7):
29 - daemon: handle freopen() failure
30 - daemon: cleanup: replace loop with if
31 - daemon: cleanup: factor out xstrdup_tolower()
32 - merge-file: handle freopen() failure
33 - pretty: factor out skip_empty_lines()
34 - pretty: factor out format_subject()
35 - pretty: support multiline subjects with format:
36 -
37 -Shawn O. Pearce (1):
38 - describe: Avoid unnecessary warning when using --all
39 -
40 -jidanni@jidanni.org (1):
41 - Documentation/diff-options.txt: unify options
42 -
43 -
44 -* The 'master' branch has these since the last announcement
45 - in addition to the above.
46 -
47 -Johannes Schindelin (1):
48 - Force t5302 to use a single thread
49 -
50 -Junio C Hamano (2):
51 - Document "git-reset --merge"
52 - Start 1.6.2 cycle
53 -
54 -Linus Torvalds (1):
55 - Add 'merge' mode to 'git reset'
56 -
57 -Nicolas Pitre (2):
58 - autodetect number of CPUs by default when using threads
59 - pack-objects: don't use too many threads with few objects
60 -
61 -Teemu Likonen (2):
62 - Fix the building of user-manual.texi and gitman.texi documents
63 - Fix the building of gitman.info document
64 -
whats/in/2009/01/01.txt deleted
-168
@@ -1,168 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Jan 2009, #01; Wed, 14)
3 -X-maint-at: 4f8b8992ef0c009822cdca18d32ddf3a124ee284
4 -X-master-at: 3cf3b838c7b379824c68ee87799aaaa9028b36cd
5 -X-maint-was: 936b7057e8401665a2d106e8de018561db6333fe
6 -X-master-was: c32f76f4d220e5d4d6a599d7a12a50b1e3ceceaf
7 -
8 -What's in git.git (Jan 2009, #01; Wed, 14)
9 -
10 - maint 4f8b899 (Merge branch 'maint-1.6.0' into maint)
11 - master 3cf3b83 (Update 1.6.2 draft release notes)
12 -------------------------------------------------------------------------
13 -
14 -Many topics graduated to 'master' and I updated the draft release notes
15 -for 1.6.2.
16 -
17 -* The 'maint' branch has these fixes since the last announcement.
18 -
19 -Clemens Buchacher (1):
20 - modify/delete conflict resolution overwrites untracked file
21 -
22 -Felipe Contreras (1):
23 - fast-import: Cleanup mode setting.
24 -
25 -Henrik Austad (2):
26 - Use capitalized names where appropriate
27 - Be consistent in switch usage for tar
28 -
29 -Jay Soffian (1):
30 - Git.pm: call Error::Simple() properly
31 -
32 -Joey Hess (1):
33 - README: tutorial.txt is now called gittutorial.txt
34 -
35 -Johannes Schindelin (1):
36 - merge-recursive: mark rename/delete conflict as unmerged
37 -
38 -Junio C Hamano (3):
39 - merge-recursive: do not clobber untracked working tree garbage
40 - builtin-apply: prevent non-explicit permission changes
41 - git checkout: do not allow switching to a tree-ish that is not a commit
42 -
43 -Kirill A. Korinskiy (1):
44 - http-push: support full URI in handle_remote_ls_ctx()
45 -
46 -Markus Heidelberg (1):
47 - doc/git-send-email: mention sendemail.cc config variable
48 -
49 -Miklos Vajna (1):
50 - fast-export: print usage when no options specified
51 -
52 -Pierre Habouzit (1):
53 - Avoid spurious error messages on error mistakes.
54 -
55 -jidanni@jidanni.org (3):
56 - Documentation/git-tag.txt: minor typo and grammar fix
57 - Documentation/git-push.txt: minor: compress one option
58 - contrib/examples/README: give an explanation of the status of these files
59 -
60 -
61 -* The 'master' branch has these since the last announcement
62 - in addition to the above.
63 -
64 -Adeodato Simó (2):
65 - builtin-shortlog.c: use string_list_append(), and don't strdup
66 - unnecessarily
67 - t7501-commit.sh: explicitly check that -F prevents invoking the editor
68 -
69 -Alexander Potashev (1):
70 - remove trailing LF in die() messages
71 -
72 -Charles Bailey (4):
73 - Fix some tab/space inconsistencies in git-mergetool.sh
74 - Add -y/--no-prompt option to mergetool
75 - mergetool: Add prompt to continue after failing to merge a file
76 - mergetool: Don't keep temporary merge files unless told to
77 -
78 -Christian Couder (1):
79 - sha1_file: make "read_object" static
80 -
81 -Clemens Buchacher (3):
82 - unpack-trees: handle failure in verify_absent
83 - unpack-trees: fix path search bug in verify_absent
84 - unpack-trees: remove redundant path search in verify_absent
85 -
86 -Eric Wong (1):
87 - git-svn: add --authors-file test
88 -
89 -Fabian Emmes (2):
90 - cvsserver: add option to configure commit message
91 - cvsserver: change generation of CVS author names
92 -
93 -Giuseppe Bilotta (1):
94 - gitweb: use href() when generating URLs in OPML
95 -
96 -Jakub Narebski (3):
97 - gitweb: Move 'lineno' id from link to row element in git_blame
98 - gitweb: A bit of code cleanup in git_blame()
99 - gitweb: cache $parent_commit info in git_blame()
100 -
101 -Jeff King (1):
102 - Makefile: clean up TEST_PROGRAMS definition
103 -
104 -Johannes Schindelin (5):
105 - git wrapper: Make while loop more reader-friendly
106 - bisect view: call gitk if Cygwin's SESSIONNAME variable is set
107 - bundle: allow rev-list options to exclude annotated tags
108 - git add: do not add files from a submodule
109 - show <tag>: reuse pp_user_info() instead of duplicating code
110 -
111 -Jon Loeliger (1):
112 - Fix Documentation typos surrounding the word 'handful'.
113 -
114 -Junio C Hamano (2):
115 - ls-tree: add --full-tree option
116 - Update 1.6.2 draft release notes
117 -
118 -Kjetil Barvik (1):
119 - Cleanup of unused symcache variable inside diff-lib.c
120 -
121 -Lee Marlow (2):
122 - bash completion: Add '--intent-to-add' long option for 'git add'
123 - bash completion: Use 'git add' completions for 'git stage'
124 -
125 -Marcel M. Cary (1):
126 - git-sh-setup: Fix scripts whose PWD is a symlink to a work-dir on OS X
127 -
128 -Markus Heidelberg (3):
129 - git-cherry: make <upstream> parameter optional
130 - Documentation: clarify which parameters are optional to git-cherry
131 - contrib/vim: change URL to point to the latest syntax files
132 -
133 -Matt Kraai (1):
134 - gitweb: unify boolean feature subroutines
135 -
136 -Miklos Vajna (1):
137 - Add support for a pdf version of the user manual
138 -
139 -Nanako Shiraishi (1):
140 - Document git-ls-tree --full-tree
141 -
142 -Nguyễn Thái Ngọc Duy (2):
143 - grep: support --no-ext-grep to test builtin grep
144 - grep: grep cache entries if they are "assume unchanged"
145 -
146 -Nicolas Pitre (1):
147 - objects to be pruned immediately don't have to be loosened
148 -
149 -Paul Jarc (1):
150 - configure clobbers LDFLAGS
151 -
152 -Philippe Bruhat (1):
153 - Git.pm: correctly handle directory name that evaluates to "false"
154 -
155 -Pierre Habouzit (1):
156 - filter-branch: add git_commit_non_empty_tree and --prune-empty.
157 -
158 -René Scharfe (2):
159 - diff: add option to show context between close hunks
160 - strbuf: instate cleanup rule in case of non-memory errors
161 -
162 -SZEDER Gábor (1):
163 - bash: add '--merge' to 'git reset'
164 -
165 -William Pursell (2):
166 - Add subroutine to display one-line summary of hunks
167 - Add 'g' command to go to a hunk
168 -
whats/in/2009/01/02.txt deleted
-132
@@ -1,132 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Jan 2009, #02; Mon, 19)
3 -X-maint-at: 9d3043cf333ee500e476a558acb234b42e43cc62
4 -X-master-at: 28da86a58d7861626eb9d33a1bcfa3e1e79a4d13
5 -X-maint-was: 4f8b8992ef0c009822cdca18d32ddf3a124ee284
6 -X-master-was: 3cf3b838c7b379824c68ee87799aaaa9028b36cd
7 -
8 -What's in git.git (Jan 2009, #02; Mon, 19)
9 -
10 - maint 9d3043c (Update draft release notes for 1.6.1.1)
11 - master 28da86a (difftool: put the cursor on the editable file for Vim)
12 -------------------------------------------------------------------------
13 -
14 -Tonight's pushout has some git-svn updates included, in addition to a
15 -handful of new features.
16 -
17 -Perhaps 1.6.1.1 mid next week.
18 -
19 -* The 'maint' branch has these fixes since the last announcement.
20 -
21 -Christian Couder (1):
22 - builtin-fsck: fix off by one head count
23 -
24 -Johannes Schindelin (3):
25 - http-push: fix off-by-path_len
26 - http-push: when making directories, have a trailing slash in the path
27 - name
28 - t5540: clarify that http-push does not handle packed-refs on the remote
29 -
30 -Junio C Hamano (2):
31 - Update draft release notes to 1.6.1.1
32 - Update draft release notes for 1.6.1.1
33 -
34 -Markus Heidelberg (1):
35 - Documentation: let asciidoc align related options
36 -
37 -Michael J Gruber (2):
38 - add test cases for "git mv -k"
39 - fix handling of multiple untracked files for git mv -k
40 -
41 -Miklos Vajna (1):
42 - Make t3411 executable
43 -
44 -Stephan Beyer (5):
45 - t3501: check that commits are actually done
46 - t3404: Add test case for aborted --continue after "edit"
47 - t3404: Add test case for auto-amending only edited commits after "edit"
48 - builtin-commit.c: do not remove COMMIT_EDITMSG
49 - githooks.txt: add missing word
50 -
51 -
52 -* The 'master' branch has these since the last announcement
53 - in addition to the above.
54 -
55 -Adeodato Simó (1):
56 - git.c: make autocorrected aliases work
57 -
58 -Alexander Potashev (2):
59 - add is_dot_or_dotdot inline function
60 - Allow cloning to an existing empty directory
61 -
62 -Brandon Casey (1):
63 - t7700: demonstrate misbehavior of 'repack -a' when local packs exist
64 -
65 -David Aguilar (3):
66 - contrib: add 'git difftool' for launching common merge tools
67 - difftool: fix documentation problems
68 - difftool: put the cursor on the editable file for Vim
69 -
70 -David M. Syzdek (1):
71 - autoconf: Enable threaded delta search when pthreads are supported
72 -
73 -Eric Wong (4):
74 - git-svn: handle empty files marked as symlinks in SVN
75 - git-svn: better attempt to handle broken symlink updates
76 - git-svn: fix SVN 1.1.x compatibility
77 - git-svn: avoid importing nested git repos
78 -
79 -Giuseppe Bilotta (6):
80 - gitweb: add patch view
81 - gitweb: change call pattern for git_commitdiff
82 - gitweb: add patches view
83 - gitweb: link to patch(es) view in commit(diff) and (short)log view
84 - gitweb: don't use pathinfo for global actions
85 - gitweb: suggest name for OPML view
86 -
87 -Junio C Hamano (2):
88 - Resurrect "git apply --flags -" to read from the standard input
89 - format-patch: show patch text for the root commit
90 -
91 -Keith Cascio (1):
92 - test more combinations of ignore-whitespace options to diff
93 -
94 -Marcel Koeppen (1):
95 - git-svn: Show UUID in svn info for added directories with svn 1.5.5
96 -
97 -Markus Heidelberg (4):
98 - git-commit: color status output when color.ui is set
99 - git-status -v: color diff output when color.ui is set
100 - Documentation: let asciidoc align related options
101 - mergetool: put the cursor on the editable file for Vim
102 -
103 -Miklos Vajna (1):
104 - parse-opt: migrate builtin-apply.
105 -
106 -Pete Harlan (1):
107 - git-svn: Add --localtime option to "fetch"
108 -
109 -René Scharfe (3):
110 - shortlog: handle multi-line subjects like log --pretty=oneline et. al. do
111 - grep -w: forward to next possible position after rejected match
112 - grep: don't call regexec() for fixed strings
113 -
114 -SZEDER Gábor (3):
115 - bash: remove unnecessary checks for long options with argument
116 - bash: add missing format-patch command line options
117 - bash: refactor 'git log --pretty=<format>' options
118 -
119 -Ted Pavlic (3):
120 - bash-completion: Support running when set -u is enabled
121 - bash-completion: Try bash completions before simple filetype
122 - bash-completion: Add comments to remind about required arguments
123 -
124 -Thomas Rast (7):
125 - rebase -i: execute hook only after argument checking
126 - diff: accept -- when using --no-index
127 - diff --no-index: test for pager after option parsing
128 - diff --no-index -q: fix endless loop
129 - rebase: learn to rebase root commit
130 - rebase -i: learn to rebase root commit
131 - rebase: update documentation for --root
132 -
whats/in/2009/01/03.txt deleted
-133
@@ -1,133 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Jan 2009, #03; Sat, 24)
3 -X-maint-at: 692be9f365be09160f8baa1d6d521d0f65ec4cf9
4 -X-master-at: 5dc1308562ab5991ecada68b06707709bea408c9
5 -X-maint-was: 9d3043cf333ee500e476a558acb234b42e43cc62
6 -X-master-was: 28da86a58d7861626eb9d33a1bcfa3e1e79a4d13
7 -
8 -What's in git.git (Jan 2009, #03; Sat, 24)
9 -
10 - maint 692be9f (Merge branch 'cb/maint-unpack-trees-absense' into maint)
11 - master 5dc1308 (Merge branch 'js/patience-diff')
12 -------------------------------------------------------------------------
13 -
14 -* The 'maint' branch has these fixes since the last announcement.
15 -
16 -Anders Melchiorsen (4):
17 - Documentation: git push repository can also be a remote
18 - Documentation: remove a redundant elaboration
19 - Documentation: mention branches rather than heads
20 - Documentation: avoid using undefined parameters
21 -
22 -Boyd Stephen Smith Jr (1):
23 - Fix Documentation for git-describe
24 -
25 -Clemens Buchacher (3):
26 - unpack-trees: handle failure in verify_absent
27 - unpack-trees: fix path search bug in verify_absent
28 - unpack-trees: remove redundant path search in verify_absent
29 -
30 -Johannes Schindelin (3):
31 - bisect view: call gitk if Cygwin's SESSIONNAME variable is set
32 - git add: do not add files from a submodule
33 - Rename diff.suppress-blank-empty to diff.suppressBlankEmpty
34 -
35 -Junio C Hamano (1):
36 - format-patch: show patch text for the root commit
37 -
38 -Lars Noschinski (1):
39 - shell: Document that 'cvs server' is a valid command
40 -
41 -Paul Jarc (1):
42 - configure clobbers LDFLAGS
43 -
44 -Philippe Bruhat (1):
45 - Git.pm: correctly handle directory name that evaluates to "false"
46 -
47 -René Scharfe (1):
48 - shortlog: handle multi-line subjects like log --pretty=oneline et. al. do
49 -
50 -Thomas Rast (3):
51 - diff: accept -- when using --no-index
52 - diff --no-index: test for pager after option parsing
53 - diff --no-index -q: fix endless loop
54 -
55 -
56 -* The 'master' branch has these since the last announcement
57 - in addition to the above.
58 -
59 -Arjen Laarhoven (1):
60 - t/t4202-log.sh: Add testcases
61 -
62 -Björn Steinbrink (1):
63 - Rename detection: Avoid repeated filespec population
64 -
65 -Brandon Casey (1):
66 - Makefile: use shell for-loop rather than Make's foreach loop during
67 - install
68 -
69 -Jeff King (2):
70 - color: make it easier for non-config to parse color specs
71 - expand --pretty=format color options
72 -
73 -Johannes Schindelin (3):
74 - Implement the patience diff algorithm
75 - Introduce the diff option '--patience'
76 - bash completions: Add the --patience option
77 -
78 -Jonas Flodén (1):
79 - git-am: Make it easier to see which patch failed
80 -
81 -Junio C Hamano (4):
82 - git-am: add --directory=<dir> option
83 - Teach format-patch to handle output directory relative to cwd
84 - git-am: fix shell quoting
85 - git-am: re-fix the diag message printing
86 -
87 -Keith Cascio (2):
88 - test more combinations of ignore-whitespace options to diff
89 - Fix combined use of whitespace ignore options to diff
90 -
91 -Linus Torvalds (1):
92 - Wrap inflate and other zlib routines for better error reporting
93 -
94 -Markus Heidelberg (4):
95 - contrib/difftool: change trap condition from SIGINT to INT
96 - contrib/difftool: remove distracting 'echo' in the SIGINT handler
97 - use uppercase POSIX compliant signals for the 'trap' command
98 - bash completion: add 'rename' subcommand to git-remote
99 -
100 -Ralf Wildenhues (1):
101 - Fix naming scheme for configure cache variables.
102 -
103 -Ray Chuan (1):
104 - http-push: refactor lock-related headers creation for curl requests
105 -
106 -René Scharfe (5):
107 - Add ctype test
108 - Reformat ctype.c
109 - Change NUL char handling of isspecial()
110 - Add is_regex_special()
111 - Optimize color_parse_mem
112 -
113 -SZEDER Gábor (1):
114 - Fix gitdir detection when in subdir of gitdir
115 -
116 -Santi Béjar (2):
117 - commit: more compact summary and without extra quotes
118 - tutorial-2: Update with the new "git commit" ouput
119 -
120 -Stephan Beyer (5):
121 - checkout: don't crash on file checkout before running post-checkout hook
122 - Move run_hook() from builtin-commit.c into run-command.c (libgit)
123 - api-run-command.txt: talk about run_hook()
124 - run_hook(): check the executability of the hook before filling argv
125 - run_hook(): allow more than 9 hook arguments
126 -
127 -Thomas Rast (2):
128 - bash completion: move pickaxe options to log
129 - bash completion: refactor diff options
130 -
131 -martin f. krafft (1):
132 - git-am: implement --reject option passed to git-apply
133 -
whats/in/2009/01/04.txt deleted
-125
@@ -1,125 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Jan 2009, #04; Wed, 28)
3 -X-maint-at: 02322e1619dc537dc48650761f6c9bae883612a7
4 -X-master-at: 8712b3cdb0495f5a56b91cd67e2697412447a886
5 -X-maint-was: 692be9f365be09160f8baa1d6d521d0f65ec4cf9
6 -X-master-was: 5dc1308562ab5991ecada68b06707709bea408c9
7 -
8 -What's in git.git (Jan 2009, #04; Wed, 28)
9 -
10 - maint 02322e1 (send-pack: do not send unknown object name from ".have" to pack-objects)
11 - master 8712b3c (Merge branch 'tr/previous-branch')
12 -------------------------------------------------------------------------
13 -
14 -Folks at Github found that v1.6.1 clients barf when pushing over git
15 -protocol to v1.6.1 server if (1) the repository pushed into borrows
16 -objects from another repository, and (2) the repository that lends the
17 -objects has updates the pusher does not have. The 'maint' branch has a
18 -fix for it which 1.6.1.2 will contain when it comes out.
19 -
20 -The master has accumulated enough new features; we should start the -rc
21 -freeze soon (with the topics we have in 'next' as of today).
22 -
23 -
24 -* The 'maint' branch has these fixes since the last announcement.
25 -
26 -Johannes Schindelin (2):
27 - get_sha1_basic(): fix invalid memory access, found by valgrind
28 - test-path-utils: Fix off by one, found by valgrind
29 -
30 -Junio C Hamano (2):
31 - GIT 1.6.1.1
32 - send-pack: do not send unknown object name from ".have" to pack-objects
33 -
34 -
35 -* The 'master' branch has these since the last announcement
36 - in addition to the above.
37 -
38 -Benjamin Kramer (1):
39 - Ignore test-ctype
40 -
41 -Boyd Stephen Smith Jr (2):
42 - color-words: Support diff.wordregex config option
43 - Change the spelling of "wordregex".
44 -
45 -Clemens Buchacher (2):
46 - clean up pathspec matching
47 - remove pathspec_match, use match_pathspec instead
48 -
49 -Eric Wong (1):
50 - git-svn: fix memory leak when checking for empty symlinks
51 -
52 -Giuseppe Bilotta (6):
53 - gitweb: channel image in rss feed
54 - gitweb: feed generator metadata
55 - gitweb: rss feed managingEditor
56 - gitweb: rss channel date
57 - gitweb: last-modified time should be commiter, not author
58 - gitweb: check if-modified-since for feeds
59 -
60 -Jay Soffian (1):
61 - git-am: minor cleanups
62 -
63 -Johannes Schindelin (7):
64 - Add color_fwrite_lines(), a function coloring each line individually
65 - color-words: refactor word splitting and use ALLOC_GROW()
66 - color-words: change algorithm to allow for 0-character word boundaries
67 - color-words: take an optional regular expression describing words
68 - revision walker: include a detached HEAD in --all
69 - Fix parsing of @{-1}@{1}
70 - rebase -i --root: fix check for number of arguments
71 -
72 -Johannes Sixt (1):
73 - Windows: Fix intermittent failures of t7701
74 -
75 -Junio C Hamano (10):
76 - checkout: implement "@{-N}" shortcut name for N-th last branch
77 - bundle: allow the same ref to be given more than once
78 - interpret_nth_last_branch(): avoid traversing the reflog twice
79 - Fix reflog parsing for a malformed branch switching entry
80 - interpret_nth_last_branch(): plug small memleak
81 - Introduce for_each_recent_reflog_ent().
82 - Simplify parsing branch switching events in reflog
83 - http-push.c: style fixes
84 - rebase -i: correctly remember --root flag across --continue
85 - tests: Avoid single-shot environment export for shell function invocation
86 -
87 -Kjetil Barvik (5):
88 - lstat_cache(): more cache effective symlink/directory detection
89 - lstat_cache(): introduce has_symlink_or_noent_leading_path() function
90 - lstat_cache(): introduce has_dirs_only_path() function
91 - lstat_cache(): introduce invalidate_lstat_cache() function
92 - lstat_cache(): introduce clear_lstat_cache() function
93 -
94 -Miklos Vajna (1):
95 - gittutorial: remove misleading note
96 -
97 -Nanako Shiraishi (1):
98 - Mention "local convention" rule in the CodingGuidelines
99 -
100 -Serge van den Boom (1):
101 - Makefile: Make 'configure --with-expat=path' actually work
102 -
103 -Sverre Rabbelier (1):
104 - Allow cloning an empty repository
105 -
106 -Ted Pavlic (1):
107 - make: Remove -pthread on Darwin (it is included by cstdlib).
108 -
109 -Teemu Likonen (1):
110 - diff-options.txt: Fix asciidoc markup issue
111 -
112 -Thomas Rast (7):
113 - color-words: enable REG_NEWLINE to help user
114 - color-words: expand docs with precise semantics
115 - color-words: make regex configurable via attributes
116 - sha1_name: tweak @{-N} lookup
117 - sha1_name: support @{-N} syntax in get_sha1()
118 - checkout: implement "-" abbreviation, add docs and tests
119 - t1505: remove debugging cruft
120 -
121 -Vitaly \"_Vi\" Shukela (3):
122 - git-svn: add --ignore-paths option for fetching
123 - git-svn: documented --ignore-paths
124 - git-svn: Add test for --ignore-paths parameter
125 -
whats/in/2009/02/01.txt deleted
-146
@@ -1,146 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Feb 2009, #01; Sun, 01)
3 -X-maint-at: 6ac92294b30d7c8619cf15b531448f011dbdcdcc
4 -X-master-at: 2ea3c17189bf9ca459879129ca190792b5451f05
5 -X-maint-was: 02322e1619dc537dc48650761f6c9bae883612a7
6 -X-master-was: 8712b3cdb0495f5a56b91cd67e2697412447a886
7 -
8 -What's in git.git (Feb 2009, #01; Sun, 01)
9 -
10 - maint 6ac9229 (Merge branch 'maint-1.6.0' into maint)
11 - master 2ea3c17 (t3412: use log|name-rev instead of log --graph)
12 -------------------------------------------------------------------------
13 -
14 -There are yet more fixes that have been cooking in next and then master
15 -that have been merged to 'maint' in preparation for the next 1.6.1.X
16 -maintenance release.
17 -
18 -On the 'master' front, I think we are ready to plan for 1.6.2 release.
19 -Tonight's "What's cooking" should be a pretty good guide for estimating
20 -what will be in -rc0, in addition to what we already have in 'master'.
21 -
22 -
23 -* The 'maint' branch has these fixes since the last announcement.
24 -
25 -Björn Steinbrink (1):
26 - Rename detection: Avoid repeated filespec population
27 -
28 -Jeff King (1):
29 - avoid 31-bit truncation in write_loose_object
30 -
31 -Junio C Hamano (3):
32 - ls-tree: add --full-tree option
33 - Teach format-patch to handle output directory relative to cwd
34 - GIT 1.6.1.2
35 -
36 -Marcel M. Cary (1):
37 - git-sh-setup: Fix scripts whose PWD is a symlink to a work-dir on OS X
38 -
39 -Markus Heidelberg (2):
40 - git-commit: color status output when color.ui is set
41 - git-status -v: color diff output when color.ui is set
42 -
43 -Nanako Shiraishi (1):
44 - Document git-ls-tree --full-tree
45 -
46 -Nguyễn Thái Ngọc Duy (2):
47 - grep: support --no-ext-grep to test builtin grep
48 - grep: grep cache entries if they are "assume unchanged"
49 -
50 -Nicolas Pitre (1):
51 - objects to be pruned immediately don't have to be loosened
52 -
53 -René Scharfe (1):
54 - merge: fix out-of-bounds memory access
55 -
56 -
57 -* The 'master' branch has these since the last announcement
58 - in addition to the above.
59 -
60 -Anders Melchiorsen (2):
61 - Documentation: more git push examples
62 - Documentation: rework src/dst description in git push
63 -
64 -David Aguilar (1):
65 - contrib/difftool: Don't repeat merge tool candidates
66 -
67 -Giuseppe Bilotta (3):
68 - gitweb: make static files accessible with PATH_INFO
69 - gitweb: webserver config for PATH_INFO
70 - gitweb: align comments to code
71 -
72 -Jake Goulding (3):
73 - Make opt_parse_with_commit() non-static
74 - Make has_commit() non-static
75 - git-tag: Add --contains option
76 -
77 -Jakub Narebski (1):
78 - gitweb: Update README that gitweb works better with PATH_INFO
79 -
80 -Jeff King (5):
81 - diff: refactor tempfile cleanup handling
82 - chain kill signals for cleanup functions
83 - refactor signal handling for cleanup functions
84 - pager: do wait_for_pager on signal death
85 - t0005: use SIGTERM for sigchain test
86 -
87 -Johannes Gilger (1):
88 - mergetool: Don't repeat merge tool candidates
89 -
90 -Johannes Schindelin (8):
91 - Fix submodule squashing into unrelated commit
92 - t3404 & t3411: undo copy&paste
93 - lib-rebase.sh: Document what set_fake_editor() does
94 - test-lib.sh: introduce test_commit() and test_merge() helpers
95 - Simplify t3410
96 - Simplify t3411
97 - Simplify t3412
98 - Fix 'git diff --no-index' with a non-existing symlink target
99 -
100 -Johannes Sixt (1):
101 - Windows: Fix signal numbers
102 -
103 -Junio C Hamano (6):
104 - Documentation: simplify refspec format description
105 - diff.c: output correct index lines for a split diff
106 - revision traversal: allow UNINTERESTING objects to be missing
107 - rebase -i squashes submodule changes into unrelated commit
108 - builtin-apply.c: do not set bogus mode in check_preimage() for deleted
109 - path
110 - Update draft release notes to 1.6.2
111 -
112 -Kirill Smelkov (5):
113 - mailinfo: correctly handle multiline 'Subject:' header
114 - mailinfo: 'From:' header should be unfold as well
115 - mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U
116 - Thor)'
117 - mailinfo: tests for RFC2047 examples
118 - mailinfo: cleanup extra spaces for complex 'From:'
119 -
120 -Markus Heidelberg (1):
121 - contrib/difftool: add support for Kompare
122 -
123 -Michele Ballabio (1):
124 - git-shortlog.txt: fix example about .mailmap
125 -
126 -Stefan Karpinski (2):
127 - git-cvsserver: handle CVS 'noop' command.
128 - git-cvsserver: run post-update hook *after* update.
129 -
130 -Steffen Prohaska (6):
131 - Move computation of absolute paths from Makefile to runtime (in
132 - preparation for RUNTIME_PREFIX)
133 - git_extract_argv0_path(): Move check for valid argv0 from caller to
134 - callee
135 - Add calls to git_extract_argv0_path() in programs that call git_config_*
136 - Modify setup_path() to only add git_exec_path() to PATH
137 - Compute prefix at runtime if RUNTIME_PREFIX is set
138 - Windows: Revert to default paths and convert them by RUNTIME_PREFIX
139 -
140 -Steve Haslam (1):
141 - Refactor git_set_argv0_path() to git_extract_argv0_path()
142 -
143 -Thomas Rast (2):
144 - t3412: clean up GIT_EDITOR usage
145 - t3412: use log|name-rev instead of log --graph
146 -
whats/in/2009/02/02.txt deleted
-121
@@ -1,121 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Feb 2009, #02; Wed, 11)
3 -X-maint-at: e5887c1bda12b31ea7af0ce798bfdee308e1b176
4 -X-master-at: 30aa4fb15fa408596dea59cdc9f00c94eeaa69f1
5 -X-maint-was: b59122f86f23007fce374f92de7f6e0a73793026
6 -X-master-was: 621f1b4bcf40f1469fc59202248df35619e33c82
7 -
8 -What's in git.git (Feb 2009, #02; Wed, 11)
9 -
10 - maint e5887c1 (Prepare for 1.6.1.4.)
11 - master 30aa4fb (Merge branch 'maint')
12 -------------------------------------------------------------------------
13 -
14 -There are handful of fixes for 1.6.1.4 on maint that are also in master.
15 -
16 -The 'notes' topic has been kicked out of master for now.
17 -
18 -I think 'master' is ready to be tagged as v1.6.2-rc1, but I'll be giving a
19 -few days for people to try out the current 'master' before doing so. I've
20 -merged git-svn updates, but haven't pulled either git-gui or gitk updates
21 -yet, which need to happen before -rc1.
22 -
23 -------------------------------------------------------------------------
24 -
25 -* The 'maint' branch has these fixes since the last announcement.
26 -
27 -Christian Couder (1):
28 - rev-list: fix showing distance when using --bisect-all
29 -
30 -Elijah Newren (1):
31 - fast-export: ensure we traverse commits in topological order
32 -
33 -Junio C Hamano (3):
34 - revision traversal and pack: notice and die on missing commit
35 - Make repack less likely to corrupt repository
36 - Prepare for 1.6.1.4.
37 -
38 -Matt McCutchen (1):
39 - gitweb: add $prevent_xss option to prevent XSS by repository content
40 -
41 -Shawn O. Pearce (2):
42 - Clear the delta base cache during fast-import checkpoint
43 - Clear the delta base cache if a pack is rebuilt
44 -
45 -
46 -* The 'master' branch has these since the last announcement
47 - in addition to the above.
48 -
49 -Alexandre Julliard (1):
50 - Describe notable git.el changes in the release notes
51 -
52 -Anton Gyllenberg (1):
53 - test case for regression caused by git-svn empty symlink fix
54 -
55 -Deskin Miller (1):
56 - git-svn: Print revision while searching for earliest use of path
57 -
58 -Eric Kidd (1):
59 - filter-branch: Add more error-handling
60 -
61 -Eric Wong (2):
62 - git-svn: allow disabling expensive broken symlink checks
63 - git-svn: fix broken symlink workaround when switching branches
64 -
65 -Johannes Schindelin (3):
66 - Let ls-files strip trailing slashes in submodules' paths
67 - submodule: warn about non-submodules
68 - Add two extra tests for git rebase
69 -
70 -Johannes Sixt (4):
71 - Make test-path-utils more robust against incorrect use
72 - Move sanitary_path_copy() to path.c and rename it to
73 - normalize_path_copy()
74 - Test and fix normalize_path_copy()
75 - Remove unused normalize_absolute_path()
76 -
77 -Junio C Hamano (8):
78 - Revert "Merge branch 'js/notes'"
79 - Modernize t5400 test script
80 - remote prune: warn dangling symrefs
81 - Warn use of "origin" when remotes/origin/HEAD is dangling
82 - Drop double-semicolon in C
83 - receive-pack: receive.denyDeleteCurrent
84 - builtin-receive-pack.c: do not initialize statics to 0
85 - Squelch overzealous "ignoring dangling symref" in an empty repository
86 -
87 -Lars Hjemli (1):
88 - tree.c: allow read_tree_recursive() to traverse gitlink entries
89 -
90 -Michael J Gruber (1):
91 - Fix the installation path for html documentation
92 -
93 -Pat Notz (1):
94 - Fix contrib/hooks/post-receive-email for new duplicate branch
95 -
96 -René Scharfe (1):
97 - Fix GIT_CEILING_DIRECTORIES on Windows
98 -
99 -Sam Vilain (1):
100 - git-svn: abstract out a block into new method other_gs()
101 -
102 -Santi Béjar (1):
103 - doc/bundle: Use the more conventional suffix '.bundle'
104 -
105 -Sitaram Chamarty (1):
106 - Documentation: clarify commits affected by gitk --merge
107 -
108 -Stephan Beyer (3):
109 - add -p: get rid of Git.pm warnings about unitialized values
110 - Makefile: resort filenames alphabetically
111 - Generalize and libify index_is_dirty() to index_differs_from(...)
112 -
113 -Ted Pavlic (2):
114 - completion: Fix GIT_PS1_SHOWDIRTYSTATE to prevent unbound variable
115 - errors.
116 - completion: Get rid of tabbed indentation in comments. Replace with
117 - spaces.
118 -
119 -Todd Zullinger (1):
120 - git-web--browse: Fix check for /bin/start
121 -
whats/in/2009/02/03.txt deleted
-85
@@ -1,85 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Feb 2009, #03; Sun, 15)
3 -X-maint-at: e5887c1bda12b31ea7af0ce798bfdee308e1b176
4 -X-master-at: 075394e26cd7fb38e08d5f637a5fc825ab0b3fb3
5 -X-maint-was: e5887c1bda12b31ea7af0ce798bfdee308e1b176
6 -X-master-was: 30aa4fb15fa408596dea59cdc9f00c94eeaa69f1
7 -
8 -What's in git.git (Feb 2009, #03; Sun, 15)
9 -
10 - maint e5887c1 (Prepare for 1.6.1.4.)
11 - master 075394e (RelNotes Update)
12 -------------------------------------------------------------------------
13 -
14 -This is hopefully the last announcement before 1.6.2-rc1 is tagged.
15 -Nothing unexpectedly complex nor controversial, just bunch of follow-up
16 -fixes to what have already been scheduled for the upcoming release.
17 -
18 -I am going to bed now; it is way past my bedtime.
19 -
20 -* The 'master' branch has these since the last announcement.
21 -
22 -Fabian Franz (1):
23 - submodule: add --no-fetch parameter to update command
24 -
25 -Jacob Helwig (1):
26 - Add 'rm -f' equivalent to 'git rm' example of filter-branch
27 - --index-filter
28 -
29 -Jakub Narebski (1):
30 - gitweb: Better regexp for SHA-1 committag match
31 -
32 -Jeff King (1):
33 - symbolic-ref: allow refs/<whatever> in HEAD
34 -
35 -Jeremy White (1):
36 - Update documentation to add further information about using Thunderbird
37 - with git-imap-send.
38 -
39 -Johannes Schindelin (1):
40 - gc: make --prune useful again by accepting an optional parameter
41 -
42 -Junio C Hamano (5):
43 - Revert "validate_headref: tighten ref-matching to just branches"
44 - Install the default "master" branch configuration after cloning a void
45 - Teach the "@{-1} syntax to "git branch"
46 - Teach @{-1} to git merge
47 - RelNotes Update
48 -
49 -Keith Cascio (1):
50 - Remove redundant bit clears from diff_setup()
51 -
52 -Marcel M. Cary (1):
53 - git-sh-setup: Use "cd" option, not /bin/pwd, for symlinked work tree
54 -
55 -Marius Storm-Olsen (5):
56 - Add mailmap.file as configurational option for mailmap location
57 - Add find_insert_index, insert_at_index and clear_func functions to
58 - string_list
59 - Add map_user() and clear_mailmap() to mailmap
60 - Change current mailmap usage to do matching on both name and email of
61 - author/committer.
62 - Move mailmap documentation into separate file
63 -
64 -Mark Burton (1):
65 - git-rebase.txt: --interactive does not work with --whitespace
66 -
67 -Matt Kraai (1):
68 - bash-completion: Complete the values of color.interactive, color.ui,
69 - color.pager
70 -
71 -Nazri Ramliy (1):
72 - Bugfix: GIT_EXTERNAL_DIFF with more than one changed files
73 -
74 -SZEDER Gábor (3):
75 - Move 'rev-parse --git-dir' test to t1500
76 - t1500: more 'git rev-parse --git-dir' tests
77 - bash: fix misspelled 'git svn' option
78 -
79 -Tay Ray Chuan (1):
80 - use a hash of the lock token as the suffix for PUT/MOVE
81 -
82 -Thomas Rast (2):
83 - log: do not print ellipses with --abbrev-commit
84 - Documentation: pruning recipe for destructive filter-branch
85 -
whats/in/2009/03/01.txt deleted
-152
@@ -1,152 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Mar 2009, #01; Tue, 03)
3 -X-maint-at: dcc901bc2926f92558a854430570123b4152451d
4 -X-master-at: 1d035f85649cbb0a4fcc3e341f7e854acf9cf3c1
5 -X-maint-was: e5887c1bda12b31ea7af0ce798bfdee308e1b176
6 -X-master-was: 075394e26cd7fb38e08d5f637a5fc825ab0b3fb3
7 -
8 -What's in git.git (Mar 2009, #01; Tue, 03)
9 -
10 - maint dcc901b (Documentation: minor grammatical fixes.)
11 - master 1d035f8 (Documentation: minor grammatical fixes.)
12 -------------------------------------------------------------------------
13 -
14 -Hopefully the last "What's in" before 1.6.2 final. Small fixes here and
15 -there and nothing earth shattering.
16 -
17 -* The 'maint' branch has these fixes since the last announcement.
18 -
19 -Danijel Tasov (1):
20 - added missing backtick in git-apply.txt
21 -
22 -David J. Mellor (1):
23 - Documentation: minor grammatical fixes.
24 -
25 -Gerrit Pape (1):
26 - Documentation/git-push: --all, --mirror, --tags can not be combined
27 -
28 -Junio C Hamano (1):
29 - tests: fix "export var=val"
30 -
31 -Matthieu Moy (2):
32 - Document git blame --reverse.
33 - More friendly message when locking the index fails.
34 -
35 -Michael Spang (1):
36 - Skip timestamp differences for diff --no-index
37 -
38 -Todd Zullinger (1):
39 - Documentation: Note file formats send-email accepts
40 -
41 -
42 -* The 'master' branch has these since the last announcement
43 - in addition to the above.
44 -
45 -Abhijit Menon-Sen (1):
46 - Convert git-* invocations to "git *" in the svnimport example.
47 -
48 -Alexandre Julliard (3):
49 - git.el: Make sure that file lists are sorted as they are created.
50 - git.el: Improve the confirmation message on remove and revert.
51 - Add a README in the contrib/emacs directory.
52 -
53 -Allan Caffee (1):
54 - trace: Fixed a minor typo in an error message.
55 -
56 -Ben Walton (2):
57 - git-svn fix to avoid using strftime %z
58 - git-svn - return original format_svn_date semantics
59 -
60 -Brian Gernhardt (1):
61 - git-svn: Create leading directories in create-ignore
62 -
63 -Christian Couder (3):
64 - README: fix path to "gitcvs-migration.txt" and be more consistent
65 - bisect: fix quoting TRIED revs when "bad" commit is also "skip"ped
66 - bisect: fix another instance of eval'ed string
67 -
68 -David J. Mellor (3):
69 - Documentation: minor grammatical fixes.
70 - Documentation: minor grammatical fixes.
71 - Documentation: minor grammatical fixes.
72 -
73 -Dévai Tamás (1):
74 - git-svn: Fix for rewriteRoot URL containing username.
75 -
76 -Eric Wong (2):
77 - git-svn: fix delete+add branch tracking with empty files
78 - git-svn: disable broken symlink workaround by default
79 -
80 -Felipe Contreras (2):
81 - git add: trivial codestyle cleanup
82 - sha1_file.c: fix typo
83 -
84 -Gerrit Pape (2):
85 - Install builtins with the user and group of the installing personality
86 - git-quiltimport: preserve standard input to be able to read user input
87 -
88 -Giuseppe Bilotta (1):
89 - gitweb: fix wrong base URL when non-root DirectoryIndex
90 -
91 -Jay Soffian (3):
92 - disallow providing multiple upstream branches to rebase, pull --rebase
93 - Allow HTTP tests to run on Darwin
94 - t5540-http-push.sh: avoid non-portable grep -P
95 -
96 -Johannes Schindelin (2):
97 - Introduce the function strip_path_suffix()
98 - system_path(): simplify using strip_path_suffix(), and add suffix "git"
99 -
100 -Johannes Sixt (2):
101 - gitattributes.txt: Path matching rules are explained in gitignore.txt
102 - t3400-rebase: Move detached HEAD check earlier
103 -
104 -Junio C Hamano (4):
105 - git-svn: fix parsing of timestamp obtained from svn
106 - Make sure objects/pack exists before creating a new pack
107 - GIT 1.6.2-rc2
108 - git-am: make --abort less dangerous
109 -
110 -Lars Noschinski (1):
111 - filter-branch -d: Export GIT_DIR earlier
112 -
113 -Linus Torvalds (1):
114 - Support 'raw' date format
115 -
116 -Marc Branchaud (1):
117 - Docs: Expand explanation of the use of + in git push refspecs.
118 -
119 -Marcel M. Cary (2):
120 - gitweb: Fix warnings with override permitted but no repo override
121 - gitweb: Hyperlink multiple git hashes on the same commit message line
122 -
123 -Michael J Gruber (2):
124 - Fix typo in contrib/examples/git-svnimport.txt
125 - git-am: Keep index in case of abort with dirty index
126 -
127 -Mike Ralphson (1):
128 - Fix odb_mkstemp() on AIX
129 -
130 -Paul Mackerras (1):
131 - gitk: Fix possible infinite loop and display corruption
132 -
133 -Pete Wyckoff (1):
134 - git-p4: avoid syncing duplicate changes
135 -
136 -Peter Oberndorfer (1):
137 - git-svn: read the dcommit url from the config file on a per remote basis
138 -
139 -René Scharfe (1):
140 - builtin-receive-pack.c: fix compiler warnings about format string
141 -
142 -SZEDER Gábor (2):
143 - bash: add missing 'git merge' options
144 - bash: update 'git svn' options
145 -
146 -Thomas Rast (2):
147 - bash completion: refactor common log, shortlog and gitk options
148 - bash completion: only show 'log --merge' if merging
149 -
150 -Todd Zullinger (1):
151 - git-rebase: Update --whitespace documentation
152 -
whats/in/2009/03/02.txt deleted
-49
@@ -1,49 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Mar 2009, #02; Thu, 05)
3 -X-maint-at: bdfd739dac4c109ce360d38d0572d8717a46e795
4 -X-master-at: 836769e875ecf47e83137a39de5937652e0e861e
5 -X-maint-was: b47530b5f33898b5607603b16c56bd2adcc4ac70
6 -X-master-was: b47530b5f33898b5607603b16c56bd2adcc4ac70
7 -
8 -What's in git.git (Mar 2009, #02; Thu, 05)
9 -
10 - maint bdfd739 (Make the 'lock file' exists error more informative)
11 - master 836769e (Merge branch 'maint')
12 -------------------------------------------------------------------------
13 -
14 -The release is out, and immediately after that somebody spots a minor
15 -bug.
16 -
17 -If things go as planned, tomorrow we will see a mass graduation to the
18 -master branch of topics that have been cooking in next during the pre
19 -release freeze period.
20 -
21 -* The 'maint' branch has these fixes since v1.6.2
22 -
23 -John Tapsell (1):
24 - Make the 'lock file' exists error more informative
25 -
26 -Junio C Hamano (1):
27 - Beginning of 1.6.2 maintenance track
28 -
29 -
30 -* The 'master' branch has these since v1.6.2 in addition to the above.
31 -
32 -Carlos Manuel Duclos Vergara (1):
33 - git-archive: add --output=<file> to send output to a file
34 -
35 -Christian Couder (1):
36 - rev-list: estimate number of bisection step left
37 -
38 -Jeff King (1):
39 - improve missing repository error message
40 -
41 -John Tapsell (3):
42 - Modify description file to say what this file is
43 - Google has renamed the imap folder
44 - Improve error message for git-filter-branch
45 -
46 -Keith Cascio (2):
47 - Use DIFF_XDL_SET/DIFF_OPT_SET instead of raw bit-masking
48 - Fix neglect of diff_setup()/diff_setup_done() symmetry.
49 -
whats/in/2009/03/03.txt deleted
-101
@@ -1,101 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Mar 2009, #03; Fri, 06)
3 -X-maint-at: bdfd739dac4c109ce360d38d0572d8717a46e795
4 -X-master-at: 8cc3fe45c92a2e85400a6ee83c3b3a4a8ca1d6c7
5 -X-maint-was: bdfd739dac4c109ce360d38d0572d8717a46e795
6 -X-master-was: 836769e875ecf47e83137a39de5937652e0e861e
7 -
8 -What's in git.git (Mar 2009, #03; Fri, 06)
9 -
10 - maint bdfd739 (Make the 'lock file' exists error more informative)
11 - master 8cc3fe4 (Merge branch 'en/maint-hash-object')
12 -------------------------------------------------------------------------
13 -
14 -Quite a many topics that have been scheduled for 'master' for some time
15 -have all graduated. With this pace we may be able to have a very short
16 -cycle for a change before 1.6.3 final ;-).
17 -
18 -* The 'master' branch has these since the last announcement.
19 -
20 -Arjen Laarhoven (2):
21 - Clean up use of ANSI color sequences
22 - builtin-branch.c: Rename branch category color names
23 -
24 -Deskin Miller (1):
25 - add -i: revisit hunk on editor failure
26 -
27 -Elijah Newren (1):
28 - Ensure proper setup of git_dir for git-hash-object
29 -
30 -Felipe Contreras (3):
31 - config: Add new option to open an editor.
32 - git config: codestyle cleanups
33 - Add tests for git log --pretty, --format and --oneline.
34 -
35 -Finn Arne Gangstad (1):
36 - Support "\" in non-wildcard exclusion entries
37 -
38 -Jay Soffian (6):
39 - builtin-branch: improve output when displaying remote branches
40 - send-email: allow send-email to run outside a repo
41 - send-email: handle multiple Cc addresses when reading mbox message
42 - send-email: --suppress-cc improvements
43 - send-email: don't create temporary compose file until it is needed
44 - send-email: add --confirm option and configuration setting
45 -
46 -Jeff King (4):
47 - valgrind: ignore ldso and more libz errors
48 - branch: clean up repeated strlen
49 - add basic branch display tests
50 - never fallback relative times to absolute
51 -
52 -Jeremy White (2):
53 - Enable setting attach as the default in .gitconfig for git-format-patch.
54 - imap.preformattedHTML to tell Thunderbird to send non-flowed text
55 -
56 -Johannes Schindelin (11):
57 - Add valgrind support in test scripts
58 - Valgrind support: check for more than just programming errors
59 - test-lib.sh: optionally output to test-results/$TEST.out, too
60 - t/Makefile: provide a 'valgrind' target
61 - Add a script to coalesce the valgrind outputs
62 - Tests: let --valgrind imply --verbose and --tee
63 - test-lib: avoid assuming that templates/ are in the GIT_EXEC_PATH
64 - valgrind: do not require valgrind 3.4.0 or newer
65 - Avoid segfault with 'git branch' when the HEAD is detached
66 - git config: trivial cleanup for editor action
67 - MinGW: 64-bit file offsets
68 -
69 -John Tapsell (1):
70 - Documentation - More examples for git bisect
71 -
72 -Junio C Hamano (4):
73 - git-blame: refactor code to emit "porcelain format" output
74 - blame: show "previous" information in --porcelain/--incremental format
75 - git-add -i/-p: learn to unwrap C-quoted paths
76 - Draft release notes: Carry forward the warning for behaviour changes
77 -
78 -Marius Storm-Olsen (2):
79 - Add bare repository indicator for __git_ps1
80 - Fixup: Add bare repository indicator for __git_ps1
81 -
82 -Nanako Shiraishi (3):
83 - Add --format that is a synonym to --pretty
84 - Give short-hands to --pretty=tformat:%formatstring
85 - Add --oneline that is a synonym to "--pretty=oneline --abbrev-commit"
86 -
87 -SZEDER Gábor (1):
88 - rerere: remove duplicated functions
89 -
90 -Sverre Rabbelier (1):
91 - Teach rebase to rebase even if upstream is up to date
92 -
93 -Ted Pavlic (4):
94 - completion: For consistency, change "git rev-parse" to __gitdir calls
95 - completion: Use consistent if [...] convention, not "test"
96 - completion: Better __git_ps1 support when not in working directory
97 - completion: More fixes to prevent unbound variable errors
98 -
99 -Teemu Likonen (1):
100 - bash completion: add --format= and --oneline options for "git log"
101 -
whats/in/2009/03/04.txt deleted
-150
@@ -1,150 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Mar 2009, #04; Sat, 14)
3 -X-maint-at: a54a216098db10d551d33123f33667ce8a036510
4 -X-master-at: bba2a7b22fdde7a214516e93d957a950571a2026
5 -X-maint-was: bdfd739dac4c109ce360d38d0572d8717a46e795
6 -X-master-was: 8cc3fe45c92a2e85400a6ee83c3b3a4a8ca1d6c7
7 -
8 -What's in git.git (Mar 2009, #04; Sat, 14)
9 -
10 - maint a54a216 (Merge branch 'maint-1.6.1' into maint)
11 - master bba2a7b (test-lib: write test results to test-results/<basename>-<pid>)
12 -------------------------------------------------------------------------
13 -
14 -Perhaps I'll cut the first maintenance release since 1.6.2 sometime soon.
15 -It turns out that 1.6.2 cycle was quite successful in producing a solid
16 -release.
17 -
18 -Quite a many topics have graduated to 'master'. Perhaps we can start the
19 -pre-release freeze in two weeks for 1.6.3.
20 -
21 -* The 'maint' branch has these fixes since the last announcement.
22 -
23 -Chris Johnsen (1):
24 - builtin-revert.c: release index lock when cherry-picking an empty commit
25 -
26 -Christian Couder (1):
27 - Documentation: fix badly indented paragraphs in "--bisect-all"
28 - description
29 -
30 -Elijah Newren (1):
31 - Ensure proper setup of git_dir for git-hash-object
32 -
33 -Finn Arne Gangstad (1):
34 - Support "\" in non-wildcard exclusion entries
35 -
36 -Jay Soffian (4):
37 - send-email: allow send-email to run outside a repo
38 - send-email: handle multiple Cc addresses when reading mbox message
39 - send-email: --suppress-cc improvements
40 - send-email: don't create temporary compose file until it is needed
41 -
42 -Jeff King (3):
43 - never fallback relative times to absolute
44 - t1300: use test_must_fail as appropriate
45 - document config --bool-or-int
46 -
47 -Junio C Hamano (2):
48 - git-add -i/-p: learn to unwrap C-quoted paths
49 - Update draft release notes for 1.6.2.1
50 -
51 -René Scharfe (1):
52 - cleanup: add isascii()
53 -
54 -
55 -* The 'master' branch has these since the last announcement
56 - in addition to the above.
57 -
58 -Benjamin Kramer (3):
59 - Remove unused function scope local variables
60 - Move local variables to narrower scopes
61 - Remove unused assignments
62 -
63 -Daniel Barkalow (1):
64 - Include log_config module in apache.conf
65 -
66 -David Aguilar (1):
67 - contrib/difftool: use a separate config namespace for difftool commands
68 -
69 -Erik Faye-Lund (1):
70 - connect.c: remove a few globals by using git_config callback data
71 -
72 -Eugene Letuchy (1):
73 - Make git blame's date output format configurable, like git log
74 -
75 -Jay Soffian (3):
76 - bash completion: fix completion issues with fetch, pull, and push
77 - bash completion: refactor --strategy completion
78 - bash completion: teach fetch, pull, and push to complete their options
79 -
80 -Jeff King (1):
81 - clone: run post-checkout hook when checking out
82 -
83 -Johannes Schindelin (5):
84 - Brown paper bag fix for MinGW 64-bit stat
85 - Add an (optional, since expensive) test for >2gb clones
86 - MinGW: fix diff --no-index /dev/null ...
87 - test: do not LoadModule log_config_module unconditionally
88 - test-lib: write test results to test-results/<basename>-<pid>
89 -
90 -Johannes Sixt (1):
91 - test-suite: Make test script numbers unique
92 -
93 -Junio C Hamano (8):
94 - git-repack: resist stray environment variable
95 - has_sha1_pack(): refactor "pretend these packs do not exist" interface
96 - has_sha1_kept_pack(): take "struct rev_info"
97 - Consolidate ignore_packed logic more
98 - Simplify is_kept_pack()
99 - is_kept_pack(): final clean-up
100 - Update draft release notes to 1.6.3
101 - Update release notes to 1.6.3
102 -
103 -Michael J Gruber (3):
104 - git submodule: Add test cases for git submodule add
105 - git submodule: Fix adding of submodules at paths with ./, .. and //
106 - Typo and language fixes for git-checkout.txt
107 -
108 -Michael Lai (1):
109 - git-svn: support intermediate paths when matching tags/branches
110 -
111 -Pete Wyckoff (1):
112 - git-p4: remove tabs from usermap file
113 -
114 -Ramsay Allan Jones (1):
115 - git-instaweb: fix lighttpd configuration on cygwin
116 -
117 -René Scharfe (8):
118 - diffcore-pickaxe: use memmem()
119 - optimize compat/ memmem()
120 - parseopt: add PARSE_OPT_KEEP_UNKNOWN
121 - parseopt: add PARSE_OPT_NO_INTERNAL_HELP
122 - parseopt: make usage optional
123 - archive: use parseopt for local-only options
124 - parseopt: document KEEP_ARGV0, KEEP_UNKNOWN, NO_INTERNAL_HELP
125 - parseopt: prevent KEEP_UNKNOWN and STOP_AT_NON_OPTION from being used
126 - together
127 -
128 -Tay Ray Chuan (1):
129 - http.c: use strbuf API in quote_ref_url
130 -
131 -Thomas Rast (13):
132 - format-patch: threading test reactivation
133 - Support coverage testing with GCC/gcov
134 - Test that diff can read from stdin
135 - Test diff --dirstat functionality
136 - Test log --graph
137 - Test fsck a bit harder
138 - Test log --decorate
139 - Test rev-list --parents/--children
140 - Test git-patch-id
141 - format-patch: track several references
142 - format-patch: thread as reply to cover letter even with in-reply-to
143 - format-patch: support deep threading
144 - Documentation: filter-branch: show --ignore-unmatch in main index-filter
145 - example
146 -
147 -Tor Arne Vestbø (2):
148 - git-rebase: Add --stat and --no-stat for producing diffstat on rebase
149 - git-pull: Allow --stat and --no-stat to be used with --rebase
150 -
whats/in/2009/03/05.txt deleted
-134
@@ -1,134 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Mar 2009, #05; Tue, 17)
3 -X-maint-at: 6f55ee4317681a5639ff364d2f0a352bde064269
4 -X-master-at: e986ceb05a118944d2638fba4cd09678c1afa6b3
5 -X-maint-was: a54a216098db10d551d33123f33667ce8a036510
6 -X-master-was: bba2a7b22fdde7a214516e93d957a950571a2026
7 -
8 -What's in git.git (Mar 2009, #05; Tue, 17)
9 -
10 - maint 6f55ee4 (GIT 1.6.2.1)
11 - master e986ceb (Update draft release notes to 1.6.3)
12 -------------------------------------------------------------------------
13 -
14 -Notable topics graduated are Jay's "git remote" improvements, Kjetil's
15 -"git checkout" optimization, and René's "git grep --color".
16 -
17 -Post 1.6.2 cycle seems to be nicely progressing, and with another mass
18 -graduation like this hopefully we can go into pre-release freeze for the
19 -next release fairly soon.
20 -
21 -* The 'master' branch has these since the last announcement
22 - in addition to what are already in v1.6.2.1.
23 -
24 -Alex Riesen (1):
25 - disable post-checkout test on Cygwin
26 -
27 -Benjamin Kramer (1):
28 - Fix various dead stores found by the clang static analyzer
29 -
30 -Brian Gernhardt (2):
31 - Create USE_ST_TIMESPEC and turn it on for Darwin
32 - Makefile: Set compiler switch for USE_NSEC
33 -
34 -Chris Johnsen (2):
35 - git-push.txt: describe how to default to pushing only current branch
36 - Documentation: remove extra quoting/emphasis around literal texts
37 -
38 -Daniel Barkalow (1):
39 - Give error when no remote is configured
40 -
41 -Emil Sit (1):
42 - config.txt: Describe special 'none' handling in core.gitProxy.
43 -
44 -Jay Soffian (18):
45 - move duplicated get_local_heads() to remote.c
46 - move duplicated ref_newer() to remote.c
47 - move locate_head() to remote.c
48 - remote: simplify guess_remote_head()
49 - remote: make copy_ref() perform a deep copy
50 - remote: let guess_remote_head() optionally return all matches
51 - remote: make match_refs() copy src ref before assigning to peer_ref
52 - remote: make match_refs() not short-circuit
53 - string-list: new for_each_string_list() function
54 - builtin-remote: refactor duplicated cleanup code
55 - builtin-remote: remove unused code in get_ref_states
56 - builtin-remote: rename variables and eliminate redundant function call
57 - builtin-remote: make get_remote_ref_states() always populate
58 - states.tracked
59 - builtin-remote: fix two inconsistencies in the output of "show <remote>"
60 - builtin-remote: teach show to display remote HEAD
61 - builtin-remote: add set-head subcommand
62 - builtin-remote: new show output style
63 - builtin-remote: new show output style for push refspecs
64 -
65 -Jeff King (5):
66 - test scripts: refactor start_httpd helper
67 - add basic http clone/fetch tests
68 - refactor find_ref_by_name() to accept const list
69 - remote: make guess_remote_head() use exact HEAD lookup if it is available
70 - ls-files: require worktree when --deleted is given
71 -
72 -Johannes Schindelin (2):
73 - rsync transport: allow local paths, and fix tests
74 - winansi: support ESC [ K (erase in line)
75 -
76 -Johannes Sixt (1):
77 - recv_sideband: Bands #2 and #3 always go to stderr
78 -
79 -Junio C Hamano (6):
80 - builtin-remote.c: no "commented out" code, please
81 - Not all systems use st_[cm]tim field for ns resolution file timestamp
82 - grep: cast printf %.*s "precision" argument explicitly to int
83 - read-tree A B C: do not create a bogus index and do not segfault
84 - Remove total confusion from git-fetch and git-push
85 - Update draft release notes to 1.6.3
86 -
87 -Kjetil Barvik (17):
88 - lstat_cache(): small cleanup and optimisation
89 - lstat_cache(): generalise longest_match_lstat_cache()
90 - lstat_cache(): swap func(length, string) into func(string, length)
91 - unlink_entry(): introduce schedule_dir_for_removal()
92 - create_directories(): remove some memcpy() and strchr() calls
93 - write_entry(): cleanup of some duplicated code
94 - write_entry(): use fstat() instead of lstat() when file is open
95 - show_patch_diff(): remove a call to fstat()
96 - lstat_cache(): print a warning if doing ping-pong between cache types
97 - check_updates(): effective removal of cache entries marked CE_REMOVE
98 - fix compile error when USE_NSEC is defined
99 - make USE_NSEC work as expected
100 - verify_uptodate(): add ce_uptodate(ce) test
101 - write_index(): update index_state->timestamp after flushing to disk
102 - Record ns-timestamps if possible, but do not use it without USE_NSEC
103 - checkout bugfix: use stat.mtime instead of stat.ctime in two places
104 - Revert "lstat_cache(): print a warning if doing ping-pong between cache
105 - types"
106 -
107 -Michael J Gruber (1):
108 - git-branch.txt: document -f correctly
109 -
110 -Miklos Vajna (1):
111 - Tests: use test_cmp instead of diff where possible
112 -
113 -Nguyễn Thái Ngọc Duy (1):
114 - grep: prefer builtin over external one when coloring results
115 -
116 -Petr Kodl (2):
117 - MinGW: a helper function that translates Win32 API error codes
118 - MinGW: a hardlink implementation
119 -
120 -René Scharfe (6):
121 - grep: micro-optimize hit collection for AND nodes
122 - grep: remove grep_opt argument from match_expr_eval()
123 - grep: add pmatch and eflags arguments to match_one_pattern()
124 - grep: color patterns in output
125 - grep: add support for coloring with external greps
126 - pickaxe: count regex matches only once
127 -
128 -Stephen Boyd (1):
129 - git-send-email.txt: describe --compose better
130 -
131 -Thomas Rast (2):
132 - send-email: respect in-reply-to regardless of threading
133 - send-email: test --no-thread --in-reply-to combination
134 -
whats/in/2009/03/06.txt deleted
-381
@@ -1,381 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Mar 2009, #06; Mon, 30)
3 -X-maint-at: 8c7f78823888306c1cceafcf5fd26739eef99ce3
4 -X-master-at: 442dd42d6d4903640b0dc5561481a77c88dcea90
5 -X-maint-was: a54a216098db10d551d33123f33667ce8a036510
6 -X-master-was: bba2a7b22fdde7a214516e93d957a950571a2026
7 -
8 -What's in git.git (Mar 2009, #06; Mon, 30)
9 -
10 - maint 8c7f788 (Update draft release notes to 1.6.2.2)
11 - master 442dd42 (Merge branch 'maint')
12 -------------------------------------------------------------------------
13 -
14 -Many small updates on the 'master' front. I think we can declare feature
15 -freeze for 1.6.3 in about a week, tag -rc0, and keep topics that are still
16 -in 'pu' cooking for 1.6.4 (there are some good ones).
17 -
18 -* The 'maint' branch has these fixes since the last announcement.
19 -
20 -Allan Caffee (1):
21 - Documentation: update graph api example.
22 -
23 -Carlo Marcelo Arenas Belon (1):
24 - documentation: update cvsimport description of "-r" for recent clone
25 -
26 -Daniel Barkalow (1):
27 - Give error when no remote is configured
28 -
29 -Daniel Cheng (aka SDiZ) (1):
30 - Fix bash completion in path with spaces
31 -
32 -David Aguilar (1):
33 - everyday: use the dashless form of git-init
34 -
35 -Emil Sit (1):
36 - test-lib: Clean up comments and Makefile.
37 -
38 -Eric Wong (1):
39 - git-svn: fix ls-tree usage with dash-prefixed paths
40 -
41 -Jeff King (2):
42 - doc: clarify how -S works
43 - ls-files: require worktree when --deleted is given
44 -
45 -Johannes Schindelin (2):
46 - rsync transport: allow local paths, and fix tests
47 - import-zips: fix thinko
48 -
49 -Johannes Sixt (1):
50 - diff --no-index: Do not generate patch output if other output is
51 - requested
52 -
53 -Junio C Hamano (5):
54 - read-tree A B C: do not create a bogus index and do not segfault
55 - GIT 1.6.2.1
56 - Remove total confusion from git-fetch and git-push
57 - Update draft release notes to 1.6.2.2
58 - Update draft release notes to 1.6.2.2
59 -
60 -Linus Torvalds (1):
61 - close_sha1_file(): make it easier to diagnose errors
62 -
63 -Michael J Gruber (2):
64 - git submodule: Add test cases for git submodule add
65 - git submodule: Fix adding of submodules at paths with ./, .. and //
66 -
67 -Nico -telmich- Schottelius (1):
68 - git-tag(1): add hint about commit messages
69 -
70 -Nicolas Pitre (1):
71 - avoid possible overflow in delta size filtering computation
72 -
73 -René Scharfe (3):
74 - diffcore-pickaxe: use memmem()
75 - optimize compat/ memmem()
76 - pickaxe: count regex matches only once
77 -
78 -Shawn O. Pearce (1):
79 - Increase the size of the die/warning buffer to avoid truncation
80 -
81 -Stephen Boyd (1):
82 - format-patch: --numbered-files and --stdout aren't mutually exclusive
83 -
84 -Thomas Rast (3):
85 - send-email: respect in-reply-to regardless of threading
86 - send-email: test --no-thread --in-reply-to combination
87 - bash completion: only show 'log --merge' if merging
88 -
89 -
90 -* The 'master' branch has these since the last announcement
91 - in addition to the above.
92 -
93 -Alex Riesen (4):
94 - disable post-checkout test on Cygwin
95 - Produce a nicer output in case of sha1_object_info failures in ls-tree -l
96 - Microoptimize strbuf_cmp
97 - Improve error message about fetch into current branch
98 -
99 -Amos King (2):
100 - Do not name "repo" struct "remote" in push_http.c
101 - http-push.c: use a faux remote to pass to http_init
102 -
103 -Arto Jonsson (1):
104 - bash completion: add options for 'git fsck'
105 -
106 -Ben Walton (7):
107 - configure: ensure settings from user are also usable in the script
108 - configure: reorganize flow of argument checks
109 - configure: add macros to stash FLAG variables
110 - configure: wrap some library tests with GIT_STASH_FLAGS
111 - configure: asciidoc version test cleanup
112 - configure: make iconv tests aware of user arguments
113 - configure: rework pthread handling to allow for user defined flags
114 -
115 -Benjamin Kramer (1):
116 - Fix various dead stores found by the clang static analyzer
117 -
118 -Brandon Casey (2):
119 - git-branch: display "was sha1" on branch deletion rather than just "sha1"
120 - builtin-send-pack.c: avoid empty structure initialization
121 -
122 -Brian Gernhardt (2):
123 - Create USE_ST_TIMESPEC and turn it on for Darwin
124 - Makefile: Set compiler switch for USE_NSEC
125 -
126 -Carlos Rica (1):
127 - config: test for --replace-all with one argument and fix documentation.
128 -
129 -Chris Johnsen (2):
130 - git-push.txt: describe how to default to pushing only current branch
131 - Documentation: remove extra quoting/emphasis around literal texts
132 -
133 -Daniel Barkalow (7):
134 - Make clone parse the default refspec with the normal code
135 - Use a single function to match names against patterns
136 - Use the matching function to generate the match results
137 - Keep '*' in pattern refspecs
138 - Support '*' in the middle of a refspec
139 - Use a common function to get the pretty name of refs
140 - Move push matching and reporting logic into transport.c
141 -
142 -David J. Mellor (12):
143 - Documentation: minor grammatical fixes in git-archive.txt.
144 - Documentation: reword the "Description" section of git-bisect.txt.
145 - Documentation: minor grammatical fixes in git-blame.txt.
146 - Documentation: minor grammatical fixes in git-branch.txt.
147 - Documentation: reworded the "Description" section of git-bisect.txt.
148 - Documentation: reword example text in git-bisect.txt.
149 - Documentation: remove some uses of the passive voice in git-bisect.txt
150 - Documentation: minor grammatical fixes and rewording in git-bundle.txt
151 - Documentation: minor grammatical fixes in git-cat-file.txt
152 - Documentation: minor grammatical fixes in git-check-attr.txt
153 - Documentation: minor grammatical fix in git-check-ref-format.txt
154 - Documentation: Remove spurious uses of "you" in git-bisect.txt.
155 -
156 -Elijah Newren (3):
157 - git-filter-branch: avoid collisions with variables in eval'ed commands
158 - Correct missing SP characters in grammar comment at top of fast-import.c
159 - fast-export: Avoid dropping files from commits
160 -
161 -Emil Sit (1):
162 - config.txt: Describe special 'none' handling in core.gitProxy.
163 -
164 -Eric Wong (1):
165 - git-svn: fix ls-tree usage with dash-prefixed paths
166 -
167 -Felipe Contreras (8):
168 - git_config(): not having a per-repo config file is not an error
169 - git config: trivial rename in preparation for parseopt
170 - git config: reorganize get_color*
171 - git config: reorganize to use parseopt
172 - git config: don't allow multiple config file locations
173 - git config: don't allow multiple variable types
174 - git config: don't allow extra arguments for -e or -l.
175 - git config: don't allow --get-color* and variable type
176 -
177 -Finn Arne Gangstad (2):
178 - New config push.default to decide default behavior for push
179 - Display warning for default git push with no push.default config
180 -
181 -Giuseppe Bilotta (1):
182 - import-tars: separate author from committer
183 -
184 -Heiko Voigt (1):
185 - Add warning about known issues to documentation of cvsimport
186 -
187 -Janos Laube (1):
188 - MinGW: implement mmap
189 -
190 -Jay Soffian (20):
191 - move duplicated get_local_heads() to remote.c
192 - move duplicated ref_newer() to remote.c
193 - move locate_head() to remote.c
194 - remote: simplify guess_remote_head()
195 - remote: make copy_ref() perform a deep copy
196 - remote: let guess_remote_head() optionally return all matches
197 - remote: make match_refs() copy src ref before assigning to peer_ref
198 - remote: make match_refs() not short-circuit
199 - string-list: new for_each_string_list() function
200 - builtin-remote: refactor duplicated cleanup code
201 - builtin-remote: remove unused code in get_ref_states
202 - builtin-remote: rename variables and eliminate redundant function call
203 - builtin-remote: make get_remote_ref_states() always populate
204 - states.tracked
205 - builtin-remote: fix two inconsistencies in the output of "show <remote>"
206 - builtin-remote: teach show to display remote HEAD
207 - builtin-remote: add set-head subcommand
208 - builtin-remote: new show output style
209 - builtin-remote: new show output style for push refspecs
210 - send-email: refactor and ensure prompting doesn't loop forever
211 - send-email: add tests for refactored prompting
212 -
213 -Jeff King (12):
214 - test scripts: refactor start_httpd helper
215 - add basic http clone/fetch tests
216 - refactor find_ref_by_name() to accept const list
217 - remote: make guess_remote_head() use exact HEAD lookup if it is available
218 - config: set help text for --bool-or-int
219 - t3000: use test_cmp instead of diff
220 - ls-files: fix broken --no-empty-directory
221 - ls-files: require worktree when --deleted is given
222 - make oneline reflog dates more consistent with multiline format
223 - remote: improve sorting of "configure for git push" list
224 - Makefile: turn on USE_ST_TIMESPEC for FreeBSD
225 - t0060: fix whitespace in "wc -c" invocation
226 -
227 -Jens Lehmann (1):
228 - githooks documentation: post-checkout hook is also called after clone
229 -
230 -Johannes Schindelin (7):
231 - Turn the flags in struct dir_struct into a single variable
232 - rebase -i: avoid 'git reset' when possible
233 - winansi: support ESC [ K (erase in line)
234 - gc --aggressive: make it really aggressive
235 - t7300: fix clean up on Windows
236 - Smudge the files fed to external diff and textconv
237 - Guard a few Makefile variables against user environments
238 -
239 -Johannes Sixt (30):
240 - recv_sideband: Bands #2 and #3 always go to stderr
241 - t9400, t9401: Do not force hard-linked clone
242 - test suite: Use 'say' to say something instead of 'test_expect_success'
243 - Call 'say' outside test_expect_success
244 - test-lib: Replace uses of $(expr ...) by POSIX shell features.
245 - test-lib: Simplify test counting.
246 - test-lib: Introduce test_chmod and use it instead of update-index --chmod
247 - t2200, t7004: Avoid glob pattern that also matches files
248 - t5300, t5302, t5303: Do not use /dev/zero
249 - t5602: Work around path mangling on MSYS
250 - test-lib: Work around incompatible sort and find on Windows
251 - test-lib: Work around missing sum on Windows
252 - Tests on Windows: $(pwd) must return Windows-style paths
253 - t0050: Check whether git init detected symbolic link support correctly
254 - test-lib: Infrastructure to test and check for prerequisites
255 - Propagate --exec-path setting to external commands via GIT_EXEC_PATH
256 - t3600: Use test prerequisite tags
257 - Skip tests that fail if the executable bit is not handled by the
258 - filesystem
259 - t5302: Use prerequisite tags to skip 64-bit offset tests
260 - t9100, t9129: Use prerequisite tags for UTF-8 tests
261 - Use prerequisite tags to skip tests that depend on symbolic links
262 - t0060: Fix tests on Windows
263 - Skip tests that require a filesystem that obeys POSIX permissions
264 - t3700: Skip a test with backslashes in pathspec
265 - Use prerequisites to skip tests that need unzip
266 - t7004: Use prerequisite tags to skip tests that need gpg
267 - t5503: GIT_DEBUG_SEND_PACK is not supported on MinGW
268 - MinGW: Quote arguments for subprocesses that contain a single-quote
269 - t7005-editor: Use $SHELL_PATH in the editor scripts
270 - t7502-commit: Skip SIGTERM test on Windows
271 -
272 -Junio C Hamano (15):
273 - Make git-clone respect branch.autosetuprebase
274 - builtin-remote.c: no "commented out" code, please
275 - Not all systems use st_[cm]tim field for ns resolution file timestamp
276 - grep: cast printf %.*s "precision" argument explicitly to int
277 - http.c: style cleanups
278 - Improve "git branch --tracking" output
279 - http_init(): Fix config file parsing
280 - http authentication via prompts
281 - http.c: CURLOPT_NETRC_OPTIONAL is not available in ancient versions of
282 - cURL
283 - Read attributes from the index that is being checked out
284 - Update draft release notes to 1.6.3
285 - blame: read custom grafts given by -S before calling setup_revisions()
286 - http tests: Darwin is not that special
287 - diff --cached: do not borrow from a work tree when a path is marked as
288 - assume-unchanged
289 - Update draft release notes to 1.6.3
290 -
291 -Kevin Ballard (1):
292 - builtin-push.c: Fix typo: "anythig" -> "anything"
293 -
294 -Kevin McConnell (1):
295 - Add --staged to bash completion for git diff
296 -
297 -Kjetil Barvik (17):
298 - lstat_cache(): small cleanup and optimisation
299 - lstat_cache(): generalise longest_match_lstat_cache()
300 - lstat_cache(): swap func(length, string) into func(string, length)
301 - unlink_entry(): introduce schedule_dir_for_removal()
302 - create_directories(): remove some memcpy() and strchr() calls
303 - write_entry(): cleanup of some duplicated code
304 - write_entry(): use fstat() instead of lstat() when file is open
305 - show_patch_diff(): remove a call to fstat()
306 - lstat_cache(): print a warning if doing ping-pong between cache types
307 - check_updates(): effective removal of cache entries marked CE_REMOVE
308 - fix compile error when USE_NSEC is defined
309 - make USE_NSEC work as expected
310 - verify_uptodate(): add ce_uptodate(ce) test
311 - write_index(): update index_state->timestamp after flushing to disk
312 - Record ns-timestamps if possible, but do not use it without USE_NSEC
313 - checkout bugfix: use stat.mtime instead of stat.ctime in two places
314 - Revert "lstat_cache(): print a warning if doing ping-pong between cache
315 - types"
316 -
317 -Kristian Amlie (1):
318 - Add a test for checking whether gitattributes is honored by checkout.
319 -
320 -Michael J Gruber (3):
321 - test-lib.sh: Test for presence of git-init in the right path.
322 - test-lib.sh: Allow running the test suite against installed git
323 - git-branch.txt: document -f correctly
324 -
325 -Michele Ballabio (6):
326 - apply: consistent spelling of "don't"
327 - apply: hide unused options from short help
328 - git log: avoid segfault with --all-match
329 - document --force-rebase
330 - rebase: add options passed to git-am
331 - rebase: fix typo (force_rebas -> force-rebas)
332 -
333 -Miklos Vajna (11):
334 - parse-opt: migrate builtin-ls-files.
335 - Tests: use test_cmp instead of diff where possible
336 - http-push: using error() and warning() as appropriate
337 - builtin-apply: use warning() instead of fprintf(stderr, "warning: ")
338 - builtin-checkout: use warning() instead of fprintf(stderr, "warning: ")
339 - builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ")
340 - builtin-init-db: use warning() instead of fprintf(stderr, "warning: ")
341 - builtin-rm: use warning() instead of fprintf(stderr, "warning: ")
342 - builtin-show-branch: use warning() instead of fprintf(stderr, "warning:
343 - ")
344 - builtin-show-ref: use warning() instead of fprintf(stderr, "warning: ")
345 - refs: use warning() instead of fprintf(stderr, "warning: ")
346 -
347 -Nate Case (1):
348 - format-patch: Respect --quiet option
349 -
350 -Nguyễn Thái Ngọc Duy (1):
351 - grep: prefer builtin over external one when coloring results
352 -
353 -Petr Kodl (2):
354 - MinGW: a helper function that translates Win32 API error codes
355 - MinGW: a hardlink implementation
356 -
357 -René Scharfe (6):
358 - grep: micro-optimize hit collection for AND nodes
359 - grep: remove grep_opt argument from match_expr_eval()
360 - grep: add pmatch and eflags arguments to match_one_pattern()
361 - grep: color patterns in output
362 - grep: add support for coloring with external greps
363 - pickaxe: count regex matches only once
364 -
365 -Santi Béjar (2):
366 - Documentation: enhance branch.<name>.{remote,merge}
367 - Documentation: push.default applies to all remotes
368 -
369 -Simon Arlott (1):
370 - git-svn: don't output git commits in quiet mode
371 -
372 -Stephen Boyd (4):
373 - git-send-email.txt: describe --compose better
374 - completion: add --annotate option to send-email
375 - completion: add --cc and --no-attachment option to format-patch
376 - completion: add --thread=deep/shallow to format-patch
377 -
378 -Wincent Colaiuta (2):
379 - Grammar fixes to "merge" and "patch-id" docs
380 - Grammar fix for "git merge" man page
381 -
whats/in/2009/04/01.txt deleted
-228
@@ -1,228 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Apr 2009, #01; Thu, 09)
3 -X-maint-at: db12d97542762cdb54d332ea047122f1071132b5
4 -X-master-at: e37347bba651f051998f23a3701b555f1a194557
5 -X-maint-was: 8c7f78823888306c1cceafcf5fd26739eef99ce3
6 -X-master-was: 442dd42d6d4903640b0dc5561481a77c88dcea90
7 -
8 -What's in git.git (Apr 2009, #01; Thu, 09)
9 -
10 - maint db12d97 (Start 1.6.2.3 preparation)
11 - master e37347b (Update draft release notes to 1.6.3)
12 -------------------------------------------------------------------------
13 -
14 -We have quite a few documentation fixes accumulated on the maint branch
15 -perhaps a new maintenance release 1.6.2.3 mid next week.
16 -
17 -On the 'master' front, there are currently 6 topics cooking in 'next', all
18 -of which look quite good. I'll probably tag 1.6.3-rc0 this weekend with
19 -most of these topics and keep cooking the rest for 1.6.4 cycle.
20 -
21 -* The 'maint' branch has these fixes since the last announcement.
22 -
23 -Björn Steinbrink (1):
24 - process_{tree,blob}: Remove useless xstrdup calls
25 -
26 -Brandon Casey (7):
27 - t7700-repack: add two new tests demonstrating repacking flaws
28 - git-repack.sh: don't use --kept-pack-only option to pack-objects
29 - pack-objects: only repack or loosen objects residing in "local" packs
30 - Remove --kept-pack-only option and associated infrastructure
31 - git-branch: display "was sha1" on branch deletion rather than just "sha1"
32 - t7700: demonstrate repack flaw which may loosen objects unnecessarily
33 - pack-objects: don't loosen objects available in alternate or kept packs
34 -
35 -Dan McGee (1):
36 - git-repack: use non-dashed update-server-info
37 -
38 -David J. Mellor (12):
39 - Documentation: minor grammatical fixes in git-archive.txt.
40 - Documentation: reword the "Description" section of git-bisect.txt.
41 - Documentation: minor grammatical fixes in git-blame.txt.
42 - Documentation: minor grammatical fixes in git-branch.txt.
43 - Documentation: reworded the "Description" section of git-bisect.txt.
44 - Documentation: reword example text in git-bisect.txt.
45 - Documentation: remove some uses of the passive voice in git-bisect.txt
46 - Documentation: minor grammatical fixes and rewording in git-bundle.txt
47 - Documentation: minor grammatical fixes in git-cat-file.txt
48 - Documentation: minor grammatical fixes in git-check-attr.txt
49 - Documentation: minor grammatical fix in git-check-ref-format.txt
50 - Documentation: Remove spurious uses of "you" in git-bisect.txt.
51 -
52 -Holger Weiß (1):
53 - Documentation: Remove an odd "instead"
54 -
55 -Jari Aalto (1):
56 - Change double quotes to single quotes in message
57 -
58 -Jason Merrill (1):
59 - Documentation: clarify .gitattributes search
60 -
61 -Jeff King (3):
62 - fix portability problem with IS_RUN_COMMAND_ERR
63 - t1301: loosen test for forced modes
64 - commit: abort commit if interactive add failed
65 -
66 -Johan Herland (1):
67 - Move chmod(foo, 0444) into move_temp_to_file()
68 -
69 -Johannes Schindelin (2):
70 - Smudge the files fed to external diff and textconv
71 - mailmap: resurrect lower-casing of email addresses
72 -
73 -Johannes Sixt (1):
74 - Propagate --exec-path setting to external commands via GIT_EXEC_PATH
75 -
76 -Julien Danjou (1):
77 - git submodule: fix usage line
78 -
79 -Junio C Hamano (13):
80 - git-repack: resist stray environment variable
81 - has_sha1_pack(): refactor "pretend these packs do not exist" interface
82 - has_sha1_kept_pack(): take "struct rev_info"
83 - Consolidate ignore_packed logic more
84 - Simplify is_kept_pack()
85 - is_kept_pack(): final clean-up
86 - blame: read custom grafts given by -S before calling setup_revisions()
87 - diff --cached: do not borrow from a work tree when a path is marked as
88 - assume-unchanged
89 - "core.sharedrepository = 0mode" should set, not loosen
90 - move_temp_to_file(): do not forget to chmod() in "Coda hack" codepath
91 - set_shared_perm(): sometimes we know what the final mode bits should look
92 - like
93 - GIT 1.6.2.2
94 - Start 1.6.2.3 preparation
95 -
96 -Markus Heidelberg (1):
97 - doc/git-pack-refs: fix two grammar issues
98 -
99 -Matthieu Moy (3):
100 - git-checkout.txt: fix incorrect statement about HEAD and index
101 - git-checkout.txt: clarify that <branch> applies when no path is given.
102 - git-pull.sh: better warning message for "git pull" on detached head.
103 -
104 -Thomas Rast (1):
105 - Documentation: format-patch --root clarifications
106 -
107 -
108 -* The 'master' branch has these since the last announcement
109 - in addition to the above.
110 -
111 -Ali Gholami Rudi (2):
112 - builtin-clone.c: make junk_pid static
113 - builtin-clone.c: no need to strdup for setenv
114 -
115 -Björn Steinbrink (2):
116 - Mailmap: Allow empty email addresses to be mapped
117 - tree_entry_interesting: a pathspec only matches at directory boundary
118 -
119 -Chris Johnsen (11):
120 - Documentation/Makefile: make most operations "quiet"
121 - Documentation/Makefile: break up texi pipeline
122 - Documentation: move callouts.xsl to manpage-{base,normal}.xsl
123 - Documentation: use parametrized manpage-base.xsl with
124 - manpage-{1.72,normal}.xsl
125 - Documentation: rename docbook-xsl-172 attribute to git-asciidoc-no-roff
126 - Documentation: move quieting params into manpage-base.xsl
127 - Documentation: move "spurious .sp" code into manpage-base.xsl
128 - Documentation: asciidoc.conf: always use <literallayout> for [blocktext]
129 - Documentation: asciidoc.conf: fix verse block with block titles
130 - Documentation: option to render literal text as bold for manpages
131 - Documentation: use "spurious .sp" XSLT if DOCBOOK_SUPPRESS_SP is set
132 -
133 -Christian Couder (2):
134 - log-tree: fix patch filename computation in "git format-patch"
135 - bisect: improve error message when branch checkout fails
136 -
137 -Clemens Buchacher (3):
138 - add tests for merging with submodules
139 - update cache for conflicting submodule entries
140 - simplify output of conflicting merge
141 -
142 -Erik Faye-Lund (4):
143 - test-suite: adding a test for fast-export with tag variants
144 - builtin-fast-export.c: turn error into warning
145 - builtin-fast-export.c: fix crash on tagged trees
146 - builtin-fast-export.c: handle nested tags
147 -
148 -Felipe Contreras (3):
149 - user-manual: remove some git-foo usage
150 - docbook: change css style
151 - user-manual: the name of the hash function is SHA-1, not sha1
152 -
153 -Heiko Voigt (2):
154 - Cleanup warning about known issues in cvsimport documentation
155 - Add configuration variable for sign-off to format-patch
156 -
157 -Jay Soffian (5):
158 - send-email: don't attempt to prompt if tty is closed
159 - send-email: ask_default should apply to all emails, not just the first
160 - send-email: correct two tests which were going interactive
161 - send-email: ensure quoted addresses are rfc2047 encoded
162 - send-email: fix nasty bug in ask() function
163 -
164 -Jeff King (1):
165 - tests: remove exit after test_done call
166 -
167 -Johannes Schindelin (1):
168 - Fix 'git checkout <submodule>' to update the index
169 -
170 -Junio C Hamano (10):
171 - Rename interpret/substitute nth_last_branch functions
172 - strbuf_branchname(): a wrapper for branch name shorthands
173 - check-ref-format --branch: give Porcelain a way to grok branch shorthand
174 - Fix branch -m @{-1} newname
175 - strbuf_check_branch_ref(): a helper to check a refname for a branch
176 - check_ref_format(): tighten refname rules
177 - match_tree_entry(): a pathspec only matches at directory boundaries
178 - Update draft release notes to 1.6.3
179 - Update draft release notes to 1.6.3
180 - Speed up reflog pruning of unreachable commits
181 -
182 -Kjetil Barvik (1):
183 - stat_tracking_info(): only count real commits
184 -
185 -Linus Torvalds (1):
186 - Clean up reflog unreachability pruning decision
187 -
188 -Markus Heidelberg (1):
189 - add --html-path to get the location of installed HTML docs
190 -
191 -Martin Storsjö (1):
192 - Allow curl to rewind the read buffers
193 -
194 -Matthieu Moy (2):
195 - git-send-email.txt: clarify which options take an argument.
196 - git-rev-list.txt: make ascii markup uniform with other pages.
197 -
198 -Michael Hendricks (1):
199 - format-patch: add arbitrary email headers
200 -
201 -Michael J Gruber (2):
202 - Test for local branches being followed with --track
203 - Make local branches behave like remote branches when --tracked
204 -
205 -Santi Béjar (1):
206 - Documentation: branch.*.merge can also affect 'git-push'
207 -
208 -Shawn O. Pearce (1):
209 - Don't permit ref/branch names to end with ".lock"
210 -
211 -Simon Arlott (1):
212 - git-svn: add a double quiet option to hide git commits
213 -
214 -Stephen Boyd (7):
215 - pretty.c: add %f format specifier to format_commit_message()
216 - format-patch: construct patch filename in one function
217 - format-patch: pass a commit to reopen_stdout()
218 - format-patch: move get_patch_filename() into log-tree
219 - format-patch: --attach/inline uses filename instead of SHA1
220 - format-patch: --numbered-files and --stdout aren't mutually exclusive
221 - format_sanitized_subject: Don't trim past initial length of strbuf
222 -
223 -Todd Zullinger (1):
224 - bash completion: Update 'git am' options
225 -
226 -Wesley J. Landaker (1):
227 - Documentation: git-svn: fix trunk/fetch svn-remote key typo
228 -
whats/in/2009/04/02.txt deleted
-282
@@ -1,282 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Apr 2009, #02; Wed, 29)
3 -X-maint-at: a2dc04ba159def766ee17db00c60bdbda477955d
4 -X-master-at: 6ffd567bec439e7809ee0966556bd5e72fb78de4
5 -X-maint-was: 3bd1bb327eb4d3e386800897734f9f42b48280ff
6 -X-master-was: c965c029330b1f81cc107c5d829e7fd79c61d8ea
7 -
8 -What's in git.git (Apr 2009, #02; Wed, 29)
9 -
10 - maint a2dc04b (Merge branch 'maint-1.6.1' into maint)
11 - master 6ffd567 (improve error message in config.c)
12 -------------------------------------------------------------------------
13 -
14 -It's been a while since I sent the "What's in" report. Hopefully we can
15 -do an -rc4 this weekend and then 1.6.3 final next week.
16 -
17 -* The 'maint' branch has these fixes since 1.6.2.3
18 -
19 -Allan Caffee (2):
20 - builtin-merge: fix a typo in an error message
21 - Documentation: fix a grammatical error in api-builtin.txt
22 -
23 -Björn Steinbrink (1):
24 - tree_entry_interesting: a pathspec only matches at directory boundary
25 -
26 -Clemens Buchacher (3):
27 - add tests for merging with submodules
28 - update cache for conflicting submodule entries
29 - simplify output of conflicting merge
30 -
31 -Erik Faye-Lund (4):
32 - test-suite: adding a test for fast-export with tag variants
33 - builtin-fast-export.c: turn error into warning
34 - builtin-fast-export.c: fix crash on tagged trees
35 - builtin-fast-export.c: handle nested tags
36 -
37 -Frank Lichtenheld (2):
38 - init: Do not segfault on big GIT_TEMPLATE_DIR environment variable
39 - gitcvs-migration: Link to git-cvsimport documentation
40 -
41 -Jeff King (2):
42 - doc/gitattributes: clarify location of config text
43 - add-interactive: refactor mode hunk handling
44 -
45 -Johan Herland (1):
46 - Update docs on behaviour of 'core.sharedRepository' and 'git init
47 - --shared'
48 -
49 -Johannes Schindelin (2):
50 - Fix 'git checkout <submodule>' to update the index
51 - Fix off-by-one in read_tree_recursive
52 -
53 -Johannes Sixt (1):
54 - t1301-shared-repo: fix forced modes test
55 -
56 -Junio C Hamano (4):
57 - match_tree_entry(): a pathspec only matches at directory boundaries
58 - Describe fixes since 1.6.2.3
59 - GIT 1.6.2.4
60 - diff -c -p: do not die on submodules
61 -
62 -Junio Hamano (1):
63 - Speed up reflog pruning of unreachable commits
64 -
65 -Linus Torvalds (2):
66 - Clean up reflog unreachability pruning decision
67 - grep: fix segfault when "git grep '('" is given
68 -
69 -Markus Heidelberg (2):
70 - doc/git-daemon: add missing arguments to options
71 - doc/git-daemon: add missing arguments to max-connections option
72 -
73 -Matthieu Moy (2):
74 - git add -p: new "quit" command at the prompt.
75 - Update git-add.txt according to the new possibilities of 'git add -p'.
76 -
77 -Nguyễn Thái Ngọc Duy (1):
78 - Makefile: remove {fetch,send}-pack from PROGRAMS as they are builtins
79 -
80 -Paul Bolle (1):
81 - imap-send: use correct configuration variable in documentation
82 -
83 -Stephen Boyd (1):
84 - test-genrandom: Add newline to usage string
85 -
86 -Thomas Jarosch (1):
87 - Fix buffer overflow in config parser
88 -
89 -Ulrich Windl (1):
90 - git-apply: fix option description
91 -
92 -
93 -* The 'master' branch has these since 1.6.3-rc0
94 - in addition to the above.
95 -
96 -Alex Riesen (3):
97 - Wait for git diff to finish in git difftool
98 - Explain seemingly pointless use of system in difftool
99 - improve error message in config.c
100 -
101 -Allan Caffee (4):
102 - graph API: Added logic for colored edges
103 - t4202-log: extend test coverage of graphing
104 - graph API: fix extra space during pre_commit_line state
105 - graph API: fix a bug in the rendering of octopus merges
106 -
107 -Ben Jackson (1):
108 - Work around ash "alternate value" expansion bug
109 -
110 -Benjamin Kramer (2):
111 - connect: replace inet_ntop with getnameinfo
112 - daemon.c: fix segfault on OS X
113 -
114 -Bert Wesarg (3):
115 - shorten_unambiguous_ref(): add strict mode
116 - for-each-ref: utilize core.warnAmbiguousRefs for :short-format
117 - rev-parse: --abbrev-ref option to shorten ref name
118 -
119 -Bill Pemberton (1):
120 - Add parsing of elm aliases to git-send-email
121 -
122 -Brandon Casey (2):
123 - t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'
124 - t7700-repack: repack -a now works properly, expect success from test
125 -
126 -Dan Loewenherz (1):
127 - Convert to use quiet option when available
128 -
129 -David Aguilar (11):
130 - difftool: remove merge options for opendiff, tkdiff, kdiff3 and xxdiff
131 - difftool: remove the backup file feature
132 - difftool: use perl built-ins when testing for msys
133 - difftool: add a -y shortcut for --no-prompt
134 - difftool: move 'git-difftool' out of contrib
135 - difftool: add various git-difftool tests
136 - difftool: add support for a difftool.prompt config variable
137 - bash completion: add git-difftool
138 - mergetool: use $( ... ) instead of `backticks`
139 - difftool/mergetool: refactor commands to use git-mergetool--lib
140 - mergetool--lib: simplify API usage by removing more global variables
141 -
142 -Eric Blake (2):
143 - Makefile: installing git in cygwin 1.7.0
144 - doc: consistently use ASCIIDOC_EXTRA
145 -
146 -Erik Broes (1):
147 - git-shell: Add 'git-upload-archive' to allowed commands.
148 -
149 -Felipe Contreras (1):
150 - git config: error when editing a repo config and not being in one
151 -
152 -Ferry Huberts (1):
153 - Fix misspelled mergetool.keepBackup
154 -
155 -Holger Weiß (1):
156 - gitweb: Fix snapshots requested via PATH_INFO
157 -
158 -Jeff King (8):
159 - doc: clarify --no-track option
160 - doc: refer to tracking configuration as "upstream"
161 - doc/checkout: refer to git-branch(1) as appropriate
162 - doc/checkout: split checkout and branch creation in synopsis
163 - docs/checkout: clarify what "non-branch" means
164 - add-interactive: refactor mode hunk handling
165 - t7800: respect NO_PERL
166 - Makefile: fix NO_PERL bug with gitweb
167 -
168 -Johannes Schindelin (3):
169 - Add an option not to use link(src, dest) && unlink(src) when that is
170 - unreliable
171 - t5701: do not get stuck in empty-push/
172 - Rename core.unreliableHardlinks to core.createObject
173 -
174 -Johannes Sixt (5):
175 - Windows: Work around intermittent failures in mingw_rename
176 - Windows: Skip fstat/lstat optimization in write_entry()
177 - builtin-help: silently tolerate unknown keys
178 - remote.c: do not trigger remote.<name>.<var> codepath for two-level names
179 - prune-packed: advanced progress even for non-existing fan-out directories
180 -
181 -Junio C Hamano (11):
182 - gitignore git-bisect--helper
183 - unpack-trees: do not muck with attributes when we are not checking out
184 - Update draft release notes to 1.6.3
185 - read-tree A B: do not corrupt cache-tree
186 - Move prime_cache_tree() to cache-tree.c
187 - read-tree -m A B: prime cache-tree from the switched-to tree
188 - checkout branch: prime cache-tree fully
189 - Revert "stat_tracking_info(): only count real commits"
190 - Makefile: ignore perl/ subdirectory under NO_PERL
191 - GIT 1.6.3-rc2
192 - merge-recursive: do not die on a conflicting submodule
193 -
194 -Linus Torvalds (4):
195 - Allow users to un-configure rename detection
196 - process_{tree,blob}: show objects without buffering
197 - show_object(): push path_name() call further down
198 - t4202: fix typo
199 -
200 -Mark Drago (1):
201 - Add semicolon to curly brace group in main Makefile
202 -
203 -Markus Heidelberg (4):
204 - doc/merge-config: list ecmerge as a built-in merge tool
205 - git-mergetool/difftool: make (g)vimdiff workable under Windows
206 - git-mergetool: add new merge tool TortoiseMerge
207 - grep: don't support "grep.color"-like config options
208 -
209 -Matthieu Moy (3):
210 - git add -p: new "quit" command at the prompt.
211 - Update git-add.txt according to the new possibilities of 'git add -p'.
212 - clone: add test for push on an empty clone.
213 -
214 -Michael J Gruber (3):
215 - remote.c: use shorten_unambiguous_ref
216 - test-lib.sh: Help test_create_repo() find the templates dir
217 - Fix more typos/spelling in comments
218 -
219 -Michał Kiedrowicz (6):
220 - tests: test applying criss-cross rename patch
221 - builtin-apply: keep information about files to be deleted
222 - Documentation: boolean value may be given by on/off
223 - tests: test applying criss-cross rename patch
224 - builtin-apply: keep information about files to be deleted
225 - tests: make test-apply-criss-cross-rename more robust
226 -
227 -Mike Ralphson (3):
228 - builtin-remote: fix typo in option description
229 - Documentation: fix typos / spelling mistakes
230 - Fix typos / spelling in comments
231 -
232 -Nanako Shiraishi (1):
233 - git-am: teach git-am to apply a patch to an unborn branch
234 -
235 -Nguyễn Thái Ngọc Duy (3):
236 - get_local_heads(): do not return random pointer if there is no head
237 - attr: add GIT_ATTR_INDEX "direction"
238 - archive: do not read .gitattributes in working directory
239 -
240 -Nicolas Pitre (1):
241 - progress bar: round to the nearest instead of truncating down
242 -
243 -Patrick Welche (1):
244 - NetBSD compilation fix
245 -
246 -Pierre Habouzit (1):
247 - hook/update: example of how to prevent branch creation
248 -
249 -René Scharfe (2):
250 - archive tests: do not use .gitattributes in working directory
251 - archive test: attributes
252 -
253 -Sam Vilain (1):
254 - SubmittingPatches: itemize and reflect upon well written changes
255 -
256 -Sebastian Pipping (1):
257 - difftool/mergetool: add diffuse as merge and diff tool
258 -
259 -Sitaram Chamarty (1):
260 - Remove obsolete bug warning in man git-update-server-info
261 -
262 -Stephen Boyd (7):
263 - config.txt: add missing format.{subjectprefix,cc,attach} variables
264 - Documentation: use lowercase for shallow and deep threading
265 - git-show-branch.txt: cleanup example description
266 - git-format-patch.txt: general rewordings and cleanups
267 - config.txt: add missing 'the's and make words plural
268 - config.txt: clarify sentences in the configuration and syntax sections
269 - config.txt: Make configuration paragraph more consistent
270 -
271 -Uwe Kleine-König (1):
272 - parseopt: fix documentation for --keep-dashdash
273 -
274 -Wesley J. Landaker (4):
275 - Documentation: git-svn: fix spurious bolding that mangles the output
276 - Documentation: git-svn: fix a grammatical error without awkwardness
277 - Documentation: git-clean: fix minor grammatical errors
278 - Documentation: git-clean: make description more readable
279 -
280 -Wincent Colaiuta (1):
281 - git add -p: add missing "q" to patch prompt
282 -
whats/in/2009/05/01.txt deleted
-42
@@ -1,42 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (May 2009, #01; Sat, 09)
3 -X-maint-at: ec00d6e0038e030cf73182374e21025c2776cb23
4 -X-master-at: 6345d7a0d151afc3d2a10ada3ecacf54c3fee2d0
5 -X-maint-was: f01f1099f40f24fe6f7802185340a6fa3a3d4f35
6 -X-master-was: f01f1099f40f24fe6f7802185340a6fa3a3d4f35
7 -
8 -What's in git.git (May 2009, #01; Sat, 09)
9 -
10 - maint ec00d6e (Documentation: cloning to empty directory is allowed)
11 - master 6345d7a (Merge branch 'maint')
12 -------------------------------------------------------------------------
13 -
14 -1.6.3 is out; 'maint' branch is now for 1.6.3.X maintenance series.
15 -
16 -* The 'maint' branch has these fixes since v1.6.3.
17 -
18 -Alex Riesen (1):
19 - Clarify kind of conflict in merge-one-file helper
20 -
21 -Alexander Potashev (1):
22 - Documentation: cloning to empty directory is allowed
23 -
24 -Felipe Contreras (1):
25 - git config: clarify --add and --get-color
26 -
27 -Junio C Hamano (2):
28 - Start 1.6.3.1 maintenance series.
29 - archive-tar.c: squelch a type mismatch warning
30 -
31 -
32 -* The 'master' branch has these since v1.6.3, in addition to the above.
33 -
34 -Jakub Narebski (1):
35 - gitweb: Remove function prototypes (cleanup)
36 -
37 -Junio C Hamano (1):
38 - Start 1.6.4 development
39 -
40 -Sitaram Chamarty (1):
41 - allow -t abbreviation for --track in git branch
42 -
whats/in/2009/05/02.txt deleted
-218
@@ -1,218 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (May 2009, #02; Sat, 23)
3 -X-maint-at: e701fadb9e0e51a6811690d95a53bd1f5b6fad86
4 -X-master-at: b74d779bd90477f6514d0a9be4a75b4c40ed946c
5 -X-maint-was: ec00d6e0038e030cf73182374e21025c2776cb23
6 -X-master-was: 6345d7a0d151afc3d2a10ada3ecacf54c3fee2d0
7 -
8 -What's in git.git (May 2009, #02; Sat, 23)
9 -
10 - maint e701fad (grep: fix word-regexp colouring)
11 - master b74d779 (MinGW: Fix compiler warning in merge-recursive)
12 -------------------------------------------------------------------------
13 -
14 -Many topics that have been cooking in 'next' are now in 'master'.
15 -Numerous small-ish documentation and fixes have been queued in 'maint',
16 -which may warrant 1.6.3.2.
17 -
18 -* The 'maint' branch has these fixes since the last announcement.
19 -
20 -Alex Riesen (2):
21 - ls-tree manpage: use "unless" instead of "when ... is not"
22 - ls-tree manpage: output of ls-tree is compatible with update-index
23 -
24 -Dan McGee (1):
25 - Fix type-punning issues
26 -
27 -Daniel Cordero (1):
28 - builtin-checkout: Don't tell user that HEAD has moved before it has
29 -
30 -Giuseppe Bilotta (1):
31 - completion: use git rev-parse to detect bare repos
32 -
33 -Jeff King (1):
34 - for-each-ref: fix segfault in copy_email
35 -
36 -Jim Meyering (1):
37 - pre-commit.sample: don't print incidental SHA1
38 -
39 -Johannes Schindelin (1):
40 - Cope better with a _lot_ of packs
41 -
42 -Junio C Hamano (5):
43 - Revert "checkout branch: prime cache-tree fully"
44 - GIT 1.6.3.1
45 - completion: fix PS1 display during a merge on detached HEAD
46 - completion: simplify "current branch" in __git_ps1()
47 - completion: enhance "current branch" display
48 -
49 -Linus Torvalds (1):
50 - dir.c: clean up handling of 'path' parameter in
51 - read_directory_recursive()
52 -
53 -Nanako Shiraishi (1):
54 - test: checkout shouldn't say that HEAD has moved if it didn't
55 -
56 -René Scharfe (1):
57 - grep: fix word-regexp colouring
58 -
59 -Stephen Boyd (4):
60 - api-parse-options.txt: use 'func' instead of 'funct'
61 - tests: Add tests for missing format-patch long options
62 - completion: add missing options to show-branch and show
63 - show-branch: Fix die message in parse_reflog_param()
64 -
65 -Tony Kemp (1):
66 - Turn on USE_ST_TIMESPEC for OpenBSD
67 -
68 -
69 -* The 'master' branch has these since the last announcement
70 - in addition to the above.
71 -
72 -Alex Riesen (7):
73 - Introduce an unlink(2) wrapper which gives warning if unlink failed
74 - replace direct calls to unlink(2) with unlink_or_warn
75 - print unlink(2) errno in copy_or_link_directory
76 - Clarify kind of conflict in merge-one-file helper
77 - Quote LF in urls git fetch saves in FETCH_HEAD
78 - Use UTF-8 instead of utf8 for backward compatibility
79 - Improve the naming of guessed target repository for git clone
80 -
81 -Alex Vandiver (3):
82 - git-svn: Fix for svn paths removed > log-window-size revisions ago
83 - git-svn: Correctly report max revision when following deleted paths
84 - git-svn: Set svn.authorsfile if it is passed to git svn clone
85 -
86 -Allan Caffee (1):
87 - graph API: Use horizontal lines for more compact graphs
88 -
89 -Andreas Ericsson (1):
90 - fetch: Strip usernames from url's before storing them
91 -
92 -Christian Couder (20):
93 - rev-list: make "estimate_bisect_steps" non static
94 - rev-list: refactor printing bisect vars
95 - bisect: move common bisect functionality to "bisect_common"
96 - bisect--helper: add "--next-exit" to output bisect results
97 - bisect: use "git bisect--helper --next-exit" in "git-bisect.sh"
98 - bisect--helper: remove "--next-vars" option as it is now useless
99 - rev-list: remove stringed output flag from "show_bisect_vars"
100 - rev-parse: add --sq-quote to shell quote arguments
101 - bisect: use "git rev-parse --sq-quote" instead of a custom "sq" function
102 - am: simplify "sq" function by using "git rev-parse --sq-quote"
103 - bisect: use "sha1_array" to store skipped revisions
104 - bisect: implement "rev_argv_push" to fill an argv with revs
105 - bisect: store good revisions in a "sha1_array"
106 - bisect: use new "struct argv_array" to prepare argv for "setup_revisions"
107 - bisect: remove too much function nesting
108 - bisect: make skipped array functions more generic
109 - bisect: automatically sort sha1_array if needed when looking it up
110 - bisect: implement the "check_merge_bases" function
111 - bisect: add "check_good_are_ancestors_of_bad" function
112 - bisect: make "git bisect" use new "--next-all" bisect-helper function
113 -
114 -Dan McGee (1):
115 - Unify signedness in hashing calls
116 -
117 -Dave Olszewski (1):
118 - merge-recursive: never leave index unmerged while recursing
119 -
120 -David Aguilar (1):
121 - mergetool--lib: specialize diff options for emerge and ecmerge
122 -
123 -Eric W. Biederman (1):
124 - git-send-email: Handle quotes when parsing .mailrc files
125 -
126 -Eygene Ryabinkin (1):
127 - git-svn testsuite: use standard configuration for Subversion tools
128 -
129 -Felipe Contreras (2):
130 - Change prettify_ref to prettify_refname
131 - Prettify log decorations even more
132 -
133 -Frank Lichtenheld (2):
134 - Git.pm: Set GIT_WORK_TREE if we set GIT_DIR
135 - Git.pm: Always set Repository to absolute path if autodetecting
136 -
137 -Heiko Voigt (2):
138 - Extend sample update hook, disable modifying of existing tags
139 - Extend sample pre-commit hook to check for non ascii filenames
140 -
141 -Jakub Narebski (9):
142 - gitweb: Do not use bareword filehandles
143 - gitweb: Always use three argument form of open
144 - gitweb: Always use three argument form of open
145 - gitweb: Use block form of map/grep in a few cases more
146 - gitweb: Replace wrongly added tabs with spaces
147 - gitweb: Use capturing parentheses only when you intend to capture
148 - gitweb: Simplify snapshot format detection logic in evaluate_path_info
149 - gitweb: Remove unused $hash_base parameter from normalize_link_target
150 - gitweb: Sanitize title attribute in format_subject_html
151 -
152 -Jeff King (3):
153 - parseopt: add OPT_NEGBIT
154 - fix GIT_TRACE segfault with shell-quoted aliases
155 - add: don't complain when adding empty project root
156 -
157 -Jim Meyering (1):
158 - format-patch let -k override a config-specified format.numbered
159 -
160 -Johannes Schindelin (7):
161 - git-add: introduce --edit (to edit the diff vs. the index)
162 - t3702: fix reliance on SHELL_PATH being '/bin/sh'
163 - Add NO_CROSS_DIRECTORY_HARDLINKS support to the Makefile
164 - MinGW: the path separator to split GITPERLLIB is ';' on Win32
165 - MinGW: use POSIX signature of waitpid()
166 - MinGW: Add a simple getpass()
167 - MinGW: Fix compiler warning in merge-recursive
168 -
169 -Junio C Hamano (1):
170 - t3900: ISO-2022-JP has more than one popular variants
171 -
172 -Linus Torvalds (2):
173 - Avoid unnecessary 'lstat()' calls in 'get_stat_data()'
174 - Teach 'git checkout' to preload the index contents
175 -
176 -Mark Lodato (1):
177 - git-svn: add --authors-prog option
178 -
179 -Markus Heidelberg (3):
180 - show-branch: color the commit status signs
181 - bash completion: show-branch color support
182 - diff: do not color --stat output like patch context
183 -
184 -Michael J Gruber (3):
185 - Documentation: clarify / requirement in 'git check-ref-format'
186 - Test tracking of non-commit upstreams
187 - Fix behavior with non-commit upstream references
188 -
189 -Michael S. Tsirkin (1):
190 - Add --reference option to git submodule.
191 -
192 -Nguyễn Thái Ngọc Duy (2):
193 - doc/git-rebase.txt: remove mention of multiple strategies
194 - Terminate argv with NULL before calling setup_revisions()
195 -
196 -Nicolas Pitre (1):
197 - allow OFS_DELTA objects during a push
198 -
199 -Peter Harris (1):
200 - MinGW: Scan for \r in addition to \n when reading shbang lines
201 -
202 -René Scharfe (6):
203 - parseopt: add OPT_NEGBIT
204 - parseopt: add OPT_NUMBER_CALLBACK
205 - parseopt: add PARSE_OPT_NODASH
206 - grep: remove global variable builtin_grep
207 - grep: use parseopt
208 - grep: make callback functions static
209 -
210 -Robin Rosenberg (1):
211 - Disallow '\' in ref names
212 -
213 -Stephen Boyd (1):
214 - bash completion: complete variable names for "git config" with options
215 -
216 -Trent Piepho (1):
217 - send-email: Add config option for sender address
218 -
whats/in/2009/05/03.txt deleted
-159
@@ -1,159 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (May 2009, #03; Sun, 31)
3 -X-maint-at: 6a01554e6350123c78de805d820e90f1c56e5fdc
4 -X-master-at: f9275c68af58e0f65e1557b5109ccbfdbbbc384a
5 -X-maint-was: e701fadb9e0e51a6811690d95a53bd1f5b6fad86
6 -X-master-was: b74d779bd90477f6514d0a9be4a75b4c40ed946c
7 -
8 -What's in git.git (May 2009, #03; Sun, 31)
9 -
10 - maint 6a01554 (fix segfault showing an empty remote)
11 - master f9275c6 (Merge branch 'sb/opt-filename')
12 -------------------------------------------------------------------------
13 -
14 -A rather large-ish updates on the 'master' front. The 'maint' has some
15 -fixes that should eventually produce 1.6.3.2.
16 -
17 -* The 'maint' branch has these fixes since the last announcement.
18 -
19 -Alex Riesen (5):
20 - Introduce an unlink(2) wrapper which gives warning if unlink failed
21 - replace direct calls to unlink(2) with unlink_or_warn
22 - print unlink(2) errno in copy_or_link_directory
23 - Clarify kind of conflict in merge-one-file helper
24 - http-push.c::remove_locks(): fix use after free
25 -
26 -Clemens Buchacher (1):
27 - fix segfault showing an empty remote
28 -
29 -Dave Olszewski (1):
30 - merge-recursive: never leave index unmerged while recursing
31 -
32 -Jeff King (5):
33 - fix GIT_TRACE segfault with shell-quoted aliases
34 - add: don't complain when adding empty project root
35 - lock_ref: inform callers of unavailable ref
36 - fetch: report ref storage DF errors more accurately
37 - fix cat-file usage message and documentation
38 -
39 -Jim Meyering (1):
40 - format-patch let -k override a config-specified format.numbered
41 -
42 -Johannes Schindelin (1):
43 - Add NO_CROSS_DIRECTORY_HARDLINKS support to the Makefile
44 -
45 -Junio C Hamano (1):
46 - Prepare for 1.6.3.2
47 -
48 -Linus Torvalds (2):
49 - Avoid unnecessary 'lstat()' calls in 'get_stat_data()'
50 - Teach 'git checkout' to preload the index contents
51 -
52 -Michael J Gruber (1):
53 - merge-options.txt: Clarify merge --squash
54 -
55 -Nicolas Pitre (1):
56 - allow OFS_DELTA objects during a push
57 -
58 -
59 -* The 'master' branch has these since the last announcement
60 - in addition to the above.
61 -
62 -Benjamin Kramer (1):
63 - imap-send: add support for IPv6
64 -
65 -Björn Steinbrink (1):
66 - git-apply(1): Clarify that one can select where to apply the patch
67 -
68 -Brandon Casey (11):
69 - t3900: use ancient iconv names for backward compatibility
70 - Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibility
71 - builtin-mailinfo.c: compare character encodings case insensitively
72 - builtin-mailinfo.c: use "ISO8859-1" instead of "latin1" as fallback
73 - encoding
74 - t3901: avoid negation on right hand side of '|'
75 - t3901: Use ISO8859-1 instead of ISO-8859-1 for backward compatibility
76 - t9301: use ISO8859-1 rather than ISO-8859-1
77 - t5100: use ancient encoding syntax for backwards compatibility
78 - t8005: use more portable character encoding names
79 - t8005: convert CP1251 character set to ISO8859-5
80 - t8005: fix typo, it's ISO-8859-5, not KOI8-R
81 -
82 -Christian Couder (3):
83 - bisect: rework some rev related functions to make them more reusable
84 - commit: add function to unparse a commit and its parents
85 - bisect: check ancestors without forking a "git rev-list" process
86 -
87 -Clemens Buchacher (1):
88 - http-push: reuse existing is_null_ref
89 -
90 -Eric Wong (1):
91 - git-svn: refuse to dcommit non-UTF-8 messages
92 -
93 -Jeff King (2):
94 - convert bare readlink to strbuf_readlink
95 - git-add: no need for -f when resolving a conflict in already tracked path
96 -
97 -Jim Meyering (1):
98 - post-receive-email: hooks.showrev: show how to include both web link and
99 - patch
100 -
101 -Johannes Sixt (1):
102 - t3701: ensure correctly set up repository after skipped tests
103 -
104 -Josh Micich (3):
105 - mktree --missing: updated usage message and man page
106 - mktree --batch: build more than one tree object
107 - mktree: validate entry type in input
108 -
109 -Junio C Hamano (11):
110 - build-in git-mktree
111 - mktree: use parse-options
112 - builtin-mktree.c: use a helper function to handle one line of input
113 - mktree: do not barf on a submodule commit
114 - t1010: add mktree test
115 - mktree --missing: allow missing objects
116 - Revert "git-add--interactive: remove hunk coalescing"
117 - Teach Solaris that _XOPEN_SOURCE=600 really menas XPG6
118 - OpenSolaris 200811 (SunOS 5.11) does not want OLD_ICONV
119 - Update draft release notes to 1.6.4
120 - completion: fix PS1 display during an AM on detached HEAD
121 -
122 -Matt Graham (1):
123 - Splitting a hunk that adds a line at the top fails in "add -p"
124 -
125 -Michael Witten (6):
126 - Docs: send-email: Put options back into alphabetical order
127 - Docs: send-email: Refer to CONFIGURATION section for sendemail.multiedit
128 - Docs: send-email: --smtp-server-port can take symbolic ports
129 - send-email: Handle "GIT:" rather than "GIT: " during --compose
130 - send-email: 'References:' should only reference what is sent
131 - send-email: Remove superfluous `my $editor = ...'
132 -
133 -Michal Marek (1):
134 - apply: handle filenames with double slashes better
135 -
136 -Nguyễn Thái Ngọc Duy (1):
137 - t/t3400-rebase.sh: add more tests to help migrating git-rebase.sh to C
138 -
139 -René Scharfe (1):
140 - grep: fix word-regexp at the beginning of lines
141 -
142 -SZEDER Gábor (1):
143 - bash: remove always true if statement from __git_ps1()
144 -
145 -Stephen Boyd (10):
146 - format-patch: migrate to parse-options API
147 - parse-options: add PARSE_OPT_LITERAL_ARGHELP for complicated argh's
148 - show-branch: migrate to parse-options API
149 - commit: -F overrides -t
150 - apply, fmt-merge-msg: use relative filenames
151 - parse-opts: prepare for OPT_FILENAME
152 - parse-opts: add OPT_FILENAME and transition builtins
153 - t5500: Modernize test style
154 - t9120: don't expect failure with SVN_HTTPD_PORT unset
155 - config.txt: document add.ignore-errors
156 -
157 -Thomas Rast (1):
158 - Documentation: teach stash/pop workflow instead of stash/apply
159 -
whats/in/2009/06/01.txt deleted
-207
@@ -1,207 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Jun 2009, #01; Sun, 14)
3 -X-maint-at: 50a991ec46d57ffc4b7fbd0e8a13182dab3cd5de
4 -X-master-at: 4f4fa9c228a1ac2854c0814b5b23df43b8d98203
5 -X-maint-was: 6a01554e6350123c78de805d820e90f1c56e5fdc
6 -X-master-was: f9275c68af58e0f65e1557b5109ccbfdbbbc384a
7 -
8 -What's in git.git (Jun 2009, #01; Sun, 14)
9 -
10 - maint 50a991e (Merge branch 'maint-1.6.2' into maint)
11 - master 4f4fa9c (Merge branch 'maint')
12 -------------------------------------------------------------------------
13 -
14 -Here is what we have as of tonight. We'd probably want 1.6.3.2 soon to
15 -flush these accumulated small fixes, and start making noises about -rc
16 -freeze for 1.6.4 soon.
17 -
18 -* The 'maint' branch has these fixes since the last announcement.
19 -
20 -Charles Bailey (2):
21 - t6023: merge-file fails to output anything for a degenerate merge
22 - Change xdl_merge to generate output even for null merges
23 -
24 -Johannes Sixt (3):
25 - t3701: ensure correctly set up repository after skipped tests
26 - fetch-pack: close output channel after sideband demultiplexer terminates
27 - diff.c: plug a memory leak in an error path
28 -
29 -Junio C Hamano (4):
30 - Revert "git-add--interactive: remove hunk coalescing"
31 - Update draft release notes for 1.6.3.2
32 - blame: correctly handle a path that used to be a directory
33 - GIT 1.6.3.2
34 -
35 -Matt Graham (1):
36 - Splitting a hunk that adds a line at the top fails in "add -p"
37 -
38 -Michael J Gruber (1):
39 - builtin-remote: Make "remote show" display all urls
40 -
41 -Paolo Bonzini (1):
42 - Documentation: git-send-mail can take rev-list arg to drive format-patch
43 -
44 -René Scharfe (3):
45 - grep: fix word-regexp at the beginning of lines
46 - grep: fix colouring of matches with zero length
47 - grep: fix empty word-regexp matches
48 -
49 -Shawn O. Pearce (1):
50 - daemon: Strictly parse the "extra arg" part of the command
51 -
52 -Stephen Boyd (3):
53 - commit: -F overrides -t
54 - apply, fmt-merge-msg: use relative filenames
55 - git-rerere.txt: grammatical fixups and cleanups
56 -
57 -Thomas Rast (3):
58 - Documentation: teach stash/pop workflow instead of stash/apply
59 - add -i: do not dump patch during application
60 - Documentation: refer to gitworkflows(7) from tutorial and git(1)
61 -
62 -Uwe Kleine-König (1):
63 - rebase--interactive: remote stray closing parenthesis
64 -
65 -
66 -* The 'master' branch has these since the last announcement
67 - in addition to the above.
68 -
69 -Brandon Casey (9):
70 - Makefile: use /usr/ucb/install on SunOS platforms rather than ginstall
71 - Makefile: add NEEDS_RESOLV to optionally add -lresolv to compile
72 - arguments
73 - On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX
74 - spec
75 - git-compat-util.h: tweak the way _XOPEN_SOURCE is set on Solaris
76 - Makefile: define __sun__ on SunOS
77 - Makefile: add section for SunOS 5.7
78 - git-compat-util.h: avoid using c99 flex array feature with Sun compiler
79 - 5.8
80 - git-send-email.perl: improve detection of MIME encoded-words
81 - send-email: use UTF-8 rather than utf-8 for consistency
82 -
83 -Christian Couder (5):
84 - bisect: drop unparse_commit() and use clear_commit_marks()
85 - bisect: display first bad commit without forking a new process
86 - bisect: add parameters to "filter_skipped"
87 - bisect: when skipping, choose a commit away from a skipped commit
88 - t6030: test skipping away from an already skipped commit
89 -
90 -Clemens Buchacher (5):
91 - match_refs: search ref list tail internally
92 - refuse to merge during a merge
93 - test-lib: fail if invalid options are passed
94 - test-lib: allow exit trap to be used for cleanup by tests
95 - test-lib: fix http exit codes
96 -
97 -Daniel Trstenjak (1):
98 - Show presence of stashed changes in bash prompt.
99 -
100 -David Aguilar (4):
101 - mergetool--lib: add support for araxis merge
102 - compat: add a mkstemps() compatibility function
103 - compat: add a basename() compatibility function
104 - diff: generate pretty filenames in prep_temp_blob()
105 -
106 -Edward Z. Yang (1):
107 - connect.c: Support PuTTY plink and TortoisePlink as SSH on Windows
108 -
109 -Johan Herland (1):
110 - Rename submodule.<name>.rebase to submodule.<name>.update
111 -
112 -Johannes Schindelin (6):
113 - MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymore
114 - Quiet make: do not leave Windows behind
115 - Work around a regression in Windows 7, causing erase_in_line() to crash
116 - sometimes
117 - test-chmtime: work around Windows limitation
118 - MinGW: fix warning about implicit declaration of _getch()
119 - Fix warnings in nedmalloc when compiling with GCC 4.4.0
120 -
121 -Johannes Sixt (4):
122 - Simplify some instances of run_command() by using run_command_v_opt().
123 - Simplify some 'fprintf(stderr); return -1;' by using 'return error()'
124 - Fix typo in nedmalloc warning fix
125 - compat/ has subdirectories: do not omit them in 'make clean'
126 -
127 -Junio C Hamano (4):
128 - Documentation/git.txt: update links to release notes
129 - Makefile: introduce SANE_TOOL_PATH for prepending required elements to
130 - PATH
131 - Makefile: test-parse-options depends on parse-options.h
132 - Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/bin
133 -
134 -Kjetil Barvik (1):
135 - symlinks.c: small style cleanup
136 -
137 -Linus Torvalds (1):
138 - Clean up and simplify rev_compare_tree()
139 -
140 -Marius Storm-Olsen (2):
141 - MinGW readdir reimplementation to support d_type
142 - Add custom memory allocator to MinGW and MacOS builds
143 -
144 -Markus Heidelberg (6):
145 - add a test for git-send-email for non-threaded mails
146 - send-email: fix non-threaded mails
147 - doc/send-email: clarify the behavior of --in-reply-to with --no-thread
148 - add a test for git-send-email for threaded mails without chain-reply-to
149 - send-email: fix threaded mails without chain-reply-to
150 - send-email: fix a typo in a comment
151 -
152 -Michael J Gruber (1):
153 - git-repack.txt: Clarify implications of -a for dumb protocols
154 -
155 -Mike Hommey (7):
156 - Don't expect verify_pack() callers to set pack_size
157 - transport.c::get_refs_via_curl(): do not leak refs_url
158 - http.c: new functions for the http API
159 - transport.c::get_refs_via_curl(): use the new http API
160 - http.c::http_fetch_ref(): use the new http API
161 - http-push.c::remote_exists(): use the new http API
162 - http-push.c::fetch_symref(): use the new http API
163 -
164 -Nick Woolley (1):
165 - git-cvsexportcommit can't commit files which have been removed from CVS
166 -
167 -Pat Thoyts (1):
168 - git: browsing paths with spaces when using the start command
169 -
170 -Peter Hutterer (1):
171 - git-submodule: add support for --rebase.
172 -
173 -Pierre Habouzit (1):
174 - parse-options: add parse_options_check to validate option specs.
175 -
176 -Ralf Wildenhues (1):
177 - configure: test whether -lresolv is needed
178 -
179 -SZEDER Gábor (2):
180 - Documentation: mention 'git stash pop --index' option explicitly
181 - bash: add support for 'git stash pop --index' option
182 -
183 -Steffen Prohaska (1):
184 - MinGW: Teach Makefile to detect msysgit and apply specific settings
185 -
186 -Stephen Boyd (2):
187 - git-show-branch.txt: document --date-order option
188 - show-branch: don't use LASTARG_DEFAULT with OPTARG
189 -
190 -Tay Ray Chuan (16):
191 - http*: cleanup slot->local after fclose
192 - t5540-http-push: test fetching of loose objects
193 - t5540-http-push: test fetching of packed objects
194 - http-push: send out fetch requests on queue
195 - http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue"
196 - t5550-http-fetch: test fetching of packed objects
197 - http-push, http-walker: style fixes
198 - http-walker: verify remote packs
199 - http*: copy string returned by sha1_to_hex
200 - http-push: do not SEGV after fetching a bad pack idx file
201 - http*: move common variables and macros to http.[ch]
202 - http: create function end_url_with_slash
203 - http*: add http_get_info_packs
204 - http: use new http API in fetch_index()
205 - http*: add helper methods for fetching packs
206 - http*: add helper methods for fetching objects (loose)
207 -
whats/in/2009/06/02.txt deleted
-93
@@ -1,93 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Jun 2009, #02; Mon, 22)
3 -X-maint-at: 1ab012cf811abba5745fa0da70db963decd65f21
4 -X-master-at: 916e1373fb86db9d7019de4e7e74e39c9474a153
5 -X-maint-was: cff4231a1dfbe68b4a163b31406d862567d3243a
6 -X-master-was: 4f4fa9c228a1ac2854c0814b5b23df43b8d98203
7 -
8 -What's in git.git (Jun 2009, #02; Mon, 22)
9 -
10 - maint 1ab012c (t3700-add: add a POSIXPERM prerequisite to a new test)
11 - master 916e137 (Merge branch 'maint')
12 -------------------------------------------------------------------------
13 -
14 -The 'maint' branch gave birth to v1.6.3.3 tonight. There are still
15 -a handful of fixes that are already in 'master' but have not been
16 -backmerged for v1.6.3.X series; hopefully we can flush them all and make
17 -v1.6.3.4 the final one before 'master' starts the rc freeze for v1.6.4.
18 -
19 -* The 'maint' branch has these fixes since v1.6.3.3.
20 -
21 -Johannes Sixt (1):
22 - t3700-add: add a POSIXPERM prerequisite to a new test
23 -
24 -Stephen Boyd (1):
25 - add: allow configurations to be overriden by command line
26 -
27 -
28 -* The 'master' branch has these since the last announcement
29 - in addition to the above.
30 -
31 -Alex Bennée (1):
32 - Add -k option to cvsexportcommit to revert expanded CVS keywords in CVS
33 - working tree before applying commit patch
34 -
35 -Christian Stimming (1):
36 - gitk: Update German translation.
37 -
38 -Dirk Süsserott (1):
39 - gitk: Add option 'Simple history' to the options menu
40 -
41 -Elijah Newren (1):
42 - gitk: Make more options easily accessible from Edit View dialog
43 -
44 -Jim Meyering (1):
45 - avoid NULL dereference on failed malloc
46 -
47 -Johan Herland (1):
48 - git-submodule: add support for --merge.
49 -
50 -Johannes Sixt (1):
51 - gitk: Use --textconv to generate diff text
52 -
53 -Junio C Hamano (5):
54 - write-tree --ignore-cache-tree
55 - cache-tree.c::cache_tree_find(): simplify internal API
56 - t4007: modernize the style
57 - Optimize "diff-index --cached" using cache-tree
58 - Avoid "diff-index --cached" optimization under --find-copies-harder
59 -
60 -Linus Torvalds (1):
61 - Fix various sparse warnings in the git source code
62 -
63 -Markus Heidelberg (1):
64 - gitk: Allow diff view without context lines
65 -
66 -Michael J Gruber (5):
67 - Allow push and fetch urls to be different
68 - t5516: Check pushurl config setting
69 - technical/api-remote: Describe new struct remote member pushurl
70 - builtin-remote: Show push urls as well
71 - builtin-remote: Make "remote -v" display push urls
72 -
73 -Michele Ballabio (1):
74 - gitk: Add another string to translation
75 -
76 -Paolo Bonzini (1):
77 - Test cccmd in t9001-send-email.sh and fix some bugs
78 -
79 -Pat Thoyts (1):
80 - gitk: Handle msysGit version during version comparisons
81 -
82 -Paul Mackerras (1):
83 - gitk: Check git version before using --textconv flag
84 -
85 -Santi Béjar (3):
86 - parse-remote: function to get the tracking branch to be merge
87 - parse-remote: support default reflist in get_remote_merge_branch
88 - parse-remote: remove unused functions
89 -
90 -Stephen Boyd (2):
91 - parse-options: make OPT_INTEGER's argh explicit
92 - parse-options: simplify usage argh handling
93 -
whats/in/2009/07/01.txt deleted
-295
@@ -1,295 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Jul 2009, #01; Sun, 26)
3 -X-maint-at: 54bc13ce5300bf7c2237aba3fd123dd587e56d31
4 -X-master-at: d8f7be2ebcb7e3ec40269080a9ab9a28bc06ba17
5 -X-maint-was: 1ab012cf811abba5745fa0da70db963decd65f21
6 -X-master-was: 916e1373fb86db9d7019de4e7e74e39c9474a153
7 -
8 -What's in git.git (Jul 2009, #01; Sun, 26)
9 -
10 - maint 54bc13c (t8005: Nobody writes Russian in shift_jis)
11 - master d8f7be2 (GIT 1.6.4-rc3)
12 -------------------------------------------------------------------------
13 -
14 -The tip of 'master' is 1.6.4-rc3 and it should be the last -rc before the
15 -1.6.4 final.
16 -
17 -* The 'maint' branch has these fixes since the last announcement.
18 -
19 -Brandon Casey (2):
20 - refs.c: release file descriptor on error return
21 - sha1_name.c: avoid unnecessary strbuf_release
22 -
23 -Chris Frey (1):
24 - git-remote: fix missing .uploadpack usage for show command
25 -
26 -Clemens Buchacher (1):
27 - fetch: do not create ref from empty name
28 -
29 -Giuseppe Bilotta (1):
30 - gitweb/README: fix AliasMatch in example
31 -
32 -Johannes Sixt (1):
33 - Makefile: git.o depends on library headers
34 -
35 -Junio C Hamano (8):
36 - request-pull: really disable pager
37 - checkout -f: deal with a D/F conflict entry correctly
38 - combine-diff.c: fix performance problem when folding common deleted lines
39 - diff --cc: a lost line at the beginning of the file is shown incorrectly
40 - do_one_ref(): null_sha1 check is not about broken ref
41 - SunOS grep does not understand -C<n> nor -e
42 - Fix severe breakage in "git-apply --whitespace=fix"
43 - t8005: Nobody writes Russian in shift_jis
44 -
45 -Linus Torvalds (3):
46 - git branch: fix performance problem
47 - git branch: avoid unnecessary object lookups
48 - git branch: clean up detached branch handling
49 -
50 -Matthias Andree (1):
51 - Fix export_marks() error handling.
52 -
53 -Michal Marek (1):
54 - request-pull: really really disable pager
55 -
56 -Miklos Vajna (1):
57 - git-submodule documentation: fix foreach example
58 -
59 -René Scharfe (1):
60 - attr: plug minor memory leak
61 -
62 -Roel Kluin (1):
63 - fread does not return negative on error
64 -
65 -SZEDER Gábor (1):
66 - Trailing whitespace and no newline fix
67 -
68 -Sitaram Chamarty (1):
69 - Documentation: update description of shell aliases
70 -
71 -Thadeu Lima de Souza Cascardo (1):
72 - Makes some cleanup/review in gittutorial
73 -
74 -Thomas Rast (2):
75 - Test git archive --remote
76 - Test grep --and/--or/--not
77 -
78 -
79 -* The 'master' branch has these since the last announcement
80 - in addition to the above.
81 -
82 -Alex Vandiver (2):
83 - Make section_name_match start on '[', and return the length on success
84 - After renaming a section, print any trailing variable definitions
85 -
86 -Andreas Ericsson (1):
87 - mailinfo: Remove only one set of square brackets
88 -
89 -Ben Jackson (3):
90 - Add 'git svn help [cmd]' which works outside a repo.
91 - git-svn: speed up find_rev_before
92 - Add 'git svn reset' to unwind 'git svn fetch'
93 -
94 -Bert Wesarg (1):
95 - builtin-remote: (get_one_entry): use strbuf
96 -
97 -Björn Steinbrink (1):
98 - Add a test showing that 'git repack' throws away grafted-away parents
99 -
100 -Brandon Casey (10):
101 - Makefile: Solaris needs HAVE_ALLOCA_H for alloca()
102 - t/t9001-send-email.sh: ensure generated script is executed with
103 - $SHELL_PATH
104 - git.c: avoid allocating one-too-many elements for new argv array
105 - unpack-trees.c: work around run-time array initialization flaw on IRIX
106 - 6.5
107 - git-compat-util.h: adjust for SGI IRIX 6.5
108 - Makefile: add NEEDS_LIBGEN to optionally add -lgen to compile arguments
109 - Makefile: add section for SGI IRIX 6.5
110 - Makefile: update IRIX64 section
111 - configure.ac: rework/fix the NEEDS_RESOLV and NEEDS_LIBGEN tests
112 - configure.ac: properly unset NEEDS_SSL_WITH_CRYPTO when sha1 func is
113 - missing
114 -
115 -Christian Couder (2):
116 - bisect: use a PRNG with a bias when skipping away from untestable commits
117 - Documentation: remove warning saying that "git bisect skip" may slow
118 - bisection
119 -
120 -Daniel Trstenjak (1):
121 - Show the presence of untracked files in the bash prompt.
122 -
123 -Eric Wong (12):
124 - git-svn: convert globs to regexps for branch destinations
125 - t9138: remove stray dot in test which broke bash
126 - Allow the Unix epoch to be a valid commit date
127 - git svn: allow uppercase UUIDs from SVN
128 - git svn: rename tests that had conflicting numbers
129 - git svn: fix reparenting when ugly http(s) URLs are used
130 - git svn: fix shallow clone when upstream revision is too new
131 - git svn: revert default behavior for --minimize-url
132 - git svn: the branch command no longer needs the full path
133 - t9142: stop httpd after the test
134 - git svn: avoid escaping '/' when renaming/copying files
135 - git svn: make minimize URL more reliable over http(s)
136 -
137 -Giuseppe Bilotta (11):
138 - git-am foreign patch support: introduce patch_format
139 - git-am foreign patch support: autodetect some patch formats
140 - git-am foreign patch support: StGIT support
141 - git-am: refactor 'cleaning up and aborting'
142 - gitweb: refactor author name insertion
143 - gitweb: uniform author info for commit and commitdiff
144 - gitweb: use git_print_authorship_rows in 'tag' view too
145 - gitweb: (gr)avatar support
146 - gitweb: gravatar url cache
147 - gitweb: picon avatar provider
148 - gitweb: add empty alt text to avatar img
149 -
150 -Hunter, D. Seth (1):
151 - http-push: fix xml_entities() string parsing overrun
152 -
153 -Jeff King (5):
154 - Makefile: refactor regex compat support
155 - Makefile: use compat regex on Solaris
156 - log-tree: fix confusing comment
157 - Makefile: install 'git' in execdir
158 - send-email: detect cycles in alias expansion
159 -
160 -Johan Herland (1):
161 - quickfetch(): Prevent overflow of the rev-list command line
162 -
163 -Johannes Schindelin (1):
164 - git repack: keep commits hidden by a graft
165 -
166 -Johannes Sixt (5):
167 - daemon: send stderr of service programs to the syslog
168 - upload-pack: squelch progress indicator if client cannot see it
169 - receive-pack: do not send error details to the client
170 - git-mv: fix directory separator treatment on Windows
171 - MinGW: truncate exit()'s argument to lowest 8 bits
172 -
173 -Junio C Hamano (7):
174 - die_errno(): double % in strerror() output just in case
175 - Makefile: keep "git" when bindir is execdir
176 - Revert "mailinfo: Remove only one set of square brackets"
177 - push: do not give big warning when no preference is configured
178 - Updates to draft release notes to 1.6.4
179 - Update release notes for 1.6.4
180 - GIT 1.6.4-rc3
181 -
182 -Larry D'Anna (1):
183 - add --porcelain option to git-push
184 -
185 -Linus Torvalds (11):
186 - git log: add '--merges' flag to match '--no-merges'
187 - Add 'fill_directory()' helper function for directory traversal
188 - Simplify read_directory[_recursive]() arguments
189 - Avoid doing extra 'lstat()'s for d_type if we have an up-to-date cache
190 - entry
191 - Avoid using 'lstat()' to figure out directories
192 - Prepare symlink caching for thread-safety
193 - Export thread-safe version of 'has_symlink_leading_path()'
194 - Make index preloading check the whole path to the file
195 - Make 'git show' more useful
196 - Improve on the 'invalid object' error message at commit time
197 - Fix extraneous lstat's in 'git checkout -f'
198 -
199 -Marc Branchaud (3):
200 - git svn: Support multiple branch and tag paths in the svn repository.
201 - git svn: cleanup t9138-multiple-branches
202 - git svn: Doc update for multiple branch and tag paths
203 -
204 -Mark Lodato (2):
205 - http.c: prompt for SSL client certificate password
206 - http.c: add http.sslCertPasswordProtected option
207 -
208 -Martin Koegler (1):
209 - git stash: modernize use of "dashed" git-XXX calls
210 -
211 -Martin Renold (1):
212 - Remove filename from conflict markers
213 -
214 -Mattias Nissler (2):
215 - git-svn: Always duplicate paths returned from get_log
216 - git-svn: Fix branch detection when repository root is inaccessible
217 -
218 -Michael J Gruber (1):
219 - t4202-log.sh: Test git log --no-walk sort order
220 -
221 -Mike Ralphson (1):
222 - cvsexportcommit: reorder tests to quiet intermittent failure
223 -
224 -Nanako Shiraishi (1):
225 - Documentation/config.txt: a variable can be defined on the section header
226 - line
227 -
228 -Nick Edelen (1):
229 - diff-tree -r -t: include added/removed directories in the output
230 -
231 -Nick Woolley (2):
232 - Remove archaic use of regex capture \1 in favour of $1
233 - Avoid generating a warning if $fullname{$file} is undefined
234 -
235 -Pierre Habouzit (4):
236 - janitor: use NULL and not 0 for pointers.
237 - refactor: use bitsizeof() instead of 8 * sizeof()
238 - janitor: add DIV_ROUND_UP and use it.
239 - janitor: useless checks before free
240 -
241 -René Scharfe (7):
242 - userdiff: add xdiff_clear_find_func()
243 - grep: move context hunk mark handling into show_line()
244 - grep: print context hunk marks between files
245 - grep: handle pre context lines on demand
246 - grep: add option -p/--show-function
247 - grep -p: support user defined regular expressions
248 - grep: simplify -p output
249 -
250 -Robert Allan Zeh (1):
251 - git svn: add gc command
252 -
253 -SZEDER Gábor (2):
254 - Document 'git (rev-list|log) --merges'
255 - bash: add '--merges' to common 'git log' options
256 -
257 -Stephen Boyd (9):
258 - t4150: test applying with a newline in subject
259 - am: suppress apply errors when using 3-way
260 - git-sh-setup: introduce say() for quiet options
261 - submodule, repack: migrate to git-sh-setup's say()
262 - am, rebase: teach quiet option
263 - stash: teach quiet option
264 - show-ref: migrate to parse-options
265 - completion: add missing config variables
266 - completion: __git_config_get_set_variables() handle values with spaces
267 -
268 -Thomas Rast (5):
269 - git-svn: let 'dcommit $rev' work on $rev instead of HEAD
270 - Introduce die_errno() that appends strerror(errno) to die()
271 - Convert existing die(..., strerror(errno)) to die_errno()
272 - Use die_errno() instead of die() when checking syscalls
273 - Disable asciidoc 8.4.1+ semantics for `{plus}` and friends
274 -
275 -Todd Zullinger (1):
276 - completion: Add --full-diff to log options
277 -
278 -Ulrich Dangel (1):
279 - git-svn: Canonicalize svn urls to prevent libsvn assertion
280 -
281 -Uwe Kleine-König (2):
282 - more tests for git rev-parse --parse-opt
283 - parse-opt: make PARSE_OPT_STOP_AT_NON_OPTION available to git rev-parse
284 -
285 -Wincent Colaiuta (1):
286 - gitweb: update Git homepage URL
287 -
288 -Yann Dirson (6):
289 - git-svn.txt: stop using dash-form of commands.
290 - git-svn.txt: make formatting more consistent.
291 - git-svn.txt: fix fetch flags incorrectly documented as init flags.
292 - git-svn.txt: fix description of fetch flags accepted by clone.
293 - List send-email config options in config.txt.
294 - Improve doc for format-patch threading options.
295 -
whats/in/2009/07/02.txt deleted
-45
@@ -1,45 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Jul 2009, #02; Wed, 29)
3 -X-maint-at: 0a53e9ddeaddad63ad106860237bbf53411d11a7
4 -X-master-at: e6580020057afd207b7cfb9c96905f99e13cfe4d
5 -X-maint-was: 0a53e9ddeaddad63ad106860237bbf53411d11a7
6 -X-master-was: 0a53e9ddeaddad63ad106860237bbf53411d11a7
7 -
8 -What's in git.git (Jul 2009, #02; Wed, 29)
9 -
10 - maint 0a53e9d (GIT 1.6.4)
11 - master e658002 (Translate the tutorial to Brazillian Portuguese)
12 -------------------------------------------------------------------------
13 -
14 -I took advices from the list and merged tests that have been parked in
15 -'pu' during the 1.6.4 cycle to 'master'. Even though I did not see much
16 -feedback to the pt_BR translation of the tutorial, I decided to merge it
17 -as well, since I do not read/speak the language.
18 -
19 -We have reasonably solid topics that have been cooking in 'next' for quite
20 -some time. Hopefully the 1.6.5 cycle will be short and smooth.
21 -
22 -* The 'master' branch has these since the last announcement.
23 -
24 -Alex Riesen (1):
25 - Add a reminder test case for a merge with F/D transition
26 -
27 -Heiko Voigt (2):
28 - cvsimport: add test illustrating a bug in cvsps
29 - cvsimport: extend testcase about patchset order to contain branches
30 -
31 -Junio C Hamano (3):
32 - t/t9600: remove exit after test_done
33 - Start 1.6.5 cycle
34 - request-pull: optionally show a patch as well
35 -
36 -Michael Haggerty (5):
37 - Start a library for cvsimport-related tests
38 - Use CVS's -f option if available (ignore user's ~/.cvsrc file)
39 - Test contents of entire cvsimported "master" tree contents
40 - Add some tests of git-cvsimport's handling of vendor branches
41 - Add a test of "git cvsimport"'s handling of tags and branches
42 -
43 -Thadeu Lima de Souza Cascardo (1):
44 - Translate the tutorial to Brazillian Portuguese
45 -
whats/in/2009/08/01.txt deleted
-92
@@ -1,92 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Aug 2009, #01; Wed, 05)
3 -X-maint-at: f0df1293acdba9513cae17e2c63b4169f1347371
4 -X-master-at: 3f55e4107f7906134df029f9a5c44864f9258110
5 -X-maint-was: 0a53e9ddeaddad63ad106860237bbf53411d11a7
6 -X-master-was: e6580020057afd207b7cfb9c96905f99e13cfe4d
7 -
8 -What's in git.git (Aug 2009, #01; Wed, 05)
9 -
10 - maint f0df129 (Merge branch 'maint-1.6.3' into maint)
11 - master 3f55e41 (Merge branch 'sb/read-tree')
12 -------------------------------------------------------------------------
13 -
14 -The 1.6.4 release seems to have been quite solid, and there is no
15 -brown-paper-bag bugfixes on 'maint' yet ;-).
16 -
17 -A handful of topics have graduated to 'master'.
18 -
19 -* The 'maint' branch has these fixes since the last announcement.
20 -
21 -Björn Steinbrink (1):
22 - config: Keep inner whitespace verbatim
23 -
24 -Erik Faye-Lund (1):
25 - send-email: remove debug trace
26 -
27 -Jakub Narebski (1):
28 - gitweb/README: Document $base_url
29 -
30 -Jens Lehmann (1):
31 - Documentation: git submodule: add missing options to synopsis
32 -
33 -Matthieu Moy (1):
34 - Better usage string for reflog.
35 -
36 -Miklos Vajna (1):
37 - hg-to-git: don't import the unused popen2 module
38 -
39 -
40 -* The 'master' branch has these since the last announcement
41 - in addition to the above.
42 -
43 -André Goddard Rosa (1):
44 - Fix typos on pt_BR/gittutorial.txt translation
45 -
46 -Geoffrey Irving (1):
47 - git fast-export: add --no-data option
48 -
49 -Giuseppe Bilotta (1):
50 - gitweb: fix 'Use of uninitialized value' error in href()
51 -
52 -Jeff King (2):
53 - show: suppress extra newline when showing annotated tag
54 - show: add space between multiple items
55 -
56 -Johannes Schindelin (1):
57 - parse-opt: optionally show "--no-" option string
58 -
59 -Junio C Hamano (1):
60 - apply: notice creation/removal patches produced by GNU diff
61 -
62 -Michael J Gruber (3):
63 - t6010-merge-base.sh: Depict the octopus test graph
64 - git-merge-base/git-show-branch: Cleanup documentation and usage
65 - git-merge-base/git-show-branch --merge-base: Documentation and test
66 -
67 -Michał Kiedrowicz (1):
68 - init-db: migrate to parse-options
69 -
70 -Nanako Shiraishi (1):
71 - git init: optionally allow a directory argument
72 -
73 -Nick Edelen (1):
74 - Shift object enumeration out of upload-pack
75 -
76 -Santi Béjar (2):
77 - t5520-pull: Test for rebased upstream + fetch + pull --rebase
78 - pull: support rebased upstream + fetch + pull --rebase
79 -
80 -Stephen Boyd (7):
81 - read-tree: convert unhelpful usage()'s to helpful die()'s
82 - read-tree: migrate to parse-options
83 - write-tree: migrate to parse-options
84 - verify-tag: migrate to parse-options
85 - verify-pack: migrate to parse-options
86 - prune-packed: migrate to parse-options
87 - technical-docs: document tree-walking API
88 -
89 -Wesley J. Landaker (2):
90 - Documentation: git-send-email: fix submission port number
91 - Documentation: git-send-email: correct statement about standard ports
92 -
whats/in/2010/02/01.txt deleted
-78
@@ -1,78 +0,0 @@
1 -To: git@vger.kernel.org
2 -Subject: What's in git.git (Feb 2010, #01; Mon, 08)
3 -X-maint-at: e33cc592deae8132936eea119554799e1039bc0f
4 -X-master-at: 8b2337a5893479ee18dfb21a1d4aa5fc1608872d
5 -X-maint-was: 9504f3d3d2e62cb6fba9e7c61c6fe69dec9053a4
6 -X-master-was: 8051a030617cf7d083568cca223bdaa15052c33f
7 -
8 -What's in git.git (Feb 2010, #01; Mon, 08)
9 -
10 - maint e33cc59 (Merge branch 'maint-1.6.5' into maint)
11 - master 8b2337a (t3902: Protect against OS X normalization)
12 -------------------------------------------------------------------------
13 -
14 -Not much is going on in 'next' and 'pu'.
15 -
16 -* The 'master' branch has these since v1.7.0-rc2 in addition to what are
17 - in 'maint'.
18 -
19 -Brian Gernhardt (1):
20 - t3902: Protect against OS X normalization
21 -
22 -Nicolas Pitre (1):
23 - Revert "pack-objects: fix pack generation when using pack_size_limit"
24 -
25 -* The 'maint' branch has these fixes since v1.6.6.1; they are mostly minor
26 - documentation fixes. I might be issuing v1.6.6.2 before v1.7.0 final.
27 -
28 -Christopher Beelby (1):
29 - git-gui: Keep repo_config(gui.recentrepos) and .gitconfig in sync
30 -
31 -Giuseppe Bilotta (1):
32 - git-gui: work from the .git dir
33 -
34 -Jay Soffian (1):
35 - blame: prevent a segv when -L given start > EOF
36 -
37 -Jeff Epler (1):
38 - git-gui: Fix applying a line when all following lines are deletions
39 -
40 -Jeff King (1):
41 - fix memcpy of overlapping area
42 -
43 -Jens Lehmann (1):
44 - git-gui: Correct file_states when unstaging partly staged entry
45 -
46 -Jonathan Nieder (1):
47 - git-gui: Makefile: consolidate .FORCE-* targets
48 -
49 -Junio C Hamano (8):
50 - status: don't require the repository to be writable
51 - Fix "log" family not to be too agressive about showing notes
52 - Fix "log --oneline" not to show notes
53 - merge-recursive: do not return NULL only to cause segfault
54 - ignore duplicated slashes in make_relative_path()
55 - git-add documentation: Fix shell quoting example
56 - Fix parsing of imap.preformattedHTML and imap.sslverify
57 - git-push: document all the status flags used in the output
58 -
59 -Pat Thoyts (1):
60 - git-gui: handle really long error messages in updateindex.
61 -
62 -Peter Krefting (1):
63 - git-gui: Fix gitk for branch whose name matches local file
64 -
65 -René Scharfe (1):
66 - archive: simplify archive format guessing
67 -
68 -SZEDER Gábor (1):
69 - bash: don't offer remote transport helpers as subcommands
70 -
71 -Tay Ray Chuan (1):
72 - retry request without query when info/refs?query fails
73 -
74 -Vitaly _Vi Shukela (1):
75 - git-gui: Add hotkeys for "Unstage from commit" and "Revert changes"
76 -
77 -Wesley J. Landaker (1):
78 - Update git fsck --full short description to mention packs