Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'mv/commit-date' | Junio C Hamano | 2010-01-07 | 5 | -2/+53 |
|\ | |||||
| * | Document date formats accepted by parse_date() | Miklos Vajna | 2009-12-03 | 3 | -0/+29 |
| * | builtin-commit: add --date option | Miklos Vajna | 2009-12-03 | 3 | -2/+24 |
* | | Merge branch 'mo/bin-wrappers' | Junio C Hamano | 2010-01-07 | 6 | -32/+93 |
|\ \ | |||||
| * | | INSTALL: document a simpler way to run uninstalled builds | Matthew Ogilvie | 2009-12-03 | 1 | -7/+11 |
| * | | run test suite without dashed git-commands in PATH | Matthew Ogilvie | 2009-12-03 | 2 | -12/+30 |
| * | | build dashless "bin-wrappers" directory similar to installed bindir | Matthew Ogilvie | 2009-12-03 | 3 | -13/+52 |
* | | | .gitattributes: detect 8-space indent in shell scripts | Junio C Hamano | 2010-01-06 | 1 | -0/+1 |
* | | | Makefile: make ppc/sha1ppc.o depend on GIT-CFLAGS | Jonathan Nieder | 2010-01-05 | 1 | -1/+1 |
* | | | Use warning function instead of fprintf(stderr, "Warning: ..."). | Thiago Farina | 2010-01-03 | 4 | -7/+5 |
* | | | Merge branch 'maint' | Junio C Hamano | 2010-01-02 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | stash: mention --patch in usage string. | Matthieu Moy | 2010-01-02 | 1 | -1/+1 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2009-12-31 | 5 | -21/+37 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-12-31 | 2 | -15/+17 |
| |\ \ \ | |||||
| | * | | | branch: die explicitly why when calling "git branch [-a|-r] branchname". | Matthieu Moy | 2009-12-31 | 2 | -15/+17 |
| * | | | | fast-import: Document author/committer/tagger name is optional | Shawn O. Pearce | 2009-12-31 | 2 | -6/+6 |
| * | | | | SubmittingPatches: hints to know the status of a submitted patch. | Matthieu Moy | 2009-12-31 | 1 | -0/+14 |
* | | | | | bash completion: add space between branch name and status flags | Shawn O. Pearce | 2009-12-30 | 1 | -5/+2 |
* | | | | | Add completion for git-svn mkdirs,reset,and gc | Robert Zeh | 2009-12-30 | 1 | -2/+5 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2009-12-30 | 5 | -23/+34 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-12-30 | 4 | -15/+19 |
| |\ \ \ \ | |||||
| | * | | | | textconv: stop leaking file descriptors | Jeff King | 2009-12-30 | 1 | -0/+2 |
| | * | | | | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-12-29 | 2 | -9/+11 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | commit: --cleanup is a message option | Greg Price | 2009-12-29 | 1 | -2/+4 |
| | | * | | | t7102: make the test fail if one of its check fails | Nguyễn Thái Ngọc Duy | 2009-12-29 | 1 | -7/+7 |
| | * | | | | git count-objects: handle packs bigger than 4G | Andreas Schwab | 2009-12-29 | 1 | -6/+6 |
| * | | | | | Documentation: always respect core.worktree if set | Nguyễn Thái Ngọc Duy | 2009-12-29 | 1 | -8/+15 |
* | | | | | | Merge branch 'jk/1.7.0-status' | Junio C Hamano | 2009-12-27 | 11 | -95/+672 |
|\ \ \ \ \ \ | |||||
| * | | | | | | status/commit: do not suggest "reset HEAD <path>" while merging | Junio C Hamano | 2009-12-12 | 4 | -5/+13 |
| * | | | | | | commit/status: "git add <path>" is not necessarily how to resolve | Junio C Hamano | 2009-12-12 | 2 | -2/+2 |
| * | | | | | | commit/status: check $GIT_DIR/MERGE_HEAD only once | Junio C Hamano | 2009-12-12 | 1 | -6/+4 |
| * | | | | | | t7508-status: test all modes with color | Michael J Gruber | 2009-12-08 | 3 | -44/+156 |
| * | | | | | | t7508-status: status --porcelain ignores relative paths setting | Michael J Gruber | 2009-12-08 | 1 | -0/+18 |
| * | | | | | | status: reduce duplicated setup code | Jeff King | 2009-12-07 | 2 | -12/+9 |
| * | | | | | | status: disable color for porcelain format | Jeff King | 2009-12-07 | 3 | -2/+9 |
| * | | | | | | status -s: obey color.status | Michael J Gruber | 2009-12-05 | 2 | -7/+18 |
| * | | | | | | builtin-commit: refactor short-status code into wt-status.c | Michael J Gruber | 2009-12-05 | 3 | -97/+95 |
| * | | | | | | t7508-status.sh: Add tests for status -s | Michael J Gruber | 2009-11-27 | 1 | -0/+166 |
| * | | | | | | status -s: respect the status.relativePaths option | Michael J Gruber | 2009-11-26 | 2 | -2/+4 |
| * | | | | | | docs: note that status configuration affects only long format | Jeff King | 2009-09-05 | 1 | -5/+5 |
| * | | | | | | commit: support alternate status formats | Jeff King | 2009-09-05 | 2 | -7/+46 |
| * | | | | | | status: add --porcelain output format | Jeff King | 2009-09-05 | 2 | -3/+15 |
| * | | | | | | status: refactor format option parsing | Jeff King | 2009-09-05 | 1 | -7/+14 |
| * | | | | | | status: refactor short-mode printing to its own function | Jeff King | 2009-09-05 | 1 | -20/+25 |
| * | | | | | | status: typo fix in usage | Jeff King | 2009-09-05 | 1 | -1/+1 |
| * | | | | | | git status: not "commit --dry-run" anymore | Junio C Hamano | 2009-08-22 | 9 | -50/+89 |
| * | | | | | | git stat -s: short status output | Junio C Hamano | 2009-08-22 | 1 | -8/+106 |
| * | | | | | | git stat: the beginning of "status that is not a dry-run of commit" | Junio C Hamano | 2009-08-22 | 6 | -14/+75 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-12-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge branch 'nf/maint-fix-index-ext-len-on-be64' into maint | Junio C Hamano | 2009-12-27 | 1 | -1/+1 |
| |\ \ \ \ \ \ |