Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'bw/remote-rename-update-config' | Junio C Hamano | 2020-02-25 | 1 | -0/+1 |
|\ | |||||
| * | pull --rebase/remote rename: document and honor single-letter abbreviations r... | Bert Wesarg | 2020-02-10 | 1 | -0/+1 |
* | | Merge branch 'jk/asan-build-fix' | Junio C Hamano | 2020-01-30 | 1 | -0/+3 |
|\ \ | |||||
| * | | Makefile: use compat regex with SANITIZE=address | Jeff King | 2020-01-16 | 1 | -0/+3 |
* | | | t: directly test parse_pathspec_file() | Alexandr Miloslavskiy | 2020-01-15 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Merge branch 'js/add-p-in-c' | Junio C Hamano | 2019-12-25 | 1 | -0/+1 |
|\ \ | |||||
| * | | built-in add -i: start implementing the `patch` functionality in C | Johannes Schindelin | 2019-12-13 | 1 | -0/+1 |
* | | | Merge branch 'jc/drop-gen-hdrs' | Junio C Hamano | 2019-12-25 | 1 | -3/+2 |
|\ \ \ | |||||
| * | | | Makefile: drop GEN_HDRS | Junio C Hamano | 2019-12-13 | 1 | -3/+2 |
* | | | | Merge branch 'ds/sparse-cone' | Junio C Hamano | 2019-12-25 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | sparse-checkout: create builtin with 'list' subcommand | Derrick Stolee | 2019-11-22 | 1 | -0/+1 |
| | |_|/ | |/| | | |||||
* | | | | fix-typo: consecutive-word duplications | ryenus | 2019-12-16 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge branch 'js/builtin-add-i' | Junio C Hamano | 2019-12-05 | 1 | -0/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Start to implement a built-in version of `git add --interactive` | Johannes Schindelin | 2019-11-14 | 1 | -0/+1 |
| |/ | |||||
* | | test-tool: use 'read-graph' helper | Derrick Stolee | 2019-11-13 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'dl/allow-running-cocci-verbosely' | Junio C Hamano | 2019-10-18 | 1 | -1/+2 |
|\ | |||||
| * | Makefile: respect $(V) in %.cocci.patch target | Denton Liu | 2019-10-12 | 1 | -1/+2 |
* | | Merge branch 'js/azure-pipelines-msvc' | Junio C Hamano | 2019-10-15 | 1 | -0/+4 |
|\ \ | |||||
| * | | ci: also build and test with MS Visual Studio on Azure Pipelines | Johannes Schindelin | 2019-10-06 | 1 | -0/+4 |
* | | | Merge branch 'cb/pcre1-cleanup' | Junio C Hamano | 2019-10-11 | 1 | -7/+2 |
|\ \ \ | |||||
| * | | | grep: make sure NO_LIBPCRE1_JIT disable JIT in PCRE1 | Carlo Marcelo Arenas Belón | 2019-08-26 | 1 | -7/+2 |
* | | | | Merge branch 'js/diff-rename-force-stable-sort' | Junio C Hamano | 2019-10-09 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Move git_sort(), a stable sort, into into libgit.a | Johannes Schindelin | 2019-10-02 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'dl/honor-cflags-in-hdr-check' | Junio C Hamano | 2019-10-07 | 1 | -3/+9 |
|\ \ \ \ | |||||
| * | | | | Makefile: emulate compile in $(HCO) target better | Denton Liu | 2019-09-28 | 1 | -3/+9 |
* | | | | | Merge branch 'sg/progress-fix' | Junio C Hamano | 2019-10-07 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Test the progress display | SZEDER Gábor | 2019-09-17 | 1 | -0/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'dl/cocci-everywhere' | Junio C Hamano | 2019-10-07 | 1 | -9/+21 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Makefile: run coccicheck on more source files | Denton Liu | 2019-09-17 | 1 | -6/+2 |
| * | | | | Makefile: strip leading ./ in $(FIND_SOURCE_FILES) | Denton Liu | 2019-09-17 | 1 | -0/+1 |
| * | | | | Makefile: define THIRD_PARTY_SOURCES | Denton Liu | 2019-09-17 | 1 | -0/+15 |
| * | | | | Makefile: strip leading ./ in $(LIB_H) | Denton Liu | 2019-09-17 | 1 | -3/+3 |
| |/ / / | |||||
* | | | | Merge branch 'cc/multi-promisor' | Junio C Hamano | 2019-09-18 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Remove fetch-object.{c,h} in favor of promisor-remote.{c,h} | Christian Couder | 2019-06-25 | 1 | -1/+0 |
| * | | | | Add initial support for many promisor remotes | Christian Couder | 2019-06-25 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'ds/feature-macros' | Junio C Hamano | 2019-09-09 | 1 | -0/+1 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | repo-settings: consolidate some config settings | Derrick Stolee | 2019-08-13 | 1 | -0/+1 |
* | | | | Merge branch 'js/visual-studio' | Junio C Hamano | 2019-08-02 | 1 | -1/+1 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | bin-wrappers: append `.exe` to target paths if necessary | Johannes Schindelin | 2019-07-29 | 1 | -1/+1 |
* | | | | Merge branch 'mt/dir-iterator-updates' | Junio C Hamano | 2019-07-25 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | dir-iterator: add tests for dir-iterator API | Daniel Ferreira | 2019-07-11 | 1 | -0/+1 |
* | | | | | Merge branch 'ab/test-env' | Junio C Hamano | 2019-07-25 | 1 | -0/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | env--helper: new undocumented builtin wrapping git_env_*() | Ævar Arnfjörð Bjarmason | 2019-06-21 | 1 | -0/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'cc/test-oidmap' | Junio C Hamano | 2019-07-19 | 1 | -0/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | t/helper: add test-oidmap.c | Christian Couder | 2019-06-17 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'jh/msvc' | Junio C Hamano | 2019-07-09 | 1 | -1/+41 |
|\ \ \ | |||||
| * | | | msvc: support building Git using MS Visual C++ | Jeff Hostetler | 2019-06-25 | 1 | -0/+40 |
| * | | | msvc: update Makefile to allow for spaces in the compiler path | Jeff Hostetler | 2019-06-20 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'nd/switch-and-restore' | Junio C Hamano | 2019-07-09 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | checkout: split part of it to new command 'restore' | Nguyễn Thái Ngọc Duy | 2019-05-07 | 1 | -0/+1 |