diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-11-30 16:21:33 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-30 16:21:33 -0800 |
commit | 65c6a4696a760f518c9f262705de030323c11146 (patch) | |
tree | 89f9866fb6611e0b8266c27b9ac77267e696869a /configure.ac | |
parent | 9ae8fcb36ac9fde8e048a304cc3717f2c7914e78 (diff) | |
parent | 10455d2a955a29db1809be139177e4e298771eb0 (diff) | |
download | git-65c6a4696a760f518c9f262705de030323c11146.tar.gz |
Merge branch 'maint'
* maint:
Replace the word 'update-cache' by 'update-index' everywhere
cvsimport: fix usage of cvsimport.module
t7003-filter-branch: Fix test of a failing --msg-filter.
cvsimport: miscellaneous packed-ref fixes
cvsimport: use rev-parse to support packed refs
Add basic cvsimport tests
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7bcf1a488c..5f8a15b9f9 100644 --- a/configure.ac +++ b/configure.ac @@ -415,7 +415,7 @@ GIT_PARSE_WITH(iconv)) # times (my ext3 doesn't). # # Define USE_STDEV below if you want git to care about the underlying device -# change being considered an inode change from the update-cache perspective. +# change being considered an inode change from the update-index perspective. ## Output files |