summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-05Don't special-case a zero-sized compression.Libravatar Linus Torvalds1-2/+0
2005-07-05Make "git clone" use the new git-clone-packLibravatar Linus Torvalds1-4/+1
2005-07-05Add "git-clone-pack" program to help with "git clone"Libravatar Linus Torvalds2-1/+209
2005-07-05Fix silly thinko in "head_ref()"Libravatar Linus Torvalds1-2/+2
2005-07-05Move "get_ack()" to common git_connect functionsLibravatar Linus Torvalds3-18/+20
2005-07-05Remove multi-head support from fetch-packLibravatar Linus Torvalds1-38/+3
2005-07-05Remove unnecessary usage of strncmp() in git-rev-list arg parsing.Libravatar Linus Torvalds1-2/+2
2005-07-05Merge head 'cvs2git' of http://netz.smurf.noris.de/git/gitLibravatar Linus Torvalds5-367/+831
2005-07-05Work around git-http-pull breakage in git-fetch-scriptLibravatar Linus Torvalds1-1/+2
2005-07-05git-fetch-script: use git-fetch-pack for local and ssh fetches.Libravatar Linus Torvalds1-33/+18
2005-07-05Add "git_path()" and "head_ref()" helper functions.Libravatar Linus Torvalds7-14/+37
2005-07-05Merge with Linus' current treeLibravatar Matthias Urlichs5-367/+831