summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-02revision: replace use of hard-coded constantsLibravatar brian m. carlson1-2/+3
2018-05-02http: eliminate hard-coded constantsLibravatar brian m. carlson1-6/+7
2018-05-02dir: convert struct untracked_cache_dir to object_idLibravatar brian m. carlson3-14/+16
2018-05-02commit: convert uses of get_sha1_hex to get_oid_hexLibravatar brian m. carlson1-2/+2
2018-05-02index-pack: abstract away hash function constantLibravatar brian m. carlson1-1/+2
2018-05-02pack-redundant: convert linked lists to use struct object_idLibravatar brian m. carlson1-24/+26
2018-05-02Update struct index_state to use struct object_idLibravatar brian m. carlson4-11/+11
2018-05-02split-index: convert struct split_index to object_idLibravatar brian m. carlson5-20/+22
2018-05-02submodule-config: convert structures to object_idLibravatar brian m. carlson2-36/+37
2018-05-02fsck: convert static functions to struct object_idLibravatar brian m. carlson1-9/+11
2018-05-02tree-walk: convert get_tree_entry_follow_symlinks to object_idLibravatar brian m. carlson3-11/+11
2018-05-02tree-walk: avoid hard-coded 20 constantLibravatar brian m. carlson1-1/+1
2018-05-02pack-redundant: abstract away hash algorithmLibravatar brian m. carlson1-5/+7
2018-05-02pack-objects: abstract away hash algorithmLibravatar brian m. carlson1-14/+16
2018-05-02packfile: abstract away hash constant valuesLibravatar brian m. carlson1-29/+37
2018-05-02packfile: convert find_pack_entry to object_idLibravatar brian m. carlson3-10/+10
2018-05-02sha1-file: convert freshen functions to object_idLibravatar brian m. carlson3-20/+20
2018-05-02packfile: convert has_sha1_pack to object_idLibravatar brian m. carlson7-8/+8
2018-05-02packfile: remove unused member from struct pack_entryLibravatar brian m. carlson2-2/+0
2018-05-02Remove unused member in struct object_contextLibravatar brian m. carlson2-2/+0
2018-05-02server-info: remove unused members from struct pack_infoLibravatar brian m. carlson1-7/+2
2018-05-02cache: add a function to read an object ID from a bufferLibravatar brian m. carlson3-2/+7
2018-05-02coccinelle: avoid wrong transformation suggestions from commit.cocciLibravatar SZEDER Gábor1-6/+4
2018-05-02format-patch: make cover letters always text/plainLibravatar brian m. carlson4-5/+16
2018-05-02unpack_trees: fix breakage when o->src_index != o->dst_indexLibravatar Elijah Newren1-4/+15
2018-05-02test: correct detection of UTF8_NFD_TO_NFC for APFSLibravatar Torsten Bögershausen1-6/+1
2018-05-02rebase --skip: clean up commit message after a failed fixup/squashLibravatar Johannes Schindelin2-17/+131
2018-05-02sequencer: always commit without editing when asked forLibravatar Johannes Schindelin1-0/+2
2018-05-02rebase -i: Handle "combination of <n> commits" with GETTEXT_POISONLibravatar Johannes Schindelin2-35/+49
2018-05-02rebase -i: demonstrate bugs with fixup!/squash! commit messagesLibravatar Johannes Schindelin1-0/+22
2018-04-30Remove obsolete script to convert grafts to replace refsLibravatar Johannes Schindelin1-28/+0
2018-04-30technical/shallow: describe why shallow cannot use replace refsLibravatar Johannes Schindelin1-0/+7
2018-04-30technical/shallow: stop referring to graftsLibravatar Johannes Schindelin1-9/+4
2018-04-30filter-branch: stop suggesting to use graftsLibravatar Johannes Schindelin1-1/+1
2018-04-30Deprecate support for .git/info/graftsLibravatar Johannes Schindelin4-0/+22
2018-04-30Add a test for `git replace --convert-graft-file`Libravatar Johannes Schindelin1-0/+28
2018-04-30replace: introduce --convert-graft-fileLibravatar Johannes Schindelin2-4/+51
2018-04-30replace: prepare create_graft() for converting graft files wholesaleLibravatar Johannes Schindelin1-3/+8
2018-04-30replace: "libify" create_graft() and calleesLibravatar Johannes Schindelin1-57/+112
2018-04-30tests: introduce test_unset_prereq, for debuggingLibravatar Johannes Schindelin1-1/+13
2018-04-30worktree: teach "add" to check out existing branchesLibravatar Thomas Gummerer3-11/+37
2018-04-30worktree: factor out dwim_branch functionLibravatar Thomas Gummerer1-11/+18
2018-04-30worktree: improve message when creating a new worktreeLibravatar Thomas Gummerer1-2/+36
2018-04-30worktree: remove extra members from struct add_optsLibravatar Thomas Gummerer1-17/+16
2018-04-27.gitattributes: add a diff driver for PythonLibravatar Ævar Arnfjörð Bjarmason1-0/+1
2018-04-27.gitattributes: use the "perl" differ for PerlLibravatar Ævar Arnfjörð Bjarmason1-3/+3
2018-04-27.gitattributes: add *.pl extension for PerlLibravatar Ævar Arnfjörð Bjarmason1-0/+1
2018-04-26replace: avoid using die() to indicate a bugLibravatar Johannes Schindelin1-1/+1
2018-04-26commit: Let the callback of for_each_mergetag return on errorLibravatar Johannes Schindelin4-15/+18
2018-04-26argv_array: offer to split a string by whitespaceLibravatar Johannes Schindelin2-0/+22