Add column layout skeleton and git-column
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 21 Apr 2012 04:44:32 +0000 (11:44 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Apr 2012 16:26:37 +0000 (09:26 -0700)
commit7e29b82...4f08af820b2f0c3770836638ffe517ab
treea30cbc7...6997728a87f15093b13da82738a9dc91copy hash to clipboard (tree)
parentb082687...bac951d31bdea346404db5d0b99a0b73copy hash to clipboard (diff)
12 files changed:
.gitignore
Documentation/config.txt
Documentation/git-column.txt [new file with mode: 0644]
Makefile
builtin.h
builtin/column.c [new file with mode: 0644]
column.c [new file with mode: 0644]
column.h [new file with mode: 0644]
command-list.txt
git.c
parse-options.h
t/t9002-column.sh [new file with mode: 0755]