51655 Commits (09427e8366003ce3d99b0b5a84e42416cef35696)
 

Author SHA1 Message Date
brian m. carlson bd981d5fc3 t/test-lib: introduce OID_REGEX 7 years ago
brian m. carlson 8125a58b91 t: switch $_z40 to $ZERO_OID 7 years ago
brian m. carlson 198857bf7e t/test-lib: introduce ZERO_OID 7 years ago
brian m. carlson d16ab63429 t/test-lib: add an SHA1 prerequisite 7 years ago
Luis Marsano 786ef50a23 git-credential-netrc: accept gpg option 7 years ago
Luis Marsano f07eeed123 git-credential-netrc: adapt to test framework for git 7 years ago
René Scharfe 7484cf538e t5512: run git fetch inside test 7 years ago
Jeff King 8702b30fd7 mark_parents_uninteresting(): avoid most allocation 7 years ago
Jeff King 43fc643b75 mark_parents_uninteresting(): replace list with stack 7 years ago
Jeff King 577dd0d29b mark_parents_uninteresting(): drop missing object check 7 years ago
Jeff King a5411df0d9 mark_tree_contents_uninteresting(): drop missing object check 7 years ago
Nguyễn Thái Ngọc Duy 25f859fdf4 commit.h: rearrange 'index' to shrink struct commit 7 years ago
Ben Peart e8b2dc2c2a add status config and command line options for rename detection 7 years ago
Nguyễn Thái Ngọc Duy b5d5a567fb column: fix off-by-one default width 7 years ago
Jeff King be11f7ad60 pager: set COLUMNS to term_columns() 7 years ago
Martin Ågren db0210d445 refs: handle zero oid for pseudorefs 7 years ago
Martin Ågren 65eb8fc344 t1400: add tests around adding/deleting pseudorefs 7 years ago
Martin Ågren c0bdd658bd refs.c: refer to "object ID", not "sha1", in error messages 7 years ago
Nguyễn Thái Ngọc Duy 011b648646 pack-format.txt: more details on pack file format 7 years ago
Ævar Arnfjörð Bjarmason 5cc044e025 get_short_oid: sort ambiguous objects by type, then SHA-1 7 years ago
Jeff King ee930754d8 apply: clarify "-p" documentation 7 years ago
SZEDER Gábor f6b82970aa t5516-fetch-push: fix broken &&-chain 7 years ago
SZEDER Gábor cfb482b6c3 t5516-fetch-push: fix 'push with dry-run' test 7 years ago
Ævar Arnfjörð Bjarmason a885c93b5c sha1-name.c: move around the collect_ambiguous() function 7 years ago
SZEDER Gábor 87a6bb701a t5310-pack-bitmaps: make JGit tests work with GIT_TEST_SPLIT_INDEX 7 years ago
Ævar Arnfjörð Bjarmason 89f32a92b4 git-p4: change "commitish" typo to "committish" 7 years ago
Ævar Arnfjörð Bjarmason 7248672947 sha1-array.h: align function arguments 7 years ago
Ævar Arnfjörð Bjarmason a264f229cb sha1-name.c: remove stray newline 7 years ago
Antonio Ospite f7997e3682 doc: fix config API documentation about config_with_options 7 years ago
Stefan Beller 74fd0705bb replace-object.c: remove the_repository from prepare_replace_object 7 years ago
Stefan Beller d587307205 object.c: free replace map in raw_object_store_clear 7 years ago
Nguyễn Thái Ngọc Duy 74373b5f10 repository: fix free problem with repo_clear(the_repository) 7 years ago
René Scharfe c112084af9 fast-export: avoid NULL pointer arithmetic 7 years ago
Ramsay Jones 746ea4adc6 BUG_exit_code: fix sparse "symbol not declared" warning 7 years ago
Martin Ågren 0fa5a2ed8d lock_file: move static locks into functions 7 years ago
Martin Ågren b227586831 lock_file: make function-local locks non-static 7 years ago
Martin Ågren 3c6fad4a3f refs.c: do not die if locking fails in `delete_pseudoref()` 7 years ago
Martin Ågren 010845157a refs.c: do not die if locking fails in `write_pseudoref()` 7 years ago
Martin Ågren 75d9a25e1f t/helper/test-write-cache: clean up lock-handling 7 years ago
SZEDER Gábor 4ed79d5203 t6050-replace: don't disable stdin for the whole test script 7 years ago
Ben Peart 6f10a09e0a merge: pass aggressive when rename detection is turned off 7 years ago
Ben Peart 85b460305c merge: add merge.renames config setting 7 years ago
Ben Peart a7152e9d22 merge: update documentation for {merge,diff}.renameLimit 7 years ago
Elijah Newren 1de70dbd1a merge-recursive: fix check for skipability of working tree updates 7 years ago
Elijah Newren 05cf21eba2 merge-recursive: make "Auto-merging" comment show for other merges 7 years ago
Elijah Newren 277292d5ae merge-recursive: fix remainder of was_dirty() to use original index 7 years ago
Elijah Newren a35edc84bd merge-recursive: fix was_tracked() to quit lying with some renamed paths 7 years ago
Elijah Newren c04ba51739 t6046: testcases checking whether updates can be skipped in a merge 7 years ago
Elijah Newren 2f682e21a6 merge-recursive: avoid triggering add_cacheinfo error with dirty mod 7 years ago
Elijah Newren bd42380ef1 merge-recursive: move more is_dirty handling to merge_content 7 years ago