summaryrefslogtreecommitdiffstats
path: root/t/t7506-status-submodule.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-25The fifth batchJunio C Hamano1-0/+30
2020-06-24doc: fix author vs. committer copy/paste errorMiroslav Koškár1-2/+2
2020-06-24builtin/diff: fix botched update of usage commentDenton Liu1-4/+1
2020-06-24commit-reach: avoid is_descendant_of() shimCarlo Marcelo Arenas Belón4-13/+12
2020-06-23The fourth batchJunio C Hamano1-0/+11
2020-06-22bash-completion: add git-prune into bash completionJohn Lin1-1/+1
2020-06-22git-cvsexportcommit: port to SHA-256brian m. carlson1-5/+9
2020-06-22git-cvsimport: port to SHA-256brian m. carlson1-4/+4
2020-06-22git-cvsserver: port to SHA-256brian m. carlson1-17/+20
2020-06-22git-svn: set the OID length based on hash algorithmbrian m. carlson1-0/+7
2020-06-22perl: make SVN code hash independentbrian m. carlson5-45/+48
2020-06-22perl: make Git::IndexInfo work with SHA-256brian m. carlson1-2/+4
2020-06-22perl: create and switch variables for hash constantsbrian m. carlson4-13/+15
2020-06-22t/lib-git-svn: make hash size independentbrian m. carlson1-7/+10
2020-06-22diff-files: treat "i-t-a" files as "not-in-index"Srinidhi Kaushik2-8/+52
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine11-19/+19
2020-06-22worktree: drop get_worktrees() special-purpose sorting optionEric Sunshine3-22/+23
2020-06-22t9101: make hash independentbrian m. carlson1-5/+7
2020-06-22t9104: make hash size independentbrian m. carlson1-1/+2
2020-06-22t9100: make test work with SHA-256brian m. carlson1-3/+16
2020-06-22t9108: make test hash independentbrian m. carlson1-2/+2
2020-06-22t9168: make test hash independentbrian m. carlson1-4/+4
2020-06-22t9109: make test hash independentbrian m. carlson1-3/+3
2020-06-22git-prompt: include sparsity state as wellElijah Newren1-2/+20
2020-06-22git-prompt: document how in-progress operations affect the promptElijah Newren1-0/+4
2020-06-19remote-testgit: adapt for object-formatbrian m. carlson1-0/+6
2020-06-19bundle: detect hash algorithm when reading refsbrian m. carlson3-3/+30
2020-06-19t5300: pass --object-format to git index-packbrian m. carlson1-4/+5
2020-06-19t5704: send object-format capability with SHA-256brian m. carlson1-0/+2
2020-06-19t5703: use object-format serve optionbrian m. carlson1-5/+14
2020-06-19t5702: offer an object-format capability in the testbrian m. carlson1-0/+2
2020-06-19t/helper: initialize the repository for test-sha1-arraybrian m. carlson1-0/+3
2020-06-19remote-curl: avoid truncating refs with ls-remotebrian m. carlson1-1/+3
2020-06-19t1050: pass algorithm to index-pack when outside repobrian m. carlson1-1/+3
2020-06-19builtin/index-pack: add option to specify hash algorithmbrian m. carlson2-0/+16
2020-06-19remote-curl: detect algorithm for dumb HTTP by sizebrian m. carlson2-2/+39
2020-06-19strbuf: remove unreferenced strbuf_write_fd method.Randall S. Becker2-6/+0
2020-06-19bugreport.c: replace strbuf_write_fd with write_in_fullRandall S. Becker1-1/+3
2020-06-19pull: plug minor memory leak after using is_descendant_of()René Scharfe1-0/+1
2020-06-19commit-reach: plug minor memory leak after using is_descendant_of()René Scharfe1-1/+4
2020-06-19refs: implement reference transaction hookPatrick Steinhardt4-2/+244
2020-06-19t4014: do not use "slave branch" nomenclaturePaolo Bonzini1-4/+4
2020-06-19builtin/diff: update usage commentDenton Liu1-3/+15
2020-06-18wt-status: show sparse checkout status as wellElijah Newren2-0/+43
2020-06-18The third batchJunio C Hamano2-1/+25
2020-06-17commit-graph: minimize commit_graph_data_slab accessAbhishek Kumar5-43/+79
2020-06-17commit: move members graph_pos, generation to a slabAbhishek Kumar9-64/+78
2020-06-17commit-graph: introduce commit_graph_data_slabAbhishek Kumar2-10/+78
2020-06-17object: drop parsed_object_pool->commit_countAbhishek Kumar12-19/+24
2020-06-17commit-reach: use fast logic in repo_in_merge_baseDerrick Stolee1-2/+10