|
4bc16c37
|
2016-07-08T01:37:22
|
|
remote: add function to create detached remotes
Right now it is only possible to create remotes from a repository. While
this is probably the most common use-case, there are commands which make
sense even without a repository, e.g. the equivalence of `git
ls-remote`. Add a new function `git_remote_create_detached`, which
simply accepts a URL.
|
|
bf8dd3f5
|
2014-11-14T12:32:47
|
|
Added git_stash_apply() and git_stash_pop() APIs
|
|
05554d83
|
2014-06-06T11:01:20
|
|
Update AUTHORS
Add me. :)
|
|
553184a7
|
2014-04-03T10:53:42
|
|
Update AUTHORS
|
|
966bb17a
|
2013-10-01T16:41:07
|
|
Add to Git authors who have agreed to relicense
In email, Torsten Bögershausen agreed that we could use his code
from core Git in libgit2 under the modified license. Also, since
his work is the basis for much of the precompose unicode support,
I have added him to the AUTHORS file as well.
|
|
01e7128f
|
2013-01-31T17:44:40
|
|
Added Sven Strickroth to AUTHORS
Signed-off-by: Sven Strickroth <email@cs-ware.de>
|
|
8e89839d
|
2013-01-07T07:06:18
|
|
Merge pull request #1202 from martinwoodward/add-florian
Add Florian Forster to hall of fame
|
|
32f59bfb
|
2013-01-07T14:52:42
|
|
Add Florian Forster to hall of fame
Permission recieved from Florian Forster on Jan 07 2013 to include
any changes of his from core Git into LibGit2.
|
|
10aa44ce
|
2013-01-03T23:42:04
|
|
Add Brian Downing to the hall of fame
|
|
c999e1c3
|
2013-01-03T23:42:04
|
|
Add Brian Downing to the hall of fame
|
|
5d4cdb04
|
2012-11-22T08:10:35
|
|
Merge pull request #1095 from martinwoodward/authors
Update to Authors
|
|
96acc0b6
|
2012-11-16T02:30:00
|
|
AUTHORS: cleanup
|
|
414bd936
|
2012-11-15T16:20:02
|
|
Include Microsoft in AUTHORS
|
|
bb3b3052
|
2012-10-25T02:46:03
|
|
Add Dmitry Kakurin to hall of fame
See lines 59-60 from https://github.com/libgit2/libgit2/blob/44b1ff4c1209c34360cc0c43761c40f5f5020886/src/filter.c which contain a couple of lines of code to ignore an EOF at the end of a file when detecting if it is a text file or not. These came from this contribution that Dmitry made to core Git back in 2008 (https://github.com/git/git/commit/f9dd4bf4e58af0b4828c7e7013080dba59f8a6b9) which was committed by Junio.
Dmitry gave his permission for these changes to be included in LibGit2 as well via email to vmg and myself
|
|
e4c2e006
|
2012-10-25T01:25:17
|
|
Add Holger Weiss to hall of fame
Permission obtained from Holger Weiss to include all of his contributions to Git into LibGit2. See https://github.com/git/git/commit/21e403a7b956a95a36f218439f82b1c8af869257
|
|
e267c9fc
|
2012-06-04T06:03:08
|
|
Complete the AUTHORS list.
|
|
f917481e
|
2012-05-03T16:37:25
|
|
Support reading attributes from index
Depending on the operation, we need to consider gitattributes
in both the work dir and the index. This adds a parameter to
all of the gitattributes related functions that allows user
control of attribute reading behavior (i.e. prefer workdir,
prefer index, only use index).
This fix also covers allowing us to check attributes (and
hence do diff and status) on bare repositories.
This was a somewhat larger change that I hoped because it had
to change the cache key used for gitattributes files.
|
|
3433a699
|
2012-04-02T00:32:21
|
|
Removed my duplicate entry
|
|
7aece9cf
|
2011-09-19T06:14:54
|
|
Who makes the magic possible?
|