summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-10Make "git log" exit properly if not in a git archiveLinus Torvalds
2005-07-10Avoid signedness warnings in sha1_file.cLinus Torvalds
2005-07-10[PATCH] Remove map_sha1_fileDaniel Barkalow
2005-07-10[PATCH] write_sha1_to_fd()Daniel Barkalow
2005-07-10git-rev-list: allow missing objects when the parent is marked UNINTERESTINGLinus Torvalds
2005-07-09Add "-q" flag to "git commit"Linus Torvalds
2005-07-09git-unpack-objects: show progress report by defaultLinus Torvalds
2005-07-09[PATCH] format-patch: fix skipping of blank-linesJunio C Hamano
2005-07-09Update the tutorial a bitLinus Torvalds
2005-07-09Make "git tag" more user-friendlyLinus Torvalds
2005-07-09Make "git resolve" take the merge message in $3Linus Torvalds
2005-07-09[PATCH] Use SHA1 for git-update-cache --refreshBryan Larsen
2005-07-09[PATCH] Add --info-only option to git-update-cache.Bryan Larsen
2005-07-09[PATCH] Expose object ID computation functions.Bryan Larsen
2005-07-09Teach "git clone" about rsync sourcesLinus Torvalds
2005-07-08Make "upload-pack" match git-fetch-pack usageLinus Torvalds
2005-07-08Add "mkpath()" helper functionLinus Torvalds
2005-07-08Mark git-relink-script and git-repack-script executableLinus Torvalds
2005-07-08Make "git clone" a lot more user-friendlyLinus Torvalds
2005-07-08Add "git-push-script" to make a more regular interfaceLinus Torvalds
2005-07-08Teach 'git-send-pack' to send new branches and tags.Linus Torvalds
2005-07-08Make "for_each_ref()" always use the "canonical" refname.Linus Torvalds
2005-07-08[PATCH] Use sq_quote() to properly quote the parameter to call shell.Junio C Hamano
2005-07-08[PATCH] Make sq_expand() available as sq_quote().Junio C Hamano
2005-07-08Add "git-sh-setup-script" for common git shell script setupLinus Torvalds
2005-07-08git-diff-*: support "-u" as a synonym for "-p"Linus Torvalds
2005-07-08[PATCH] git-format-patch: Prepare patches for e-mail submission.Junio C Hamano
2005-07-08Mark more characters shell-safe.Linus Torvalds
2005-07-08git-fsck-cache: don't complain about lacking references when they are all in ...Linus Torvalds
2005-07-07Merge master.kernel.org:/pub/scm/linux/kernel/git/chrisw/gitLinus Torvalds
2005-07-07[PATCH] Typofix an error message in pack-check.cJunio C Hamano
2005-07-07[PATCH] Prevent t6000 series from dropping useless sed.script in t/Junio C Hamano
2005-07-07[PATCH] Short-circuit git-clone-pack while cloning locally (take 2).Junio C Hamano
2005-07-07Infrastructure for git rpm builds. Adds GIT_VERSION to Makefile and new makeChris Wright
2005-07-07git-clone-pack: fix sparse warningLinus Torvalds
2005-07-07[PATCH] Tidy up - remove use of (*f)() idiom from epoch.cJon Seymour
2005-07-07[PATCH] Ensure list insertion method does not depend on position of --merge-o...Jon Seymour
2005-07-07[PATCH] Write sed script directly into temp file, rather than a variableJon Seymour
2005-07-07[PATCH] Add t/t6003 with some --topo-order testsJon Seymour
2005-07-06Make gitk use --topo-order instead of --merge-orderLinus Torvalds
2005-07-06git-rev-list: remove the DUPCHECK logic, use SEEN insteadLinus Torvalds
2005-07-06Make sure we generate the whole commit list before trying to sort it topologi...Linus Torvalds
2005-07-06[PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano
2005-07-06[PATCH] clone-pack.c:write_one_ref() - Create leading directories.Junio C Hamano
2005-07-06[PATCH] Fixes a problem with --merge-order A B (A is linear descendent of a m...Jon Seymour
2005-07-06[PATCH] Add a t/t6001 test case for a --merge-order bugJon Seymour
2005-07-06[PATCH] Tidy up - slight simplification of rev-list.cJon Seymour
2005-07-06Add "--topo-order" flag to use new topological sortLinus Torvalds
2005-07-06[PATCH] Add a topological sort procedure to commit.cJon Seymour
2005-07-06Use the new git-rev-parse "--[no-]flags" in "git diff".Linus Torvalds