summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-07-06Add "--flags" and "--no-flags" arguments to git-rev-parseLinus Torvalds
2005-07-06Remove insane overlapping bit ranges from epoch.cLinus Torvalds
2005-07-06Clean up commit insertion in git-rev-listLinus Torvalds
2005-07-06Make "insert_by_date()" match "commit_list_insert()"Linus Torvalds
2005-07-06[PATCH] Change the sed seperator in t/t6000-lib.sh.Jon Seymour
2005-07-06[PATCH] Introduce unit tests for git-rev-list --bisectJon Seymour
2005-07-06[PATCH] Factor out useful test case infrastructure from t/t6001... into t/t60...Jon Seymour
2005-07-06[PATCH] Fix fd leak in git-cvsimport-scriptSven Verdoolaege
2005-07-06[PATCH] sha1_file.c;prepare_packed_git_one() - fix DIR leakJunio C Hamano
2005-07-06Merge master.kernel.org:/pub/scm/gitk/gitkLinus Torvalds
2005-07-06Fix up path-cleanup in git_path() properlyLinus Torvalds
2005-07-06Increase the number of possible heads requested from git-upload-packLinus Torvalds
2005-07-06Add a "git-show-index" helper that shows the contents of a pack indexLinus Torvalds
2005-07-06Don't special-case a zero-sized compression.Linus Torvalds
2005-07-05Make "git clone" use the new git-clone-packLinus Torvalds
2005-07-05Add "git-clone-pack" program to help with "git clone"Linus Torvalds
2005-07-05Fix silly thinko in "head_ref()"Linus Torvalds
2005-07-05Move "get_ack()" to common git_connect functionsLinus Torvalds
2005-07-05Remove multi-head support from fetch-packLinus Torvalds
2005-07-05Remove unnecessary usage of strncmp() in git-rev-list arg parsing.Linus Torvalds
2005-07-05Merge head 'cvs2git' of http://netz.smurf.noris.de/git/gitLinus Torvalds
2005-07-05Work around git-http-pull breakage in git-fetch-scriptLinus Torvalds
2005-07-05git-fetch-script: use git-fetch-pack for local and ssh fetches.Linus Torvalds
2005-07-05Add "git_path()" and "head_ref()" helper functions.Linus Torvalds
2005-07-05Merge with Linus' current treeMatthias Urlichs