summaryrefslogtreecommitdiffstats
path: root/show-index.c
Commit message (Expand)AuthorAgeFilesLines
* common-main: call git_setup_gettext()Jeff King2016-07-011-2/+0
* add an extra level of indirection to main()Jeff King2016-07-011-1/+1
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-1/+2
* usage: do not insist that standard input must come from a fileJunio C Hamano2015-10-161-1/+1
* i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason2011-12-051-0/+2
* cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey2011-10-061-1/+1
* slim down "git show-index"Linus Torvalds2010-01-211-1/+1
* Show usage string for 'git show-index -h'Jonathan Nieder2009-11-101-0/+5
* Fix some warnings (on cygwin) to allow -WerrorRamsay Jones2008-07-051-1/+2
* Use PRIuMAX instead of 'unsigned long long' in show-indexShawn O. Pearce2007-10-211-1/+1
* show-index.c: learn about index v2Nicolas Pitre2007-04-101-9/+59
* Fix typo in show-index.cLars Hjemli2006-10-201-1/+1
* Add a "git-show-index" helper that shows the contents of a pack indexLinus Torvalds2005-07-051-0/+28