Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | ewah: drop ewah_deserialize function | Jeff King | 2018-06-18 | 2 | -56/+0 | |
| * | | | | | | | | ewah_io: delete unused 'ewah_serialize()' | Derrick Stolee | 2018-06-18 | 2 | -11/+0 | |
| * | | | | | | | | ewah_bitmap: delete unused 'ewah_or()' | Derrick Stolee | 2018-06-18 | 2 | -74/+0 | |
| * | | | | | | | | ewah_bitmap: delete unused 'ewah_not()' | Derrick Stolee | 2018-06-18 | 2 | -26/+0 | |
| * | | | | | | | | ewah_bitmap: delete unused 'ewah_and_not()' | Derrick Stolee | 2018-06-18 | 2 | -78/+0 | |
| * | | | | | | | | ewah_bitmap: delete unused 'ewah_and()' | Derrick Stolee | 2018-06-18 | 2 | -73/+0 | |
| * | | | | | | | | ewah/bitmap.c: delete unused 'bitmap_each_bit()' | Derrick Stolee | 2018-06-18 | 2 | -25/+0 | |
| * | | | | | | | | ewah/bitmap.c: delete unused 'bitmap_clear()' | Derrick Stolee | 2018-06-18 | 2 | -9/+0 | |
* | | | | | | | | | Merge branch 'sb/submodule-core-worktree' | Junio C Hamano | 2018-07-18 | 6 | -2/+55 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | submodule deinit: unset core.worktree | Stefan Beller | 2018-06-19 | 3 | -1/+8 | |
| * | | | | | | | | | submodule: ensure core.worktree is set after update | Stefan Beller | 2018-06-19 | 2 | -0/+29 | |
| * | | | | | | | | | submodule: unset core.worktree if no working tree is present | Stefan Beller | 2018-06-14 | 3 | -1/+18 | |
* | | | | | | | | | | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 2018-07-18 | 95 | -328/+463 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | commit: allow lookup_commit_graft to handle arbitrary repositories | Stefan Beller | 2018-05-18 | 2 | -6/+5 | |
| * | | | | | | | | | | commit: allow prepare_commit_graft to handle arbitrary repositories | Stefan Beller | 2018-05-18 | 2 | -8/+8 | |
| * | | | | | | | | | | shallow: migrate shallow information into the object parser | Stefan Beller | 2018-05-18 | 4 | -33/+33 | |
| * | | | | | | | | | | path.c: migrate global git_path_* to take a repository argument | Stefan Beller | 2018-05-18 | 15 | -101/+135 | |
| * | | | | | | | | | | cache: convert get_graft_file to handle arbitrary repositories | Stefan Beller | 2018-05-18 | 3 | -5/+5 | |
| * | | | | | | | | | | commit: convert read_graft_file to handle arbitrary repositories | Brandon Williams | 2018-05-18 | 1 | -3/+2 | |
| * | | | | | | | | | | commit: convert register_commit_graft to handle arbitrary repositories | Brandon Williams | 2018-05-18 | 2 | -16/+16 | |
| * | | | | | | | | | | commit: convert commit_graft_pos() to handle arbitrary repositories | Brandon Williams | 2018-05-18 | 1 | -4/+3 | |
| * | | | | | | | | | | shallow: add repository argument to is_repository_shallow | Stefan Beller | 2018-05-18 | 10 | -17/+19 | |
| * | | | | | | | | | | shallow: add repository argument to check_shallow_file_for_update | Stefan Beller | 2018-05-18 | 1 | -3/+4 | |
| * | | | | | | | | | | shallow: add repository argument to register_shallow | Stefan Beller | 2018-05-18 | 6 | -9/+11 | |
| * | | | | | | | | | | shallow: add repository argument to set_alternate_shallow_file | Stefan Beller | 2018-05-18 | 4 | -4/+5 | |
| * | | | | | | | | | | commit: add repository argument to lookup_commit_graft | Jonathan Nieder | 2018-05-18 | 4 | -6/+8 | |
| * | | | | | | | | | | commit: add repository argument to prepare_commit_graft | Jonathan Nieder | 2018-05-16 | 1 | -2/+3 | |
| * | | | | | | | | | | commit: add repository argument to read_graft_file | Jonathan Nieder | 2018-05-16 | 1 | -2/+3 | |
| * | | | | | | | | | | commit: add repository argument to register_commit_graft | Jonathan Nieder | 2018-05-16 | 4 | -5/+8 | |
| * | | | | | | | | | | commit: add repository argument to commit_graft_pos | Jonathan Nieder | 2018-05-16 | 1 | -4/+5 | |
| * | | | | | | | | | | object: move grafts to object parser | Jonathan Nieder | 2018-05-16 | 2 | -19/+27 | |
| * | | | | | | | | | | object-store: move object access functions to object-store.h | Stefan Beller | 2018-05-16 | 79 | -117/+198 | |
* | | | | | | | | | | | Merge branch 'en/merge-recursive-cleanup' | Junio C Hamano | 2018-07-18 | 1 | -82/+104 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | merge-recursive: add pointer about unduly complex looking code | Elijah Newren | 2018-06-12 | 1 | -0/+15 | |
| * | | | | | | | | | | | merge-recursive: rename conflict_rename_*() family of functions | Elijah Newren | 2018-06-12 | 1 | -43/+43 | |
| * | | | | | | | | | | | merge-recursive: clarify the rename_dir/RENAME_DIR meaning | Elijah Newren | 2018-06-12 | 1 | -11/+17 | |
| * | | | | | | | | | | | merge-recursive: align labels with their respective code blocks | Elijah Newren | 2018-06-12 | 1 | -3/+3 | |
| * | | | | | | | | | | | merge-recursive: fix numerous argument alignment issues | Elijah Newren | 2018-06-12 | 1 | -37/+38 | |
| * | | | | | | | | | | | merge-recursive: fix miscellaneous grammar error in comment | Elijah Newren | 2018-06-12 | 1 | -1/+1 | |
* | | | | | | | | | | | | Second batch for 2.19 cycle | Junio C Hamano | 2018-06-28 | 1 | -0/+44 | |
* | | | | | | | | | | | | Merge branch 'sb/fix-fetching-moved-submodules' | Junio C Hamano | 2018-06-28 | 2 | -7/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | t5526: test recursive submodules when fetching moved submodules | Stefan Beller | 2018-06-14 | 1 | -5/+1 | |
| * | | | | | | | | | | | | submodule: fix NULL correctness in renamed broken submodules | Stefan Beller | 2018-06-14 | 1 | -2/+4 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'tz/cred-netrc-cleanup' | Junio C Hamano | 2018-06-28 | 3 | -6/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | git-credential-netrc: make "all" default target of Makefile | Todd Zullinger | 2018-06-18 | 1 | -0/+3 | |
| * | | | | | | | | | | | | git-credential-netrc: fix exit status when tests fail | Luis Marsano | 2018-06-18 | 1 | -1/+3 | |
| * | | | | | | | | | | | | git-credential-netrc: use in-tree Git.pm for tests | Luis Marsano | 2018-06-18 | 2 | -2/+2 | |
| * | | | | | | | | | | | | git-credential-netrc: minor whitespace cleanup in test script | Todd Zullinger | 2018-06-18 | 1 | -4/+4 | |
* | | | | | | | | | | | | | Merge branch 'jc/clean-after-sanity-tests' | Junio C Hamano | 2018-06-28 | 5 | -9/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | tests: clean after SANITY tests | Junio C Hamano | 2018-06-15 | 5 | -9/+6 | |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |