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
2010-01-19Merge branch 'jc/rerere'Junio C Hamano
2010-01-18Merge branch 'jh/commit-status'Junio C Hamano
2010-01-13Merge branch 'nd/sparse'Junio C Hamano
2010-01-13commit: support commit.status, --status, and --no-statusJames P. Howard, II
2010-01-08Merge branch 'mv/commit-date'Junio C Hamano
2009-12-30Merge branch 'maint'Junio C Hamano
2009-12-30Merge branch 'maint-1.6.1' into maintJunio C Hamano
2009-12-30Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano
2009-12-30commit: --cleanup is a message optionGreg Price
2009-12-28Merge branch 'jk/1.7.0-status'Junio C Hamano
2009-12-16Merge branch 'maint' to sync with 1.6.5.7Junio C Hamano
2009-12-16ignore unknown color configurationJeff King
2009-12-15commit: correctly respect skip-worktree bitNguyễn Thái Ngọc Duy
2009-12-12status/commit: do not suggest "reset HEAD <path>" while mergingJunio C Hamano
2009-12-12commit/status: check $GIT_DIR/MERGE_HEAD only onceJunio C Hamano
2009-12-07status: reduce duplicated setup codeJeff King
2009-12-07status: disable color for porcelain formatJeff King
2009-12-05status -s: obey color.statusMichael J Gruber
2009-12-05builtin-commit: refactor short-status code into wt-status.cMichael J Gruber
2009-12-04Teach --[no-]rerere-autoupdate option to merge, revert and friendsJunio C Hamano
2009-12-03builtin-commit: add --date optionMiklos Vajna
2009-12-01Merge branch 'em/commit-claim'Junio C Hamano
2009-11-27status -s: respect the status.relativePaths optionMichael J Gruber
2009-11-23Merge branch 'mm/config-pathname-tilde-expand'Junio C Hamano
2009-11-18Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy
2009-11-07Merge branch 'jc/commit-s-subject-is-not-a-footer'Junio C Hamano
2009-11-07builtin-commit.c: fix logic to omit empty line before existing footersJunio C Hamano
2009-11-05commit -c/-C/--amend: reset timestamp and authorship to committer with --rese...Erick Mattos
2009-10-31fixup tr/stash-format mergeJunio C Hamano
2009-10-28commit: More generous accepting of RFC-2822 footer lines.David Brown
2009-10-20Refactor pretty_print_commit arguments into a structThomas Rast
2009-09-06commit: support alternate status formatsJeff King
2009-09-06status: add --porcelain output formatJeff King
2009-09-06status: refactor format option parsingJeff King
2009-09-06status: refactor short-mode printing to its own functionJeff King
2009-09-06status: typo fix in usageJeff King
2009-08-24Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy
2009-08-22git status: not "commit --dry-run" anymoreJunio C Hamano
2009-08-22git stat -s: short status outputJunio C Hamano
2009-08-22git stat: the beginning of "status that is not a dry-run of commit"Junio C Hamano
2009-08-15git commit --dry-run -v: show diff in color when askedJunio C Hamano
2009-08-10Make git_status_config() file scope static to builtin-commit.cJunio C Hamano
2009-08-10wt-status: move many global settings to wt_status structureJunio C Hamano
2009-08-08commit: --dry-runJunio C Hamano
2009-08-06wt-status.c: rework the way changes to the index and work tree are summarizedJunio C Hamano
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-05-25parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-05-24commit: -F overrides -tStephen Boyd