summaryrefslogtreecommitdiffstats
path: root/path.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-22is_hfs_dotgit: match other .git filesJeff King2-12/+51
2018-05-22is_ntfs_dotgit: use a size_t for traversing stringJeff King1-1/+1
2018-05-22submodule-config: verify submodule names as pathsJeff King5-0/+143
2018-05-22submodule: add --dissociate option to add/update commandsCasey Fitzpatrick4-5/+48
2018-05-22submodule: add --progress option to add commandCasey Fitzpatrick3-1/+27
2018-05-22submodule: clean up substitutions in scriptCasey Fitzpatrick1-4/+4
2018-05-22unpack_trees_options: free messages when doneMartin Ågren5-4/+26
2018-05-22argv-array: return the pushed string from argv_push*()Junio C Hamano2-4/+6
2018-05-21travis-ci: run gcc-8 on linux-gcc jobsNguyễn Thái Ngọc Duy2-0/+6
2018-05-21regex: do not call `regfree()` if compilation failsMartin Ågren2-3/+0
2018-05-21config: let `config_store_data_clear()` handle `key`Martin Ågren1-7/+3
2018-05-21config: let `config_store_data_clear()` handle `value_regex`Martin Ågren1-11/+6
2018-05-21config: free resources of `struct config_store_data`Martin Ågren1-0/+9
2018-05-21t5300: abstract away SHA-1-specific constantsbrian m. carlson1-3/+5
2018-05-21t4208: abstract away SHA-1-specific constantsbrian m. carlson1-1/+2
2018-05-21t4045: abstract away SHA-1-specific constantsbrian m. carlson1-2/+4
2018-05-21t4042: abstract away SHA-1-specific constantsbrian m. carlson1-6/+10
2018-05-21t4205: sort log output in a hash-independent waybrian m. carlson1-4/+4
2018-05-21t/lib-diff-alternative: abstract away SHA-1-specific constantsbrian m. carlson1-4/+8
2018-05-21t4030: abstract away SHA-1-specific constantsbrian m. carlson1-2/+3
2018-05-21t4029: abstract away SHA-1-specific constantsbrian m. carlson1-1/+6
2018-05-21t4029: fix test indentationbrian m. carlson1-17/+16
2018-05-21t4022: abstract away SHA-1-specific constantsbrian m. carlson1-2/+4
2018-05-21t4020: abstract away SHA-1-specific constantsbrian m. carlson1-2/+8
2018-05-21t4014: abstract away SHA-1-specific constantsbrian m. carlson1-3/+6
2018-05-21t4008: abstract away SHA-1-specific constantsbrian m. carlson1-27/+32
2018-05-21t4007: abstract away SHA-1-specific constantsbrian m. carlson1-8/+9
2018-05-21t3905: abstract away SHA-1-specific constantsbrian m. carlson1-4/+7
2018-05-21t3702: abstract away SHA-1-specific constantsbrian m. carlson1-4/+3
2018-05-21completion: allow to customize the completable command listNguyễn Thái Ngọc Duy6-2/+47
2018-05-21completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy6-81/+40
2018-05-21completion: add and use --list-cmds=nohelpersNguyễn Thái Ngọc Duy3-17/+20
2018-05-21Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy10-5/+17
2018-05-21completion: reduce completable command listNguyễn Thái Ngọc Duy1-9/+9
2018-05-21completion: let git provide the completable command listNguyễn Thái Ngọc Duy3-119/+58
2018-05-21command-list.txt: documentation and guide lineNguyễn Thái Ngọc Duy1-0/+45
2018-05-21help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy10-45/+54
2018-05-21help: add "-a --verbose" to list all commands with synopsisNguyễn Thái Ngọc Duy5-1/+37
2018-05-21git: support --list-cmds=list-<category>Nguyễn Thái Ngọc Duy5-1/+51
2018-05-21completion: implement and use --list-cmds=main,othersNguyễn Thái Ngọc Duy5-2/+43
2018-05-21git --list-cmds: collect command list in a string_listNguyễn Thái Ngọc Duy1-5/+17
2018-05-21git.c: convert --list-* to --list-cmds=*Nguyễn Thái Ngọc Duy4-8/+39
2018-05-21fmt_with_err: add a comment that truncation is OKJeff King1-0/+1
2018-05-21shorten_unambiguous_ref: use xsnprintfJeff King1-2/+2
2018-05-21fsmonitor: use internal argv_array of struct child_processRené Scharfe1-10/+4
2018-05-21log_write_email_headers: use strbufsJeff King1-6/+10
2018-05-21http: use strbufs instead of fixed buffersJeff King2-32/+38
2018-05-21config: die when --blob is used outside a repositoryJeff King2-0/+7
2018-05-21get_main_ref_store: BUG() when outside a repositoryJeff King1-0/+3
2018-05-21t9902-completion: exercise __git_complete_index_file() directlySZEDER Gábor1-107/+118