summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-07-08[PATCH] Expose object ID computation functions.Libravatar Bryan Larsen11-75/+113
2005-07-08Teach "git clone" about rsync sourcesLibravatar Linus Torvalds1-1/+13
2005-07-08Make "upload-pack" match git-fetch-pack usageLibravatar Linus Torvalds2-5/+7
2005-07-08Add "mkpath()" helper functionLibravatar Linus Torvalds4-29/+62
2005-07-08Mark git-relink-script and git-repack-script executableLibravatar Linus Torvalds2-0/+0
2005-07-08Make "git clone" a lot more user-friendlyLibravatar Linus Torvalds1-2/+14
2005-07-08Add "git-push-script" to make a more regular interfaceLibravatar Linus Torvalds3-1/+4
2005-07-08Teach 'git-send-pack' to send new branches and tags.Libravatar Linus Torvalds1-17/+111
2005-07-08Make "for_each_ref()" always use the "canonical" refname.Libravatar Linus Torvalds1-8/+7
2005-07-08[PATCH] Use sq_quote() to properly quote the parameter to call shell.Libravatar Junio C Hamano1-30/+3
2005-07-08[PATCH] Make sq_expand() available as sq_quote().Libravatar Junio C Hamano4-41/+76
2005-07-08Add "git-sh-setup-script" for common git shell script setupLibravatar Linus Torvalds10-30/+40
2005-07-08git-diff-*: support "-u" as a synonym for "-p"Libravatar Linus Torvalds3-3/+4
2005-07-07[PATCH] git-format-patch: Prepare patches for e-mail submission.Libravatar Junio C Hamano2-1/+123
2005-07-07Mark more characters shell-safe.Libravatar Linus Torvalds1-1/+3
2005-07-07git-fsck-cache: don't complain about lacking references when they are all in ...Libravatar Linus Torvalds1-1/+3
2005-07-07Merge master.kernel.org:/pub/scm/linux/kernel/git/chrisw/gitLibravatar Linus Torvalds2-0/+60
2005-07-07[PATCH] Typofix an error message in pack-check.cLibravatar Junio C Hamano1-1/+1
2005-07-07[PATCH] Prevent t6000 series from dropping useless sed.script in t/Libravatar Junio C Hamano5-3/+11
2005-07-07[PATCH] Short-circuit git-clone-pack while cloning locally (take 2).Libravatar Junio C Hamano1-1/+67
2005-07-07Infrastructure for git rpm builds. Adds GIT_VERSION to Makefile and new makeLibravatar Chris Wright2-0/+60
2005-07-06git-clone-pack: fix sparse warningLibravatar Linus Torvalds1-1/+1
2005-07-06[PATCH] Tidy up - remove use of (*f)() idiom from epoch.cLibravatar Jon Seymour1-3/+3
2005-07-06[PATCH] Ensure list insertion method does not depend on position of --merge-o...Libravatar Jon Seymour1-4/+2
2005-07-06[PATCH] Write sed script directly into temp file, rather than a variableLibravatar Jon Seymour4-33/+7
2005-07-06[PATCH] Add t/t6003 with some --topo-order testsLibravatar Jon Seymour1-0/+417
2005-07-06Make gitk use --topo-order instead of --merge-orderLibravatar Linus Torvalds1-1/+1
2005-07-06git-rev-list: remove the DUPCHECK logic, use SEEN insteadLibravatar Linus Torvalds1-3/+2
2005-07-06Make sure we generate the whole commit list before trying to sort it topologi...Libravatar Linus Torvalds1-0/+1
2005-07-06[PATCH] Let umask do its work upon filesystem object creation.Libravatar Junio C Hamano5-6/+6
2005-07-06[PATCH] clone-pack.c:write_one_ref() - Create leading directories.Libravatar Junio C Hamano3-1/+25
2005-07-06[PATCH] Fixes a problem with --merge-order A B (A is linear descendent of a m...Libravatar Jon Seymour1-1/+1
2005-07-06[PATCH] Add a t/t6001 test case for a --merge-order bugLibravatar Jon Seymour1-0/+20
2005-07-06[PATCH] Tidy up - slight simplification of rev-list.cLibravatar Jon Seymour1-7/+3
2005-07-06Add "--topo-order" flag to use new topological sortLibravatar Linus Torvalds1-0/+7
2005-07-06[PATCH] Add a topological sort procedure to commit.cLibravatar Jon Seymour2-0/+120
2005-07-06Use the new git-rev-parse "--[no-]flags" in "git diff".Libravatar Linus Torvalds1-2/+3
2005-07-06Add "--flags" and "--no-flags" arguments to git-rev-parseLibravatar Linus Torvalds1-0/+14
2005-07-06Remove insane overlapping bit ranges from epoch.cLibravatar Linus Torvalds3-15/+13
2005-07-06Clean up commit insertion in git-rev-listLibravatar Linus Torvalds1-1/+4
2005-07-06Make "insert_by_date()" match "commit_list_insert()"Libravatar Linus Torvalds4-9/+8
2005-07-06[PATCH] Change the sed seperator in t/t6000-lib.sh.Libravatar Jon Seymour1-1/+3
2005-07-06[PATCH] Introduce unit tests for git-rev-list --bisectLibravatar Jon Seymour1-0/+247
2005-07-06[PATCH] Factor out useful test case infrastructure from t/t6001... into t/t60...Libravatar Jon Seymour2-111/+106
2005-07-06[PATCH] Fix fd leak in git-cvsimport-scriptLibravatar Sven Verdoolaege1-0/+1
2005-07-06[PATCH] sha1_file.c;prepare_packed_git_one() - fix DIR leakLibravatar Junio C Hamano1-0/+1
2005-07-05Merge master.kernel.org:/pub/scm/gitk/gitkLibravatar Linus Torvalds1-9/+66
2005-07-05Fix up path-cleanup in git_path() properlyLibravatar Linus Torvalds1-4/+10
2005-07-05Increase the number of possible heads requested from git-upload-packLibravatar Linus Torvalds1-1/+1
2005-07-05Add a "git-show-index" helper that shows the contents of a pack indexLibravatar Linus Torvalds2-1/+30