summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-02Sample update hook: typofix and modernization to use "git log"Libravatar Andy Parkins1-5/+4
2007-03-02Merge branch 'js/commit-format'Libravatar Junio C Hamano8-16/+268
2007-03-02Merge branch 'maint'Libravatar Junio C Hamano6-20/+20
2007-03-02Another memory overrun in http-push.cLibravatar Eygene Ryabinkin1-3/+7
2007-03-01fetch.o depends on the headers, too.Libravatar Johannes Schindelin1-1/+1
2007-03-01Documentation: Correct minor typo in git-add documentation.Libravatar Christian Schlotter1-1/+1
2007-03-01Documentation/git-svn.txt: Fix formatting errorsLibravatar Sergey Vlasov1-52/+67
2007-03-01Documentation/git-send-email.txt: Fix labeled list formattingLibravatar Sergey Vlasov1-6/+6
2007-03-01Documentation/git-quiltimport.txt: Fix labeled list formattingLibravatar Sergey Vlasov1-4/+4
2007-03-01Documentation/build-docdep.perl: Fix dependencies for included asciidoc filesLibravatar Sergey Vlasov1-5/+1
2007-03-01git-gui: Remove unnecessary /dev/null redirection.Libravatar Shawn O. Pearce1-8/+2
2007-03-01fix various doc typosLibravatar Michael Coleman3-6/+6
2007-02-28diff: make more cases implicit --no-indexLibravatar Johannes Schindelin4-2/+64
2007-02-28Add recent changes to draft 1.5.1 release notes.Libravatar Junio C Hamano1-1/+64
2007-02-28Merge branch 'js/commit-by-name'Libravatar Junio C Hamano2-0/+65
2007-02-28Merge branch 'js/bundle'Libravatar Junio C Hamano12-4/+611
2007-02-28Merge branch 'maint'Libravatar Junio C Hamano7-15/+106
2007-02-28Start preparing Release Notes for 1.5.0.3Libravatar Junio C Hamano2-1/+56
2007-02-28Documentation: git-remote add [-t <branch>] [-m <branch>] [-f] name urlLibravatar Junio C Hamano1-3/+14
2007-02-28Include config.mak in doc/MakefileLibravatar Uwe Kleine-König1-0/+1
2007-02-28git.el: Set the default commit coding system from the repository config.Libravatar Alexandre Julliard1-6/+18
2007-02-28git-archimport: support empty summaries, put summary on a single line.Libravatar Paolo Bonzini1-4/+15
2007-02-28http-push.c::lock_remote(): validate all remote refs.Libravatar Eygene Ryabinkin1-1/+1
2007-02-28index_fd(): convert blob only if it is a regular file.Libravatar Junio C Hamano1-1/+1
2007-02-28index_fd(): pass optional path parameter as hint for blob conversionLibravatar Junio C Hamano4-6/+6
2007-02-28index_fd(): use enum object_type instead of type name string.Libravatar Junio C Hamano4-23/+24
2007-02-28Merge branch 'np/types'Libravatar Junio C Hamano37-418/+372
2007-02-28git-cvsexportcommit: don't cleanup .msg if not yet committed to cvs.Libravatar Gerrit Pape1-1/+2
2007-02-27Merge branch 'mc/sendmail'Libravatar Junio C Hamano1-44/+53
2007-02-27Merge branch 'js/diff-ni' (early part)Libravatar Junio C Hamano12-86/+285
2007-02-27Merge branch 'maint'Libravatar Junio C Hamano7-29/+35
2007-02-27builtin-fmt-merge-msg: fix bugs in --file optionLibravatar Michael Coleman1-1/+3
2007-02-27index-pack: Loop over pread until data loading is complete.Libravatar Shawn O. Pearce1-2/+8
2007-02-27blameview: Fix the browse behavior in blameviewLibravatar Aneesh Kumar1-1/+1
2007-02-27Cleanup check_valid in commit-tree.Libravatar Shawn O. Pearce1-5/+5
2007-02-27make sure enum object_type is signedLibravatar Nicolas Pitre1-1/+2
2007-02-27git-send-email: abort/usage on bad optionLibravatar Michael Coleman1-44/+53
2007-02-27Fix minor typos/grammar in user-manual.txtLibravatar Michael Coleman1-17/+14
2007-02-27Correct ordering in git-cvsimport's option documentationLibravatar Michael Poole1-5/+4
2007-02-27show_date(): rename the "relative" parameter to "mode"Libravatar Johannes Schindelin2-9/+14
2007-02-27Actually make print_wrapped_text() usefulLibravatar Johannes Schindelin2-6/+13
2007-02-27git-show: Reject native refLibravatar Linus Torvalds1-0/+2
2007-02-27cvsserver: Make always-binary mode a config file optionLibravatar Andy Parkins1-9/+38
2007-02-27cvsserver: Remove trailing "\n" from commithash in checkin functionLibravatar Andy Parkins1-0/+1
2007-02-27Make 'cvs ci' lockless in git-cvsserver by using git-update-refLibravatar Junio C Hamano1-27/+16
2007-02-27Fix git-show man page formatting in the EXAMPLES sectionLibravatar Theodore Tso1-3/+3
2007-02-27get rid of lookup_object_type()Libravatar Nicolas Pitre3-24/+18
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre37-290/+266
2007-02-27formalize typename(), and add its reverse type_from_string()Libravatar Nicolas Pitre7-48/+39
2007-02-27sha1_file.c: don't ignore an error condition in sha1_loose_object_info()Libravatar Nicolas Pitre1-1/+1