summaryrefslogtreecommitdiff
path: root/git
AgeCommit message (Collapse)Author
2015-03-07git: update to v2.3.2Christian Hesse
Update to git version v2.3.2, no changes required. Signed-off-by: Christian Hesse <[email protected]>
2015-03-03git: update to v2.3.1Christian Hesse
Update to git version v2.3.1, no changes required. Signed-off-by: Christian Hesse <[email protected]>
2015-02-08git: update for v2.3.0Christian Hesse
* 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 <[email protected]>
2015-01-13git: update to v2.2.2Christian Hesse
Update to git version v2.2.2, no changes required. Signed-off-by: Christian Hesse <[email protected]>
2014-12-23git: update to v2.2.1Christian Hesse
Update to git version v2.2.1, including API changes. Signed-off-by: Christian Hesse <[email protected]>
2014-08-07git: update to v2.0.4John Keeping
No CGit changes required. Signed-off-by: John Keeping <[email protected]>
2014-07-28git: update to v2.0.3John Keeping
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 <[email protected]>
2014-06-28git: update to 2.0.1Christian Hesse
Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required.
2014-06-28git: update for git 2.0Christian Hesse
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.
2014-04-12git: update to 1.9.2Christian Hesse
Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required.
2014-03-20git: update to 1.9.1Christian Hesse
Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required.
2014-02-21git: Update to 1.9.0Lukas Fleischer
No code changes required, just bump the submodule and Makefile versions. Signed-off-by: Lukas Fleischer <[email protected]>
2014-01-08git: update to 1.8.5Christian Hesse
Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. Signed-off-by: Lukas Fleischer <[email protected]>
2013-08-26git: update to 1.8.4John Keeping
No code changes required, just bump the submodule and makefile versions. Signed-off-by: John Keeping <[email protected]>
2013-05-25git: update to 1.8.3John Keeping
No changes required, just bump the submodule and Makefile versions. Signed-off-by: John Keeping <[email protected]>
2013-04-27git: update to 1.8.2.2John Keeping
No changes required, just bump the submodule and Makefile version. Signed-off-by: John Keeping <[email protected]>
2013-04-08Update git to v1.8.2.1John Keeping
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 <[email protected]>
2013-03-02Update git to v1.7.12.4John Keeping
No changes needed. Signed-off-by: John Keeping <[email protected]>
2013-03-02Update git to v1.7.9.7John Keeping
resolve_ref() is renamed to resolve_ref_unsafe(). CGit's usage is safe. Signed-off-by: John Keeping <[email protected]>
2013-03-02Update git to v1.7.8.6John Keeping
No changes required. Signed-off-by: John Keeping <[email protected]>
2013-03-02Update git to v1.7.7.7John Keeping
This release changes the archive interface so that we now need to pass argv into write_archive(). Signed-off-by: John Keeping <[email protected]>
2013-03-02Update git to v1.7.6.5John Keeping
struct pathspec is now used in more places. Signed-off-by: John Keeping <[email protected]>
2013-03-02Update git to v1.7.5.4John Keeping
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 <[email protected]>
2011-02-19Use GIT-1.7.4Lars Hjemli
Signed-off-by: Lars Hjemli <[email protected]>
2010-09-19Use GIT-1.7.3Lars Hjemli
Signed-off-by: Lars Hjemli <[email protected]>
2010-08-22Use GIT-1.7.2.2Lars Hjemli
Signed-off-by: Lars Hjemli <[email protected]>
2010-02-27Use GIT-1.7.0Lars Hjemli
Signed-off-by: Lars Hjemli <[email protected]>
2009-09-13Use GIT-1.6.4.3Lars Hjemli
Signed-off-by: Lars Hjemli <[email protected]>
2009-08-16Use GIT-1.6.3.4Lars Hjemli
Signed-off-by: Lars Hjemli <[email protected]>
2009-02-01Use GIT-1.6.1.1Lars Hjemli
Signed-off-by: Lars Hjemli <[email protected]>
2008-12-26Use GIT-1.6.1Lars Hjemli
Signed-off-by: Lars Hjemli <[email protected]>
2008-11-06Use GIT-1.6.0.3Lars Hjemli
Signed-off-by: Lars Hjemli <[email protected]>
2008-10-05Use GIT-1.6.0.2Lars Hjemli
Signed-off-by: Lars Hjemli <[email protected]>
2008-09-02Use GIT-1.6.0.1Lars Hjemli
Signed-off-by: Lars Hjemli <[email protected]>
2008-09-01Use GIT-1.6.0Lars Hjemli
2008-08-06Use GIT-1.6.0.rc1Lars Hjemli
Now that rc1 is released as a tarball `make get-git` should start working again. Signed-off-by: Lars Hjemli <[email protected]>
2008-07-21Use GIT-1.6.0-rc0Lars Hjemli
2008-06-25Use GIT-1.5.6Lars Hjemli
2008-05-18Use GIT-1.5.5.1Lars Hjemli
Signed-off-by: Lars Hjemli <[email protected]>
2008-04-09Use GIT-1.5.5Lars Hjemli
2008-04-01Use GIT-1.5.5-rc2Lars Hjemli
2008-03-23Use GIT-1.5.5.rc1Lars Hjemli
2008-03-17Use GIT-1.5.4.4Lars Hjemli
2008-02-16Use GIT-1.5.4.1Lars Hjemli
2008-02-02Use GIT-1.5.4Lars Hjemli
2008-01-28Use GIT-1.5.4.rc5Lars Hjemli
2008-01-21Use GIT-1.5.4.rc4Lars Hjemli
2008-01-10Use GIT-1.5.3.8Lars Hjemli
2007-11-03Use GIT-1.5.3.5Lars Hjemli
Signed-off-by: Lars Hjemli <[email protected]>
2007-10-01Use git-1.5.3.3Lars Hjemli