summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] git: fix trivial warning from show_rename_copy()Tony Luck2005-07-121-1/+1
* Abstract out the "name <email> date" handling of commit-tree.cLinus Torvalds2005-07-124-71/+156
* parse_date(): allow const date stringLinus Torvalds2005-07-122-5/+5
* "make clean" should clean up after a rpm buildLinus Torvalds2005-07-121-0/+1
* Rename the RPM from "git" to "git-core"Linus Torvalds2005-07-122-7/+7
* Add "git branch" scriptLinus Torvalds2005-07-112-1/+13
* Make "git checkout" create new branches on demandLinus Torvalds2005-07-111-0/+23
* Make "git checkout" verify that the argument refers to a commitLinus Torvalds2005-07-111-1/+1
* git-rev-parse: Allow a "zeroth" parent of a commit - the commit itself.Linus Torvalds2005-07-111-1/+5
* git-send-pack: Fix duplicate refname matchLinus Torvalds2005-07-111-3/+0
* [PATCH] Bootstrap "make dist"Chris Wright2005-07-111-2/+2
* [PATCH] git-clone-script local optimization tweaksJunio C Hamano2005-07-111-6/+5
* [PATCH] git-cvsimport-script: add "import only" optionSven Verdoolaege2005-07-112-8/+17
* [PATCH] add --missing-ok option to write-treeBryan Larsen2005-07-112-2/+19
* [PATCH] Check packs and then files.Junio C Hamano2005-07-111-3/+6
* [PATCH] Dereference tag repeatedly until we get a non-tag.Junio C Hamano2005-07-112-4/+5
* [PATCH] alternate object store and fsckv0.99Junio C Hamano2005-07-101-3/+5
* Fix up progress report for off-by-one errorLinus Torvalds2005-07-101-2/+2
* Make "git log" exit properly if not in a git archiveLinus Torvalds2005-07-101-0/+1
* Avoid signedness warnings in sha1_file.cLinus Torvalds2005-07-101-2/+2
* [PATCH] Remove map_sha1_fileDaniel Barkalow2005-07-102-15/+4
* [PATCH] write_sha1_to_fd()Daniel Barkalow2005-07-103-21/+72
* git-rev-list: allow missing objects when the parent is marked UNINTERESTINGLinus Torvalds2005-07-101-0/+15
* Add "-q" flag to "git commit"Linus Torvalds2005-07-092-5/+12
* git-unpack-objects: show progress report by defaultLinus Torvalds2005-07-091-3/+24
* [PATCH] format-patch: fix skipping of blank-linesJunio C Hamano2005-07-081-8/+14
* Update the tutorial a bitLinus Torvalds2005-07-081-8/+242
* Make "git tag" more user-friendlyLinus Torvalds2005-07-081-4/+16
* Make "git resolve" take the merge message in $3Linus Torvalds2005-07-082-5/+4
* [PATCH] Use SHA1 for git-update-cache --refreshBryan Larsen2005-07-081-26/+5
* [PATCH] Add --info-only option to git-update-cache.Bryan Larsen2005-07-082-9/+36
* [PATCH] Expose object ID computation functions.Bryan Larsen2005-07-0811-75/+113
* Teach "git clone" about rsync sourcesLinus Torvalds2005-07-081-1/+13
* Make "upload-pack" match git-fetch-pack usageLinus Torvalds2005-07-082-5/+7
* Add "mkpath()" helper functionLinus Torvalds2005-07-084-29/+62
* Mark git-relink-script and git-repack-script executableLinus Torvalds2005-07-082-0/+0
* Make "git clone" a lot more user-friendlyLinus Torvalds2005-07-081-2/+14
* Add "git-push-script" to make a more regular interfaceLinus Torvalds2005-07-083-1/+4
* Teach 'git-send-pack' to send new branches and tags.Linus Torvalds2005-07-081-17/+111
* Make "for_each_ref()" always use the "canonical" refname.Linus Torvalds2005-07-081-8/+7
* [PATCH] Use sq_quote() to properly quote the parameter to call shell.Junio C Hamano2005-07-081-30/+3
* [PATCH] Make sq_expand() available as sq_quote().Junio C Hamano2005-07-084-41/+76
* Add "git-sh-setup-script" for common git shell script setupLinus Torvalds2005-07-0810-30/+40
* git-diff-*: support "-u" as a synonym for "-p"Linus Torvalds2005-07-083-3/+4
* [PATCH] git-format-patch: Prepare patches for e-mail submission.Junio C Hamano2005-07-072-1/+123
* Mark more characters shell-safe.Linus Torvalds2005-07-071-1/+3
* git-fsck-cache: don't complain about lacking references when they are all in ...Linus Torvalds2005-07-071-1/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/chrisw/gitLinus Torvalds2005-07-072-0/+60
|\
| * Infrastructure for git rpm builds. Adds GIT_VERSION to Makefile and new makeChris Wright2005-07-072-0/+60
* | [PATCH] Typofix an error message in pack-check.cJunio C Hamano2005-07-071-1/+1