Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'pn/commit-autosquash' | Junio C Hamano | 2010-12-03 |
|\ | |||
| * | commit: --squash option for use with rebase --autosquash | Pat Notz | 2010-11-04 |
| * | commit: --fixup option for use with rebase --autosquash | Pat Notz | 2010-11-04 |
| * | commit: helper methods to reduce redundant blocks of code | Pat Notz | 2010-11-04 |
* | | Merge branch 'sn/diff-doc' | Junio C Hamano | 2010-12-03 |
|\ \ | |||
| * | | diff,difftool: Don't use the {0,2} notation in usage strings | Štěpán Němec | 2010-11-05 |
* | | | Merge branch 'maint' | Junio C Hamano | 2010-12-01 |
|\ \ \ | |||
| * \ \ | Merge branch 'maint-1.7.2' into maint | Junio C Hamano | 2010-12-01 |
| |\ \ \ | |||
| | * \ \ | Merge branch 'maint-1.7.1' into maint-1.7.2 | Junio C Hamano | 2010-12-01 |
| | |\ \ \ | |||
| | | * | | | Merge branch 'maint-1.7.0' into maint-1.7.1 | Junio C Hamano | 2010-12-01 |
| * | | | | | Merge branch 'jk/maint-apply-no-binary' into maint | Junio C Hamano | 2010-11-24 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge branch 'jn/send-pack-error' into maint | Junio C Hamano | 2010-11-24 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge branch 'jk/maint-rev-list-nul' into maint | Junio C Hamano | 2010-11-24 |
| |\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ | Merge branch 'bc/fix-cherry-pick-root' into maint | Junio C Hamano | 2010-11-24 |
| |\ \ \ \ \ \ \ \ | |||
* | \ \ \ \ \ \ \ \ | Merge branch 'jl/clone-recurse-sm-synonym' | Junio C Hamano | 2010-11-29 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | clone: Add the --recurse-submodules option as alias for --recursive | Jens Lehmann | 2010-11-05 |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||
* | | | | | | | | | | Merge branch 'jn/cherry-pick-refresh-index' | Junio C Hamano | 2010-11-29 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | cherry-pick/revert: transparently refresh index | Jonathan Nieder | 2010-11-10 |
* | | | | | | | | | | | Merge branch 'np/pack-broken-boundary' | Junio C Hamano | 2010-11-29 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | make pack-objects a bit more resilient to repo corruption | Nicolas Pitre | 2010-10-22 |
| |/ / / / / / / / / / | |||
* | | | | | | | | | | | Merge branch 'fc/apply-p2-get-header-name' | Junio C Hamano | 2010-11-29 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | Fix git-apply with -p greater than 1 | Federico Cuello | 2010-11-05 |
| |/ / / / / / / / / / | |||
* | | | | | | | | | | | Merge branch 'kb/blame-author-email' | Junio C Hamano | 2010-11-29 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | blame: Add option to show author email instead of name | Kevin Ballard | 2010-10-19 |
* | | | | | | | | | | | | Merge branch 'ak/apply-non-git-epoch' | Junio C Hamano | 2010-11-29 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | apply: handle patches with funny filename and colon in timezone | Jonathan Nieder | 2010-11-10 |
| * | | | | | | | | | | | | apply: Recognize epoch timestamps with : in the timezone | Anders Kaseorg | 2010-10-13 |
* | | | | | | | | | | | | | Merge branch 'cb/maint-orphan-merge-noclobber' | Junio C Hamano | 2010-11-24 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | do not overwrite untracked during merge from unborn branch | Clemens Buchacher | 2010-11-15 |
* | | | | | | | | | | | | | | Merge branch 'rs/opt-help-text' | Junio C Hamano | 2010-11-24 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | verify-tag: document --verbose | René Scharfe | 2010-11-15 |
| * | | | | | | | | | | | | | | branch: improve --verbose description | René Scharfe | 2010-11-15 |
| * | | | | | | | | | | | | | | Describe various forms of "be quiet" using OPT__QUIET | Jonathan Nieder | 2010-11-15 |
| * | | | | | | | | | | | | | | add OPT__FORCE | René Scharfe | 2010-11-15 |
| * | | | | | | | | | | | | | | add description parameter to OPT__QUIET | René Scharfe | 2010-11-15 |
| * | | | | | | | | | | | | | | add description parameter to OPT__DRY_RUN | René Scharfe | 2010-11-15 |
| * | | | | | | | | | | | | | | add description parameter to OPT__VERBOSE | René Scharfe | 2010-11-15 |
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | Merge branch 'mm/phrase-remote-tracking' | Junio C Hamano | 2010-11-24 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | Change incorrect "remote branch" to "remote tracking branch" in C code | Matthieu Moy | 2010-11-03 |
| * | | | | | | | | | | | | | | Change "tracking branch" to "remote-tracking branch" | Matthieu Moy | 2010-11-03 |
| * | | | | | | | | | | | | | | Replace "remote tracking" with "remote-tracking" | Matthieu Moy | 2010-11-03 |
| |/ / / / / / / / / / / / / | |||
* | | | | | | | | | | | | | | Merge branch 'jk/maint-apply-no-binary' | Junio C Hamano | 2010-11-17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | apply: don't segfault on binary files with missing data | Jeff King | 2010-10-29 |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | |||
* | | | | | | | | | | | | | Merge branch 'jk/push-progress' | Junio C Hamano | 2010-11-17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | push: pass --progress down to git-pack-objects | Jeff King | 2010-10-18 |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |||
* | | | | | | | | | | | | | Merge branch 'tr/maint-merge-file-subdir' | Junio C Hamano | 2010-11-17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | merge-file: correctly find files when called in subdir | Thomas Rast | 2010-10-18 |
* | | | | | | | | | | | | | | Merge branch 'jn/send-pack-error' | Junio C Hamano | 2010-11-17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | send-pack: avoid redundant "pack-objects died with strange error" | Jonathan Nieder | 2010-10-18 |
| |/ / / / / / / / / / / / | |||
* | | | | | | | | | | | | | Merge branch 'jk/maint-rev-list-nul' | Junio C Hamano | 2010-11-17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |