All of lore.kernel.org
 help / color / mirror / Atom feed
* What's cooking in git.git (Feb 2010, #06; Tue, 23)
@ 2010-02-24  1:20 Junio C Hamano
  2010-02-24  2:06 ` Tay Ray Chuan
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Junio C Hamano @ 2010-02-24  1:20 UTC (permalink / raw)
  To: git

Here are the topics that have been cooking.  Commits prefixed with '-' are
only in 'pu' while commits prefixed with '+' are in 'next'.  The ones
marked with '.' do not appear in any of the integration branches, but I am
still holding onto them.

--------------------------------------------------
[New Topics]

* gb/submodule-env (2010-02-23) 2 commits
 - submodules: ensure clean environment when operating in a submodule
 - shell setup: clear_local_git_env() function

This is a round before the round with hardcoded list on the C side.  I
think the idea of the new one is basically sound, but I do not think it
should create a new source file nor call it cache.c which obviously this
thing is not (environment.c might be a better home for it).

* jl/maint-submodule-clear-env (2010-02-23) 1 commit
 - is_submodule_modified(): clear environment properly

I'd prefer to rebuild this on top of rerolled gb/submodule-env before
moving it forward.

* il/loosen-remote-helper-names (2010-02-23) 1 commit
 - Allow '+', '-' and '.' in remote helper names

Judging from the discussion, the conclusion seemed to be that Dscho was
needlessly worried about using '+' in pathnames on DOS, and the patch is
Ok.  There also was a discussion on how to sanely deal with the need to
have duplicated binaries with the current set-up, only to handle
essentially the same svn+ssh:// and ssh+svn:// protocols; I however think
that is pretty much orthogonal to the issue of what letters can be used in
names.

* jk/maint-add--interactive-delete (2010-02-22) 1 commit
 - add-interactive: fix bogus diff header line ordering

Looked Ok for 'next'.

* js/runtime-prefix-trace-not-warn (2010-02-23) 1 commit
 - Print RUNTIME_PREFIX warning only when GIT_TRACE is set

Looked Ok for 'next'.

* lt/deepen-builtin-source (2010-02-22) 1 commit
 - Move 'builtin-*' into a 'builtin/' subdirectory

This is a painful one to keep out of 'master' for a long time, as any
topic with new builtin commands will need evil merges to adjust to it.

* tc/http-cleanup (2010-02-21) 7 commits
 - remote-curl: init walker only when needed
 - remote-curl: use http_fetch_ref() instead of walker wrapper
 - http: init and cleanup separately from http-walker
 - http-walker: cleanup more thoroughly
 - http-push: remove useless condition
 - t554[01]-http-push: refactor, add non-ff tests
 - t5541-http-push: check that ref is unchanged for non-ff test

Didn't look; there was some discussion that may result in a reroll.

* tr/notes-display (2010-02-23) 11 commits
 - notes: add shorthand --ref to override GIT_NOTES_REF
 - commit --amend: copy notes to the new commit
 - rebase: support automatic notes copying
 - notes: implement helpers needed for note copying during rewrite
 - notes: implement 'git notes copy --stdin'
 - rebase -i: invoke post-rewrite hook
 - rebase: invoke post-rewrite hook
 - commit --amend: invoke post-rewrite hook
 - Documentation: document post-rewrite hook
 - Support showing notes from more than one notes tree
 - test-lib: unset GIT_NOTES_REF to stop it from influencing tests
 (this branch uses jh/notes.)

Didn't look too carefully except for the second one.

* ts/svn-mergeinfo (2010-02-22) 3 commits
 - git-svn: Fix discarding of extra parents from svn:mergeinfo
 - t9151: Add two new svn:mergeinfo test cases
 - t9151: Fix a few commits in the SVN dump

I won't pick up git-svn patches myself without Acks from Eric and/or Sam;
there are here only so that they won't be forgotten.

* cw/test-lib-relicense (2010-02-22) 1 commit
 . test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.

I think a reasonable way forward would be to collect Acks from everybody
who appears on "git blame" or "git shortlog" output.  How do people feel
about relicensing the whole (except for the obviously borrowed bits, such
as xdiff/) under GPLv2 _or later_?  I am not a big fan of GPLv3 and do not
see a compelling reason to switch to v3 for the sake of v3 license per-se,
but helping others that want to use our code might tip the balance.

--------------------------------------------------
[Stalled]

* ld/push-porcelain (2010-02-09) 4 commits
 - git-push: fix an error message so it goes to stderr
 - git-push: make git push --dry-run --porcelain exit with status 0 even if updates will be rejected
 - git-push: send "To <remoteurl>" messages to the standard output in --porcelain mode
 - git-push: squelch advice message if in --porcelain mode

This needs further simplification, judging from the previous discussion?

* sd/format-patch-to (2010-02-17) 1 commit
 - Add 'git format-patch --to=' option and 'format.to' configuration variable.

Shouldn't be too hard to add tests to t4014; other than that looked ready
for 'next'.

* sd/init-template (2010-02-17) 2 commits
 - Add a "TEMPLATE DIRECTORY" section to git-init[1].
 - Add `init.templatedir` configuration variable.

Shouldn't be too hard to add tests to t0001; other than that looked ready
for 'next'.

* sd/log-decorate (2010-02-17) 3 commits
 - log.decorate: usability fixes
 - Add `log.decorate' configuration variable.
 - git_config_maybe_bool()

Probably ready for 'next', except that people need to be warned about
having to update their scripts to explicitly pass --no-decorate to keep
them working.  A good idea to disable this when --pretty was given, just
like notes are disabled by default, was floated.

* pb/log-first-parent-p-m (2010-02-10) 1 commit
  (merged to 'next' on 2010-02-17 at 2f8e5ae)
 + git log -p -m: document -m and honor --first-parent

Needs tests but otherwise looked fine.  We might want to teach "-m trumps
implicit --cc" to "git show", but that is a totally separate topic.

I actually care about this "log -p --first-parent" very much, but if Pasky
is counting on that and procrastinating until I write the tests myself, he
is in for a dissapointment.  I don't have that much free time these days.
Help is appreciated.

* js/rebase-origin-x (2010-02-05) 1 commit
 - [RFC w/o test and incomplete] rebase: add -x option to record original commit name

I retract my objection against the idea of -x; needs polishing before
moving forward.

--------------------------------------------------
[Cooking]

* dp/read-not-mmap-small-loose-object (2010-02-21) 1 commit
  (merged to 'next' on 2010-02-21 at fa39a9a)
 + hash-object: don't use mmap() for small files

Will merge to 'master' after a few more days of cooking.

* np/compress-loose-object-memsave (2010-02-21) 2 commits
  (merged to 'next' on 2010-02-21 at 1e558d6)
 + sha1_file: be paranoid when creating loose objects
 + sha1_file: don't malloc the whole compressed result when writing out objects

Will merge to 'master' after a few more days of cooking.

* jc/maint-fix-mailinfo-strip (2010-02-19) 1 commit
 - mailinfo: do not strip leading spaces even for a header line

Ready for 'next', I think.

* ne/pack-local-doc (2010-02-18) 1 commit
 - Documentation: pack-objects: Clarify --local's semantics.

Comments from pack experts?

* ml/connect-refactor (2010-02-17) 1 commit
  (merged to 'next' on 2010-02-21 at 7361651)
 + connect.c: move duplicated code to a new function 'get_host_and_port'

* ml/encode-header-refactor (2010-02-23) 2 commits
  (merged to 'next' on 2010-02-23 at ac4ec8f)
 + move encode_in_pack_object_header() to a better place
  (merged to 'next' on 2010-02-21 at efe648b)
 + refactor duplicated encode_header in pack-objects and fast-import

* ml/fill-mm-refactor (2010-02-16) 1 commit
  (merged to 'next' on 2010-02-21 at 2fc5570)
 + refactor duplicated fill_mm() in checkout and merge-recursive

* ml/send-pack-transport-refactor (2010-02-16) 1 commit
  (merged to 'next' on 2010-02-21 at db276f4)
 + refactor duplicated code in builtin-send-pack.c and transport.c

Will merge to 'master' soonish.

* mm/mkstemps-mode-for-packfiles (2010-02-22) 6 commits
 - Use git_mkstemp_mode instead of plain mkstemp to create object files
 - git_mkstemps_mode: don't set errno to EINVAL on exit.
 - Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.
 - git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.
 - Move gitmkstemps to path.c
 - Add a testcase for ACL with restrictive umask.

Looked Ok for 'next'.

* rs/optim-text-wrap (2010-02-19) 4 commits
  (merged to 'next' on 2010-02-21 at 70ef189)
 + utf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text()
 + utf8.c: remove strbuf_write()
 + utf8.c: remove print_spaces()
 + utf8.c: remove print_wrapped_text()

Will merge to 'master' soonish.

* tr/maint-cherry-pick-list (2010-02-20) 1 commit
  (merged to 'next' on 2010-02-21 at 65fded0)
 + cherry_pick_list: quit early if one side is empty

Will merge to 'master' soonish, and backmerge to 'maint'.

* tc/transport-verbosity (2010-02-18) 9 commits
 - transport: update flags to be in running order
 - pull: learn --progress
 - fetch: learn --progress
 - push: learn --progress
 - transport->progress: use flag authoritatively
 - clone: support multiple levels of verbosity
 - push: support multiple levels of verbosity
 - fetch: refactor verbosity option handling into transport.[ch]
 - Documentation/git-push.txt: put --quiet before --verbose

Didn't look very carefully.  Comments from transport people are very much
appreciated before moving this forward.

* ld/maint-diff-quiet-w (2010-02-21) 2 commits
  (merged to 'next' on 2010-02-21 at 4701142)
 + git-diff: add a test for git diff --quiet -w
 + git diff --quiet -w: check and report the status

Will merge to 'master' after a few more days of cooking.

* cp/add-u-pathspec (2010-02-09) 2 commits
 - test for add with non-existent pathspec
 - git add -u: die on unmatched pathspec

Will merge to 'next'.

* jc/for-each-ref (2010-02-13) 4 commits
  (merged to 'next' on 2010-02-21 at c9a6c2f)
 + for-each-ref --format='%(flag)'
 + for-each-ref --format='%(symref) %(symref:short)'
 + builtin-for-each-ref.c: check if we need to peel onion while parsing the format
 + builtin-for-each-ref.c: comment fixes

Will merge to 'master' soonish.

* jn/gitweb-config-error-die (2010-02-14) 1 commit
  (merged to 'next' on 2010-02-21 at e3ecd65)
 + gitweb: Die if there are parsing errors in config file

Will merge to 'master' soonish.

* jn/maint-fix-pager (2010-02-22) 8 commits
  (merged to 'next' on 2010-02-23 at 575e0e4)
 + tests: Fix race condition in t7006-pager
  (merged to 'next' on 2010-02-21 at 640e10c)
 + t7006-pager: if stdout is not a terminal, make a new one
 + tests: Add tests for automatic use of pager
 + am: Fix launching of pager
 + git svn: Fix launching of pager
 + git.1: Clarify the behavior of the --paginate option
 + Make 'git var GIT_PAGER' always print the configured pager
 + Fix 'git var' usage synopsis

Will merge to 'master' after a few more days of cooking.

* ml/color-when (2010-02-16) 1 commit
  (merged to 'next' on 2010-02-21 at d52c051)
 + Add an optional argument for --color options

Will merge to 'master' soonish.

* hm/imap-send-cram-md5 (2010-02-15) 1 commit
  (merged to 'next' on 2010-02-21 at de8f650)
 + imap-send: support CRAM-MD5 authentication

Will merge to 'master' after a few more days of cooking.

* jh/maint-submodule-status-in-void (2010-02-16) 1 commit
  (merged to 'next' on 2010-02-21 at 2e605c3)
 + submodule summary: Don't barf when invoked in an empty repo

Will merge to 'master' after a few more days of cooking.

* bg/apply-blank-at-eof (2010-02-17) 3 commits
 - t3417: Add test cases for "rebase --whitespace=fix"
 - t4124: Add additional tests of --whitespace=fix
 - apply: Allow blank context lines to match beyond EOF

RFC.

* gf/maint-sh-setup-nongit-ok (2010-02-16) 1 commit
  (merged to 'next' on 2010-02-21 at aca55e6)
 + require_work_tree broken with NONGIT_OK

Will merge to 'master' soonish, and backmerge to 'maint'.

* jc/maint-status-preload (2010-02-17) 1 commit
  (merged to 'next' on 2010-02-21 at d79e163)
 + status: preload index to optimize lstat(2) calls

Will merge to 'master' soonish, and backmerge to 'maint'.

* nd/root-git (2010-02-14) 5 commits
 - Add test for using Git at root of file system
 - Support working directory located at root
 - Move offset_1st_component() to path.c
 - init-db, rev-parse --git-dir: do not append redundant slash
 - make_absolute_path(): Do not append redundant slash

Will merge to 'next' unless I hear objections.

* ac/cvsimport-revision-mapping (2010-02-06) 1 commit
  (merged to 'next' on 2010-02-17 at 6756446)
 + cvsimport: new -R option: generate .git/cvs-revisions mapping

Will merge to 'master' shortly unless negative comments from CVSimport
users comes.

* jn/maint-makedepend (2010-01-26) 5 commits
  (merged to 'next' on 2010-02-21 at 34a3e48)
 + Makefile: drop dependency on $(wildcard */*.h)
 + Makefile: clean up http-walker.o dependency rules
 + Makefile: remove wt-status.h from LIB_H
 + Makefile: make sure test helpers are rebuilt when headers change
 + Makefile: add missing header file dependencies
 (this branch is used by jn/makedepend and jn/master-makedepend.)

* jn/master-makedepend (2010-01-26) 0 commits
 (this branch uses jn/maint-makedepend; is used by jn/makedepend.)

This is to help merging the clean-up to "master".

* jn/makedepend (2010-01-31) 9 commits
  (merged to 'next' on 2010-02-21 at 34a3e48)
 + Makefile: always remove .depend directories on 'make clean'
 + Makefile: tuck away generated makefile fragments in .depend
 + Teach Makefile to check header dependencies
 + Makefile: list standalone program object files in PROGRAM_OBJS
 + Makefile: lazily compute header dependencies
 + Makefile: list generated object files in OBJECTS
 + Makefile: disable default implicit rules
 + Makefile: rearrange dependency rules
 + Makefile: transport.o depends on branch.h now
 (this branch uses jn/maint-makedepend and jn/master-makedepend.)

Will merge to 'master' after a few more days of cooking.

* jh/notes (2010-02-13) 30 commits
  (merged to 'next' on 2010-02-21 at 75fc451)
 + builtin-notes: Add "copy" subcommand for copying notes between objects
 + builtin-notes: Misc. refactoring of argc and exit value handling
 + builtin-notes: Add -c/-C options for reusing notes
 + builtin-notes: Refactor handling of -F option to allow combining -m and -F
 + builtin-notes: Deprecate the -m/-F options for "git notes edit"
 + builtin-notes: Add "append" subcommand for appending to note objects
 + builtin-notes: Add "add" subcommand for adding notes to objects
 + builtin-notes: Add --message/--file aliases for -m/-F options
 + builtin-notes: Add "list" subcommand for listing note objects
 + Documentation: Generalize git-notes docs to 'objects' instead of 'commits'
 + builtin-notes: Add "prune" subcommand for removing notes for missing objects
 + Notes API: prune_notes(): Prune notes that belong to non-existing objects
 + t3305: Verify that removing notes triggers automatic fanout consolidation
 + builtin-notes: Add "remove" subcommand for removing existing notes
 + Teach builtin-notes to remove empty notes
 + Teach notes code to properly preserve non-notes in the notes tree
 + t3305: Verify that adding many notes with git-notes triggers increased fanout
 + t3301: Verify successful annotation of non-commits
 + Builtin-ify git-notes
 + Refactor notes concatenation into a flexible interface for combining notes
 + Notes API: Allow multiple concurrent notes trees with new struct notes_tree
 + Notes API: write_notes_tree(): Store the notes tree in the database
 + Notes API: for_each_note(): Traverse the entire notes tree with a callback
 + Notes API: get_note(): Return the note annotating the given object
 + Notes API: remove_note(): Remove note objects from the notes tree structure
 + Notes API: add_note(): Add note objects to the internal notes tree structure
 + Notes API: init_notes(): Initialize the notes tree from the given notes ref
 + Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRef
 + Notes API: get_commit_notes() -> format_note() + remove the commit restriction
 + Minor cosmetic fixes to notes.c
 (this branch is used by tr/notes-display.)

Will merge to 'master' after a few more days of cooking.

* jc/grep-author-all-match-implicit (2010-01-17) 1 commit
  (merged to 'next' on 2010-02-17 at 3b7be80)
 + "log --author=me --grep=it" should find intersection, not union

Will merge to 'master' after a few more days of cooking.

* jh/gitweb-caching (2010-01-30) 1 commit
 - gitweb: Add an option to force version match

The controversial one.  Will probably drop this.  RFC v3 of gitweb caching
series needs to be queued but hasn't happened yet.

* cc/reset-keep (2010-01-19) 5 commits
 - reset: disallow using --keep when there are unmerged entries
 - reset: disallow "reset --keep" outside a work tree
 - Documentation: reset: describe new "--keep" option
 - reset: add test cases for "--keep" option
 - reset: add option "--keep" to "git reset"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: What's cooking in git.git (Feb 2010, #06; Tue, 23)
  2010-02-24  1:20 What's cooking in git.git (Feb 2010, #06; Tue, 23) Junio C Hamano
@ 2010-02-24  2:06 ` Tay Ray Chuan
  2010-02-24  6:28 ` Jeff King
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Tay Ray Chuan @ 2010-02-24  2:06 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Hi,

On Wed, Feb 24, 2010 at 9:20 AM, Junio C Hamano <junio@pobox.com> wrote:
> * tc/transport-verbosity (2010-02-18) 9 commits
>  - transport: update flags to be in running order
>  - pull: learn --progress
>  - fetch: learn --progress
>  - push: learn --progress
>  - transport->progress: use flag authoritatively
>  - clone: support multiple levels of verbosity
>  - push: support multiple levels of verbosity
>  - fetch: refactor verbosity option handling into transport.[ch]
>  - Documentation/git-push.txt: put --quiet before --verbose
>
> Didn't look very carefully.  Comments from transport people are very much
> appreciated before moving this forward.

the only issue was with documentation (how to mention verbosity
options). I'll be sending in a re-roll soon.

-- 
Cheers,
Ray Chuan

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: What's cooking in git.git (Feb 2010, #06; Tue, 23)
  2010-02-24  1:20 What's cooking in git.git (Feb 2010, #06; Tue, 23) Junio C Hamano
  2010-02-24  2:06 ` Tay Ray Chuan
@ 2010-02-24  6:28 ` Jeff King
  2010-02-24 15:09 ` Nicolas Pitre
  2010-02-25 21:39 ` Sverre Rabbelier
  3 siblings, 0 replies; 7+ messages in thread
From: Jeff King @ 2010-02-24  6:28 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

On Tue, Feb 23, 2010 at 05:20:44PM -0800, Junio C Hamano wrote:

> * cw/test-lib-relicense (2010-02-22) 1 commit
>  . test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.
> 
> I think a reasonable way forward would be to collect Acks from
> everybody who appears on "git blame" or "git shortlog" output.

Somehow I am number 4 on "git shortlog -ns" for test-lib.sh, despite
having contributed only a tiny number of lines. :)  But certainly I am
fine with re-licensing it.

> How do people feel about relicensing the whole (except for the
> obviously borrowed bits, such as xdiff/) under GPLv2 _or later_?  I am
> not a big fan of GPLv3 and do not see a compelling reason to switch to
> v3 for the sake of v3 license per-se, but helping others that want to
> use our code might tip the balance.

I have no problem with re-licensing my contributions.

-Peff

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: What's cooking in git.git (Feb 2010, #06; Tue, 23)
  2010-02-24  1:20 What's cooking in git.git (Feb 2010, #06; Tue, 23) Junio C Hamano
  2010-02-24  2:06 ` Tay Ray Chuan
  2010-02-24  6:28 ` Jeff King
@ 2010-02-24 15:09 ` Nicolas Pitre
  2010-02-24 23:42   ` Junio C Hamano
  2010-02-25 21:39 ` Sverre Rabbelier
  3 siblings, 1 reply; 7+ messages in thread
From: Nicolas Pitre @ 2010-02-24 15:09 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Nelson Elhage, git

On Tue, 23 Feb 2010, Junio C Hamano wrote:

> * ne/pack-local-doc (2010-02-18) 1 commit
>  - Documentation: pack-objects: Clarify --local's semantics.
> 
> Comments from pack experts?

The patch is fine in the sense that what it modifies was indeed wrong.

However the "even if it appears in the standard input" formulation 
should also be fixed as the object list may be specified with a rev spec 
on the command line, and not necessarily only via standard input.


Nicolas

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: What's cooking in git.git (Feb 2010, #06; Tue, 23)
  2010-02-24 15:09 ` Nicolas Pitre
@ 2010-02-24 23:42   ` Junio C Hamano
  2010-02-25  0:11     ` Nelson Elhage
  0 siblings, 1 reply; 7+ messages in thread
From: Junio C Hamano @ 2010-02-24 23:42 UTC (permalink / raw)
  To: Nicolas Pitre; +Cc: Nelson Elhage, git

Nicolas Pitre <nico@fluxnic.net> writes:

> On Tue, 23 Feb 2010, Junio C Hamano wrote:
>
>> * ne/pack-local-doc (2010-02-18) 1 commit
>>  - Documentation: pack-objects: Clarify --local's semantics.
>> 
>> Comments from pack experts?
>
> The patch is fine in the sense that what it modifies was indeed wrong.
>
> However the "even if it appears in the standard input" formulation 
> should also be fixed as the object list may be specified with a rev spec 
> on the command line, and not necessarily only via standard input.

Ah, true.  Perhaps something like this.

-- >8 --
Subject: pack-objects documentation: reword "objects that appear in the standard input"

These were written back when we always read objects from the standard
input.  These days --revs and its friends can feed only the start and
end points and have the command internally enumerate the objects.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
---
 Documentation/git-pack-objects.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt
index 769f1de..1deaa65 100644
--- a/Documentation/git-pack-objects.txt
+++ b/Documentation/git-pack-objects.txt
@@ -120,12 +120,12 @@ base-name::
 
 --incremental::
 	This flag causes an object already in a pack to be ignored
-	even if it appears in the standard input.
+	even if it would have otherwise been packed.
 
 --local::
 	This flag causes an object that is borrowed from an alternate
-	object store to be ignored even if it appears in the standard
-	input.
+	object store to be ignored even if it would have otherwise been
+	packed.
 
 --non-empty::
         Only create a packed archive if it would contain at

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: What's cooking in git.git (Feb 2010, #06; Tue, 23)
  2010-02-24 23:42   ` Junio C Hamano
@ 2010-02-25  0:11     ` Nelson Elhage
  0 siblings, 0 replies; 7+ messages in thread
From: Nelson Elhage @ 2010-02-25  0:11 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Nicolas Pitre, git, Nelson Elhage

You should probably fix --honor-pack-keep while you're at it.

(I assume this should probably get squashed into your patch, but I'm
sending it as another patch, because I'm unsure of the etiquette on
resending an edited version of someone else's patch)

- Nelson

---- >8 ----
Subject: pack-objects documentation: Fix --honor-pack-keep as well.

Signed-off-by: Nelson Elhage <nelhage@mit.edu>
---
 Documentation/git-pack-objects.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt
index 1deaa65..8ed09c0 100644
--- a/Documentation/git-pack-objects.txt
+++ b/Documentation/git-pack-objects.txt
@@ -115,8 +115,8 @@ base-name::
 
 --honor-pack-keep::
 	This flag causes an object already in a local pack that
-	has a .keep file to be ignored, even if it appears in the
-	standard input.
+	has a .keep file to be ignored, even if it it would have
+	otherwise been packed.
 
 --incremental::
 	This flag causes an object already in a pack to be ignored
-- 
1.6.6.30.g1e6fd

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: What's cooking in git.git (Feb 2010, #06; Tue, 23)
  2010-02-24  1:20 What's cooking in git.git (Feb 2010, #06; Tue, 23) Junio C Hamano
                   ` (2 preceding siblings ...)
  2010-02-24 15:09 ` Nicolas Pitre
@ 2010-02-25 21:39 ` Sverre Rabbelier
  3 siblings, 0 replies; 7+ messages in thread
From: Sverre Rabbelier @ 2010-02-25 21:39 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Heya,

On Wed, Feb 24, 2010 at 02:20, Junio C Hamano <junio@pobox.com> wrote:
> I am not a big fan of GPLv3 and do not
> see a compelling reason to switch to v3 for the sake of v3 license per-se,

There is one...

> but helping others that want to use our code might tip the balance.

... the GPLv3 is compatible with the Apache license, which GPLv2 is
not. I don't care much for the GPLv3 either, but I think it'd be
rather nice to be compatible with the Apache license?

-- 
Cheers,

Sverre Rabbelier

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-02-25 21:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-24  1:20 What's cooking in git.git (Feb 2010, #06; Tue, 23) Junio C Hamano
2010-02-24  2:06 ` Tay Ray Chuan
2010-02-24  6:28 ` Jeff King
2010-02-24 15:09 ` Nicolas Pitre
2010-02-24 23:42   ` Junio C Hamano
2010-02-25  0:11     ` Nelson Elhage
2010-02-25 21:39 ` Sverre Rabbelier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.