On 1/26/15, Jungle Boogie <jungleboog...@gmail.com> wrote:
> Dear Richard,
> --------------------------------------------
> From: Richard Hipp <d...@sqlite.org>
> Sent:  Mon, 26 Jan 2015 12:18:59 -0500
> To: fossil-dev <fossil-...@sqlite.org>
> Subject: [fossil-dev] Fossil schema change
>>
>> Example file history graph:
>>
>>     https://www.fossil-scm.org/fossil/finfo?name=src/diff.c
>>
>> Question:  Will Git or Mercurial give you the change history of an
>> individual file like the above?  With or without a graph?
>>
>
> Thanks for the changes!
>
> I don't see how on github list changes for files, but when doing a git pull
>
> (like fossil up) you will see this:
>
> % git pull
> remote: Counting objects: 1787, done.
> remote: Compressing objects: 100% (318/318), done.
> remote: Total 1517 (delta 1257), reused 1423 (delta 1180)
> Receiving objects: 100% (1517/1517), 1.79 MiB | 1004.00 KiB/s, done.
> Resolving deltas: 100% (1257/1257), completed with 261 local objects.
>  From https://freeswitch.org/stash/scm/fs/freeswitch
>     ca21333..f795acb  master     -> origin/master
>   + d7ab3dd...f8119c3 fs-video2  -> origin/fs-video2  (forced update)
> Updating ca21333..f795acb
> Fast-forward
>   src/include/switch_types.h              |  1 +
>   src/include/switch_utils.h              | 26 ++++++++++++++++++++++++++
>   src/mod/endpoints/mod_sofia/mod_sofia.c | 59
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
>   src/mod/endpoints/mod_verto/mod_verto.c |  2 +-
>   src/switch_core_codec.c                 | 15 +++++++++++++++
>   src/switch_core_media.c                 | 17 ++++++++++++-----
>   src/switch_core_session.c               |  8 ++++++++
>   src/switch_ivr.c                        |  7 +++++++
>   src/switch_ivr_async.c                  |  9 ++++++---
>   src/switch_ivr_originate.c              |  9 +++++----
>   src/switch_rtp.c                        |  1 +
>   src/switch_utils.c                      | 14 +++++++++++---
>   12 files changed, 151 insertions(+), 17 deletions(-)
>

This looks like the output of diffstat.

>
> All the plus' are green and all the minus are red.
>
>
> I don't exactly know what the numbers to the left of the plus signs
> are--maybe
> number of new/modified lines.
>
> Here's the mod_sofia.c diff:
> https://freeswitch.org/stash/projects/FS/repos/freeswitch/diff/src/mod/endpoints/mod_sofia/mod_sofia.c?until=f795acbff2ac13c5ac7be85fc41753116b9c7a07
>
>
> I will say that it may be neat to have fossil up indicate changes within a
> file.
>
> --
> inum: 883510009027723
> sip: jungleboo...@sip2sip.info
> xmpp: jungle-boo...@jit.si
> _______________________________________________
> fossil-dev mailing list
> fossil-dev@lists.fossil-scm.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/fossil-dev
>


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-dev mailing list
fossil-dev@lists.fossil-scm.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to