diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-09-17 15:53:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-17 15:53:31 -0700 |
commit | 3b0b6b53d5fa8f7ea5d2d9ddb74b0f8186252d28 (patch) | |
tree | 7a08742c7be74c972b2ddbbf5848f0a805108290 /.gitignore | |
parent | 992311cf860347df159081873fba099a94d463f4 (diff) | |
parent | 51f3145c2834c8f1d94c5b7cf3790baf74b9f521 (diff) | |
download | git-3b0b6b53d5fa8f7ea5d2d9ddb74b0f8186252d28.tar.gz |
Merge branch 'mh/string-list'
* mh/string-list:
api-string-list.txt: initialize the string_list the easy way
string_list: add a function string_list_longest_prefix()
string_list: add a new function, string_list_remove_duplicates()
string_list: add a new function, filter_string_list()
string_list: add two new functions for splitting strings
string_list: add function string_list_append_nodup()
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 68fe464090..a188a82bb1 100644 --- a/.gitignore +++ b/.gitignore @@ -194,6 +194,7 @@ /test-run-command /test-sha1 /test-sigchain +/test-string-list /test-subprocess /test-svn-fe /common-cmds.h |