summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-04-13config.txt: Fix grammatical error in description of http.noEPSVLibravatar Frank Lichtenheld1-1/+1
2007-04-13config.txt: Change pserver to server in description of gitcvs.*Libravatar Frank Lichtenheld1-2/+2
2007-04-13config.txt: Document core.autocrlfLibravatar Frank Lichtenheld1-0/+10
2007-04-13config.txt: Document gitcvs.allbinaryLibravatar Frank Lichtenheld1-0/+7
2007-04-13Do not default to --no-index when given two directories.Libravatar Junio C Hamano1-10/+26
2007-04-13Use rev-list --reverse in git-rebase.shLibravatar Alex Riesen1-2/+1
2007-04-12Teach "git-read-tree -u" to check out submodules as a directoryLibravatar Linus Torvalds1-13/+29
2007-04-12Teach git list-objects logic not to follow gitlinksLibravatar Linus Torvalds1-0/+34
2007-04-12Merge branch 'jc/cherry'Libravatar Junio C Hamano9-35/+346
2007-04-12Merge branch 'maint'Libravatar Junio C Hamano1-0/+1
2007-04-12handle_options in git wrapper miscounts the options it handled.Libravatar Matthias Lederhofer1-0/+1
2007-04-12Fix git {log,show,...} --pretty=emailLibravatar Junio C Hamano2-1/+1
2007-04-12Don't yap about merge-subtree during makeLibravatar Shawn O. Pearce1-1/+1
2007-04-12Don't show gitlink directories when we want "other" filesLibravatar Linus Torvalds1-0/+2
2007-04-12cvsserver: Document the GIT branches -> CVS modules mapping more prominentlyLibravatar Frank Lichtenheld1-0/+4
2007-04-12Teach git-update-index about gitlinksLibravatar Linus Torvalds1-62/+138
2007-04-12cvsserver: Reword documentation on necessity of write accessLibravatar Frank Lichtenheld1-3/+9
2007-04-12cvsserver: Allow to "add" a removed fileLibravatar Frank Lichtenheld1-0/+40
2007-04-11Documentation: --cherry-pickLibravatar Junio C Hamano1-0/+15
2007-04-11git-log --cherry-pick A...BLibravatar Junio C Hamano2-0/+89
2007-04-11Refactor patch-id filtering out of git-cherry and git-format-patch.Libravatar Junio C Hamano4-32/+228
2007-04-11Add %m to '--pretty=format:'Libravatar Junio C Hamano2-3/+14
2007-04-11clean up add_object_entry()Libravatar Nicolas Pitre1-27/+25
2007-04-11tests for various pack index featuresLibravatar Nicolas Pitre1-0/+146
2007-04-11use test-genrandom in tests instead of /dev/urandomLibravatar Nicolas Pitre1-1/+1
2007-04-11simple random data generator for testsLibravatar Nicolas Pitre3-2/+40
2007-04-11sscanf/strtoul: parse integers robustlyLibravatar Jim Meyering4-18/+22
2007-04-11Teach directory traversal about subprojectsLibravatar Linus Torvalds3-19/+121
2007-04-11Add testcase for format-patch --subject-prefix (take 3)Libravatar Robin H. Johnson2-0/+165
2007-04-11Add custom subject prefix support to format-patch (take 3)Libravatar Robin H. Johnson4-11/+31
2007-04-11Merge branch 'maint'Libravatar Junio C Hamano6-20/+44
2007-04-11Fix thinko in subproject entry sortingLibravatar Linus Torvalds1-2/+2
2007-04-11GIT 1.5.1.1Libravatar Junio C Hamano2-8/+23
2007-04-11cvsserver: Fix handling of diappeared files on updateLibravatar Frank Lichtenheld1-0/+1
2007-04-11fsck: do not complain on detached HEAD.Libravatar Junio C Hamano1-8/+16
2007-04-11(encode_85, decode_85): Mark source buffer pointer as "const".Libravatar Jim Meyering2-4/+4
2007-04-10gitweb: Allow configuring the default projects order and add order 'none'Libravatar Frank Lichtenheld1-4/+7
2007-04-10gitweb: Allow forks with project list fileLibravatar Frank Lichtenheld1-7/+27
2007-04-10Merge branch 'maint'Libravatar Junio C Hamano2-3/+24
2007-04-10Teach core object handling functions about gitlinksLibravatar Linus Torvalds4-6/+54
2007-04-10Teach "fsck" not to follow subproject linksLibravatar Linus Torvalds2-2/+22
2007-04-10Add "S_IFDIRLNK" file mode infrastructure for git linksLibravatar Linus Torvalds1-1/+19
2007-04-10Add 'resolve_gitlink_ref()' helper functionLibravatar Linus Torvalds2-0/+83
2007-04-10git-fetch: use fetch--tool pick-rref to avoid local fetch from alternateLibravatar Junio C Hamano1-13/+29
2007-04-10git-fetch--tool pick-rrefLibravatar Junio C Hamano1-0/+84
2007-04-10t3030: merge-recursive backend test.Libravatar Junio C Hamano1-0/+528
2007-04-10merge-recursive: handle D/F conflict case more carefully.Libravatar Junio C Hamano1-3/+26
2007-04-10merge-recursive: do not barf on "to be removed" entries.Libravatar Junio C Hamano1-5/+11
2007-04-10Treat D/F conflict entry more carefully in unpack-trees.c::threeway_merge()Libravatar Junio C Hamano1-14/+20
2007-04-10t1000: fix case table.Libravatar Junio C Hamano2-2/+2