summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* repository: mark the "refs" pointer as privateJeff King2020-04-093-7/+11
* sha1-name: do not assume that the ref store is initializedJunio C Hamano2020-04-092-1/+5
* sha1-name.c: remove the_repo from handle_one_ref()Nguyễn Thái Ngọc Duy2019-04-161-5/+14
* sha1-name.c: remove the_repo from get_oid_1()Nguyễn Thái Ngọc Duy2019-04-162-30/+36
* sha1-name.c: remove the_repo from get_oid_basic()Nguyễn Thái Ngọc Duy2019-04-161-13/+12
* sha1-name.c: remove the_repo from get_describe_name()Nguyễn Thái Ngọc Duy2019-04-161-3/+5
* sha1-name.c: remove the_repo from get_oid_oneline()Nguyễn Thái Ngọc Duy2019-04-161-6/+7
* sha1-name.c: add repo_interpret_branch_name()Nguyễn Thái Ngọc Duy2019-04-161-9/+8
* sha1-name.c: remove the_repo from interpret_branch_mark()Nguyễn Thái Ngọc Duy2019-04-161-6/+7
* sha1-name.c: remove the_repo from interpret_nth_prior_checkout()Nguyễn Thái Ngọc Duy2019-04-161-7/+10
* sha1-name.c: remove the_repo from get_short_oid()Nguyễn Thái Ngọc Duy2019-04-161-7/+10
* sha1-name.c: add repo_for_each_abbrev()Nguyễn Thái Ngọc Duy2019-04-162-3/+5
* sha1-name.c: store and use repo in struct disambiguate_stateNguyễn Thái Ngọc Duy2019-04-161-36/+59
* sha1-name.c: add repo_find_unique_abbrev_r()Nguyễn Thái Ngọc Duy2019-04-162-8/+13
* sha1-name.c: remove the_repo from find_abbrev_len_packed()Nguyễn Thái Ngọc Duy2019-04-161-2/+4
* sha1-name.c: remove the_repo from sort_ambiguous()Nguyễn Thái Ngọc Duy2019-04-161-3/+12
* commit.c: add repo_get_commit_tree()Nguyễn Thái Ngọc Duy2019-04-163-7/+9
* commit.cocci: refactor code, avoid double rewriteNguyễn Thái Ngọc Duy2019-04-164-12/+33
* refs.c: remove the_repo from read_ref_at()Nguyễn Thái Ngọc Duy2019-04-084-7/+12
* refs.c: add repo_dwim_log()Nguyễn Thái Ngọc Duy2019-04-082-6/+16
* refs.c: add repo_dwim_ref()Nguyễn Thái Ngọc Duy2019-04-082-3/+10
* refs.c: remove the_repo from expand_ref()Nguyễn Thái Ngọc Duy2019-04-083-6/+8
* refs.c: remove the_repo from substitute_branch_name()Nguyễn Thái Ngọc Duy2019-04-083-8/+17
* refs.c: add refs_shorten_unambiguous_ref()Nguyễn Thái Ngọc Duy2019-04-082-2/+11
* refs.c: add refs_ref_exists()Nguyễn Thái Ngọc Duy2019-04-081-1/+6
* packfile.c: add repo_approximate_object_count()Nguyễn Thái Ngọc Duy2019-04-082-8/+9
* builtin rebase: use oideq()SZEDER Gábor2019-04-081-1/+1
* builtin rebase: use FREE_AND_NULLSZEDER Gábor2019-04-081-2/+1
* The third batchJunio C Hamano2019-03-201-0/+49
* Merge branch 'br/commit-tree-parseopt'Junio C Hamano2019-03-203-74/+104
|\
| * commit-tree: utilize parse-options apiBrandon Richardson2019-03-083-74/+104
* | Merge branch 'jk/config-type-color-ends-with-lf'Junio C Hamano2019-03-201-1/+3
|\ \
| * | config: document --type=color output is a complete lineJeff King2019-03-071-1/+3
* | | Merge branch 'ma/clear-repository-format'Junio C Hamano2019-03-205-18/+63
|\ \ \
| * | | setup: fix memory leaks with `struct repository_format`Martin Ågren2019-03-015-18/+62
| * | | setup: free old value before setting `work_tree`Martin Ågren2019-01-231-0/+1
* | | | Merge branch 'jk/virtual-objects-do-exist'Junio C Hamano2019-03-202-1/+11
|\ \ \ \
| * | | | rev-list: allow cached objects in existence checkJeff King2019-03-052-1/+11
* | | | | Merge branch 'jk/no-sigpipe-during-network-transport'Junio C Hamano2019-03-203-5/+12
|\ \ \ \ \
| * | | | | fetch: ignore SIGPIPE during network operationJeff King2019-03-051-0/+2
| * | | | | fetch: avoid calling write_or_die()Jeff King2019-03-052-5/+10
| | |_|/ / | |/| | |
* | | | | Merge branch 'jk/fsck-doc'Junio C Hamano2019-03-203-5/+90
|\ \ \ \ \
| * | | | | fsck: always compute USED flags for unreachable objectsJeff King2019-03-053-2/+83
| * | | | | doc/fsck: clarify --connectivity-only behaviorJeff King2019-03-051-3/+7
| |/ / / /
* | | | | Merge branch 'js/stress-test-ui-tweak'Junio C Hamano2019-03-202-4/+13
|\ \ \ \ \
| * | | | | tests: introduce --stress-jobs=<N>Johannes Schindelin2019-03-042-3/+11
| * | | | | tests: let --stress-limit=<N> imply --stressJohannes Schindelin2019-03-042-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'js/rebase-orig-head-fix'Junio C Hamano2019-03-202-16/+30
|\ \ \ \ \
| * | | | | built-in rebase: set ORIG_HEAD just once, before the rebaseJohannes Schindelin2019-03-042-14/+19
| * | | | | built-in rebase: demonstrate that ORIG_HEAD is not set correctlyJohannes Schindelin2019-03-041-0/+8