* What's cooking in git.git (Oct 2008, #03; Tue, 14)
@ 2008-10-14 22:08 Junio C Hamano
2008-10-15 7:01 ` Stephen Haberman
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Junio C Hamano @ 2008-10-14 22:08 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 topics list the commits in reverse chronological order. The topics
meant to be merged to the maintenance series have "maint-" in their names.
This round I haven't added anything new yet. Just getting my development
repository back into shape and in sync with what I received from Shawn.
----------------------------------------------------------------
[New Topics]
* js/maint-fetch-update-head (Mon Oct 13 11:36:52 2008 +0200) 1 commit
- Fix fetch/pull when run without --update-head-ok
This looked sane to me.
----------------------------------------------------------------
[Stuck Topics]
* nd/narrow (Wed Oct 1 11:04:09 2008 +0700) 9 commits
- grep: skip files outside sparse checkout area
- checkout_entry(): CE_NO_CHECKOUT on checked out entries.
- Prevent diff machinery from examining worktree outside sparse
checkout
- ls-files: Add tests for --sparse and friends
- update-index: add --checkout/--no-checkout to update
CE_NO_CHECKOUT bit
- update-index: refactor mark_valid() in preparation for new options
- ls-files: add options to support sparse checkout
- Introduce CE_NO_CHECKOUT bit
- Extend index to save more flags
Recently updated with a repost. Shawn says he's been too swamped at
day-job to actively review the series. There has been some discussion on
list about it so its not stalled, but it needs more eyeballs.
----------------------------------------------------------------
[Stalled -- Needs Action to Proceed (or to be dropped)]
* pb/submodule (Fri Sep 12 23:09:19 2008 +0200) 1 commit
- t7400: Add short "git submodule add" testsuite
Still waiting for a reroll. Should be dropped next week if we don't
get one during this coming week.
* bd/blame (Thu Aug 21 18:22:01 2008 -0500) 5 commits
- Use xdiff caching to improve git blame performance
- Allow xdiff machinery to cache hash results for a file
- Always initialize xpparam_t to 0
- Bypass textual patch generation and parsing in git blame
- Allow alternate "low-level" emit function from xdl_diff
Réne had good comments on how the callback should be structured.
* kb/am-directory (Fri Aug 29 15:27:50 2008 -0700) 1 commit
- git-am: Pass the --directory option through to git-apply
I think this is still buggy and drops the option when am stops with
conflicts.
----------------------------------------------------------------
[Will be merged to 'master' soon]
* pb/commit-where (Fri Oct 3 22:13:49 2008 -0400) 4 commits
+ tutorial: update output of git commit
+ reformat informational commit message
+ git commit: Reformat output somewhat
+ builtin-commit.c: show on which branch a commit was added
Shawn thinks this topic is settled for now, and I see that the new output
format does not bother me very much, so please expect this to be merged
soon.
----------------------------------------------------------------
[Actively Cooking]
* tr/workflow-doc (Sat Sep 13 18:11:01 2008 +0200) 2 commits
+ Documentation: Refer to git-rebase(1) to warn against rewriting
+ Documentation: new upstream rebase recovery section in git-rebase
Shawn says that an update came in recently, but they are not here yet.
I'd need to dig it up, but I haven't had time.
* ns/rebase-noverify (Mon Oct 6 14:14:29 2008 +0900) 1 commit
+ rebase --no-verify
This adds --no-verify to git rebase, to avoid the pre-rebase hook. Lacks
documentation but otherwise looks sound.
* mv/merge-noff (Fri Oct 3 14:04:47 2008 +0200) 1 commit
+ builtin-commit: use reduce_heads() only when appropriate
Fixes "git merge --no-ff --no-commit".
* ae/preservemerge (Mon Sep 29 22:28:57 2008 +0200) 1 commit
+ rebase: Support preserving merges in non-interactive mode
* sh/rebase-i-p (Wed Oct 8 01:41:57 2008 -0500) 7 commits
- rebase-i-p: if todo was reordered use HEAD as the rewritten parent
- rebase-i-p: do not include non-first-parent commits touching
UPSTREAM
- rebase-i-p: only list commits that require rewriting in todo
- rebase-i-p: fix 'no squashing merges' tripping up non-merges
- rebase-i-p: delay saving current-commit to REWRITTEN if squashing
- rebase-i-p: use HEAD for updating the ref instead of mapping
OLDHEAD
- rebase-i-p: test to exclude commits from todo based on its parents
Changes the `rebase -i -p` behavior to behave like git sequencer's
rewrite of `rebase -i` would behave.
* sh/maint-rebase3 (Sun Oct 5 23:26:52 2008 -0500) 1 commit
. rebase--interactive: fix parent rewriting for dropped commits
Tentatively dropped from everwhere, waiting for a reroll together with
sh/rebase-i-p.
* pb/rename-rowin32 (Sun Oct 12 21:01:23 2008 -0700) 2 commits
- (squash): index-pack: do not unconditionally make packfile read-
only
- Do not rename read-only files during a push
Supposedly fixes pack file renames on Windows. The (squash) patch is my
attempt to fix its breakage.
* sp/describe-lwtag (Mon Oct 13 07:39:46 2008 -0700) 1 commit
- describe: Make --tags and --all match lightweight tags more often
When the user gives --tags, the request is asking to treat lightweight and
annotated tags at equal weight, and if lightweight ones are closer, they
should be used.
* gb/formatpatch-autonbr (Sun Oct 12 22:18:02 2008 -0700) 2 commits
- (squash) adjust test vector for new behaviour of format-patch
- format-patch: autonumber by default
* jk/diff-convfilter (Sun Oct 5 17:43:45 2008 -0400) 4 commits
- diff: add filter for converting binary to text
- diff: introduce diff.<driver>.binary
- diff: unify external diff and funcname parsing code
- t4012: use test_cmp instead of cmp
A general cleanup on how diff drivers are implemented. Its still
missing documentation updates and tests but doesn't break anything
current as far as I can tell. It needs more review before it can
be slated for 'next'.
* dp/checkattr (Tue Oct 7 04:16:52 2008 +0400) 2 commits
+ check-attr: Add --stdin option
+ check-attr: add an internal check_attr() function
Batch attr lookup via --stdin, for gitk and git-gui.
* mv/clonev (Thu Oct 9 01:40:32 2008 +0200) 1 commit
+ Implement git clone -v
Does what it says it does. This may be ready for master soon,
its a pretty trivial change.
* gb/refactor-pathinfo (Fri Oct 10 20:42:26 2008 +0200) 1 commit
+ gitweb: refactor input parameters parse/validation
A major cleanup on the way gitweb parses its input arguments.
Future gitweb patches to add more arguments into the PATH_INFO
depend upon this initial cleanup work.
* ml/cygwin-filemode (Mon Oct 13 00:33:31 2008 -0400) 1 commit
- compat/cygwin.c - Use cygwin's stat if core.filemode == true
Is ready for 'next'.
* jn/gitweb-customlinks (Sun Oct 12 00:02:32 2008 +0200) 1 commit
- gitweb: Better processing format string in custom links in navbar
Waiting for some sort of response from Pasky.
----------------------------------------------------------------
[On Hold]
* jc/post-simplify (Fri Aug 15 01:34:51 2008 -0700) 2 commits
- revision --simplify-merges: incremental simplification
- revision --simplify-merges: prepare for incremental simplification
I started making this incremental but the progress is not
so great.
* jc/stripspace (Sun Mar 9 00:30:35 2008 -0800) 6 commits
. git-am --forge: add Signed-off-by: line for the author
. git-am: clean-up Signed-off-by: lines
. stripspace: add --log-clean option to clean up signed-off-by:
lines
. stripspace: use parse_options()
. Add "git am -s" test
. git-am: refactor code to add signed-off-by line for the committer
* jc/send-pack-tell-me-more (Thu Mar 20 00:44:11 2008 -0700) 1 commit
- "git push": tellme-more protocol extension
This seems to have a deadlock during communication between the peers.
Someone needs to pick up this topic and resolve the deadlock before it can
continue.
* jc/blame (Wed Jun 4 22:58:40 2008 -0700) 2 commits
- blame: show "previous" information in --porcelain/--incremental
format
- git-blame: refactor code to emit "porcelain format" output
* jk/renamelimit (Sat May 3 13:58:42 2008 -0700) 1 commit
- diff: enable "too large a rename" warning when -M/-C is explicitly
asked for
This would be the right thing to do for command line use,
but gitk will be hit due to tcl/tk's limitation, so I am holding
this back for now.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: What's cooking in git.git (Oct 2008, #03; Tue, 14)
2008-10-14 22:08 What's cooking in git.git (Oct 2008, #03; Tue, 14) Junio C Hamano
@ 2008-10-15 7:01 ` Stephen Haberman
2008-10-15 8:36 ` Johannes Sixt
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Stephen Haberman @ 2008-10-15 7:01 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
> * sh/maint-rebase3 (Sun Oct 5 23:26:52 2008 -0500) 1 commit
> . rebase--interactive: fix parent rewriting for dropped commits
>
> Tentatively dropped from everwhere, waiting for a reroll together with
> sh/rebase-i-p.
Assuming sh/maint-rebase3 goes before sh/rebase-i-p, there are no
changes to it. I rebased it on top of sp/maint and the tests passed.
> * sh/rebase-i-p (Wed Oct 8 01:41:57 2008 -0500) 7 commits
> - rebase-i-p: if todo was reordered use HEAD as the rewritten parent
> - rebase-i-p: do not include non-first-parent commits touching
> UPSTREAM
> - rebase-i-p: only list commits that require rewriting in todo
> - rebase-i-p: fix 'no squashing merges' tripping up non-merges
> - rebase-i-p: delay saving current-commit to REWRITTEN if squashing
> - rebase-i-p: use HEAD for updating the ref instead of mapping
> OLDHEAD
> - rebase-i-p: test to exclude commits from todo based on its parents
>
> Changes the `rebase -i -p` behavior to behave like git sequencer's
> rewrite of `rebase -i` would behave.
Attempting to follow your previous advice, I merged sp/master onto my
local sh/maint-rebase3, and rebased sh/rebase-i-p on top that resulting
merge, and got the changes fixed to play nicely with sh/maint-rebase3
+master, and integrated your feedback.
I'll be sending the new sh/rebase-i-p series soon.
Let me know if I did the wrong thing--your comment of maint-rebase3
"waiting for a reroll" makes me think you wanted that one rebased on
top of rebase-i-p, when I just got done doing the opposite (I hadn't
checked the git list before hacking on it).
Thanks,
Stephen
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: What's cooking in git.git (Oct 2008, #03; Tue, 14)
2008-10-14 22:08 What's cooking in git.git (Oct 2008, #03; Tue, 14) Junio C Hamano
2008-10-15 7:01 ` Stephen Haberman
@ 2008-10-15 8:36 ` Johannes Sixt
2008-10-18 20:12 ` Johannes Sixt
2008-10-15 11:54 ` Nguyen Thai Ngoc Duy
2008-10-16 15:53 ` Thomas Rast
3 siblings, 1 reply; 6+ messages in thread
From: Johannes Sixt @ 2008-10-15 8:36 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Petr Baudis
Junio C Hamano schrieb:
> * pb/rename-rowin32 (Sun Oct 12 21:01:23 2008 -0700) 2 commits
> - (squash): index-pack: do not unconditionally make packfile read-
> only
> - Do not rename read-only files during a push
>
> Supposedly fixes pack file renames on Windows. The (squash) patch is my
> attempt to fix its breakage.
I'm afraid I can't reproduce the problem that the commit message
describes. (But then I don't know whether I understand it correctly
because it talks about "push to local repository", and I'm not sure how to
read this).
Googling around indicates that this is a Samba bug:
http://lists.samba.org/archive/samba/2005-July/108941.html
OTOH, svn has considered a workaround for a similar problem just last week:
http://www.nabble.com/-PATCH--Fix-for-renaming-errors-on-Samba-working-copies.-td19854585.html
I cannot tell what the situation with current Samba versions is. Pasky?
-- Hannes
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: What's cooking in git.git (Oct 2008, #03; Tue, 14)
2008-10-14 22:08 What's cooking in git.git (Oct 2008, #03; Tue, 14) Junio C Hamano
2008-10-15 7:01 ` Stephen Haberman
2008-10-15 8:36 ` Johannes Sixt
@ 2008-10-15 11:54 ` Nguyen Thai Ngoc Duy
2008-10-16 15:53 ` Thomas Rast
3 siblings, 0 replies; 6+ messages in thread
From: Nguyen Thai Ngoc Duy @ 2008-10-15 11:54 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
On 10/15/08, Junio C Hamano <gitster@pobox.com> wrote:
> [Stuck Topics]
>
> * nd/narrow (Wed Oct 1 11:04:09 2008 +0700) 9 commits
> - grep: skip files outside sparse checkout area
> - checkout_entry(): CE_NO_CHECKOUT on checked out entries.
> - Prevent diff machinery from examining worktree outside sparse
> checkout
> - ls-files: Add tests for --sparse and friends
> - update-index: add --checkout/--no-checkout to update
> CE_NO_CHECKOUT bit
> - update-index: refactor mark_valid() in preparation for new options
> - ls-files: add options to support sparse checkout
> - Introduce CE_NO_CHECKOUT bit
> - Extend index to save more flags
>
> Recently updated with a repost. Shawn says he's been too swamped at
> day-job to actively review the series. There has been some discussion on
> list about it so its not stalled, but it needs more eyeballs.
Just a bit of update. I'm still working on the second half. Code
change is even more than this, so I will wait until the first half
gets reviewed and accepted before sending the rest.
BTW, in the first half, unpack_trees()-related commands may refuse to
work if there is orphaned/stale entries in working directory
(verify_*() functions still look at working directory no matter
whether entries are no-checkout). Those entries are troublesome anyway
so encouraging people to clean them out is, IMHO, a good idea, rather
than fixing unpack_trees() to ignore them.
--
Duy
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: What's cooking in git.git (Oct 2008, #03; Tue, 14)
2008-10-14 22:08 What's cooking in git.git (Oct 2008, #03; Tue, 14) Junio C Hamano
` (2 preceding siblings ...)
2008-10-15 11:54 ` Nguyen Thai Ngoc Duy
@ 2008-10-16 15:53 ` Thomas Rast
3 siblings, 0 replies; 6+ messages in thread
From: Thomas Rast @ 2008-10-16 15:53 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
[-- Attachment #1: Type: text/plain, Size: 546 bytes --]
You wrote:
> * tr/workflow-doc (Sat Sep 13 18:11:01 2008 +0200) 2 commits
> + Documentation: Refer to git-rebase(1) to warn against rewriting
> + Documentation: new upstream rebase recovery section in git-rebase
>
> Shawn says that an update came in recently, but they are not here yet.
> I'd need to dig it up, but I haven't had time.
The one you commented on was the last iteration. I hope to find the
time to reroll the next (perhaps final) iteration this weekend.
- Thomas
--
Thomas Rast
trast@{inf,student}.ethz.ch
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: What's cooking in git.git (Oct 2008, #03; Tue, 14)
2008-10-15 8:36 ` Johannes Sixt
@ 2008-10-18 20:12 ` Johannes Sixt
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Sixt @ 2008-10-18 20:12 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Petr Baudis
On Mittwoch, 15. Oktober 2008, Johannes Sixt wrote:
> Junio C Hamano schrieb:
> > * pb/rename-rowin32 (Sun Oct 12 21:01:23 2008 -0700) 2 commits
> > - (squash): index-pack: do not unconditionally make packfile read-
> > only
> > - Do not rename read-only files during a push
> >
> > Supposedly fixes pack file renames on Windows. The (squash) patch is my
> > attempt to fix its breakage.
>
> I'm afraid I can't reproduce the problem that the commit message
> describes.
On a different system I was able to reproduce the problem, and this patch
fixes it.
I tried to fix the breakage in the compat layer, but the result was too
fragile (change the source to read-write before that operation, change to
read-only afterwards), and this patch (including your fixup) looks much
cleaner.
-- Hannes
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-10-18 20:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 22:08 What's cooking in git.git (Oct 2008, #03; Tue, 14) Junio C Hamano
2008-10-15 7:01 ` Stephen Haberman
2008-10-15 8:36 ` Johannes Sixt
2008-10-18 20:12 ` Johannes Sixt
2008-10-15 11:54 ` Nguyen Thai Ngoc Duy
2008-10-16 15:53 ` Thomas Rast
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).