Age | Commit message (Collapse) | Author | Files | Lines |
|
Reviewed by: roland.mainz@nexenta.com
Reviewed by: garrett@nexenta.com
Approved by: garrett@nexenta.com
|
|
Reviewed by: Robert Gordon <rbg@openrbg.com>
Reviewed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: George Wilson <gwilson@zfsmail.com>
Approved by: Garret D'Amore <garrett@nexenta.com>
|
|
Reviewed by: matt@greenviolet.net
Reviewed by: alan.coopersmith@gmail.com
Reviewed by: jason.brian.king@gmail.com
Approved by: garrett@nexenta.com
|
|
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Reviewed by: Albert Lee <trisk@opensolaris.org>
Approved by: Garrett D'Amore <garrett@nexenta.com>
|
|
Reviewed by: Rich Lowe <richlowe@richlowe.net>
Reviewed by: Albert Lee <trisk@nexenta.com>
Approved by: Gordon Ross <gwr@nexenta.com>
|
|
Reviewed by: garrett@nexenta.com
Reviewed by: trisk@opensolaris.org
Approved by: gwr@nexenta.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reviewed by: garrett@nexenta.com
Reviewed by: matt@greenviolet.net
Approved by: garrett@nexenta.com
|
|
Bare minimum documentation of the support for Git
- How we find the workspace root
- How we (don't) determine the parent workspace
|
|
If the parent branch name includes a '/', take the first part to be an origin
name, translate it to a URI (using the first found), and include it in the
pretty parent header, so people can more usefully know what a particular ref
name actually means.
|
|
Rearrange the code to add PRETTY_CWS and PRETY_PWS, set by each SCM supporting
it to a string to be used as the "pretty" name of the current and parent
workspace, respectively. At present this is used to avoid duplication of the
"(at <node>)" logic for Mercurial and Git.
|
|
The parent (webrev -p) can now be any commit-shaped thing (see
git-rev-parse(1)), it cannot, however, be the conventional filesystem path or
URL.
|
|
Remove some hanging references to git-active in uncommon use cases (an
explicitly specified, non-wx format file list), and some references in
commentary.
|
|
When building the old and new directories for git, check that the new
path exists before trying to chmod it -- in the case of files that were
deleted, it won't.
|
|
Remove git-active, and build the filelist within webrev itself. Unlike
with Mercurial, git-active was purely doing text-processing that could
be done easily, and tidily, within webrev itself.
|
|
|
|
|
|
|
|
Reviewed by: johnsonnenschein@gmail.com, garrett@nexenta.com
Approved by: garrett@nexenta.com
--HG--
extra : rebase_source : 8c86d0860bfe3facd8bffa7ccdf7988b92945dd9
|
|
303 mdb's tigen should use terminfo database from proto
Reviewed by: richlowe@richlowe.net
Reviewed by: garrett@nexenta.com
Approved by: garrett@nexenta.com
|
|
Reviewed by: garrett@nexenta.com
Approved by: gwr@nexenta.com
--HG--
extra : rebase_source : 226d476ba44d6290017d6774aab7ea3b07dce615
|
|
|
|
With all of the other SCMs supported by webrev, CODEMGR_WS, CWS,
etc. refer to the root of the workspace, not the root of the SCM
metadata directory. Make git follow this pattern, and append '.../.git'
as necessary
|
|
Remove a block of commented code originating in hg-active, clarify naming of
the file name -> comment mapping (comments, not files), and avoid shadowing
the 'file' builtin.
|
|
When using webrev with a Mercurial repository we use the common ancestor
of the local head and the head in the parent workspace as the basis of
comparison. The Git equivalent would be to compare against the common
ancestor of the current branch and origin/master, rather than the branch
point as we did previously.
|
|
|
|
Previously webrev would compare the current branch against master and,
presumably, assume that master was a pristine tracking branch. It would
seem to follow normal git conventions if we were to compare against
origin/master with that same assumption.
|
|
As with Mercurial, it's useful to have the node hash corresponding to the
parent workspace in the output from webrev so that readers know precisely
against what the changes are being compared.
|
|
GNU chmod(1) doesn't understand the 6 octal digit permissions output by
git though Solaris chmod(1) does. We don't specify /bin/chmod explicitly
because webrev has historically been used on non-Solaris systems,
where /bin/chmod would also be GNU chmod so instead we just strip the
leading 3 digits, assuming anything so-signified would be best not
reproduced in the webrev anyway.
|
|
This is Cyril Plisko's work, sent to tools-discuss and taken from his webrev
at http://cr.opensolaris.org/~imp/git.10/
|
|
Reviewed by: garrett@nexenta.com
Approved by: gwr@nexenta.com
|
|
Reviewed by: gwr@nexenta.com, richlowe@richlowe.net, matt@greenviolet.net
Approved by: richlowe@richlowe.net
|
|
193 kcfd removal causes check_rtime noise
116 README mentioned non existing usr/illumos
Reviewed by: richlowe@richlowe.net, gwr@nexenta.com
Approved by: richlowe@richlowe.net
|
|
120 pkg:/developer/build/onbld is missing dependencies
Reviewed by: garrett@nexenta.com
Approved by: garrett@nexenta.com
|
|
Reviewed by: alan.coopersmith@gmail.com, mcbofh@gmail.com
Approved by: garrett@nexenta.com
|
|
Reviewed by: estseg@gmail.com
Approved by: garrett@nexenta.com
|
|
Reviewed by: davsebamse@gmail.com
Approved by: garrett@nexenta.com
|
|
Reviewed by: garrett@nexenta.com
Approved by: garrett@nexenta.com
|
|
Reviewed by: jeppe@tenzer.dk
Approved by: garrett@nexenta.com
--HG--
rename : usr/src/tools/env/opensolaris.sh => usr/src/tools/env/illumos.sh
|
|
6960818 add get_nprocs(), getline(), strdupa(), strndup() to libc
6901783 strndup would be nice
6824404 libc should provide ffsl() & ffsll()
6793969 RFE: Add|stpcpy|to libc
6735446 Want a __progname symbol for BSD-style source compatibility
6421095 Solaris should provide strcasestr
6275498 Provide string compare functions wcscasecmp,wcsncasecmp in solaris like linux
--HG--
rename : usr/src/lib/libc/port/gen/strcasecmp.c => usr/src/lib/libc/port/gen/ascii_strcasecmp.c
rename : usr/src/lib/libc/port/gen/strncasecmp.c => usr/src/lib/libc/port/gen/ascii_strncasecmp.c
rename : usr/src/lib/libc/sparc/gen/strcasecmp.s => usr/src/lib/libc/sparc/gen/ascii_strcasecmp.s
rename : usr/src/lib/libc/sparcv9/gen/strcasecmp.s => usr/src/lib/libc/sparcv9/gen/ascii_strcasecmp.s
|
|
|
|
|
|
|
|
unref files
--HG--
rename : usr/src/lib/libntfs/THIRDPARTYLICENSE => usr/src/common/GPLDISCLAIMER
|
|
|