1. 03 11月, 2007 4 次提交
    • J
      Merge branch 'ph/parseopt' · 3d66dc96
      Junio C Hamano 提交于
      * ph/parseopt: (24 commits)
        gc: use parse_options
        Fixed a command line option type for builtin-fsck.c
        Make builtin-pack-refs.c use parse_options.
        Make builtin-name-rev.c use parse_options.
        Make builtin-count-objects.c use parse_options.
        Make builtin-fsck.c use parse_options.
        Update manpages to reflect new short and long option aliases
        Make builtin-for-each-ref.c use parse-opts.
        Make builtin-symbolic-ref.c use parse_options.
        Make builtin-update-ref.c use parse_options
        Make builtin-revert.c use parse_options.
        Make builtin-describe.c use parse_options
        Make builtin-branch.c use parse_options.
        Make builtin-mv.c use parse-options
        Make builtin-rm.c use parse_options.
        Port builtin-add.c to use the new option parser.
        parse-options: allow callbacks to take no arguments at all.
        parse-options: Allow abbreviated options when unambiguous
        Add shortcuts for very often used options.
        parse-options: make some arguments optional, add callbacks.
        ...
      
      Conflicts:
      
      	Makefile
      	builtin-add.c
      3d66dc96
    • J
      Merge branch 'np/progress' · 265ae188
      Junio C Hamano 提交于
      * np/progress:
        Show total transferred as part of throughput progress
        make sure throughput display gets updated even if progress doesn't move
        return the prune-packed progress display to the inner loop
        add throughput display to git-push
        add some copyright notice to the progress display code
        add throughput display to index-pack
        add throughput to progress display
        relax usage of the progress API
        make struct progress an opaque type
        prune-packed: don't call display_progress() for every file
        Stop displaying "Pack pack-$ID created." during git-gc
        Teach prune-packed to use the standard progress meter
        Change 'Deltifying objects' to 'Compressing objects'
        fix for more minor memory leaks
        fix const issues with some functions
        pack-objects.c: fix some global variable abuse and memory leaks
        pack-objects: no delta possible with only one object in the list
        cope with multiple line breaks within sideband progress messages
        more compact progress display
      265ae188
    • J
      Merge branch 'br/gccfix' · 7240bfea
      Junio C Hamano 提交于
      * br/gccfix:
        transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variable
      7240bfea
    • J
      Merge branch 'gp/maint-diffdoc' · 784c099a
      Junio C Hamano 提交于
      * gp/maint-diffdoc:
        git-diff.txt: add section "output format" describing the diff formats
      784c099a
  2. 02 11月, 2007 14 次提交
  3. 01 11月, 2007 6 次提交
  4. 31 10月, 2007 16 次提交