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