summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-05Merge with http://www.liacs.nl/~sverdool/git.git#cvs2gitLibravatar Matthias Urlichs1-54/+95
2005-07-05cvsimport: getopt accepted a -q option (undocumented and unused).Libravatar Matthias Urlichs1-1/+1
2005-07-05git-cvsimport-script: move working directory forwardLibravatar Sven Verdoolaege1-5/+27
2005-07-04git-rev-list: make sure the output is sorted by recencyLibravatar Linus Torvalds1-1/+1
2005-07-04Make rev-list flush the stdio buffers after each rev.Libravatar Linus Torvalds1-1/+2
2005-07-04Make git-fetch-pack actually do all the unpacking etc.Libravatar Linus Torvalds2-25/+100
2005-07-04Make git-fetch-pack and git-upload-pack negotiate needs/haves fullyLibravatar Linus Torvalds2-10/+116
2005-07-04Clean up output of "for_each_ref()" when GIT_DIR is "."Libravatar Linus Torvalds1-0/+5
2005-07-04git-cvsimport-script: remove unused variableLibravatar Sven Verdoolaege1-2/+0
2005-07-04Commit first cut at "git-fetch-pack"Libravatar Linus Torvalds3-4/+216
2005-07-04Move ref path matching to connect.c libraryLibravatar Linus Torvalds3-21/+22
2005-07-04Factor out the ssh connection stuff from send-pack.cLibravatar Linus Torvalds4-74/+92
2005-07-04git-cvsimport-script: more error handlingLibravatar Sven Verdoolaege1-2/+3
2005-07-04[PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620ae2a1722d8d4d37c8...Libravatar Jon Seymour1-15/+15
2005-07-04git-cvsimport-script: provide direct support for cvsps -z optionLibravatar Sven Verdoolaege1-4/+5
2005-07-04git-cvsimport-script: update cvsps cache instead of rebuilding itLibravatar Sven Verdoolaege1-1/+1
2005-07-04git-cvsimport-script: fix branch switchingLibravatar Sven Verdoolaege1-1/+2