Comparing git:master...tpruvot:cm-13.0 · git/git · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: git/git
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tpruvot/android_external_git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cm-13.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 11 files changed
  • 1 contributor

Commits on Jul 26, 2014

  1. xdiff: fix noisy sign warnings

    Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    tpruvot committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    a206d3d View commit details
    Browse the repository at this point in the history
  2. bionic: use different nsec timespec struct

    Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    tpruvot committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    f79ac45 View commit details
    Browse the repository at this point in the history
  3. Squashed commit of AOSP/CM Makefile (repo)

    Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    
    commit 9491755
    Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    Date:   Sun Jul 27 01:10:24 2014 +0200
    
        Add symlinks to all git-core shell applets
    
        add also git-sh-i18n--envsubst, required for git am
    
        Change-Id: I98eafebc88157220417c0894aa2764a97ba4a913
    
    commit d9f148c
    Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    Date:   Sun Jul 27 00:01:39 2014 +0200
    
        Android: fix git-pull, a symlink was required
    
        git-pull.sh script should be linked to git-pull,
        Also this script requires a tool named git-merge,
        symlinked to main git binary.
    
        + Regroup all libcurl dependencies in a single bloc
        + Hide noisy sign warnings
    
        Change-Id: I2ebd0dc52d0cca7336099130731e85a6e745cefd
    
    commit af145e4
    Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    Date:   Sat Jul 26 20:25:09 2014 +0200
    
        Android: make libcurl shared lib optional for AOSP
    
        Also sed remains of dynamic vars in scripts (@@DIFF@@, @@Perl@@)
    
        Note about perl: its only used in a few scripts (like git-am)
        and is not fully required for git tools.
    
        Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    
    commit 646bc90
    Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    Date:   Sat Jul 26 12:43:46 2014 +0200
    
        Android: final pass, style and comments
    
        Change-Id: Ic89e68dfa8a884fc4a6f97096d6960a7c4de2df3
    
    commit beda35a
    Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    Date:   Sat Jul 26 11:27:33 2014 +0200
    
        Add other git-tools (optional)
    
        implements other git-core/git-<tools> in Android.mk
    
        build them with 'mma' in external/git folder,
        or 'mmp -B' to push them directly on a CyanogenMod Repo...
    
        Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    
    commit 2010719
    Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    Date:   Sat Jul 26 10:51:59 2014 +0200
    
        Add some optional tools, fix ssl certs
    
        Factorize git objects into a static lib to enhance build
        speed, and move lib/git-core to xbin/git-core to set the
        right permissions on binaries.
    
        Also, Ignore SSL Cert problem in git config to be able
        to clone from github (https://)
    
        Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    
    commit ff1f0b4
    Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    Date:   Sat Jul 26 09:37:35 2014 +0200
    
        Android: add missing git-remote-http(s)
    
        Which use the shared libexpat (for git push over http)
    
        Prepare other optional tool list (shell, credential-store etc)
        Should be added later as other "optional" modules
    
        Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    
    commit b2b8c66
    Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    Date:   Sat Jul 26 07:39:10 2014 +0200
    
        Change default editor to vim
    
        set pager to busybox more, with colors,
        'lv' tool could be better, but not in CM yet
    
        https://github.com/tpruvot/android_external_lv/
    
        Also add android etc/gitconfig, to enable colors
    
        Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    
    commit b76341e
    Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    Date:   Sat Jul 26 04:44:01 2014 +0200
    
        Preliminary android makefile
    
        Build fine in CM 11 repo, required shared libs are :
        libz, libssl, libcurl
    
        They are already in CyanogenMod repo...
    
        Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
    tpruvot committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    4789592 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2015

  1. Configuration menu
    Copy the full SHA
    ffc7fd2 View commit details
    Browse the repository at this point in the history
Loading