summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | attr: the attr source is now a structEdward Thomson2021-07-223-18/+24
| * | | | | | | | | | attr: rename internal attr file source enumEdward Thomson2021-07-226-69/+81
* | | | | | | | | | | Swap the order of the `git_graph_reachable_from_any` paramslhchavez2021-07-271-3/+3
* | | | | | | | | | | graph: Create `git_graph_reachable_from_any()`lhchavez2021-07-273-18/+84
* | | | | | | | | | | commit-graph: Introduce `git_commit_list_generation_cmp`lhchavez2021-07-264-2/+21
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #5765 from lhchavez/cgraph-revwalksEdward Thomson2021-07-266-91/+293
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | commit-graph: Create `git_commit_graph` as an abstraction for the filelhchavez2021-03-105-161/+249
| * | | | | | | | | commit-graph: Use the commit-graph in revwalkslhchavez2021-03-104-2/+116
* | | | | | | | | | Merge pull request #5890 from lolgear/git_submodule_dupEdward Thomson2021-07-221-0/+11
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | submodule: git submodule dup out and source parameters have become mandatory.Dmitry Lobanov2021-06-151-2/+2
| * | | | | | | | | submodule: git submodule dup implementation has been reverted. Assert has bee...Dmitry Lobanov2021-05-261-1/+7
| * | | | | | | | | submodule: git submodule dup object dup has been added.Dmitry Lobanov2021-05-261-5/+2
| * | | | | | | | | submodule: git submodule dup guard statement has been fixed.Dmitry Lobanov2021-05-191-1/+1
| * | | | | | | | | submodule: git submodule dup has been added.Dmitry Lobanov2021-05-161-0/+8
* | | | | | | | | | Merge branch 'pr/5948' into mainEdward Thomson2021-07-221-13/+17
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | trace: drop unnecessary write indirectionEdward Thomson2021-07-221-17/+9
| * | | | | | | | | Remove macro magicCalvin Buckley2021-07-191-10/+0
| * | | | | | | | | Variadic arguments aren't in C89Calvin Buckley2021-07-171-5/+27
* | | | | | | | | | Update src/allocators/stdalloc.cEdward Thomson2021-07-201-1/+1
* | | | | | | | | | merge: don't try to malloc(0)Edward Thomson2021-07-191-1/+2
* | | | | | | | | | packbuilder: don't try to malloc(0)Edward Thomson2021-07-191-10/+16
* | | | | | | | | | alloc: add GIT_DEBUG_STRICT_ALLOCEdward Thomson2021-07-193-10/+48
|/ / / / / / / / /
* | | | | | | | | Merge pull request #5941 from NattyNarwhal/stdintificationEdward Thomson2021-07-169-25/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | khash 64-bit type is unsigned, use int32_t tooCalvin Buckley2021-07-151-7/+2
| * | | | | | | | | Remove sus unsigned long constantCalvin Buckley2021-07-071-1/+1
| * | | | | | | | | Convert long long constant specifiers to stdint macrosCalvin Buckley2021-07-076-10/+10
| * | | | | | | | | Initial pass at using int64_t instead of long longCalvin Buckley2021-07-064-10/+6
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Allow compilation on systems without CLOCK_MONOTONICPeter Pettersson2021-07-153-12/+13
* | | | | | | | | Merge pull request #5824 from palmin/fix-ignore-negateEdward Thomson2021-07-141-3/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Apply suggestions from code reviewEdward Thomson2021-06-151-4/+4
| * | | | | | | | | Update src/ignore.cAnders Borum2021-06-131-2/+2
| * | | | | | | | | Update src/ignore.cAnders Borum2021-06-131-2/+1
| * | | | | | | | | fix check for ignoring of negate rulesAnders Borum2021-03-201-2/+11
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5938 from NattyNarwhal/time-type-mismatchEdward Thomson2021-07-141-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix wrong time_t used in functionCalvin Buckley2021-07-061-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5926 from Batchyx/batchyx/config-refresh-twiceEdward Thomson2021-07-141-6/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | config: fix included configs not refreshed more than onceNicolas Cavallari2021-06-231-6/+14
* | | | | | | | | | Merge pull request #5908 from punkymaniac/patch-mem-leakEdward Thomson2021-07-131-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove useless conditionpunkymaniac2021-06-041-2/+1
| * | | | | | | | | | Fix memory leak in git_smart__connectpunkymaniac2021-06-031-0/+3
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Limit ITimer usage to AmigaOS4Peter Pettersson2021-07-061-1/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #5915 from novalis/executableEdward Thomson2021-07-021-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Consider files executable only if the user can execute themDavid Turner2021-06-161-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | define WINHTTP_NO_CLIENT_CERT_CONTEXT if neededJacques Germishuys2021-06-261-0/+4
|/ / / / / / /
* | | | | | | Tolerate readlink size less than st_sizeDavid Tolnay2021-05-301-3/+4
|/ / / / / /
* | | | | | Merge branch 'pr/5853'Edward Thomson2021-05-191-0/+3
|\ \ \ \ \ \
| * | | | | | diff:add option to ignore blank line changesyuuri2021-05-011-0/+3
* | | | | | | tests: exit with error on win32 leakcheckEdward Thomson2021-05-182-0/+7
* | | | | | | Merge pull request #5852 from implausible/httpclient/skip-entire-bodyEdward Thomson2021-05-161-4/+9
|\ \ \ \ \ \ \
| * | | | | | | httpclient: no proxy creds in requests if proxy is CONNECT typeTyler Ang-Wanek2021-05-121-3/+8