Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show usage string for 'git cherry -h' | Jonathan Nieder | 2009-11-09 | 1 | -0/+3 |
* | Show usage string for 'git grep -h' | Jonathan Nieder | 2009-11-09 | 1 | -0/+7 |
* | Retire fetch--tool helper to contrib/examples | Jonathan Nieder | 2009-11-09 | 4 | -3/+0 |
* | 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 |
| * | | | | | | Add the --submodule option to the diff option family | Johannes Schindelin | 2009-10-19 | 6 | -0/+151 |
* | | | | | | | Merge branch 'jc/checkout-auto-track' | Junio C Hamano | 2009-10-30 | 3 | -21/+83 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git checkout --no-guess | Junio C Hamano | 2009-10-21 | 1 | -0/+5 |
| * | | | | | | | DWIM "git checkout frotz" to "git checkout -b frotz origin/frotz" | Junio C Hamano | 2009-10-18 | 1 | -3/+57 |
| * | | | | | | | check_filename(): make verify_filename() callable without dying | Junio C Hamano | 2009-10-18 | 2 | -18/+21 |
* | | | | | | | | Merge branch 'jn/show-normalized-refs' | Junio C Hamano | 2009-10-30 | 3 | -6/+111 |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | check-ref-format: simplify --print implementation | Jonathan Nieder | 2009-10-12 | 1 | -2/+23 |
| * | | | | | | | git check-ref-format --print | Junio C Hamano | 2009-10-12 | 3 | -6/+46 |
| * | | | | | | | Add tests for git check-ref-format | Jonathan Nieder | 2009-10-12 | 1 | -0/+44 |
* | | | | | | | | Merge branch 'jc/maint-1.6.3-graft-trailing-space' | Junio C Hamano | 2009-10-30 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | info/grafts: allow trailing whitespaces at the end of line | Junio C Hamano | 2009-10-14 | 1 | -2/+2 |
* | | | | | | | | | Merge branch 'ak/bisect-reset-to-switch' | Junio C Hamano | 2009-10-30 | 2 | -10/+21 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | bisect reset: Allow resetting to any commit, not just a branch | Anders Kaseorg | 2009-10-13 | 2 | -10/+21 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'tr/maint-roff-quote' | Junio C Hamano | 2009-10-30 | 3 | -0/+28 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Quote ' as \(aq in manpages | Thomas Rast | 2009-10-22 | 3 | -0/+28 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'ja/fetch-doc' | Junio C Hamano | 2009-10-30 | 3 | -67/+76 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Documentation/merge-options.txt: order options in alphabetical groups | Jari Aalto | 2009-10-22 | 1 | -43/+45 |
| * | | | | | | | | | Documentation/git-pull.txt: Add subtitles above included option files | Jari Aalto | 2009-10-22 | 1 | -0/+7 |
| * | | | | | | | | | Documentation/fetch-options.txt: order options alphabetically | Jari Aalto | 2009-10-21 | 1 | -24/+24 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'cb/doc-fetch-pull-merge' | Junio C Hamano | 2009-10-30 | 3 | -45/+66 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | modernize fetch/merge/pull examples | Clemens Buchacher | 2009-10-21 | 3 | -45/+66 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-10-30 | 3 | -8/+24 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| * | | | | | | | | clone: detect extra arguments | Jonathan Nieder | 2009-10-30 | 1 | -1/+6 |
| * | | | | | | | | clone: fix help on options | Junio C Hamano | 2009-10-30 | 1 | -2/+4 |