Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-15config: don't include config.h by defaultBrandon Williams
2016-02-23use xmallocz to avoid size arithmeticJeff King
2016-02-23convert trivial cases to ALLOC_ARRAYJeff King
2014-10-29use child_process_init() to initialize struct child_process variablesRené Scharfe
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-06-20refactor skip_prefix to return a booleanJeff King
2014-05-15run_column_filter: use argv_arrayJeff King
2014-04-01comments: fix misuses of "nor"Justin Lebar
2012-04-27column: support piping stdout to external git-column processNguyễn Thái Ngọc Duy
2012-04-27column: add dense layout supportNguyễn Thái Ngọc Duy
2012-04-27column: add columnar layoutNguyễn Thái Ngọc Duy
2012-04-27Add column layout skeleton and git-columnNguyễn Thái Ngọc Duy