summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Fix git-rev-parse's parent handlingJohannes Schindelin2005-08-102-3/+39
* Skip merges in format-patch.Junio C Hamano2005-08-101-1/+2
* Add -v option to git-cherry.Junio C Hamano2005-08-101-1/+7
* Teach git push .git/branches shorthandJunio C Hamano2005-08-091-1/+62
* ls-remote: drop storing operation and add documentation.Junio C Hamano2005-08-092-27/+87
* Teach format-patch, rebase and cherry a..b formatJunio C Hamano2005-08-093-22/+47
* Stash away the original head in ORIG_HEAD when resetting.Junio C Hamano2005-08-091-1/+7
* git-revert: revert an existing commit.Junio C Hamano2005-08-092-0/+38
* Introduce --pretty=oneline format.Junio C Hamano2005-08-093-9/+36
* Document "git commit"Junio C Hamano2005-08-092-8/+65
* git-commit: log parameter updates.Junio C Hamano2005-08-093-24/+107
* Update rev-parse flags list.Junio C Hamano2005-08-091-0/+3
* [PATCH] add *--no-merges* flag to suppress display of merge commitsJohannes Schindelin2005-08-091-1/+11
* Use GIT_SSH environment to specify alternate ssh binary.Martin Sivak2005-08-092-3/+16
* Small typofix in mailsplit.cJunio C Hamano2005-08-091-1/+1
* A bit more format warning squelching.Junio C Hamano2005-08-092-5/+6
* [PATCH] -Werror fixesTimo Sirainen2005-08-099-16/+21
* [PATCH] Warning fix for gcc 4Pavel Roskin2005-08-091-1/+1
* Merge with gitk.Junio C Hamano2005-08-091-10/+19
|\
| * [PATCH] "Child" information in commit window - and cleanupsLinus Torvalds2005-08-091-10/+19
* | Downgrade git-send-email-scriptJunio C Hamano2005-08-091-1/+1
* | [PATCH] Add -m <message> option to "git tag"Chris Wright2005-08-081-5/+15
* | [PATCH] Plug memory leak in git-pack-objectsSergey Vlasov2005-08-081-0/+4
* | [PATCH] Plug memory leak in sha1close()Sergey Vlasov2005-08-081-0/+1
* | [PATCH] Plug memory leak in write_sha1_to_fd()Sergey Vlasov2005-08-081-2/+12
* | [PATCH] Plug memory leak in read_object_with_reference()Sergey Vlasov2005-08-081-0/+1
* | [PATCH] git_mkstemp() fixHolger Eitzenberger2005-08-081-2/+7
* | [PATCH] Make curl fail on server errorCatalin Marinas2005-08-083-3/+3
* | Makefile dependency fix.Junio C Hamano2005-08-081-0/+1
* | Merge with gitk.Junio C Hamano2005-08-071-41/+92
|\ \ | |/
| * Better graph line details display and expand history coverage.Paul Mackerras2005-08-081-39/+78
| * [PATCH] gitk "parent information" in commit windowLinus Torvalds2005-08-081-2/+14
* | Merge with gitk.Junio C Hamano2005-08-071-8/+24
|\ \ | |/
| * Use lf translation rather than binary when reading commit data.Paul Mackerras2005-08-071-1/+1
| * Change cursor to a hand cursor when over a SHA1 ID link.Paul Mackerras2005-08-071-7/+23
* | (revert local fix)Junio C Hamano2005-08-071-1/+0
* | [PATCH] Extend "git reset" to take a reset pointLinus Torvalds2005-08-061-1/+3
* | Redo the templates generation and installation.Junio C Hamano2005-08-067-33/+76
* | gitk proposed fix: handle more than one SHA1 links.Junio C Hamano2005-08-061-0/+1
* | send-pack: allow generic sha1 expression on the source side.Junio C Hamano2005-08-061-0/+20
* | send-pack: allow the same source to be pushed more than once.Junio C Hamano2005-08-061-7/+0
* | [PATCH] Make git-sh-setup-script do what it was supposed to doLinus Torvalds2005-08-061-1/+1
* | Merge with gitk.Junio C Hamano2005-08-061-10/+99
|\ \ | |/
| * Add forward and back buttons and make SHA1 IDs clickable links.Paul Mackerras2005-08-061-10/+99
* | [PATCH] Assorted documentation patchesJohannes Schindelin2005-08-0519-50/+58
* | [PATCH] git-commit-script fix for degenerated mergeJohannes Schindelin2005-08-051-2/+2
* | [PATCH] git: use git_mkstemp() instead of mkstemp() for diff generation.Holger Eitzenberger2005-08-051-3/+4
* | [PATCH] git: add git_mkstemp()Holger Eitzenberger2005-08-052-0/+29
* | Fix ref_newer() in send-pack.Junio C Hamano2005-08-051-5/+22
* | Fix refname termination.Junio C Hamano2005-08-051-1/+1