login
Header Space

 
 

Mailing list archives

Search results

Found 16 matching messages (0.148 seconds). Page 1 of 1.

[PATCH] status&commit: Teach them to show submodule commit summary

... how submodules change (the commits). This commit teaches git status/commit to additionally show commit summary of ... modified: sm2 # modified: sm3 # deleted: sm4 # # Submodules modifiled: sm1 sm2 sm3 # # * sm1 354cd45... ...

git - Ping Yin - Nov 12 2007 - 10:21

Re: [PATCH] status&commit: Teach them to show submodule commit summary

... also wonder how submodules change (the commits). > > This commit teaches git status/commit to additionally show commit summary of > user ... submodule options > are added. There is already 'status.color', I suggest the configuration to become ...

git - Johannes Sixt - Nov 12 2007 - 11:59

Re: [PATCH] status&commit: Teach them to show submodule commit summary

... wonder how submodules > > change (the commits). > > > > This commit teaches git status/commit to additionally show commit > > summary of user- ... submodule options are added. > > There is already 'status.color', I suggest the configuration to ...

git - Johannes Schindelin - Nov 12 2007 - 12:13

Re: [PATCH] status&commit: Teach them to show submodule commit summary

... >> A configuration variable 'submodule.status' is used to turn this summary > ... > Warsaw, Poland > ShadeHawk on #git > > > - > To unsubscribe from this list: send the ... /majordomo-info.html > -- Ping Yin - To unsubscribe from this list: send ...

git - Ping Yin - Nov 12 2007 - 12:42

Re: [PATCH] status&commit: Teach them to show submodule commit summary

... a helper script, git-status--submodulesummary, and invoke that from builtin-commit.c. ... >>> A configuration variable 'submodule.status' is used to turn this summary >>> ... related configuration variables in the submodule.* > namespaces. "I think it's a ...

git - Johannes Sixt - Nov 12 2007 - 12:45

Re: [PATCH] status&commit: Teach them to show submodule commit summary

... implement this in the forth-coming > builtin-commit.c. Implement this in shell scripts is ... > > A configuration variable 'submodule.status' is used to turn this summary > > ... > are added. > > There is already 'status.color', I suggest the configuration to ...

git - Ping Yin - Nov 12 2007 - 12:35

Re: [PATCH] status&commit: Teach them to show submodule commit summary

... >> A configuration variable 'submodule.status' is used to turn this summary >> ... >> are added. > > There is already 'status.color', I suggest the configuration to ... Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the ...

git - Jakub Narebski - Nov 12 2007 - 12:12

Re: [PATCH] status&commit: Teach them to show submodule commit summary

... at this time git-commit is about to be made a ... in a helper script, > git-status--submodulesummary, and invoke that from ... a standalone command, we get all submodule-related commands isolated in a ... builtin-commit.c can of course exec git-submodule to get ...

git - Lars Hjemli - Nov 12 2007 - 13:47

Re: [PATCH] status&commit: Teach them to show submodule commit summary

... at this time git-commit is about to be made a ... in the forth-coming > > >> builtin-commit.c. > > > Implement this in shell ... in a helper script, > > git-status--submodulesummary, and invoke that from ... builtin-commit.c can of > course exec git-submodule to get ...

git - Ping Yin - Nov 15 2007 - 12:49

Re: [PATCH] status&commit: Teach them to show submodule commit summary

... ', I suggest the configuration to become > > 'status.submoduleSummary'. > > You could make ... about limiting the lines of commit summary: if there are 50 ... backwards? > > Ciao, > Dscho > > -- Ping Yin - To unsubscribe from this list: send ...

git - Ping Yin - Nov 12 2007 - 12:39

Re: [PATCH] status&commit: Teach them to show submodule commit summary

... .Schindelin@gmx.de> wrote: > >>> There is already 'status.color', I suggest the configuration to become >>> 'status.submoduleSummary'. >> You could make this ... a problem about limiting the lines of commit > summary: if there are 50 backwards ...

git - Johannes Sixt - Nov 12 2007 - 12:51

Re: [PATCH] status&commit: Teach them to show submodule commit summary

... + test -n "$modules" && echo -e "# Submodules modifiled: "$modules"\n#" Typo: s/ ... spaces. Did you mean to use echo "# Submodules modified: \"$modules\"" ? > + OLDIFS=$IFS ... by some editor. Cheers, Ralf - To unsubscribe from this list: send ...

git - Ralf Wildenhues - Nov 12 2007 - 10:46

Re: [PATCH] status&commit: Teach them to show submodule commit summary

... + test -n "$modules" && echo -e "# Submodules modifiled: "$modules"\n#" > > Typo: s/modifiled ... white spaces. Did you mean to use > echo "# Submodules modified: \"$modules\"" I leave ... Mac OS environment. BTW, how to add a literal carriage return? ...

git - Ping Yin - Nov 12 2007 - 11:17

Re: [PATCH] status&commit: Teach them to show submodule commit summary

... |   10 +++++ >  Documentation/git-status.txt |    3 + >  git-commit.sh                |   90 ++++++++++++++++++++++++++++++++++++++++-- >  3 files changed ... Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the ...

git - Jakub Narebski - Nov 12 2007 - 11:37

Re: [PATCH] status&commit: Teach them to show submodule commit summary

... .txt | 10 +++++ > > Documentation/git-status.txt | 3 + > > git-commit.sh | 90 ++++++++++++++++++++++++++++++++++++++++-- > > 3 files changed, 99 ... Narebski > Warsaw, Poland > ShadeHawk on #git > > > - > To unsubscribe from this list: send the line " ...

git - Ping Yin - Nov 12 2007 - 11:46

Re: [PATCH] status&commit: Teach them to show submodule commit summary

... i havn't Mac OS > environment. > BTW, how to add a literal carriage return? OS X' ... 't see people using git on them. ~~ Brian - To unsubscribe from this list: send ... " in the body of a message to majordomo@vger.kernel.org More majordomo info ...

git - Brian Gernhardt - Nov 12 2007 - 12:53

speck-geostationary