summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-21verify_path: drop clever fallthroughJeff King
2018-05-21skip_prefix: add case-insensitive variantJeff King
2018-05-21is_{hfs,ntfs}_dotgitmodules: add testsJohannes Schindelin
2018-05-21is_ntfs_dotgit: match other .git filesJohannes Schindelin
2018-05-21is_hfs_dotgit: match other .git filesJeff King
2018-05-21is_ntfs_dotgit: use a size_t for traversing stringJeff King
2018-05-21submodule-config: verify submodule names as pathsJeff King
2018-05-22submodule: add --dissociate option to add/update commandsCasey Fitzpatrick
2018-05-22submodule: add --progress option to add commandCasey Fitzpatrick
2018-05-22submodule: clean up substitutions in scriptCasey Fitzpatrick
2018-05-22unpack_trees_options: free messages when doneMartin Ågren
2018-05-22argv-array: return the pushed string from argv_push*()Junio C Hamano
2018-05-21travis-ci: run gcc-8 on linux-gcc jobsNguyễn Thái Ngọc Duy
2018-05-21regex: do not call `regfree()` if compilation failsMartin Ågren
2018-05-21config: let `config_store_data_clear()` handle `key`Martin Ågren
2018-05-21config: let `config_store_data_clear()` handle `value_regex`Martin Ågren
2018-05-21config: free resources of `struct config_store_data`Martin Ågren
2018-05-21t5300: abstract away SHA-1-specific constantsbrian m. carlson
2018-05-21t4208: abstract away SHA-1-specific constantsbrian m. carlson
2018-05-21t4045: abstract away SHA-1-specific constantsbrian m. carlson
2018-05-21t4042: abstract away SHA-1-specific constantsbrian m. carlson
2018-05-21t4205: sort log output in a hash-independent waybrian m. carlson
2018-05-21t/lib-diff-alternative: abstract away SHA-1-specific constantsbrian m. carlson
2018-05-21t4030: abstract away SHA-1-specific constantsbrian m. carlson
2018-05-21t4029: abstract away SHA-1-specific constantsbrian m. carlson
2018-05-21t4029: fix test indentationbrian m. carlson
2018-05-21t4022: abstract away SHA-1-specific constantsbrian m. carlson
2018-05-21t4020: abstract away SHA-1-specific constantsbrian m. carlson
2018-05-21t4014: abstract away SHA-1-specific constantsbrian m. carlson
2018-05-21t4008: abstract away SHA-1-specific constantsbrian m. carlson
2018-05-21t4007: abstract away SHA-1-specific constantsbrian m. carlson
2018-05-21t3905: abstract away SHA-1-specific constantsbrian m. carlson
2018-05-21t3702: abstract away SHA-1-specific constantsbrian m. carlson
2018-05-21fmt_with_err: add a comment that truncation is OKJeff King
2018-05-21shorten_unambiguous_ref: use xsnprintfJeff King
2018-05-21fsmonitor: use internal argv_array of struct child_processRené Scharfe
2018-05-21log_write_email_headers: use strbufsJeff King
2018-05-21http: use strbufs instead of fixed buffersJeff King
2018-05-21config: die when --blob is used outside a repositoryJeff King
2018-05-21get_main_ref_store: BUG() when outside a repositoryJeff King
2018-05-21t9902-completion: exercise __git_complete_index_file() directlySZEDER Gábor
2018-05-21completion: don't return with error from __gitcomp_file_direct()SZEDER Gábor
2018-05-21merge-recursive: provide pair of `unpack_trees_{start,finish}()`Elijah Newren
2018-05-21merge: setup `opts` later in `checkout_fast_forward()`Martin Ågren
2018-05-18config: a user-provided invalid section is not a BUGJohannes Schindelin
2018-05-18merge-recursive: give notice when submodule commit gets fast-forwardedLeif Middelschulte
2018-05-18object.c: clear replace map before freeing itStefan Beller
2018-05-18fetch: generate ref-prefixes when using a configured refspecBrandon Williams
2018-05-18refspec: consolidate ref-prefix generation logicBrandon Williams
2018-05-18submodule: convert push_unpushed_submodules to take a struct refspecBrandon Williams