Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Prompt to continue when editing during rebase --interactive | Jonathan del Strother | 2008-02-27 | 1 | -0/+4 | |
| * | | | | | Documentation/git svn log: add a note about timezones. | Miklos Vajna | 2008-02-27 | 1 | -0/+4 | |
| * | | | | | Merge branch 'js/maint-http-push' into maint | Junio C Hamano | 2008-02-27 | 1 | -9/+18 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Don't use GIT_CONFIG in t5505-remote | Daniel Barkalow | 2008-02-27 | 1 | -3/+0 | |
* | | | | | | | Merge branch 'git-p4' of git://repo.or.cz/git/git-p4 | Junio C Hamano | 2008-02-27 | 1 | -118/+98 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | git-p4: Support usage of perforce client spec | Tor Arvid Lund | 2008-02-27 | 1 | -8/+42 | |
| * | | | | | | | git-p4: git-p4 submit cleanups. | Simon Hausmann | 2008-02-27 | 1 | -41/+10 | |
| * | | | | | | | git-p4: Removed git-p4 submit --direct. | Simon Hausmann | 2008-02-27 | 1 | -45/+11 | |
| * | | | | | | | git-p4: Clean up git-p4 submit's log message handling. | Simon Hausmann | 2008-02-27 | 1 | -16/+16 | |
| * | | | | | | | git-p4: Remove --log-substitutions feature. | Simon Hausmann | 2008-02-27 | 1 | -7/+0 | |
| * | | | | | | | git-p4: support exclude paths | Tommy Thorn | 2008-02-27 | 1 | -4/+22 | |
* | | | | | | | | git-svn: Don't prompt for client cert password everytime. | Sebastian Noack | 2008-02-27 | 1 | -0/+1 | |
* | | | | | | | | git.el: Do not display empty directories. | Alexandre Julliard | 2008-02-27 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'jm/free' | Junio C Hamano | 2008-02-27 | 17 | -53/+27 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 2008-02-22 | 17 | -55/+28 | |
* | | | | | | | | | Merge branch 'js/branch-track' | Junio C Hamano | 2008-02-27 | 12 | -73/+131 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | doc: documentation update for the branch track changes | Jay Soffian | 2008-02-19 | 3 | -32/+34 | |
| * | | | | | | | | | branch: optionally setup branch.*.merge from upstream local branches | Jay Soffian | 2008-02-19 | 9 | -39/+98 | |
* | | | | | | | | | | Merge branch 'db/checkout' | Junio C Hamano | 2008-02-27 | 20 | -271/+1002 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | checkout: error out when index is unmerged even with -m | Junio C Hamano | 2008-02-24 | 1 | -17/+18 | |
| * | | | | | | | | | | checkout: show progress when checkout takes long time while switching branches | Junio C Hamano | 2008-02-23 | 1 | -0/+1 | |
| * | | | | | | | | | | Add merge-subtree back | Junio C Hamano | 2008-02-23 | 3 | -5/+36 | |
| * | | | | | | | | | | checkout: updates to tracking report | Junio C Hamano | 2008-02-21 | 1 | -5/+5 | |
| * | | | | | | | | | | builtin-checkout.c: Remove unused prefix arguments in switch_branches path | Daniel Barkalow | 2008-02-21 | 1 | -6/+4 | |
| * | | | | | | | | | | checkout: work from a subdirectory | Junio C Hamano | 2008-02-20 | 2 | -1/+34 | |
| * | | | | | | | | | | checkout: tone down the "forked status" diagnostic messages | Junio C Hamano | 2008-02-20 | 1 | -40/+64 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Clean up reporting differences on branch switch | Daniel Barkalow | 2008-02-19 | 1 | -71/+7 | |
| * | | | | | | | | | builtin-checkout.c: fix possible usage segfault | Jay Soffian | 2008-02-18 | 1 | -0/+1 | |
| * | | | | | | | | | checkout: notice when the switched branch is behind or forked | Junio C Hamano | 2008-02-16 | 1 | -0/+136 | |
| * | | | | | | | | | Build in checkout | Daniel Barkalow | 2008-02-16 | 6 | -8/+481 | |
| * | | | | | | | | | Move code to clean up after a branch change to branch.c | Daniel Barkalow | 2008-02-09 | 3 | -6/+28 | |
| * | | | | | | | | | Library function to check for unmerged index entries | Daniel Barkalow | 2008-02-09 | 4 | -26/+15 | |
| * | | | | | | | | | Use diff -u instead of diff in t7201 | Daniel Barkalow | 2008-02-09 | 1 | -9/+9 | |
| * | | | | | | | | | Move create_branch into a library file | Daniel Barkalow | 2008-02-09 | 4 | -137/+151 | |
| * | | | | | | | | | Build-in merge-recursive | Daniel Barkalow | 2008-02-09 | 5 | -22/+46 | |
| * | | | | | | | | | Add "skip_unmerged" option to unpack_trees. | Daniel Barkalow | 2008-02-09 | 2 | -3/+18 | |
| * | | | | | | | | | Discard "deleted" cache entries after using them to update the working tree | Daniel Barkalow | 2008-02-09 | 1 | -7/+9 | |
| * | | | | | | | | | Send unpack-trees debugging output to stderr | Daniel Barkalow | 2008-02-09 | 1 | -7/+7 | |
| * | | | | | | | | | Add flag to make unpack_trees() not print errors. | Daniel Barkalow | 2008-02-09 | 2 | -14/+30 | |
| * | | | | | | | | | Allow callers of unpack_trees() to handle failure | Daniel Barkalow | 2008-02-09 | 4 | -41/+56 | |
* | | | | | | | | | | Merge branch 'db/cover-letter' | Junio C Hamano | 2008-02-27 | 12 | -234/+699 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Improve collection of information for format-patch --cover-letter | Daniel Barkalow | 2008-02-25 | 1 | -24/+28 | |
| * | | | | | | | | | | Add API access to shortlog | Daniel Barkalow | 2008-02-25 | 2 | -68/+106 | |
| * | | | | | | | | | | t4014: Replace sed's non-standard 'Q' by standard 'q' | Steffen Prohaska | 2008-02-23 | 1 | -4/+4 | |
| * | | | | | | | | | | Support a --cc=<email> option in format-patch | Daniel Barkalow | 2008-02-19 | 3 | -0/+17 | |
| * | | | | | | | | | | Combine To: and Cc: headers | Daniel Barkalow | 2008-02-19 | 2 | -15/+65 | |
| * | | | | | | | | | | Fix format.headers not ending with a newline | Daniel Barkalow | 2008-02-19 | 2 | -3/+7 | |
| * | | | | | | | | | | Add tests for extra headers in format-patch | Daniel Barkalow | 2008-02-19 | 1 | -0/+34 | |
| * | | | | | | | | | | Add a --cover-letter option to format-patch | Daniel Barkalow | 2008-02-19 | 5 | -65/+314 | |
| * | | | | | | | | | | Export some email and pretty-printing functions | Daniel Barkalow | 2008-02-19 | 4 | -75/+102 |