summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-18refspec: convert valid_fetch_refspec to use parse_refspecLibravatar Brandon Williams2-10/+10
2018-05-18refspec: introduce struct refspecLibravatar Brandon Williams2-0/+89
2018-05-18refspec: factor out parsing a single refspecLibravatar Brandon Williams1-91/+104
2018-05-18refspec: rename struct refspec to struct refspec_itemLibravatar Brandon Williams15-73/+73
2018-05-18refspec: move refspec parsing logic into its own fileLibravatar Brandon Williams17-184/+204
2018-05-16merge-recursive: i18n submodule merge output and respect verbosityLibravatar Stefan Beller1-18/+15
2018-05-16submodule.c: move submodule merging to merge-recursive.cLibravatar Stefan Beller3-170/+170
2018-05-16git-submodule.sh: try harder to fetch a submoduleLibravatar Stefan Beller1-1/+1
2018-05-16grep: handle corrupt index files earlyLibravatar Stefan Beller1-1/+2
2018-05-15t7005-editor: get rid of the SPACES_IN_FILENAMES prereqLibravatar SZEDER Gábor1-9/+3
2018-05-14t3103: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-1/+2
2018-05-14t2203: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-4/+4
2018-05-14t: skip pack tests if not using SHA-1Libravatar brian m. carlson2-0/+12
2018-05-14t4044: skip test if not using SHA-1Libravatar brian m. carlson1-0/+6
2018-05-14t1512: skip test if not using SHA-1Libravatar brian m. carlson1-0/+6
2018-05-14t1007: annotate with SHA1 prerequisiteLibravatar brian m. carlson1-8/+8
2018-05-14t0000: annotate with SHA1 prerequisiteLibravatar brian m. carlson1-12/+12
2018-05-14t: switch $_x40 to $OID_REGEXLibravatar brian m. carlson20-33/+33
2018-05-14t/test-lib: introduce OID_REGEXLibravatar brian m. carlson1-1/+2
2018-05-14t: switch $_z40 to $ZERO_OIDLibravatar brian m. carlson32-119/+119
2018-05-14t/test-lib: introduce ZERO_OIDLibravatar brian m. carlson1-1/+2
2018-05-14t/test-lib: add an SHA1 prerequisiteLibravatar brian m. carlson1-0/+7
2018-05-14git-credential-netrc: accept gpg optionLibravatar Luis Marsano6-24/+62
2018-05-14git-credential-netrc: adapt to test framework for gitLibravatar Luis Marsano3-30/+77
2018-05-14t5512: run git fetch inside testLibravatar René Scharfe1-1/+1
2018-05-13mark_parents_uninteresting(): avoid most allocationLibravatar Jeff King1-19/+25
2018-05-13mark_parents_uninteresting(): replace list with stackLibravatar Jeff King1-24/+43
2018-05-13mark_parents_uninteresting(): drop missing object checkLibravatar Jeff King1-12/+0
2018-05-13mark_tree_contents_uninteresting(): drop missing object checkLibravatar Jeff King1-4/+1
2018-05-13commit.h: rearrange 'index' to shrink struct commitLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-05-13add status config and command line options for rename detectionLibravatar Ben Peart8-2/+194
2018-05-13column: fix off-by-one default widthLibravatar Nguyễn Thái Ngọc Duy2-2/+1
2018-05-13pager: set COLUMNS to term_columns()Libravatar Jeff King1-3/+8
2018-05-13refs: handle zero oid for pseudorefsLibravatar Martin Ågren2-5/+15
2018-05-13t1400: add tests around adding/deleting pseudorefsLibravatar Martin Ågren1-0/+60
2018-05-13refs.c: refer to "object ID", not "sha1", in error messagesLibravatar Martin Ågren1-2/+4
2018-05-13pack-format.txt: more details on pack file formatLibravatar Nguyễn Thái Ngọc Duy2-0/+97
2018-05-11get_short_oid: sort ambiguous objects by type, then SHA-1Libravatar Ævar Arnfjörð Bjarmason5-7/+88
2018-05-11apply: clarify "-p" documentationLibravatar Jeff King1-2/+4
2018-05-11t5516-fetch-push: fix broken &&-chainLibravatar SZEDER Gábor1-1/+1
2018-05-11t5516-fetch-push: fix 'push with dry-run' testLibravatar SZEDER Gábor1-4/+4
2018-05-11sha1-name.c: move around the collect_ambiguous() functionLibravatar Ævar Arnfjörð Bjarmason1-6/+6
2018-05-11t5310-pack-bitmaps: make JGit tests work with GIT_TEST_SPLIT_INDEXLibravatar SZEDER Gábor1-4/+4
2018-05-11git-p4: change "commitish" typo to "committish"Libravatar Ævar Arnfjörð Bjarmason1-3/+3
2018-05-11sha1-array.h: align function argumentsLibravatar Ævar Arnfjörð Bjarmason2-4/+4
2018-05-11sha1-name.c: remove stray newlineLibravatar Ævar Arnfjörð Bjarmason1-1/+0
2018-05-11doc: fix config API documentation about config_with_optionsLibravatar Antonio Ospite1-8/+10
2018-05-10Remove common-cmds.hLibravatar Nguyễn Thái Ngọc Duy3-55/+9
2018-05-10help: use command-list.h for common command listLibravatar Nguyễn Thái Ngọc Duy5-50/+122
2018-05-10generate-cmds.sh: export all commands to command-list.hLibravatar Nguyễn Thái Ngọc Duy4-10/+75