- 10 Apr, 2023 1 commit
-
-
Edward Thomson committed
-
- 23 Feb, 2022 1 commit
-
-
Like we want to separate libgit2 and utility source code, we want to separate libgit2 and utility tests. Start by moving all the tests into libgit2.
Edward Thomson committed
-
- 20 Jul, 2019 1 commit
-
-
Our file utils functions all have a "futils" prefix, e.g. `git_futils_touch`. One would thus naturally guess that their definitions and implementation would live in files "futils.h" and "futils.c", respectively, but in fact they live in "fileops.h". Rename the files to match expectations.
Patrick Steinhardt committed
-
- 30 Aug, 2015 1 commit
-
-
Edward Thomson committed
-
- 09 Nov, 2014 1 commit
-
-
Pierre-Olivier Latour committed
-
- 07 Nov, 2014 1 commit
-
-
This function has one output but can match multiple files, which can be unexpected for the user, which would usually path the exact path of the file he wants the status of.
Ungureanu Marius committed
-
- 14 Nov, 2013 1 commit
-
-
Ben Straub committed
-
- 21 Apr, 2013 1 commit
-
-
Russell Belfer committed
-
- 22 Mar, 2013 1 commit
-
-
This adds a helper function for the cases where you want to quickly set a single boolean config value for a repository. This allowed me to remove a lot of code.
Russell Belfer committed
-
- 12 Jan, 2013 1 commit
-
-
Edward Thomson committed
-
- 03 Jan, 2013 1 commit
-
-
Vicent Marti committed
-