Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Move git as modules/git #5991

Closed
wants to merge 226 commits into from
Closed

Commits on Nov 26, 2015

  1. initial command

    unknwon committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    6c18987 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2015

  1. migrate some commands

    unknwon committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    e97767e View commit details
    Browse the repository at this point in the history
  2. minor fix

    unknwon committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    d86a90f View commit details
    Browse the repository at this point in the history
  3. more helpers

    unknwon committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    19510da View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2015

  1. hide log

    unknwon committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    7445c6c View commit details
    Browse the repository at this point in the history
  2. add license and ci

    unknwon committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    a77d3dc View commit details
    Browse the repository at this point in the history
  3. add simple tests

    unknwon committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    615a33a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2015

  1. more APIs

    unknwon committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    de77627 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2015

  1. Configuration menu
    Copy the full SHA
    05d41d5 View commit details
    Browse the repository at this point in the history
  2. git fsck

    unknwon committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    d14b1e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2015

  1. Configuration menu
    Copy the full SHA
    4cc1cbb View commit details
    Browse the repository at this point in the history
  2. readboferelimit

    unknwon committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    1ffc4bc View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2015

  1. Handle windows case

    unknwon committed Dec 13, 2015
    Configuration menu
    Copy the full SHA
    3835dd7 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2015

  1. Configuration menu
    Copy the full SHA
    ebd9fb2 View commit details
    Browse the repository at this point in the history
  2. remove dep to gogs

    unknwon committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    e092efd View commit details
    Browse the repository at this point in the history
  3. support pure tag

    unknwon committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    2a390ae View commit details
    Browse the repository at this point in the history
  4. fix get version on widnows

    unknwon committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    ddc7293 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2015

  1. fix #1

    unknwon committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    5cd57b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2015

  1. Update README.md

    goldbattle committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    186b686 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from goldbattle/patch-1

    Update README.md
    unknwon committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    9dc84c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2015

  1. Configuration menu
    Copy the full SHA
    d18ad23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1de2a32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7a2974 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2015

  1. Merge pull request #3 from novaeye/patch-1

    try to fix  Duplicate of files in directory (gogs#2254 )
    unknwon committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    2617983 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2016

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

Commits on Jan 13, 2016

  1. Fix regression causing no submodule info

    This fixes regression introduced in ebd9fb2,
    that GetSubModules was always returning empty submodule info because
    c.submoduleCache != nil check was always true since parseCommitData was setting
    commit.submoduleCache = newObjectCache() so it was always not-nil.
    
    Now we initialize submoduleCache in first GetSubModules call, next call will
    return cached entries.
    nanoant committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    d78e7ee View commit details
    Browse the repository at this point in the history
  2. Do not fail in GetCommitsInfo with no .gitmodules

    This fixes GetCommitsInfo returning
    
     GetSubModule (/somemodule): object does not exist [id: , rel_path: .gitmodules]
    
    when /somemodule is a ref entry but no .gitmodules file is present. Instead
    failing we just check for IsErrNotExist and return empty submodule url.
    
    This also fixes HTTP 500 internal error in Gogs for case described above.
    nanoant committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    919a66d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2016

  1. Merge pull request #4 from nanoant/patch/fix-submodule-info

    Fix submodule info loading
    unknwon committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    1193908 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Configuration menu
    Copy the full SHA
    f354a82 View commit details
    Browse the repository at this point in the history
  2. fix compile error

    unknwon committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    3c8c495 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Fix to allow tags with '/' to be returned correctly

    Josh Frye committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    8b98705 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from joshfng/fix-refendname

    Fix to allow tags with '/' to be returned correctly
    unknwon committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    b924465 View commit details
    Browse the repository at this point in the history
  3. Minor fix for #6

    unknwon committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    3b40eae View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Configuration menu
    Copy the full SHA
    1908316 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1c5096 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

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

Commits on Mar 4, 2016

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

Commits on Mar 21, 2016

  1. Configuration menu
    Copy the full SHA
    edf5c0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from moltam/feature/order-tags-below-git2

    Reverse the order of tags below git 2.0
    unknwon committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    59330e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2016

  1. Configuration menu
    Copy the full SHA
    c6f4b6b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from moltam/fix/empty-tag-list

    Fixed returning non empty tag list when there are no tags.
    unknwon committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    731b9be View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2016

  1. Added functions to handle checking out branches and moving files (#12)

    * Adds functions to handle checking out branches and moving files
    
    Adds support for checking out a new branch
    Fix for branch pull requests
    
    * Adds methods to get files changes between two commits
    richmahn authored and unknwon committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    0888f00 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2016

  1. Add support for abbreviated commit IDs (#10)

    Support shorter commit IDs than 40 characters
    odinuge authored and unknwon committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    1f1117c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. Fixed incorrect creation of relative submodule URL (#14)

    According to git submodule documentation base path for relative submodule URL
    is parent repository's root - not submodule "mount point".
    
    So it's necessary to know "path" of parent repository to create correct submodule
    URL.
    goriy authored and unknwon committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    c61be78 View commit details
    Browse the repository at this point in the history
  2. Minor fix for #14

    - Refactor some name
    unknwon committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    1dad976 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

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

Commits on Jul 3, 2016

  1. remove branch from repo (#15)

    tanapoln authored and unknwon committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    1b71bff View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2016

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

Commits on Jul 22, 2016

  1. gogs/gogs#3302 remove hook script and recreate with proper permission

    If permission of hook script somehow changed, the rewrite operation does not
    fix the permission to what is expteced.
    unknwon committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    53bcb73 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

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

Commits on Aug 11, 2016

  1. gogs/gogs#3233 code clean up

    unknwon committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    efc90b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2016

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

Commits on Aug 15, 2016

  1. Add EMPTY_SHA constant

    unknwon committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    31d8d73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a820b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Minor code cleanup

    unknwon committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    f78bf3b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

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

Commits on Aug 27, 2016

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

Commits on Aug 30, 2016

  1. archive: handle Windows path

    unknwon committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    5e0c133 View commit details
    Browse the repository at this point in the history
  2. Avoid creating an array for the sole purpose of counting elements

    Probably speeds up counting commits for git versions < 1.8.0,
    although I dubt it would make a visible difference
    strk committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    424b048 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2016

  1. Fix commit count with git version < 1.8.0

    With format='' the output does not end with a newline (checked)
    strk committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    5ebab5d View commit details
    Browse the repository at this point in the history
  2. Avoid creating an array for the sole purpose of counting elements (#17)

    * Avoid creating an array for the sole purpose of counting elements
    
    Probably speeds up counting commits for git versions < 1.8.0,
    although I dubt it would make a visible difference
    
    * Fix commit count with git version < 1.8.0
    
    With format='' the output does not end with a newline (checked)
    unknwon committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    2ef563c View commit details
    Browse the repository at this point in the history
  3. commit: minor fix on bug cut

    unknwon committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    b3009dc View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. Add Rebase option to Pull

    vvekic committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    4eb2cc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2016

  1. Remove "sleep" usage

    thibaultmeyer committed Oct 30, 2016
    Configuration menu
    Copy the full SHA
    a5cddbf View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2016

  1. Configuration menu
    Copy the full SHA
    766747e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from strk/travis

    Link to go-gitea/git build status
    lunny committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    a9d4aeb View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Merge pull request #2 from vvekic/master

    Add Rebase option to Pull
    tboerger committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    93f55fc View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Merge pull request #3 from 0xbaadf00d/fix/18-sleep-induced-slowness

    Sleep induced slowness in gogits
    lunny committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    046e473 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

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

Commits on Nov 12, 2016

  1. Fix travis import path (#6)

    strk authored and 0xBAADF00D committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    747bdce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cddfff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2ef59b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6a203b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8 from 0xbaadf00d/feature/const-var-name

    Change const variable name
    andreynering committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    e9c0f82 View commit details
    Browse the repository at this point in the history
  6. Added drone config

    tboerger committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    a59cf49 View commit details
    Browse the repository at this point in the history
  7. Dropped travis configuration

    tboerger committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    8313aec View commit details
    Browse the repository at this point in the history
  8. Added default gitignore

    tboerger committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    f3790b0 View commit details
    Browse the repository at this point in the history
  9. Extended license file

    tboerger committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    b1571b1 View commit details
    Browse the repository at this point in the history
  10. Added lgtm config

    tboerger committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    5c7f018 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    37a094b View commit details
    Browse the repository at this point in the history
  12. Added editorconfig

    tboerger committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    5193bb4 View commit details
    Browse the repository at this point in the history
  13. Added github config folder

    tboerger committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    5e4edba View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2016

  1. Fixed go formatting

    tboerger committed Nov 13, 2016
    Configuration menu
    Copy the full SHA
    b242773 View commit details
    Browse the repository at this point in the history
  2. Added makefile

    tboerger committed Nov 13, 2016
    Configuration menu
    Copy the full SHA
    cb14629 View commit details
    Browse the repository at this point in the history
  3. Updated also the readme

    tboerger committed Nov 13, 2016
    Configuration menu
    Copy the full SHA
    c05bfc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0741f46 View commit details
    Browse the repository at this point in the history
  5. Added vendored dependencies

    tboerger committed Nov 13, 2016
    Configuration menu
    Copy the full SHA
    61725ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    167a0ba View commit details
    Browse the repository at this point in the history
  7. add comment on HookPathUpdate

    lunny committed Nov 13, 2016
    Configuration menu
    Copy the full SHA
    53e6ad6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5971b8d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #12 from 0xbaadf00d/fix/file-name

    Rename file from utlis.go to utils.go
    tboerger committed Nov 13, 2016
    Configuration menu
    Copy the full SHA
    a7ca712 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #9 from go-gitea/drone

    Integrated drone and other standard files
    metalmatze committed Nov 13, 2016
    Configuration menu
    Copy the full SHA
    0807b51 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Configuration menu
    Copy the full SHA
    de3a9ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from go-gitea/editorconfig-end-of-line

    .editorconfig: Do not specify end_of_line
    andreynering committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    235042b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

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

Commits on Nov 17, 2016

  1. Merge branch 'lunny/fixed_lint' of https://github.com/lunny/git into …

    …lunny-lunny/fixed_lint
    lunny committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    c7ee07a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9122f8a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2016

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

Commits on Nov 21, 2016

  1. Merge pull request #15 from go-gitea/feature/testify

    Remove convey and use testify assert
    metalmatze committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    e690471 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. Unified editorconfig accross all projects

    Thomas Boerger committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    5750e78 View commit details
    Browse the repository at this point in the history
  2. Unified GitHub templates accross all projects

    Thomas Boerger committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    46da624 View commit details
    Browse the repository at this point in the history
  3. Dropped always outdated contributors file, link to it the graph on re…

    …adme
    Thomas Boerger committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    bec0d7f View commit details
    Browse the repository at this point in the history
  4. Updated maintainers file to latest status

    Thomas Boerger committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    b5aaa58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9933d0a View commit details
    Browse the repository at this point in the history
  6. Add a pragraph to the k8s PR guide to contributors guide

    Thomas Boerger committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    b436544 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #16 from go-gitea/maintain-contribute

    Project unification, updates for contributors guide and github files
    metalmatze committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    e547fc7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Added real name of Bwko to maintainers file

    Signed-off-by: Thomas Boerger <tboerger@suse.de>
    Thomas Boerger committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    8adaa7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from go-gitea/maintainers

    Added real name of Bwko to maintainers file
    andreynering committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    214cb0f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. Fixed typos on CONTRIBUTING based on work of @thehowl

    Thomas Boerger committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    9aa6362 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from go-gitea/contributing

    Fixed typos on CONTRIBUTING based on work of @thehowl
    andreynering committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    06ee0cf View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. add lint check

    lunny committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    c839490 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Check if files are a symlink (#20)

    * rename utlis.go to utils.go
    
    * TreeEntry IsLink function
    gronke authored and lunny committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    d97cb0f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from lunny/lunny/islink_for_treeentry

    Check if files are a symlink (#20)
    tboerger committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    43c086d View commit details
    Browse the repository at this point in the history
  3. emptySHA -> EmptySHA (#21)

    lunny committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    634abd6 View commit details
    Browse the repository at this point in the history
  4. drone sign

    lunny committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    8d7db5e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #19 from lunny/lunny/add_lint_check

    Add lint check
    tboerger committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    c5b4183 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2016

  1. Don't trim trailing whitespaces for markdown (#22)

    * Don't trim trailing whitespaces for markdown
    
    * Update .drone.yml.sig
    metalmatze committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    4851070 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. Implementation of Folder Jumping (#23)

    * Implementation of Folder Jumping
    sriio authored and bkcsoft committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    7880430 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2016

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

Commits on Jan 3, 2017

  1. update maintainer list for LGTM

    appleboy authored and bkcsoft committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    5f81d4b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. Add get tags info method for releases (#27)

    * add get tags info method for releases
    
    * composite variable decleare
    lunny committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    a3ee12b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. fix misspell word. (#24)

    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy authored and lunny committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    06b6600 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

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

Commits on Jan 17, 2017

  1. Add CreateBranch command (#29)

    Bwko authored and lunny committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    8a6974f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Update contributing & maintainers file (#30)

    Bwko authored and lunny committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    5ca1943 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2017

  1. Configuration menu
    Copy the full SHA
    dd951bf View commit details
    Browse the repository at this point in the history
  2. Adding git blame

    Alexey Makhov committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    176c743 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. Merge pull request #32 from makhov/feature/blame

    Adding git blame
    tboerger committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    2187360 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

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

Commits on Mar 13, 2017

  1. Add GPG payload to commit information if present (go-gitea#36)

    * Add GPG payload to commit information if present
    
    based on : https://github.com/git/git/blob/3bc53220cb2dcf709f7a027a3f526befd021d858/commit.c#L1128
    
    * Fix missing data in payload + leading space in Signature
    sapk authored and lunny committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    3374688 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. use --follow on file history to show log across renames (go-gitea#37)

    * use --follow on file history to show log across renames
    
    * revert changes in commitsByRange
    philfry authored and lunny committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    5b41327 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

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

Commits on Apr 7, 2017

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

Commits on Apr 8, 2017

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

Commits on Apr 19, 2017

  1. Panic if Git version is < GitVersionRequired (go-gitea#46)

    * Panic if Git version is < GitVersionRequired
    
    * Update GitVersionRequired comment
    
    * Correct copyright
    cez81 authored and appleboy committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    ee1a397 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

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

Commits on May 4, 2017

  1. fix tag contain character ")"

    appleboy authored and bkcsoft committed May 4, 2017
    Configuration menu
    Copy the full SHA
    ed17546 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. Update MAINTAINERS (go-gitea#50)

    lafriks authored and lunny committed May 5, 2017
    Configuration menu
    Copy the full SHA
    1b9115b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. Add GetLatestCommitTime (go-gitea#45)

    cez81 authored and lunny committed May 19, 2017
    Configuration menu
    Copy the full SHA
    af05861 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2017

  1. Add @sapk to MAINTAINERS (go-gitea#51)

    sapk authored and appleboy committed May 20, 2017
    Configuration menu
    Copy the full SHA
    826198d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

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

Commits on May 26, 2017

  1. Rectify error handling (go-gitea#44)

    * Rectify error handling
    
    * Log the error returned by exec.Wait
    typeless authored and lunny committed May 26, 2017
    Configuration menu
    Copy the full SHA
    4c374b3 View commit details
    Browse the repository at this point in the history
  2. Return empty list of branches if repository is bare. (go-gitea#39)

    Signed-off-by: Dennis Keitzel <github@pinshot.net>
    cybe authored and lunny committed May 26, 2017
    Configuration menu
    Copy the full SHA
    43e5216 View commit details
    Browse the repository at this point in the history
  3. Faster commit lookup (go-gitea#53)

    * Add bench task
    
    * Create tree_entry_test.go
    
    * Remove init time
    
    * Add TODO information
    
    * Add linux repo
    
    * Faster implementation of GetCommitsInfo
    
    * Start/stop timer
    
    * Use benchmark/ directory for benchmark repos
    ethantkoenig authored and lunny committed May 26, 2017
    Configuration menu
    Copy the full SHA
    ec4446b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2017

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

Commits on May 29, 2017

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

Commits on Jun 1, 2017

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

Commits on Jun 6, 2017

  1. Fix parsing bug in GetTagInfos (go-gitea#58)

    * Fix parsing bug in GetTagInfos
    
    * Comment
    ethantkoenig authored and lunny committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    544c5b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a709880 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2017

  1. replace gitter chat with discord

    appleboy authored and bkcsoft committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    f42d649 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Update chat links to Discord (go-gitea#61)

    cez81 authored and appleboy committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    4449dfd View commit details
    Browse the repository at this point in the history
  2. Add myself as a maintainer

    cez81 committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    f2dbffb View commit details
    Browse the repository at this point in the history
  3. Merge pull request go-gitea#62 from cez81/cez81_as_maintainer

    Add myself as a maintainer
    andreynering committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    cff67d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. Configuration menu
    Copy the full SHA
    2f740f2 View commit details
    Browse the repository at this point in the history
  2. switch gitter to discord for drone. (go-gitea#65)

    * switch gitter to discord for drone.
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    
    * add changed status
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    fb22c9e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

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

Commits on Jun 20, 2017

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

Commits on Jun 21, 2017

  1. Configuration menu
    Copy the full SHA
    94d75c2 View commit details
    Browse the repository at this point in the history
  2. Check unchecked error (go-gitea#69)

    ethantkoenig authored and appleboy committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    51eca9e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Configuration menu
    Copy the full SHA
    7546898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c4fc4e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2017

  1. Trim commit message when generating Summary (go-gitea#75)

    Commit messages with superfluous empty lines on the top generate
    empty summaries. Trim the commit message so the summary contains
    something meaningful (as far as the commit message permits).
    melak authored and appleboy committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    ef3ac5f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Use POSIX complaint ! operator in find (go-gitea#76)

    -not is a GNU extension and not all find(8) implementations
    support it. It's just an alias for ! which is POSIX compliant.
    rsmarples authored and lafriks committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    fc63966 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

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

Commits on Aug 8, 2017

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

Commits on Sep 7, 2017

  1. Changes for latest DroneCI

    tboerger committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    dda5008 View commit details
    Browse the repository at this point in the history
  2. Merge pull request go-gitea#80 from go-gitea/drone-upgrade

    Changes for latest DroneCI
    tboerger committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    870e58e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2017

  1. remove sig file. (go-gitea#79)

    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy authored and lafriks committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    878757c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2017

  1. Fix blob test and drone git-pull (go-gitea#82)

    * use require
    
    * Fix drone
    
    * import testify/require
    
    * cleanup tree-entry benchmark
    bkcsoft authored and lafriks committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    e8ae926 View commit details
    Browse the repository at this point in the history
  2. Add method to allow custom sorting of tree entry list (go-gitea#81)

    * Add method to allow custom sorting of tree entry list
    
    * Add tests for git tree entries sorting
    lafriks committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    d7487da View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. add @daviian as maintainer

    Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
    daviian authored and bkcsoft committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    cdb43f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2017

  1. Update MAINTAINERS (go-gitea#86)

    Morlinest authored and appleboy committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    cdf53e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. remove unnecessary version checks

    Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
    daviian authored and bkcsoft committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    576fbdd View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2017

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

Commits on Nov 28, 2017

  1. Introduce Blob.DataAsyc (go-gitea#94)

    Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
    mrexodia authored and lafriks committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    193e22e View commit details
    Browse the repository at this point in the history
  2. Accept git 1.7.2 as the minimum version (go-gitea#90)

    * Add an head ref for the sake of using self repo for testing
    
    * Add test for CommitCount
    
    * Add testing with git-1.7.2
    
    * Add test for GetLatestCommitTime
    
    The test checks that latest commit time is before now
    and more recent than the commit this PR is based at
    Test no error is raised by time parsing and GetLatestCommitTime
    Print actual time when tests fail
    
    * Accept git 1.7.2 as the minimum version
    
    Debian old old (very old) distribution (6.0 aka Squeeze)
    ships version 1.7.10.4.
    
    The version requirement was raised in go-gitea#46 supposedly for the
    need of "symbolic-ref" command, but that command is supported
    by the 1.7.2 version too, and possibly even older versions.
    
    * Reduce output from drone, add comments
    
    Reduce steps, concatenating them in logical steps
    
    * Interrupt step upon first failure
    
    * Add Dockerfile for use with ci
    
    * Use ad-hoc docker image for testing git-1.7.2
    
    * Avoid running build/vet/clean twice
    
    * Set HEAD ref also in testing-1-7 step
    strk authored and lunny committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    c2040d5 View commit details
    Browse the repository at this point in the history
  3. Improve memory usage in Commit.IsImageFile (go-gitea#95)

    Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
    mrexodia authored and lafriks committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    6196634 View commit details
    Browse the repository at this point in the history
  4. Improve memory usage for Blob.Data() by ~50% (go-gitea#96)

    Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
    mrexodia authored and lafriks committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    f9dd682 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. Faster commit lookup (go-gitea#91)

    * Faster commit lookup
    
    * Fix copy/rename bug
    
    * Comment
    
    * Use defer
    ethantkoenig authored and lafriks committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    02eccf8 View commit details
    Browse the repository at this point in the history
  2. Fix time parsing (go-gitea#97)

    ethantkoenig authored and lafriks committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    c102502 View commit details
    Browse the repository at this point in the history
  3. Refactor CommitsBefore method to match github (go-gitea#88)

    * refactored CommitsBefore method
    
    * add limit to getBranches
    
    Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
    daviian authored and lafriks committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    4768133 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Fix retrieve file last commit branchName (go-gitea#98)

    * fix retrieve file last commit branchName
    
    * fix test
    
    * fix the commit cache and git log with specify branch or commit
    
    * remove unused lock
    lunny committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    4573c63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aa1c8c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

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

Commits on Jan 3, 2018

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

Commits on Jan 5, 2018

  1. Add GetFormatPatch receiver for a repository (go-gitea#103)

    * Add GetFormatPatch receiver for a repository
    
    Includes test
    
    * Use binary for GetFormatPatch
    
    Also add missing test file
    
    * Add empty line
    strk authored and lafriks committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    b3e9f25 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

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

Commits on Jan 7, 2018

  1. Set default command execution timeout as changable (go-gitea#104)

    * set default command execution timeout as changable
    
    * fix lint
    lunny authored and appleboy committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    2c3dc95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4a9105 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

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

Commits on Feb 10, 2018

  1. Fix tree entry parsing (go-gitea#110)

    * Fix tree entry parsing
    
    * nits
    
    * populate TreeEntry.ptree
    ethantkoenig authored and lunny committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    827f97a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3413a6c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

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

Commits on Apr 19, 2018

  1. Added FollowLink() method to TreeEntry (go-gitea#114)

    Signed-off-by: Tris Forster <tris.git@shoddynet.org>
    tf198 authored and lafriks committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    288aede View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2018

  1. Fix for short symlinks (go-gitea#115)

    Signed-off-by: Tris Forster <tris.git@shoddynet.org>
    tf198 authored and lunny committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    f1ecc13 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. Add line blame (go-gitea#116)

    * Add line blame
    
    Signed-off-by: Jonas Franz <info@jonasfranz.software>
    
    * Use uint instead of int to prevent failures
    
    Signed-off-by: Jonas Franz <info@jonasfranz.software>
    jonasfranz authored and appleboy committed May 13, 2018
    Configuration menu
    Copy the full SHA
    258a447 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Use dep instead of govendor (go-gitea#117)

    * use dep instead of govendor
    
    * remove example
    
    * change dependenci github.com/Unknwon from 1.0 to master
    lunny committed May 15, 2018
    Configuration menu
    Copy the full SHA
    622cdd1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

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

Commits on May 26, 2018

  1. fix git version below 2.7 (go-gitea#119)

    * fix git version below 2.7
    
    * fmt
    
    * minor code improvement
    
    * copyright + import order
    
    * fmt
    daviian authored and lunny committed May 26, 2018
    Configuration menu
    Copy the full SHA
    31f4b8e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Add function to resolve short commit ID to full SHA1 (go-gitea#122)

    * Add function to resolve short commit ID to full SHA1
    
    * Add tests for GetFullCommitID
    lafriks committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    466ac24 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

  1. Add codecov test coverage (go-gitea#120)

    lunny authored and appleboy committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    9e09973 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2018

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

Commits on Jul 8, 2018

  1. Add parsing support for tag GPG signatures (go-gitea#124)

    * Add parsing support for tag GPG signatures
    
    * Test that signature is not left in commit message
    
    * Fix object not found error in test
    christopherjmedlin authored and jonasfranz committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    6ef79e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Configuration menu
    Copy the full SHA
    ca75f90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3afe30 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Blob api (go-gitea#132)

    * Add repo_blob
    
    This adds a new Repository.GetBlob(id) method for use by gitea.
    
    * This is a follow-up for PR go-gitea#121 to implement blob_api including full test coverage
    
    Signed-off-by: Berengar W. Lehr <Berengar.Lehr@kompetenztest.de>
    HoffmannP authored and lafriks committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    d945eda View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Refactor branch list using src-d/go-git and add GetRefs function (go-…

    …gitea#133)
    
    * Refactor branch list using src-d/go-git and add GetRefs function
    
    * Fix copyright
    
    * Fix to reuse ObjectType
    
    * Add function to filter refs by prefix
    
    * Fix import order
    
    * Optimize if structure
    lafriks authored and jonasfranz committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    578ad8f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Improving / Exposing Git-Trees related features for Git-Trees API. (g…

    …o-gitea#123)
    
    * Exposed TreeEntry.mode, changed EntryMode to hex.
    
    * Added reference parsing (HEAD, HEAD~1, etc) for trees
    
    * Added missing description
    
    * Added Tree.ListEntriesRecursive() - utilizes the git ls-tree -r command
    Kasi-R authored and lafriks committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    6b81917 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. command: fix NewCommand (go-gitea#135)

    Make an explicit copy of GlobalCommandArgs, otherwise append might
    overwrite it.
    michaelkuhn authored and lafriks committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    389d3c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

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

Commits on Jan 2, 2019

  1. Replace @JonasFranzDEV with @jonasfranz (go-gitea#138)

    * Replace @JonasFranzDEV with @jonasfranz
    
    * Update MAINTAINERS file
    jonasfranz authored and techknowlogick committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    c811eb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

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

Commits on Jan 23, 2019

  1. fix submodule has port (go-gitea#136)

    lunny authored and lafriks committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    49292ad View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. GetCommit() returns a ErrNotExist if short commit ID does not exists (g…

    …o-gitea#113)
    
    * GetCommit() returns a ErrNotExist if short commit ID does not exists
    
    Currently, GetCommit() returns a generic error if a short commit ID
    does not exists in a repository.
    
    When a commit is not found by git-rev-parse, it returns an errors
    which contains "fatal: ambiguous argument". GetCommit() now search if
    the error contains this string, and, if it does, returns an
    ErrNotExist.
    
    The idea is to allow commits to be accessed from gitea with a short
    commit ID.  Without this change, it would return a 500 Internal Server
    Error when a short ID does not exists in the repository.
    
    Signed-off-by: Alban Gruin <alban@pa1ch.fr>
    
    * GetCommit(): change the comparison for short commit messages
    
    `fatal: ambiguous argument` can be the beginning of two errors in
    git. This changes the comparison to something less ambiguous.
    
    Signed-off-by: Alban Gruin <alban@pa1ch.fr>
    agrn authored and techknowlogick committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    d04f81a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbe468c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. fix get tag list (go-gitea#143)

    lunny authored and techknowlogick committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    0aea7f1 View commit details
    Browse the repository at this point in the history
  2. Add 'modules/git/' from commit '0aea7f12d36ed49bcac560b61301cff88e478…

    …e5c'
    
    git-subtree-dir: modules/git
    git-subtree-mainline: 2d213b6
    git-subtree-split: 0aea7f1
    lunny committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    2fe6ebd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87162f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0375aa View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. dep ensured

    zeripath committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    de5bec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6d7cfb View commit details
    Browse the repository at this point in the history
  3. Fix repo_tag import

    zeripath committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    af0701e View commit details
    Browse the repository at this point in the history
  4. fmt changes

    zeripath committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    83894c0 View commit details
    Browse the repository at this point in the history
  5. Fix spelling

    zeripath committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    eccea8b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Configuration menu
    Copy the full SHA
    ecffc4b View commit details
    Browse the repository at this point in the history
  2. More spelling fixes

    zeripath committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    9558cc8 View commit details
    Browse the repository at this point in the history