Commit message (Expand) | Author | Age | |
---|---|---|---|
* | grep: read patterns from stdin with -f - | René Scharfe | 2011-03-19 |
* | Name make_*_path functions more accurately | Carlos Martín Nieto | 2011-03-17 |
* | Merge branch 'maint' | Junio C Hamano | 2011-03-16 |
|\ | |||
| * | Merge branch 'jn/maint-commit-missing-template' into maint | Junio C Hamano | 2011-03-16 |
| |\ | |||
| * \ | Merge branch 'lt/rename-no-extra-copy-detection' into maint | Junio C Hamano | 2011-03-16 |
| |\ \ | |||
| * \ \ | Merge branch 'jk/fail-null-clone' into maint | Junio C Hamano | 2011-03-16 |
| |\ \ \ | |||
| * \ \ \ | Merge branch 'jh/push-default-upstream-configname' into maint | Junio C Hamano | 2011-03-16 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge branch 'mg/placeholders-are-lowercase' into maint | Junio C Hamano | 2011-03-16 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge branch 'mg/patch-id' into maint | Junio C Hamano | 2011-03-16 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge branch 'js/maint-merge-use-prepare-commit-msg-hook' into maint | Junio C Hamano | 2011-03-16 |
| |\ \ \ \ \ \ \ | |||
| * | | | | | | | | cherry: split off function to print output lines | Jonathan Nieder | 2011-03-16 |
| * | | | | | | | | branch: split off function that writes tracking info and commit subject | Jonathan Nieder | 2011-03-16 |
| * | | | | | | | | standardize brace placement in struct definitions | Jonathan Nieder | 2011-03-16 |
* | | | | | | | | | Merge branch 'mm/push-default-advice' | Junio C Hamano | 2011-03-15 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | push: better error message when no remote configured | Matthieu Moy | 2011-03-02 |
| * | | | | | | | | | push: better error messages when push.default = tracking | Matthieu Moy | 2011-03-02 |
* | | | | | | | | | | Merge branch 'jc/checkout-orphan-warning' | Junio C Hamano | 2011-03-15 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | commit: give final warning when reattaching HEAD to leave commits behind | Junio C Hamano | 2011-02-23 |
* | | | | | | | | | | | Merge branch 'jc/maint-apply-report-offset' | Junio C Hamano | 2011-03-15 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | apply -v: show offset count when patch did not apply exactly | Junio C Hamano | 2011-03-06 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||
* | | | | | | | | | | | Merge branch 'jc/maint-apply-no-double-patch' | Junio C Hamano | 2011-03-15 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | apply: do not patch lines that were already patched | Junio C Hamano | 2011-03-04 |
| |/ / / / / / / / / / | |||
* | | | | | | | | | | | Merge branch 'js/cherry-pick-usability' | Junio C Hamano | 2011-03-09 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | Teach commit about CHERRY_PICK_HEAD | Jay Soffian | 2011-02-21 |
| * | | | | | | | | | | | Introduce CHERRY_PICK_HEAD | Jay Soffian | 2011-02-21 |
| | |/ / / / / / / / / | |/| | | | | | | | | | |||
* | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-03-04 |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | |||
| * | | | | | | | | | | init: remove unnecessary check | Nguyễn Thái Ngọc Duy | 2011-03-03 |
* | | | | | | | | | | | Merge branch 'jn/maint-commit-missing-template' | Junio C Hamano | 2011-03-04 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||
| * | | | | | | | | | | commit: error out for missing commit message template | Jonathan Nieder | 2011-02-25 |
| * | | | | | | | | | | Merge branch 'ak/describe-exact' into maint | Junio C Hamano | 2011-01-19 |
| |\ \ \ \ \ \ \ \ \ \ | |||
* | \ \ \ \ \ \ \ \ \ \ | Merge branch 'lt/rename-no-extra-copy-detection' | Junio C Hamano | 2011-03-04 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||
| * | | | | | | | | | | | for_each_hash: allow passing a 'void *data' pointer to callback | Linus Torvalds | 2011-02-18 |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | |||
* | | | | | | | | | | | Merge branch 'jk/fail-null-clone' | Junio C Hamano | 2011-03-04 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||
| * | | | | | | | | | | clone: die when trying to clone missing local path | Jeff King | 2011-02-18 |
| |/ / / / / / / / / | |||
* | | | | | | | | | | Merge branch 'jc/grep--no-index-pathspec-fix' | Junio C Hamano | 2011-03-04 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | |||
| * | | | | | | | | | grep --no-index: honor pathspecs correctly | Junio C Hamano | 2011-02-16 |
* | | | | | | | | | | Merge branch 'jh/push-default-upstream-configname' | Junio C Hamano | 2011-02-27 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||
| * | | | | | | | | | push.default: Rename 'tracking' to 'upstream' | Johan Herland | 2011-02-16 |
| | |/ / / / / / / | |/| | | | | | | | |||
* | | | | | | | | | Merge branch 'lp/config-vername-check' | Junio C Hamano | 2011-02-27 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | Sanity-check config variable names | Libor Pechacek | 2011-02-22 |
| |/ / / / / / / / | |||
* | | | | | | | | | Merge branch 'mg/placeholders-are-lowercase' | Junio C Hamano | 2011-02-27 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||
| * | | | | | | | | Make <identifier> lowercase as per CodingGuidelines | Michael J Gruber | 2011-02-15 |
* | | | | | | | | | Merge branch 'mg/patch-id' | Junio C Hamano | 2011-02-27 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||
| * | | | | | | | | git-patch-id: do not trip over "no newline" markers | Michael J Gruber | 2011-02-17 |
| | |/ / / / / / | |/| | | | | | | |||
* | | | | | | | | Merge branch 'mz/rerere-remaining' | Junio C Hamano | 2011-02-27 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | rerere "remaining" | Martin von Zweigbergk | 2011-02-16 |
* | | | | | | | | | Merge branch 'js/maint-merge-use-prepare-commit-msg-hook' | Junio C Hamano | 2011-02-27 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||
| * | | | | | | | | merge: honor prepare-commit-msg hook | Jay Soffian | 2011-02-15 |
| | |/ / / / / / | |/| | | | | | | |||
* | | | | | | | | Merge branch 'nd/hash-object-sanity' | Junio C Hamano | 2011-02-27 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | Make hash-object more robust against malformed objects | Nguyễn Thái Ngọc Duy | 2011-02-07 |