summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* git-fsck-cache: don't complain about lacking references when they are all in ...Linus Torvalds2005-07-071-1/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/chrisw/gitLinus Torvalds2005-07-072-0/+60
|\
| * Infrastructure for git rpm builds. Adds GIT_VERSION to Makefile and new makeChris Wright2005-07-072-0/+60
* | [PATCH] Typofix an error message in pack-check.cJunio C Hamano2005-07-071-1/+1
* | [PATCH] Prevent t6000 series from dropping useless sed.script in t/Junio C Hamano2005-07-075-3/+11
* | [PATCH] Short-circuit git-clone-pack while cloning locally (take 2).Junio C Hamano2005-07-071-1/+67
|/
* git-clone-pack: fix sparse warningLinus Torvalds2005-07-061-1/+1
* [PATCH] Tidy up - remove use of (*f)() idiom from epoch.cJon Seymour2005-07-061-3/+3
* [PATCH] Ensure list insertion method does not depend on position of --merge-o...Jon Seymour2005-07-061-4/+2
* [PATCH] Write sed script directly into temp file, rather than a variableJon Seymour2005-07-064-33/+7
* [PATCH] Add t/t6003 with some --topo-order testsJon Seymour2005-07-061-0/+417
* Make gitk use --topo-order instead of --merge-orderLinus Torvalds2005-07-061-1/+1
* git-rev-list: remove the DUPCHECK logic, use SEEN insteadLinus Torvalds2005-07-061-3/+2
* Make sure we generate the whole commit list before trying to sort it topologi...Linus Torvalds2005-07-061-0/+1
* [PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano2005-07-065-6/+6
* [PATCH] clone-pack.c:write_one_ref() - Create leading directories.Junio C Hamano2005-07-063-1/+25
* [PATCH] Fixes a problem with --merge-order A B (A is linear descendent of a m...Jon Seymour2005-07-061-1/+1
* [PATCH] Add a t/t6001 test case for a --merge-order bugJon Seymour2005-07-061-0/+20
* [PATCH] Tidy up - slight simplification of rev-list.cJon Seymour2005-07-061-7/+3
* Add "--topo-order" flag to use new topological sortLinus Torvalds2005-07-061-0/+7
* [PATCH] Add a topological sort procedure to commit.cJon Seymour2005-07-062-0/+120
* Use the new git-rev-parse "--[no-]flags" in "git diff".Linus Torvalds2005-07-061-2/+3
* Add "--flags" and "--no-flags" arguments to git-rev-parseLinus Torvalds2005-07-061-0/+14
* Remove insane overlapping bit ranges from epoch.cLinus Torvalds2005-07-063-15/+13
* Clean up commit insertion in git-rev-listLinus Torvalds2005-07-061-1/+4
* Make "insert_by_date()" match "commit_list_insert()"Linus Torvalds2005-07-064-9/+8
* [PATCH] Change the sed seperator in t/t6000-lib.sh.Jon Seymour2005-07-061-1/+3
* [PATCH] Introduce unit tests for git-rev-list --bisectJon Seymour2005-07-061-0/+247
* [PATCH] Factor out useful test case infrastructure from t/t6001... into t/t60...Jon Seymour2005-07-062-111/+106
* [PATCH] Fix fd leak in git-cvsimport-scriptSven Verdoolaege2005-07-061-0/+1
* [PATCH] sha1_file.c;prepare_packed_git_one() - fix DIR leakJunio C Hamano2005-07-061-0/+1
* Merge master.kernel.org:/pub/scm/gitk/gitkLinus Torvalds2005-07-051-9/+66
|\
| * Add a menu item for writing out a commit to a file.Paul Mackerras2005-06-291-9/+66
* | Fix up path-cleanup in git_path() properlyLinus Torvalds2005-07-051-4/+10
* | Increase the number of possible heads requested from git-upload-packLinus Torvalds2005-07-051-1/+1
* | Add a "git-show-index" helper that shows the contents of a pack indexLinus Torvalds2005-07-052-1/+30
* | Don't special-case a zero-sized compression.Linus Torvalds2005-07-051-2/+0
* | Make "git clone" use the new git-clone-packLinus Torvalds2005-07-051-4/+1
* | Add "git-clone-pack" program to help with "git clone"Linus Torvalds2005-07-052-1/+209
* | Fix silly thinko in "head_ref()"Linus Torvalds2005-07-051-2/+2
* | Move "get_ack()" to common git_connect functionsLinus Torvalds2005-07-053-18/+20
* | Remove multi-head support from fetch-packLinus Torvalds2005-07-051-38/+3
* | Remove unnecessary usage of strncmp() in git-rev-list arg parsing.Linus Torvalds2005-07-051-2/+2
* | Merge head 'cvs2git' of http://netz.smurf.noris.de/git/gitLinus Torvalds2005-07-055-367/+831
|\ \
| * \ Merge with Linus' current treeMatthias Urlichs2005-07-055-367/+831
| |\ \
| | * \ Merge with http://www.liacs.nl/~sverdool/git.git#cvs2gitMatthias Urlichs2005-07-051-54/+95
| | |\ \
| | | * | git-cvsimport-script: move working directory forwardSven Verdoolaege2005-07-051-5/+27
| | | * | git-cvsimport-script: remove unused variableSven Verdoolaege2005-07-041-2/+0
| | | * | git-cvsimport-script: more error handlingSven Verdoolaege2005-07-041-2/+3
| | | * | git-cvsimport-script: provide direct support for cvsps -z optionSven Verdoolaege2005-07-041-4/+5