summaryrefslogtreecommitdiffstats
path: root/credential-store.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-22commit: use generation number in remove_redundant()Derrick Stolee1-1/+6
2018-05-22commit: add short-circuit to paint_down_to_common()Derrick Stolee1-4/+16
2018-05-22commit: use generation numbers for in_merge_bases()Derrick Stolee1-1/+8
2018-05-22ref-filter: use generation number for --containsDerrick Stolee1-4/+20
2018-05-22commit-graph: always load commit-graph informationDerrick Stolee6-20/+47
2018-05-22commit: use generations in paint_down_to_common()Derrick Stolee2-1/+20
2018-05-22commit-graph: compute generation numbersDerrick Stolee1-0/+43
2018-05-22commit: add generation number to struct commitDerrick Stolee3-0/+7
2018-05-02ref-filter: fix outdated comment on in_commit_listDerrick Stolee1-1/+1
2018-05-02coccinelle: avoid wrong transformation suggestions from commit.cocciSZEDER Gábor1-6/+4
2018-04-11commit-graph: lazy-load trees for commitsDerrick Stolee4-4/+38
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee23-61/+101
2018-04-11commit: create get_commit_tree() methodDerrick Stolee2-0/+13
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee24-64/+65
2018-04-11commit-graph: implement "--append" optionDerrick Stolee5-5/+45
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee5-10/+75
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee7-9/+81
2018-04-11commit: integrate commit graph with commit parsingDerrick Stolee6-2/+205
2018-04-11commit-graph: close under reachabilityDerrick Stolee1-0/+45
2018-04-11commit-graph: add core.commitGraph settingDerrick Stolee4-0/+11
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee5-6/+254
2018-04-02commit-graph: implement git-commit-graph writeDerrick Stolee3-0/+198
2018-04-02commit-graph: implement write_commit_graph()Derrick Stolee3-0/+366
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee8-0/+53