1. 16 12月, 2010 6 次提交
  2. 03 12月, 2010 2 次提交
  3. 02 12月, 2010 2 次提交
    • J
      Merge branch 'maint-1.7.0' into maint-1.7.1 · e760924c
      Junio C Hamano 提交于
      * maint-1.7.0:
        add: introduce add.ignoreerrors synonym for add.ignore-errors
      e760924c
    • J
      add: introduce add.ignoreerrors synonym for add.ignore-errors · 6b3020a2
      Jonathan Nieder 提交于
      The "[add] ignore-errors" tweakable introduced by v1.5.6-rc0~30^2 (Add
      a config option to ignore errors for git-add, 2008-05-12) does not
      follow the usual convention for naming values in the git configuration
      file.
      
      What convention?  Glad you asked.
      
      	The section name indicates the affected subsystem.
      
      	The subsection name, if any, indicates which of
      	an unbound set of things to set the value for.
      
      	The variable name describes the effect of tweaking
      	this knob.
      
      	The section and variable names can be broken into
      	words using bumpyCaps in documentation as a hint to
      	the reader.  These word breaks are not significant
      	at the level of code, since the section and variable
      	names are not case sensitive.
      
      The name "add.ignore-errors" includes a dash, meaning a naive
      configuration file like
      
      	[add]
      		ignoreErrors
      
      does not have any effect.  Avoid such confusion by renaming to the
      more consistent add.ignoreErrors, but keep the old version for
      backwards compatibility.
      Signed-off-by: NJonathan Nieder <jrnieder@gmail.com>
      Acked-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      6b3020a2
  4. 30 8月, 2010 1 次提交
  5. 28 7月, 2010 4 次提交
  6. 26 7月, 2010 6 次提交
  7. 21 7月, 2010 2 次提交
  8. 20 7月, 2010 2 次提交
  9. 16 7月, 2010 3 次提交
  10. 14 7月, 2010 2 次提交
  11. 10 7月, 2010 3 次提交
  12. 08 7月, 2010 6 次提交
  13. 07 7月, 2010 1 次提交