Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitweb: Refactor common parts of 'log' and 'shortlog' views | Jakub Narebski | 2009-11-14 | 1 | -52/+20 |
* | gitweb: Refactor 'log' action generation, adding git_log_body() | Jakub Narebski | 2009-11-14 | 1 | -33/+48 |
* | git-describe.txt: formatting fix | Junio C Hamano | 2009-11-10 | 1 | -0/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2009-11-10 | 2 | -2/+5 |
|\ | |||||
| * | merge: do not setup worktree twice | Jonathan Nieder | 2009-11-10 | 1 | -1/+0 |
| * | check-ref-format: update usage string | Jonathan Nieder | 2009-11-10 | 1 | -1/+5 |
* | | Merge branch 'jk/maint-format-patch-p-suppress-stat' | Junio C Hamano | 2009-11-10 | 2 | -2/+28 |
|\ \ | |||||
| * | | format-patch: make "-p" suppress diffstat | Jeff King | 2009-11-08 | 2 | -2/+28 |
* | | | Merge branch 'pb/maint-gitweb-blob-lineno' | Junio C Hamano | 2009-11-10 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | gitweb: Fix blob linenr links in pathinfo mode | Petr Baudis | 2009-11-06 | 1 | -1/+2 |
| |/ / | |||||
* | | | Merge branch 'tr/describe-advice' | Junio C Hamano | 2009-11-10 | 1 | -4/+12 |
|\ \ \ | |||||
| * | | | describe: when failing, tell the user about options that work | Thomas Rast | 2009-10-28 | 1 | -4/+12 |
* | | | | Merge branch 'jk/maint-1.6.3-ls-files-i' | Junio C Hamano | 2009-11-10 | 3 | -2/+20 |
|\ \ \ \ | |||||
| * | | | | ls-files: unbreak "ls-files -i" | Jeff King | 2009-10-30 | 3 | -2/+20 |
* | | | | | Merge branch 'bg/merge-ff-only' | Junio C Hamano | 2009-11-10 | 4 | -3/+61 |
|\ \ \ \ \ | |||||
| * | | | | | Teach 'git merge' and 'git pull' the option --ff-only | Björn Gustavsson | 2009-10-30 | 4 | -3/+61 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'vl/maint-openssl-signature-change' | Junio C Hamano | 2009-11-10 | 1 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | imap-send.c: fix compiler warnings for OpenSSL 1.0 | Vietor Liu | 2009-10-31 | 1 | -0/+4 |
* | | | | | | Merge branch 'jk/maint-push-config' | Junio C Hamano | 2009-11-10 | 1 | -2/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | push: always load default config | Jeff King | 2009-10-25 | 1 | -2/+1 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'jk/gitignore-anchored' | Junio C Hamano | 2009-11-10 | 1 | -177/+177 |
|\ \ \ \ \ \ | |||||
| * | | | | | | gitignore: root most patterns at the top-level directory | Jeff King | 2009-10-27 | 1 | -177/+177 |
* | | | | | | | Merge branch 'jp/dirty-describe' | Junio C Hamano | 2009-11-10 | 3 | -1/+44 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Teach "git describe" --dirty option | Jean Privat | 2009-10-27 | 3 | -1/+44 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'sr/blame-incomplete' | Junio C Hamano | 2009-11-10 | 1 | -0/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | blame: make sure that the last line ends in an LF | Johannes Schindelin | 2009-10-21 | 1 | -0/+6 |
| |/ / / / / / | |||||
* | | | | | | | git-update-index.txt: Document the --really-refresh option. | Štěpán Němec | 2009-11-10 | 1 | -1/+5 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-11-08 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Add intermediate build products to .gitignore | Jonathan Nieder | 2009-11-08 | 1 | -0/+1 |
* | | | | | | | Merge branch 'jc/commit-s-subject-is-not-a-footer' | Junio C Hamano | 2009-11-06 | 2 | -1/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | builtin-commit.c: fix logic to omit empty line before existing footers | Junio C Hamano | 2009-11-06 | 2 | -1/+10 |
* | | | | | | | | pack-objects: move thread autodetection closer to relevant code | Nicolas Pitre | 2009-11-05 | 1 | -5/+2 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-11-04 | 4 | -7/+13 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Fix documentation grammar typo | Gisle Aas | 2009-11-04 | 1 | -1/+1 |
| * | | | | | | | Allow curl helper to work without a local repository | Daniel Barkalow | 2009-11-03 | 1 | -1/+4 |
| * | | | | | | | Require a struct remote in transport_get() | Daniel Barkalow | 2009-11-03 | 2 | -5/+8 |
| * | | | | | | | Merge branch 'bg/clone-doc' into maint | Junio C Hamano | 2009-11-01 | 1 | -13/+13 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'jn/show-normalized-refs' | Junio C Hamano | 2009-11-02 | 1 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t1402: Make test executable | Stephen Boyd | 2009-11-02 | 1 | -0/+0 |
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-11-01 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Makefile: add compat/bswap.h to LIB_H | Dmitry V. Levin | 2009-11-01 | 1 | -0/+1 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Revert "Don't create the $GIT_DIR/branches directory on init" | Junio C Hamano | 2009-10-31 | 1 | -0/+1 |
* | | | | | | | | | fixup tr/stash-format merge | Junio C Hamano | 2009-10-30 | 19 | -79/+192 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | stash list: drop the default limit of 10 stashes | Thomas Rast | 2009-10-19 | 2 | -7/+1 |
| * | | | | | | | | | stash list: use new %g formats instead of sed | Thomas Rast | 2009-10-19 | 1 | -2/+1 |
| * | | | | | | | | | Introduce new pretty formats %g[sdD] for reflog information | Thomas Rast | 2009-10-19 | 7 | -3/+86 |
| * | | | | | | | | | reflog-walk: refactor the branch@{num} formatting | Thomas Rast | 2009-10-19 | 1 | -22/+32 |
| * | | | | | | | | | Refactor pretty_print_commit arguments into a struct | Thomas Rast | 2009-10-19 | 12 | -46/+72 |
* | | | | | | | | | | Merge branch 'js/diff-verbose-submodule' | Junio C Hamano | 2009-10-30 | 7 | -0/+411 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | add tests for git diff --submodule | Jens Lehmann | 2009-10-23 | 1 | -0/+260 |