aboutsummaryrefslogtreecommitdiffstats
path: root/git
Commit message (Expand)AuthorAgeFilesLines
* git: update to v2.7.0•••Update to git version v2.7.0. * Upstream commit ed1c9977cb1b63e4270ad8bdf967a2d02580aa08 (Remove get_object_hash.) changed API: Convert all instances of get_object_hash to use an appropriate reference to the hash member of the oid member of struct object. This provides no functional change, as it is essentially a macro substitution. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2016-01-131-0/+0
* git: update to v2.6.1•••Update to git version v2.6.1, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2015-10-061-0/+0
* git: update to v2.5.0•••Update to git version v2.5.0. * Upstream commit 5455ee0573a22bb793a7083d593ae1ace909cd4c (Merge branch 'bc/object-id') changed API: for_each_ref() callback functions were taught to name the objects not with "unsigned char sha1[20]" but with "struct object_id". * Upstream commit dcf692625ac569fefbe52269061230f4fde10e47 (path.c: make get_pathname() call sites return const char *) Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2015-08-121-0/+0
* git: update to v2.4.1•••Update to git version v2.4.1, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2015-05-141-0/+0
* git: update to v2.3.3•••Update to git version v2.3.3, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2015-03-141-0/+0
* git: update to v2.3.2•••Update to git version v2.3.2, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2015-03-071-0/+0
* git: update to v2.3.1•••Update to git version v2.3.1, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2015-03-031-0/+0
* git: update for v2.3.0•••* sort_string_list(): rename to string_list_sort() (upstream commit 3383e199) * update read_tree_recursive callback to pass strbuf as base (upstream commit 6a0b0b6d) Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2015-02-081-0/+0
* git: update to v2.2.2•••Update to git version v2.2.2, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2015-01-131-0/+0
* git: update to v2.2.1•••Update to git version v2.2.1, including API changes. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2014-12-231-0/+0
* git: update to v2.0.4•••No CGit changes required. Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2014-08-071-0/+0
* git: update to v2.0.3•••This is slightly more involved than just bumping the version number because it pulls in a change to convert the commit buffer to a slab, removing the "buffer" field from "struct commit". All sites that access "commit->buffer" have been changed to use the new functions provided for this purpose. Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2014-07-281-0/+0
* git: update to 2.0.1•••Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. Christian Hesse2014-06-281-0/+0
* git: update for git 2.0•••prefixcmp() and suffixcmp() have been remove, functionality is now provided by starts_with() and ends_with(). Retrurn values have been changed, so instead of just renaming we have to fix logic. Everything else looks just fine. Christian Hesse2014-06-281-0/+0
* git: update to 1.9.2•••Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. Christian Hesse2014-04-121-0/+0
* git: update to 1.9.1•••Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. Christian Hesse2014-03-201-0/+0
* git: Update to 1.9.0•••No code changes required, just bump the submodule and Makefile versions. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> Lukas Fleischer2014-02-211-0/+0
* git: update to 1.8.5•••Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> Christian Hesse2014-01-081-0/+0
* git: update to 1.8.4•••No code changes required, just bump the submodule and makefile versions. Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2013-08-261-0/+0
* git: update to 1.8.3•••No changes required, just bump the submodule and Makefile versions. Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2013-05-251-0/+0
* git: update to 1.8.2.2•••No changes required, just bump the submodule and Makefile version. Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2013-04-271-0/+0
* Update git to v1.8.2.1•••This requires a small change to how we handle notes, but otherwise just works. Note that we can't use anything from v1.8.0 until v1.8.2.1 because some of the symbols that we need for graph drawing were made private in v1.8.0 and this was not reverted until v1.8.2.1. Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2013-04-081-0/+0
* Update git to v1.7.12.4•••No changes needed. Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2013-03-021-0/+0
* Update git to v1.7.9.7•••resolve_ref() is renamed to resolve_ref_unsafe(). CGit's usage is safe. Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2013-03-021-0/+0
* Update git to v1.7.8.6•••No changes required. Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2013-03-021-0/+0
* Update git to v1.7.7.7•••This release changes the archive interface so that we now need to pass argv into write_archive(). Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2013-03-021-0/+0
* Update git to v1.7.6.5•••struct pathspec is now used in more places. Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2013-03-021-0/+0
* Update git to v1.7.5.4•••Some changes to diff options: - no_merges has become the more general max_parents - path restriction now uses struct pathspec Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2013-03-021-0/+0
* Use GIT-1.7.4•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2011-02-191-0/+0
* Use GIT-1.7.3•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2010-09-191-0/+0
* Use GIT-1.7.2.2•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2010-08-221-0/+0
* Use GIT-1.7.0•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2010-02-271-0/+0
* Use GIT-1.6.4.3•••Signed-off-by: Lars Hjemli <larsh@slackbox.hjemli.net> Lars Hjemli2009-09-131-0/+0
* Use GIT-1.6.3.4•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2009-08-161-0/+0
* Use GIT-1.6.1.1•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2009-02-011-0/+0
* Use GIT-1.6.1•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2008-12-261-0/+0
* Use GIT-1.6.0.3•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2008-11-061-0/+0
* Use GIT-1.6.0.2•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2008-10-051-0/+0
* Use GIT-1.6.0.1•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2008-09-021-0/+0
* Use GIT-1.6.0Lars Hjemli2008-09-011-0/+0
* Use GIT-1.6.0.rc1•••Now that rc1 is released as a tarball `make get-git` should start working again. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2008-08-061-0/+0
* Use GIT-1.6.0-rc0Lars Hjemli2008-07-211-0/+0
* Use GIT-1.5.6Lars Hjemli2008-06-251-0/+0
* Use GIT-1.5.5.1•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2008-05-181-0/+0
* Use GIT-1.5.5Lars Hjemli2008-04-091-0/+0
* Use GIT-1.5.5-rc2Lars Hjemli2008-04-011-0/+0
* Use GIT-1.5.5.rc1Lars Hjemli2008-03-231-0/+0
* Use GIT-1.5.4.4Lars Hjemli2008-03-171-0/+0
* Use GIT-1.5.4.1Lars Hjemli2008-02-161-0/+0
* Use GIT-1.5.4Lars Hjemli2008-02-021-0/+0