Age | Commit message (Expand) | Author | Files | Lines |
2011-03-08 | commit, status: use status_printf{,_ln,_more} helpers | Jonathan Nieder | 1 | -23/+24 |
2011-03-08 | commit: refer to commit template as s->fp | Jonathan Nieder | 1 | -14/+13 |
2011-03-08 | add packet tracing debug code | Jeff King | 5 | -0/+8 |
2011-03-08 | commit, status: use status_printf{,_ln,_more} helpers | Jonathan Nieder | 1 | -23/+24 |
2011-03-08 | commit: refer to commit template as s->fp | Jonathan Nieder | 1 | -14/+13 |
2011-03-06 | apply -v: show offset count when patch did not apply exactly | Junio C Hamano | 1 | -2/+14 |
2011-03-04 | Merge branch 'maint' | Junio C Hamano | 1 | -7/+5 |
2011-03-04 | Merge branch 'jn/maint-commit-missing-template' | Junio C Hamano | 1 | -1/+1 |
2011-03-04 | Merge branch 'lt/rename-no-extra-copy-detection' | Junio C Hamano | 1 | -2/+2 |
2011-03-04 | Merge branch 'jk/fail-null-clone' | Junio C Hamano | 1 | -1/+1 |
2011-03-04 | Merge branch 'jc/grep--no-index-pathspec-fix' | Junio C Hamano | 1 | -0/+4 |
2011-03-04 | apply: do not patch lines that were already patched | Junio C Hamano | 1 | -1/+6 |
2011-03-03 | init: remove unnecessary check | Nguyễn Thái Ngọc Duy | 1 | -7/+5 |
2011-03-02 | push: better error message when no remote configured | Matthieu Moy | 1 | -1/+8 |
2011-03-02 | push: better error messages when push.default = tracking | Matthieu Moy | 1 | -6/+16 |
2011-03-02 | get_remote_url(): use the same data source as ls-remote to get remote urls | Uwe Kleine-König | 1 | -0/+11 |
2011-03-02 | rerere forget: deprecate invocation without pathspec | Johannes Sixt | 1 | -2/+5 |
2011-02-27 | Merge branch 'jh/push-default-upstream-configname' | Junio C Hamano | 1 | -5/+5 |
2011-02-27 | Merge branch 'lp/config-vername-check' | Junio C Hamano | 1 | -7/+20 |
2011-02-27 | Merge branch 'mg/placeholders-are-lowercase' | Junio C Hamano | 8 | -25/+25 |
2011-02-27 | Merge branch 'mg/patch-id' | Junio C Hamano | 1 | -0/+2 |
2011-02-27 | Merge branch 'mz/rerere-remaining' | Junio C Hamano | 1 | -2/+12 |
2011-02-27 | Merge branch 'js/maint-merge-use-prepare-commit-msg-hook' | Junio C Hamano | 1 | -8/+29 |
2011-02-27 | Merge branch 'nd/hash-object-sanity' | Junio C Hamano | 1 | -1/+1 |
2011-02-27 | Merge branch 'uk/checkout-ambiguous-ref' | Junio C Hamano | 1 | -105/+155 |
2011-02-27 | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 7 | -163/+65 |
2011-02-27 | git-add: make -A description clearer vs. -u | Michael J Gruber | 1 | -1/+1 |
2011-02-27 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2011-02-27 | branch_merged: fix grammar in warning | Eric Hanchrow | 1 | -1/+1 |
2011-02-25 | commit: error out for missing commit message template | Jonathan Nieder | 1 | -1/+1 |
2011-02-23 | commit: give final warning when reattaching HEAD to leave commits behind | Junio C Hamano | 1 | -6/+95 |
2011-02-22 | checkout: add missing const to describe_detached_head | Jonathan Nieder | 1 | -1/+1 |
2011-02-22 | Sanity-check config variable names | Libor Pechacek | 1 | -7/+20 |
2011-02-21 | Teach commit about CHERRY_PICK_HEAD | Jay Soffian | 2 | -97/+114 |
2011-02-21 | Introduce CHERRY_PICK_HEAD | Jay Soffian | 3 | -2/+33 |
2011-02-21 | merge: enable progress reporting for rename detection | Jeff King | 1 | -0/+7 |
2011-02-21 | commit: stop setting rename limit | Jeff King | 1 | -1/+0 |
2011-02-18 | for_each_hash: allow passing a 'void *data' pointer to callback | Linus Torvalds | 1 | -2/+2 |
2011-02-18 | clone: die when trying to clone missing local path | Jeff King | 1 | -1/+1 |
2011-02-17 | git-patch-id: do not trip over "no newline" markers | Michael J Gruber | 1 | -0/+2 |
2011-02-16 | grep --no-index: honor pathspecs correctly | Junio C Hamano | 1 | -0/+4 |
2011-02-16 | rerere "remaining" | Martin von Zweigbergk | 1 | -2/+12 |
2011-02-16 | push.default: Rename 'tracking' to 'upstream' | Johan Herland | 1 | -5/+5 |
2011-02-15 | merge: honor prepare-commit-msg hook | Jay Soffian | 1 | -8/+29 |
2011-02-15 | Make <identifier> lowercase as per CodingGuidelines | Michael J Gruber | 8 | -25/+25 |
2011-02-15 | Merge branch 'maint' | Junio C Hamano | 7 | -15/+15 |
2011-02-15 | commit,status: describe -u likewise | Michael J Gruber | 1 | -1/+1 |
2011-02-15 | add: describe --patch like checkout, reset | Michael J Gruber | 1 | -1/+1 |
2011-02-15 | commit,merge,tag: describe -m likewise | Michael J Gruber | 3 | -5/+5 |
2011-02-15 | clone,init: describe --template using the same wording | Michael J Gruber | 2 | -3/+3 |