| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up different special *HEAD handling | Linus Torvalds | 2005-06-21 | 1 | -1/+1 |
* | Make default merge messages denser. | Linus Torvalds | 2005-06-08 | 1 | -3/+1 |
* | Make fetch/pull scripts terminate cleanly on errors | Linus Torvalds | 2005-06-06 | 1 | -1/+1 |
* | git-pull-script: pretty-print the merge head information | Linus Torvalds | 2005-05-25 | 1 | -3/+12 |
* | Split up git-pull-script into separate "fetch" and "merge" phases. | Linus Torvalds | 2005-05-22 | 1 | -33/+1 |
* | Introduce GIT_DIR environment variable. | Junio C Hamano | 2005-05-09 | 1 | -5/+11 |
* | Add http and local transport support for git-pull-script. | Junio C Hamano | 2005-05-06 | 1 | -6/+31 |
* | Split "git-pull-script" into two parts | Linus Torvalds | 2005-05-05 | 1 | -45/+1 |
* | git-pull-script: do the diffstat also for the fast-forward case | Linus Torvalds | 2005-05-05 | 1 | -0/+1 |
* | Teach "git-pull-script" about alternate HEAD's to pull.. | Linus Torvalds | 2005-05-04 | 1 | -2/+3 |
* | git-pull-script: add a final "diffstat" to show the result of the merge. | Linus Torvalds | 2005-05-04 | 1 | -0/+1 |
* | Update the merge scripts for the big git rename. | Linus Torvalds | 2005-04-29 | 1 | -11/+11 |
* | [PATCH] GIT: Honour SHA1_FILE_DIRECTORY env var in git-pull-script | Rene Scharfe | 2005-04-29 | 1 | -1/+1 |
* | git-pull-script: do automatic merges | Linus Torvalds | 2005-04-26 | 1 | -3/+11 |
* | Update "git-pull-script" to use "read-tree -m" for | Linus Torvalds | 2005-04-19 | 1 | -2/+2 |
* | Make git-pull-script do the right thing for symlinked HEAD's. | Linus Torvalds | 2005-04-19 | 1 | -1/+3 |
* | [PATCH] Do not let rsync obliterate .git/object symbolic link. | Junio C Hamano | 2005-04-18 | 1 | -1/+1 |
* | Add "update-cache --refresh" to git-pull-script to make sure | Linus Torvalds | 2005-04-18 | 1 | -2/+2 |
* | Add the simple scripts I used to do a merge with content conflicts. | Linus Torvalds | 2005-04-18 | 1 | -0/+46 |