Thanks to visit codestin.com
Credit goes to github.com

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: jaseemabid/git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gitweb
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 25 files changed
  • 3 contributors

Commits on Jul 9, 2012

  1. clone: fix ref selection in --single-branch --branch=xxx

     - do not fetch HEAD
     - do not also fetch refs following "xxx"
    
    Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
    Signed-off-by: Junio C Hamano <[email protected]>
    pclouds authored and jaseemabid committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    e6680e9 View commit details
    Browse the repository at this point in the history
  2. Fourth batch for 1.7.12

    Signed-off-by: Junio C Hamano <[email protected]>
    gitster authored and jaseemabid committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    762f9e0 View commit details
    Browse the repository at this point in the history
  3. gitweb: Adding jQuery from google CDN

    Using Google CDN for jQuery. Can be modified with GITWEB_JQUERY build
    variable.
    
    Signed-off-by: Jaseem Abid <[email protected]>
    jaseemabid committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    ca759dc View commit details
    Browse the repository at this point in the history
  4. gitweb: Basic structure of the new library

    File info updated at /gitweb/static/js/README
    
    Signed-off-by: Jaseem Abid <[email protected]>
    jaseemabid committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    9bcca2d View commit details
    Browse the repository at this point in the history
  5. gitweb: functions to convert timezones

    Signed-off-by: Jaseem Abid <[email protected]>
    jaseemabid committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    174fd41 View commit details
    Browse the repository at this point in the history
  6. gitweb: UI for converting the time

    Signed-off-by: Jaseem Abid <[email protected]>
    jaseemabid committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    4eb5439 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4f0262 View commit details
    Browse the repository at this point in the history
  8. gitweb: Persistance with localStorage

    Auto-selecting active timezone in popup
    
    Signed-off-by: Jaseem Abid <[email protected]>
    jaseemabid committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    235f67b View commit details
    Browse the repository at this point in the history
  9. gitweb: Cookies for persistent storage

    Signed-off-by: Jaseem Abid <[email protected]>
    jaseemabid committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    4add7c5 View commit details
    Browse the repository at this point in the history
  10. gitweb: Removing unwanted/ported code

    Signed-off-by: Jaseem Abid <[email protected]>
    jaseemabid committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    444f91c View commit details
    Browse the repository at this point in the history
  11. gitweb: Gitweb javascript tests in browser.

    TODO: Move asset files to CDN
    
    Signed-off-by: Jaseem Abid <[email protected]>
    jaseemabid committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    8c2a21a View commit details
    Browse the repository at this point in the history
  12. gitweb: Gitweb javascript tests in console

    New dependencies : node.js and libraries mentioned in
    package.json. Run npm install in gitweb/static/js to install
    libraries after installing node.js
    
    Signed-off-by: Jaseem Abid <[email protected]>
    jaseemabid committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    de0f7c8 View commit details
    Browse the repository at this point in the history
  13. gitweb: jslint for JavaScript

    Install new dependencies with npm as mentioned in last
    commit
    
    Signed-off-by: Jaseem Abid <[email protected]>
    jaseemabid committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    918d34a View commit details
    Browse the repository at this point in the history
  14. gitweb: d10n for new JavaScript

    Signed-off-by: Jaseem Abid <[email protected]>
    jaseemabid committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    cb2da1c View commit details
    Browse the repository at this point in the history
Loading