summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-22commit: use generation number in remove_redundant()Libravatar Derrick Stolee1-1/+6
2018-05-22commit: add short-circuit to paint_down_to_common()Libravatar Derrick Stolee1-4/+16
2018-05-22commit: use generation numbers for in_merge_bases()Libravatar Derrick Stolee1-1/+8
2018-05-22ref-filter: use generation number for --containsLibravatar Derrick Stolee1-4/+20
2018-05-22commit-graph: always load commit-graph informationLibravatar Derrick Stolee6-20/+47
2018-05-22commit: use generations in paint_down_to_common()Libravatar Derrick Stolee2-1/+20
2018-05-22commit-graph: compute generation numbersLibravatar Derrick Stolee1-0/+43
2018-05-22commit: add generation number to struct commitLibravatar Derrick Stolee3-0/+7
2018-05-22submodule: add --dissociate option to add/update commandsLibravatar Casey Fitzpatrick4-5/+48
2018-05-22submodule: add --progress option to add commandLibravatar Casey Fitzpatrick3-1/+27
2018-05-22submodule: clean up substitutions in scriptLibravatar Casey Fitzpatrick1-4/+4
2018-05-22unpack_trees_options: free messages when doneLibravatar Martin Ågren5-4/+26
2018-05-22argv-array: return the pushed string from argv_push*()Libravatar Junio C Hamano2-4/+6
2018-05-21travis-ci: run gcc-8 on linux-gcc jobsLibravatar Nguyễn Thái Ngọc Duy2-0/+6
2018-05-21commit.h: delete 'util' field in struct commitLibravatar Nguyễn Thái Ngọc Duy1-1/+5
2018-05-21merge: use commit-slab in merge remote desc instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy4-18/+29
2018-05-21log: use commit-slab in prepare_bases() instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy1-2/+8
2018-05-21show-branch: note about its object flags usageLibravatar Nguyễn Thái Ngọc Duy2-0/+6
2018-05-21show-branch: use commit-slab for commit-name instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy1-12/+27
2018-05-21name-rev: use commit-slab for rev-name instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy1-3/+20
2018-05-21bisect.c: use commit-slab for commit weight instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy1-3/+9
2018-05-21revision.c: use commit-slab for show_sourceLibravatar Nguyễn Thái Ngọc Duy5-14/+39
2018-05-21sequencer.c: use commit-slab to associate todo items to commitsLibravatar Nguyễn Thái Ngọc Duy1-3/+9
2018-05-21sequencer.c: use commit-slab to mark seen commitsLibravatar Nguyễn Thái Ngọc Duy1-3/+9
2018-05-21shallow.c: use commit-slab for commit depth instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy1-12/+28
2018-05-21describe: use commit-slab for commit names instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy1-3/+13
2018-05-21blame: use commit-slab for blame suspects instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy3-12/+34
2018-05-21commit-slab: support shared commit-slabLibravatar Nguyễn Thái Ngọc Duy3-9/+28
2018-05-21commit-slab.h: code splitLibravatar Nguyễn Thái Ngọc Duy3-109/+127
2018-05-21regex: do not call `regfree()` if compilation failsLibravatar Martin Ågren2-3/+0
2018-05-21config: let `config_store_data_clear()` handle `key`Libravatar Martin Ågren1-7/+3
2018-05-21config: let `config_store_data_clear()` handle `value_regex`Libravatar Martin Ågren1-11/+6
2018-05-21config: free resources of `struct config_store_data`Libravatar Martin Ågren1-0/+9
2018-05-21t5300: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-3/+5
2018-05-21t4208: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-1/+2
2018-05-21t4045: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-2/+4
2018-05-21t4042: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-6/+10
2018-05-21t4205: sort log output in a hash-independent wayLibravatar brian m. carlson1-4/+4
2018-05-21t/lib-diff-alternative: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-4/+8
2018-05-21t4030: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-2/+3
2018-05-21t4029: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-1/+6
2018-05-21t4029: fix test indentationLibravatar brian m. carlson1-17/+16
2018-05-21t4022: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-2/+4
2018-05-21t4020: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-2/+8
2018-05-21t4014: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-3/+6
2018-05-21t4008: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-27/+32
2018-05-21t4007: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-8/+9
2018-05-21t3905: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-4/+7
2018-05-21t3702: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-4/+3
2018-05-21completion: allow to customize the completable command listLibravatar Nguyễn Thái Ngọc Duy6-2/+47